Hello,
I would like that all the instances of my Sprite shoot an object every x seconds.
System | On start of layout => Sprite | Start Timer "shoot" for 1.0 (regular)
Sprite | On timer "shoot" => System | Create object Sprite_bullet at (Sprite.x,Sprite.y)
This work if there's only one instance of Sprite on the layout, not many... So, how to do ?