Computer Science Canada Space Invaders |
Author: | Azzy [ Sat May 21, 2005 12:09 pm ] | ||
Post subject: | Space Invaders | ||
I'm trying to make a Space Invaders game but I got a problem. If I use a procedure for the gun, everytime you shoot your ship thing disappears and then reapears after the shot is gone. If I use a process, the ball goes flying up extremely fast and then begins to slow down. Can someone please help me solve this problem so I can continue on?
|
Author: | MysticVegeta [ Sat May 21, 2005 12:21 pm ] |
Post subject: | |
There are around 50 topics regarding shooting. Also, use View.Update and dont use the processes, they screw your CPU up and have bugs.[/code] |
Author: | Neo [ Sat May 21, 2005 1:43 pm ] |
Post subject: | |
Dont use processes. Make ur shoot procedure use the main loop and keep track of it with a counter. |