Groups | Blog | Home
all groups > flash actionscript > july 2004 >

flash actionscript : gotoAndPlay



cire548
7/4/2004 9:17:24 PM
pazzoboy
7/4/2004 10:01:51 PM
In the first frame do this:
this.onLoad=function(){prevFrameCounter=0;};

For the frame that you want to view the previous one, put this:
prevFrameCounter++;
if(prevFrameCounter<10){previousFrame();} //or whatever code you use to go to
previous frame....
else{nextFrame();}

pazzoboy
7/4/2004 10:02:02 PM
In the first frame do this:
this.onLoad=function(){prevFrameCounter=0;};

For the frame that you want to view the previous one, put this:
prevFrameCounter++;
if(prevFrameCounter<10){previousFrame();} //or whatever code you use to go to
previous frame....
else{nextFrame();}

AddThis Social Bookmark Button