I’ve decided to try to create a site in flash. I have two scenes, the first one is an intro, with a preloader and stuff. Then, I have scene two, which is the the “meat.” I have a movieclip in scene two that has the buttons in it, and the code for them is this:
on (press) {
gotoAndStop("Scene 2", 20);
}
Frame 20 is the frame where the news and stuff will reside. Then, for my other buttons, I have it changed to 21 and 22. Those are the frames that correspond with the buttons. I don’t know if you’re getting me here, it’s kinda complicated.
The thing is, the buttons don’t work. I have no idea what’s wrong.
I would upload the .fla, but it’s like 800kb. If anyone can tell me what’s wrong without having to look at the source, that’d be great, otherwise, I can email it to anyone.