Click to See Complete Forum and Search --> : link to main timeline


pawan143_5
07-24-2010, 08:39 AM
Hi Friends

I have a button inside a movie clip and i want when i click on the movie clip it will go to the 10th frame of main time line and i want to do it using as3

Please help me out

Thanks

infinityspiral
07-29-2010, 03:08 PM
You could try:
root.gotoAndPlay(10);
or
parent.gotoAndPlay(10);

pawan143_5
07-30-2010, 11:39 PM
Hi sir

i go the solution. we need to add this script on the function

MovieClip(root).gotoAndStop(1);