Hello, I have three symbols on the stage timeline.
Each of these symbols have a button within them to animate the symbol on the stage timeline. When the button is clicked the symbol's timeline is also simulaneoulsy played.
When the animations stop ( due to a stop instruction on the stage and symbol timelines ) I place a button on the stage immediately. The purpose of the new button is to reverse the animation at the stage and symbol timelines when clicked. So I use sym.getSymbol("Symbol_Name").playReverse(); for the symbol timeline and also sym.playReverse(); for the stage timeline.
This all works perfectly for one of the symbols but not the other two symbols! It is identical code for all three symbols but for some reason the other two symbols do not do the reverse play. The stage animations do work, but the two symbol animations do not work. So I tried just playing the symbol timelines by coding a button on the stage, and it did not work either.
Any ideas?
I even tried simply playing the timeline from the button on the stage and for some reason it does not play? So there is either a bug in the engine, or some simple parameter I am missing, or my understanding of timelines and/or the way the insructions work is flawed.
I am attaching a link to the oam file here: https://www.dropbox.com/s/7tvghu52t7c1vfm/Merchant-Area-A2.oam
I have setup a test page: http://pbpromos.com/test-edge-animation/
The only symbol that works is the one on the very right and this may be out of luck. The other two on the left do not reverse properly, they for some reason remain at their end stopped point in their symbol's timeline.
Any help would be greatly appreciated.