Hey, how do I link a button to a scene?? Take for example I set up a button at Scene 1 and I wanna link the button to Scene 2. What’s the actionscript for it?? And what is the scroll pane about in the FlashMX Components?, how do i use it? :beam:
scrollpane: you create a movie clip, in properties click linkage, and export in first frame. Then in the properties, once on stage, put in the name of the movie clip.
scenes… don’t use them unless you have to…
but:
on (release) {
gotoAndStop("Scene 1", "frameName");
}
Rev