flash question
flash question
Out of context: Reply #4
- Started
- Last post
- 6 Responses
- WeLoveNoise0
i think its
_root.your movieclip name.your button name.onRelease = function () {
_root.gotoAndPlay(whatever frame u want);
}- ok i might have been wrongWeLoveNoise
- The new way.YAYPaul
- youbuttonname.onRele... = function(){
_root.gotoAndPlay(la...
}YAYPaul