I cant get the Animation finished to work... What am I doing wrong...
Global Set a_Mode=0
Group OPENBAY
--System Trigger once
System a_Mode = 0
----Sprite set animation to "Open"
----Sprite start animation from beginning
--Sprite On Animation "Open" Finished
----System Set a_Mode to 1
Group CLOSEBAY
--System Trigger once
System a_Mode = 1
----Sprite set animation to "Close"
----Sprite start animation from beginning
--Sprite On Animation "Close" Finished
----System Set a_Mode to 2
Here is the example:
Capx file