• 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!

Easier way to copy the same event over to different objects?

N

Noba

Guest
So with my bullet objects, I find myself having to constantly recode everything, find the same object in collision events, and all this other stuff just to have the same event on 5 different bullet objects for a shotgun. Is there an easier way to do this?
 
G

gamedev4life

Guest
scripts are also a good way to employ code that repeats without having to re-write said code
 
Top