Groups | Blog | Home
all groups > flash actionscript > june 2004 >

flash actionscript : Button Action Script



grundgeguy
6/10/2004 10:16:34 PM
I can't figure out how to do a simple linking between a button and a different
scene. The end product should be where I click on a button, which im having
trouble making too, and then it takes me to scene 2. I know this is a simple
problem - im retarded- but i still cant figure it out. I have tried this action
script: on release;

gotoandPlay
("Scene 2", 25)
But it doesnt work. Does anybody have any suggestions?
cypherdog
6/10/2004 10:35:43 PM
on(release) {
gotoAndPlay("Scene2",25);
}

grundgeguy
6/10/2004 11:53:37 PM
AddThis Social Bookmark Button