flash (?) - movieclip as button
flash (?) - movieclip as button
Out of context: Reply #14
- Started
- Last post
- 18 Responses
- kingsteven0
are you putting the code on the timeline of the button?
this.onRelease = function(){
_root.gotoAndPlay(22);
}or in its containing movieclip?
go_about.onRelease = function(){
_root.gotoAndPlay(22);
}