Hi all
I am new to Construct 2, realized that it is quite easy to use actually but now I am having problem with clicking a sprite and upon clicking it, let the main sprite play animation.
I have a main sprite and a sprite which I treat as button.
The main sprite has an animation call 'throwing' which consists of 2 frames.
The sprite button is for me to click it using a mouse click and upon clicking, the main sprite will play the animation 'throwing'.
At the end of the 'throwing' animation, the main sprite will spawn another object (a rock).
How do I do this?
I have trouble on playing animation upon clicking the button sprite.