9/12/2011 4:15:06 AM
Title:
For virtual book: on click, move forward/back one frame. Issue- movie symbol plays automatically
I am making a basic virtual book with Flash CS5 (not 5.5). I can use either Actionscript 2.0 or 3.0. I don't know any Actionscript and I use behaviours/code snippets for as2.0/3.0 respectively.
I used a code snippet to have one arrow button going forward a frame and one back a frame within a movie symbol containing the pages on each frame and used
stop();
for each frame on a different layer. ("stop();" is the only code I know). However, the stop command interferes with the backwards/forwards codes preventing them from working but if I don't use it, the movie symbol plays automatically.
Thanks,
David
NB: I am using a different computer for internet from which I have Flash installed due to wireless connection issues.
9/12/2011 5:19:16 AM
Hi understand the problem but its quite difficult to get the exact problem until source is available. If you can share the source file by uploading to some server or file sharing website and paste link here , I can check the problem.
You can try play() command in the forward and back buttons.