PDA

View Full Version : Creating links from buttons to scenes


ErinB510
12-07-2004, 05:04 AM
How do you link a button to a scene? I know there are behaviors/actions involved, but in what form.

Please help... my project is due tomorrow!!

Thanks!!

kiranzee
12-07-2004, 02:05 PM
Hi, the actionscript should be
on(press){
gotoAndStop("Scan",1);
}
.. where the Scan is the name of the scene, it can also be something like

gotoAndPlay("Scene 2",1); if u have not renamed the Scene

I think you got what i mean to say.

Bye.... Good Luck! for your project

Cheers,
Kir