VB.NET "GravityTests" - Open Source
Loading...
4,050
Loading...
Uploader Comments (Bncplix)
see all
All Comments (13)
-
@Bncplix seems pretty good for the movement speed of your mouse and the numbers above
-
Change the Default Setting on the main form 'DoubleBuffered' to true, that wil reduce the flickering :]
-
nice flashing with those squares... maybe try to draw them into a buffer first and then show in form
-
No, just use my method /\, and then draw a clear square over it then draw object slightly lower down
'Clears ur screen
e.FillRectangle(Brushes.White, 0, 0, 300, 300)
msg me for more help...ive had alot of practice with GDI
-
ummm... very slow!!!
i create a 2D phisic engine (only square object) in vb net with collision and a special "portal" like the game half life 2: Portal and it go much fast !!!
Loading...
FlowWebDesign 2 years ago
Yeah I could have double bufferd it by drawing to a seperate image then drawing that on, it is much faster, and i use that method in Java.
This was coded well over a year ago, since then i have learned a whole lot more and yes i do know my method was bad, there are much better ways like you said.
Havent touched VB for probably a 10 months or so now, mainly now its just PHP, Java and sometimes C#
Bncplix 2 years ago
wouldn't it help if for every one object you drew, two came out, but one is invisible, the invisible one moves a bit lower than the other one, becomes visible then the other one goes invisible. Repeat
theonethatthinks 2 years ago
Not to mention the video delay of the recorder
Bncplix 2 years ago
Ipersonality, using multiple controls limits how many I can draw. Each will have to have their own code. And it will probably still blink. Sometime in the summer if I have time I will seee if I can fix it
Bncplix 2 years ago
You can create that dynamically way, so the blinking would go away! Not by drawing, but dynamically, with code!
iPersonality 2 years ago
umm i am making it all dynamically through code, check out the source which can be found on the site in the link on the siebar
i probably can fix it now that i know how to double buffer in java but i just dont have time
Bncplix 2 years ago