by makslane » Sun Apr 09, 2006 2:45 pm
In the 'Create Actor' event of your enemy, put this code:
xscreen = rand(view.width); //random x position
yvelocity = 5; //make the anemy fall
Now, in some other actor, just create the enemies (may be in a timer)