STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228138
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5122

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/85402844?noj=FRM85402844-18DC" width="1" height="1"></div>

How to Make A Quiz Game.swf

This is the info page for
Flash #73422

(Click the ID number above for more basic data on this flash file.)


Text
How to make a simple quiz game

Lets Learn!

Next

prev.

Well  to start, you need a play button
( on frame 1 )

make your play
button and hit
F8, to convert
it to a symbol.
then right click
it, and give it
these actions

on(release){_root.
gotoAndStop(3)}

right click the frame, and
give it these actions stop()

Now on frame 2, draw a
wrong answer frame ex.

wrong

convert it to a
symbol, so wrong or
whatever you
choose is the replay
button. give it these
actions

on(release){_root.gotoAnd
Stop(3)}

Now on frame 3, make your
1st question

write the answers to
choose from, and
convert them to a
button.

on the correct answer(s), give it these
actions

on(release){_root.nextFrame();}

on the wrong answers, give it these
actions

on(release){_root.gotoAndStop(2)}

you may repeat this as much as you
like

on the last frame, make a
win you or whatever you
like

if you want to make it or anything a
repeat button, make it a symbol and
give it these actions

on(release){_root.gotoAndStop(3)}

example

prev.

5 + 5 + .....?

2

9

3

10

You Win

REPLAY

ActionScript [AS1/AS2]

Frame 2
stop();
Frame 3
stop();
Frame 11
stopAllSounds();
Symbol 9 Button
on (release) { getURL ("http://www.newgrounds.com", "_blank"); }
Symbol 15 MovieClip Frame 1
function timerHandler() { var _local2 = this; if (!loadingComplete) { var _local3 = _root.getBytesLoaded() / _root.getBytesTotal(); bar._yscale = 100 * _local3; if (_local3 == 1) { loadingComplete = true; if (AUTO_PLAY) { startMovie(); } else { gotoAndStop ("loaded"); } return; } } else { dt = getTimer() - time; time = time + dt; frameAccum = frameAccum + dt; var _local1 = 0; while ((frameAccum >= FRAME_TIME) && (_local1 < MAX_FRAME_SKIP)) { advanceFrame(tankLogo, true, true); advanceFrame(loadingText, false, true); advanceFrame(barGfx, false, true); if (loadingComplete) { advanceFrame(_local2, false, false); } (frameAccum = frameAccum - FRAME_TIME); _local1++; } updateAfterEvent(); } } function advanceFrame(clip, recurse, loop) { var _local1 = clip; var _local2 = loop; var _local3 = recurse; if (!_local1) { } else { _local1.stop(); if (_local1._currentframe == _local1._totalframes) { if (_local2) { _local1.gotoAndStop(1); } } else { _local1.nextFrame(); } if (_local3) { for (childName in _local1) { if (typeof(_local1[childName]) == "movieclip") { advanceFrame(_local1[childName], _local3, _local2); } } } } } function startMovie() { clearInterval(intervalId); _root.play(); } _root.stop(); stop(); var FRAME_TIME = 33.3333333333333; var AUTO_PLAY = false; var MAX_FRAME_SKIP = 5; var loadingComplete; var intervalId; var time; var frameAccum; loadingComplete = false; intervalId = setInterval(this, "timerHandler", FRAME_TIME / 2); frameAccum = 0; time = getTimer(); timerHandler();
Symbol 15 MovieClip Frame 72
startMovie();
Symbol 24 Button
on (release) { gotoAndStop (3); }
Symbol 26 Button
on (release) { nextFrame(); }
Symbol 29 Button
on (release) { prevFrame(); }
Symbol 51 Button
on (release) { nextFrame(); }
Symbol 54 Button
on (release) { prevFrame(); }
Symbol 60 Button
on (release) { _root.gotoAndStop(2); }
Symbol 62 Button
on (release) { _root.nextFrame(); }
Symbol 67 Button
on (release) { _root.gotoAndStop(3); }

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClipUses:1Used by:15
Symbol 3 GraphicUsed by:15
Symbol 4 GraphicUsed by:5 9
Symbol 5 MovieClipUses:4Used by:15
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClipUses:6Used by:8
Symbol 8 MovieClipUses:7Used by:15
Symbol 9 ButtonUses:4Used by:15
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:15
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClipUses:12Used by:15
Symbol 14 SoundUsed by:15
Symbol 15 MovieClipUses:2 3 5 8 9 11 13 14 SS1Used by:Timeline
Symbol 16 SoundUsed by:Timeline
Symbol 17 FontUsed by:18 22 25 27 30 31 32 33 34 36 37 38 39 40 41 42 43 44 45 46 47 48 49 52 55 56 57 58 61 65 66
Symbol 18 TextUses:17Used by:Timeline
Symbol 19 BitmapUsed by:20
Symbol 20 GraphicUses:19Used by:Timeline
Symbol 21 ButtonUsed by:Timeline
Symbol 22 TextUses:17Used by:24
Symbol 23 GraphicUsed by:24
Symbol 24 ButtonUses:22 23Used by:Timeline
Symbol 25 TextUses:17Used by:26
Symbol 26 ButtonUses:25Used by:Timeline
Symbol 27 TextUses:17Used by:29
Symbol 28 GraphicUsed by:29
Symbol 29 ButtonUses:27 28Used by:Timeline
Symbol 30 TextUses:17Used by:Timeline
Symbol 31 TextUses:17Used by:Timeline
Symbol 32 TextUses:17Used by:Timeline
Symbol 33 TextUses:17Used by:Timeline
Symbol 34 TextUses:17Used by:Timeline
Symbol 35 GraphicUsed by:Timeline
Symbol 36 TextUses:17Used by:Timeline
Symbol 37 TextUses:17Used by:Timeline
Symbol 38 TextUses:17Used by:Timeline
Symbol 39 TextUses:17Used by:Timeline
Symbol 40 TextUses:17Used by:Timeline
Symbol 41 TextUses:17Used by:Timeline
Symbol 42 TextUses:17Used by:Timeline
Symbol 43 TextUses:17Used by:Timeline
Symbol 44 TextUses:17Used by:Timeline
Symbol 45 TextUses:17Used by:Timeline
Symbol 46 TextUses:17Used by:Timeline
Symbol 47 TextUses:17Used by:Timeline
Symbol 48 TextUses:17Used by:Timeline
Symbol 49 TextUses:17Used by:51
Symbol 50 GraphicUsed by:51
Symbol 51 ButtonUses:49 50Used by:Timeline
Symbol 52 TextUses:17Used by:54
Symbol 53 GraphicUsed by:54
Symbol 54 ButtonUses:52 53Used by:Timeline
Symbol 55 TextUses:17Used by:Timeline
Symbol 56 TextUses:17Used by:60
Symbol 57 TextUses:17Used by:60
Symbol 58 TextUses:17Used by:60
Symbol 59 GraphicUsed by:60
Symbol 60 ButtonUses:56 57 58 59Used by:Timeline
Symbol 61 TextUses:17Used by:62
Symbol 62 ButtonUses:61Used by:64
Symbol 63 GraphicUsed by:64
Symbol 64 ButtonUses:62 63Used by:Timeline
Symbol 65 TextUses:17Used by:Timeline
Symbol 66 TextUses:17Used by:67
Symbol 67 ButtonUses:66Used by:Timeline
Streaming Sound 1Used by:Symbol 15 MovieClip

Instance Names

"bar"Symbol 15 MovieClip Frame 1Symbol 5 MovieClip
"loadingText"Symbol 15 MovieClip Frame 1Symbol 8 MovieClip

Labels

"LOADED"Symbol 15 MovieClip Frame 2




http://swfchan.com/15/73422/info.shtml
Created: 8/4 -2019 06:43:44 Last modified: 8/4 -2019 06:43:44 Server time: 18/05 -2024 06:58:11