There we go... uh... I'm a newb in Actionscript and i really don't know what i'm doing... EH! uh, well i need to do a flash punch out game style. Hopefully everything is design and ready to be "actionscripted"...
My game is separate in 6 differents files.
-Intro: wich contains the game tag and the "instructions" button
-Instructions: wich contains eh eh the game instructions
-Enter your name and e-mail: for a score contest
-Gameplay: wich contains uh the gameplay
-Gameover page
-Win page
Okay! uh, first thing i wanted to do was to "link" some pages together with a button.
ex: In my "intro" page i have a button call INSTRUTIONS. By clicking this button i want to upload
my "Instructions" page. On my "instructions" page i have a button call PLAY. By clicking this button,
its upload the "enter your name and e-mail" page. Then on this page there's a button name once again
PLAY wich is suppose to lead you to the "gameplay" page.
What i exactly want to know is which code should i use... Should i use a GetURL and than use my swf name or what???
And another thing...
In my gameplay page, the way things should work is that when someone presses a key like UP key, the main movieclip is stopped and the the keydown function should play another movieclip. And when that movie clip is done , the main movieclip should restart from the begining (or if another key is pressed during this clip, another clip should starts playing)... what code should i use...
Thanks to the courageous hearts that'll help me in this...
uh man...