Thank you all for all your prior help, without you I wouldnt have as much as I have got done.
THANKS Kirupa forums and everyone registered for helping me get that much of my site done!!!
Well for my new problem… Im trying to make a movie go from scene 1 to scene two by clicking on a button but I keep getting the error message
" [color=navy]Error Scene=Scene 1, layer=Buttons, frame=10:Line 4: Statement must appear within on handler
music_btn.onRelease = function (){[/color] "
Anyone think they can help me?
Here is the action code in my button
//This script takes the user to Scene 2 when goScene_btn is released
music_btn.onRelease = function (){
gotoAndStop("Scene 2", 1);
};