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.
Develop games in your browser. Powerful, performant & highly capable.
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.
That was so obvious I don't know how I missed it, thank you so much lionz