Game Guides > Game FAQ >  

How do you make bullets do damge in game maker

How do you make bullets do damge in game maker
Collision Event with object obj_bullet:

play sound snd_exp; looping: false
for other object: destroy the instance
for other object: create instance of object obj_exp1 at relative position (0,0)
jump to position (random(room_width),-16)
set the score relative to 1