all groups > flash actionscript > february 2007 >
You're in the

flash actionscript

group:

action scripting



action scripting Neha Garg
2/9/2007 5:50:52 PM
flash actionscript: hi
how to add one imagefolder to this prolem,

stop();
//next button
next_btn.onPress=function(){

if(mc_content._currentframe==mc_content._totalframes){

mc_content.gotoAndStop(1)

}else{

mc_content.nextFrame()

}

}
//last button

last_btn.onPress=function(){

if(mc_content._currentframe==1){

mc_content.gotoAndStop(mc_content._totalframes)

}else{

mc_content.prevFrame()

}

}

Re: action scripting kglad
2/12/2007 3:47:45 PM
AddThis Social Bookmark Button