I have this sprite which has 2 animations - Default and UnMusic
I have a global variable that says "IsMusic" set to 1 by default
This is what I'm doing
<img src="https://dl.dropboxusercontent.com/u/48735785/Construct2_Issues/toggleanima.png" border="0" />
The "IsMusic" is becoming 0 when touched the first time, but the animation doesnt change.
Anyone knows the reason?