flash (?) - movieclip as button
flash (?) - movieclip as button
Out of context: Reply #1
- Started
- Last post
- 18 Responses
- funkage0
yourMovieClip.onRelease = function():Void {
this.gotoAndPlay("yourFrame");
}
yourMovieClip.onRelease = function():Void {
this.gotoAndPlay("yourFrame");
}