I have 2 balls that have the same animations triggered by buttons
Is there a way to create the second ball as the same sprite but diffrent instance so I dont have to redo all the events againI want to be able to do this without triggering both balls animations when I click the buttion only the ball in the right position
Sorry if this does not make sense
Thanks
Develop games in your browser. Powerful, performant & highly capable.
You can just copy (not clone) the first sprite..
In your event sheet add a condition to the events..
You talk about the right position in your post, so check if the sprite is in the right position in the condition, so only then the actions are run..