• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Shooting

A

Amoses

Guest
okay so, I am making a basic little game idea, and so far i got a flying guy who can shoot fireballs, except i dont know how to make him shoot the fireballs, if somebody has a script for it please let me know
 
B

Bayesian

Guest
How do you want the fire balls to move away from the flying guy?
 
D

Deleted member 16767

Guest
Write instance_create_depth(x,y,depth,obj) in the step event. Then make a blue counter variable in the create event, call it counter, make it equal like 50. Then write counter-- and then if counter <=-1 and inside counter -1 brackets make the counter back to 50.
 
Top