;

PDA

Click to See Complete Forum and Search --> : need timeline help


xphobe21
07-26-2008, 04:59 AM
I need an action script 2 code for flash 8 that will loop a specific group of frames in the beginning of the
timeline until a button is clicked that will go to and play play a different part of the time line once
and then return to looping the first part of the time line again. Thanks Xeno.

EQFlash
07-26-2008, 08:16 PM
example: on frame 10, put gotoAndPlay(1);
this will make the timeline loop from frame 1 thru 10.
on the button put this;
on(release){
_root.gotoAndPlay(11);
}
this will cause the time to stop looping and go to frame 11(the frame after the loop); on another frame farther down say 20, put this; gotoAndPlay(1);
this is the simpliest way i can think of. i know it may sound ridiculous, but it does answer your question.

xphobe21
07-27-2008, 02:56 AM
I do not like your answer! I love your answer. Before I read your reply I burned the midnight oil last night and came up with the same fix, but if I hadn't you would have saved me fore sure. Thanks for replying. This is what community is all about. If I can ever return the favor I certainly will. Xeno.
visit my new websit hell****1.com coming soon. Adults only.

EQFlash
07-27-2008, 08:19 AM
Grrrreat!. glad you figured it out. i'll be LQQKing for the site.