You want to change animation frame when mouse is clicked? It's easy.
1. Add Mouse object to your layout if you haven't done it yet.
2. Create event:
Mouse -> On Click (or On Object Clicked)
3. Create action for this event:
YourSprite -> Set Animation Frame
Also, make sure that the animation is stopped (speed is set to 0).