There are no players on the waiting list yet. Only Windows users can play this game. If you have an emulator, you can join the waiting list to be informed when a new server is ready to play.
This is a simple demo which teaches beginners how to create projectiles in an in-depth way.
Create projectiles to move in the direction you're facing. Be able to specify what the projectile should do when it bumps another dense atom and even make it delete when it simply touches the edge of the map!
#2 Fugsnarf:
Yes, in fact it's quite easy.
All you need to do is increase the sleep time in the loop for the movement.
example:
Move(get_step(src,dir))
sleep(2)
that would make it much more noticable and smoother.
Tuesday, July 21, 2009 10:48PM
#1 Ceo4eva:
This is a great tutorial, it really solved lots of questions I had.
Also, is there a way to slow down/speed them up?
Tuesday, July 21, 2009 10:44PM