PDA

Click to See Complete Forum and Search --> : how do i use this without messing up the game


thevbuser
Feb 7th, 2000, 05:34 AM
i have a game going and im usin the move method inside a loop for smooth animation but when an enemy bounces around the screen like one of those screensavers i cant click on anything else how do i fix this

Fox
Feb 7th, 2000, 02:59 PM
Could be you forgot to call DoEvents in your loop?

-
While 1
DoEvents 'Get Windows Messages
Wend
-

------------------
fox_mccloud@gmx.net
...
Every program can be reduced to one instruction which doesn't work.