PDA

View Full Version : Buttons ... HELP PLZ


muimui
07-22-2003, 04:32 AM
I have create a flash animation with Flash MX. And i have also created a Quiz with Flash MX too. But the problem is that i do not know how to link the both ! I do not know what codes to type at all to link them both. Could I get some help. Do i copy the frames of the quiz and paste them into the flash animation ?
Do help me and let me know in details asap , thank you.

matt poole
07-22-2003, 06:47 AM
You can load a swf into another movie like this...(put it on your button)


on(release) {
loadMovie("quiz.swf",_root.target_mc);
}

this loads you quiz movie into a movie clip (called target_mc) in the original movie.

Warrior
07-25-2003, 09:47 PM
I have create a flash animation with Flash MX. And i have also created a Quiz with Flash MX too. But the problem is that i do not know how to link the both ! I do not know what codes to type at all to link them both. How can you not know what codes to type if you created a quiz :confused:

Adrenaline
07-25-2003, 11:22 PM
I would copy the frames of the quiz and paste them into the flash animation to keep it easy. ;)


How can you not know what codes to type if you created a quiz
They don't know the code to link 2 swf's.

Warrior
07-25-2003, 11:46 PM
Creating a quiz takes a lot of ActionScripting but linking 2 SWFs is an easy job. Loot at what matt poole said,
on(release) {
loadMovie("quiz.swf",_root.target_mc);
} They don't know the code to link 2 swf's. That does not make any sense because if you created a quiz then you should be a master at ActionsScripting :confused:

Adrenaline
07-25-2003, 11:59 PM
Your right. But muimui could of had alot of help on the quiz. May I point out they first post:
I just started doing flash and i'm stuck!! i have no idea how to go to the next frame/"page" after the user click a button. i'm lost everytime i insert a button onto the stage. can someone pls help/teach me?? Thanks!!!!

muimui
07-27-2003, 12:22 AM
erm... i used the templates in Flash MX to create the quiz...

or else i wouldn't really post a help in newbies if i'm not one... :D

anyway... thanks a million!!!!!!