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
Hi C3 Community,
I'm trying to play a specific animation by using this event where type is a string variable and level is an int variable
But it's not working and I don't know what I'm missing. The object Table's animation I'm trying to play is called sword_1
Here's the c3p
dropbox.com/s/ku5488wyo7wt0yb/animation.c3p
Thanks in advance.
The animation name isn't the issue, the issue is because you set the sword to a different position so it's not overlapping the table 'on drop'. Since events run top to bottom in Construct you need to set the position to the drawer later.
Develop games in your browser. Powerful, performant & highly capable.
That was so obvious I don't know how I missed it, thank you so much lionz