Stick Page Forums Archive

Flash Multiple Choice Quiz

Started by: Poseidon | Replies: 10 | Views: 4,893

Poseidon
2

Posts: 55
Joined: May 2007
Rep: 10

View Profile
Jul 2, 2007 2:46 PM #42310
In this tut, you will be learning how to make a multiple choice quiz game. It has 15 steps, but it is easy.

1. Open Flash. (Make sure it is AS 2.0)

2. Make 12 keyframes for a 10 question quiz. Put stop(); in all 12 keyframes.

3. Make a start menu. Like this:

[SWF="http://www.imageaddicts.net/uploads/Main_Menu.swf height=400 width=550"]http://www.imageaddicts.net/uploads/Main_Menu.swf[/SWF]

4. Convert the text play into a symbol. Make sure it is a button. Name it Play.

5. Copy and paste this code on the play button:
on(release){gotoAndPlay(2);}

6. Go to frame two and make a question like "What is the capital of Iowa?" Like this:

[SWF="http://www.imageaddicts.net/uploads/Main_Menu4d99a.swf height=400 width=550"]http://www.imageaddicts.net/uploads/Main_Menu4d99a.swf[/SWF]

7. Add four circles and put answers next to them. Like this:

[SWF="http://www.imageaddicts.net/uploads/Main_Menu64b52.swf height=400 width=550"]http://www.imageaddicts.net/uploads/Main_Menu64b52.swf[/SWF]

8. Convert all four circles to symbols. Make sure they are buttons.

9. Copy and paste this code in all three wrong answer circles:
on(release){gotoAndPlay(12);}

10. In the right answer circle copy and paste this code:
on(release){gotoAndPlay(3);}

Repeat these steps to make more questions! Except change the number in the code above to 4, then 5, then 6, then 7, then 8, then 9, then 10, then 11 for every question you make.

11. Go to frame 11 and put Winner! and the type replay. Like this:

[SWF="http://www.imageaddicts.net/uploads/Main_Menu02f9e.swf height=400 width=550"]http://www.imageaddicts.net/uploads/Main_Menu02f9e.swf[/SWF]

12. Convert replay into a symbol (button) and copy and paste this code in replay:
on(release){gotoAndPlay(2);}

13. Go to frame 12 and put Loser! and type Back to 1. Like this:

[SWF="http://www.imageaddicts.net/uploads/Main_Menucc028.swf height=400 width=550"]http://www.imageaddicts.net/uploads/Main_Menucc028.swf[/SWF]

14. Convert Back to 1. to a symbol (button) and copy and paste this code into it:
on(release){gotoAndPlay(2);}

15. Save as "Test", Export, and then your complete! Here is the finished product (It is one I made awhile ago and doesn't have an opening screen.I added that to spice things up.):

[SWF="http://www.imageaddicts.net/uploads/Capital_Test.swf height=300width=550"]http://www.imageaddicts.net/uploads/Capital_Test.swf[/SWF]

Thanks for reading! It took me 1 hour to make. Hope it helps!:Happy: :Smile:
Saline
2

Posts: 653
Joined: Dec 2006
Rep: 10

View Profile
Jul 2, 2007 3:04 PM #42311
That took you an hour? Lol noob. Pretty basic stuff, all it is is buttons.
Poseidon
2

Posts: 55
Joined: May 2007
Rep: 10

View Profile
Jul 2, 2007 3:10 PM #42312
It was only for newbishly newbish noobs Archangel. And I had to get the finished product off the other computer which took 5 minutes and 25 minutes of running back and forth through my house. AND I had to draw those pictures. (5 minutes)
Rather Cheesy
2

Posts: 2,137
Joined: Apr 2007
Rep: 10

View Profile
Jul 9, 2007 7:16 AM #43854
ummmm how about making a quiz that gives you a score? instead of one like this ... this is simple buttons, don't make a game tut just for buttons theres already a good buttons tut... [I don't mean this as flame]
2-D
2

Posts: 12,355
Joined: Sep 2006
Rep: 10

View Profile
Jul 9, 2007 7:35 AM #43857
Draw what pictures?
Poseidon
2

Posts: 55
Joined: May 2007
Rep: 10

View Profile
Jul 9, 2007 10:35 PM #43923
Quote from rather cheesy
ummmm how about making a quiz that gives you a score? instead of one like this ... this is simple buttons, don't make a game tut just for buttons theres already a good buttons tut... [I don't mean this as flame]


Sorry, but I don't know how.:Embarrassed:
2-D
2

Posts: 12,355
Joined: Sep 2006
Rep: 10

View Profile
Jul 9, 2007 10:57 PM #43925
Draw what pictures?
Poseidon
2

Posts: 55
Joined: May 2007
Rep: 10

View Profile
Jul 9, 2007 11:03 PM #43927
What are you talking about 2-D!?!?!?
Steyene

Posts: 2,060
Joined: Apr 2006
Rep: 10

View Profile
Jul 10, 2007 1:51 AM #43977
He is asking what are the pictures that took most of the time? As there are mostly just circles.
2-D
2

Posts: 12,355
Joined: Sep 2006
Rep: 10

View Profile
Jul 10, 2007 2:03 AM #43980
You said it took you some time to draw ALLLL those pictures. I dont see anything there that would take 5 minutes to do.
Sheep

Posts: 0
Joined: Aug 2025
Jul 21, 2007 10:05 PM #46926
I'm sorry, this thread is Image" style="max-width: 100%; height: auto;" alt="Image">
Website Version: 1.0.4
© 2025 Max Games. All rights reserved.