hi im trying to make a simple all flash web page but there is a problem with my buttons and switching between scenes,
unfortunately i dont have a web page so i cant just upload the fla, but heres my actionscript
on (release) {gotoAndStop(2);
}
nothing too difficult about that, its for a button, leading to a larger picture on scene 5!, ive tried to just do
on (release) {gotoAndStop(5);
}
but it doesnt work and goes to another scene, i dont get it, im using flash 04 pro and id love to figure out wat im doing right
yeah i tried changing the AC to what you said but theres one thing i think i forgot to mention, i did EXACTLY the same AC for the enter page, and for the home page buttons and they owrk perfectly, i cant figure out what is going on
You’re trying to do a simple flash webpage? And you have the different pages, in lets say… “Home” in frame 1, and “About” in frame 5 etc etc.? And the buttons takes you to the different frames?