Ok to make your actor shoot 1st we need 2 actors
your player
bullet
Now we going to make the bullet go up the screen.
Ok click on the bullet/ click add/click draw actor/click add action/ click script editor/put this code/
yvelocity=-10;
click add immediate action action
Ok now click on your player//click add // click button down// hit spacebar and (disable repeat ) //click add action // click create actor//
On the small window for create actor choose your bullet actor then click add immediate action.
Thas it we are done with your actor now you can shoot bullets when you press space key.
Now for your enemy we need 2 actors
enemy
enemy bullet
Ok 1st click the enemy bullet actor
Click on add// click on draw actor // click on script editor //
yvelocity=+10;
that make the enemy shoot down at you!!!!
Ok now click on the enemy
click on add // click on create actor // click on create timer
a small windows pops up after you give it a name on the line below it type 250 . Now the go down to the line below that and erase the * symbol type 500. Now click on and go out of that.
Now for the last part click on the enemy again
click on add // click on timer // choose the timer you just made //
now add action // create actor // choose the enemy bullet and click ok
Now run you game and the enemies will be firing at you!!! enjoy
any question please ask and someone will assist you.