I am a newb at this program and i want to know how to set the beginning scene.
when i make "scene 2" and ctrl+enter, it starts with scene 2 instead of scene
1. Scene 1 is the index (home) of the site I'm making. I couldn't find
anything about this in the flash help.
I also have another question, how do i link a button to a scene? The flash
help wasn't specific enough.
This is what i did:
-made a button symbol
-gave it an instance name of "button" (temporally)
-gave the frames this script:
button.onRelease = function() {
gotoAndPlay("scene 2", 1);
};
What could be the problem?
button.onRelease = function() {
gotoAndPlay("scene 2", 1);
};
pwnage101 - 29 Dec 2006 05:08 GMT
oops, this should probably belong in the flash general discussion.