Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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..