Hi every body.
plz help me.
I have a huge problem. My timeline has just passed 575 frames…Why!?
Each page has its own animation due to different background and content, and because transitions is the thing to me at the moment.
But…Isn`t it possible to shorten down the use of frames by using AS2 coding!?
I`ve tried the following:
on (release){
gotoAndStop(“thePageContainingMy1MovieClip”);
gotoAndStop(“thePageContainingMy2MovieClip”);
gotoAndStop(“thePageContainingTheTargetpage”);
But that does`nt work. It just plays the last gotoAndStop function…Doh.
What am I doing wrong??
Plz help.
Thomas