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

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

Numbers Fantastic.swf

This is the info page for
Flash #30594

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


Text
Made by:
Pete

Loading

Loading.

Loading..

Loading...

Begin!

www.Peturo.com

Click Mouse on Game To Play!

Click Mouse on Game To Play!

Numbers Fantastic!

Use the Arrow Keys Up/Down to move your
circle and Left/Right to change your number.
The object of the game is to hit each of the
floating squares with your number matching
the number on the squares.
Collect Hearts to heal!

Click Mouse to Begin!

How To Play:
1.
2.
3.

www.Peturo.com

Points:

Lives:

err

err

Sound:

err

err

0

0

Restart?

Restart?

0

Speed Increase!

GameOver
(Click to Play Again)

High Score:

error

Your Score:

error

www.Peturo.com

ActionScript [AS1/AS2]

Frame 1
textyText = (getBytesLoaded() + " / ") + getBytesTotal(); PercentLoaded = (getBytesLoaded() / getBytesTotal()) * 100; if (PercentLoaded != 100) { gotoAndPlay(nextFrame); } else { gotoAndPlay (3); }
Frame 2
gotoAndPlay (1);
Frame 3
clearInterval(_global.outComeTally); clearInterval(_global.circleMovesTimer); clearInterval(_global.outComeGetScore); clearInterval(_global.outCome); clearInterval(_global.outComeNextLevel); clearInterval(_global.titlefunct); stop();
Frame 4
clearInterval(_global.titlefunct); stop();
Frame 5
_global.Interval = 1850; _global.Increment = 4; Wrong = 5; _global.ChoiceArray = ["0", "0", "0", "0"]; if (_global.maxScore == undefined) { _global.maxScore = 0; } _global.heartLevel; if (_global.Right == undefined) { _global.Right = 0; } _global.keyPresses = 3; _global.StopClipsOnce = false; _global.MaxReach = false; _global.StartIncrease = false; _global.Level = 3; if (_global.soundsOn == undefined) { _global.soundsOn = true; } if (_global.firstTime == undefined) { _global.firstTime = true; } _global.firstTime3 = true; _global.firstTime2 = true; _global.firstTime7 = true; _global.firstTime9 = true; _global.firstTime92 = true; speedIncrease.stop(); Diff = 1; Right = 0; Tally = 0; stop(); timer = function () { if (Diff < 10) { if (Tally == _global.Increment) { Diff++; Tally = 0; _global.StartIncrease = true; speedIncrease.play(); } } }; _global.outComeTally = setInterval(timer, 100); timerNextLevel = function () { if (_root._root.Wrong < 1) { _global.Right = Right; gotoAndPlay ("finl"); } }; _global.outComeNextLevel = setInterval(timerNextLevel, 10);
Frame 6
stopAllSounds(); clearInterval(_global.outComeTally); clearInterval(_global.circleMovesTimer); clearInterval(_global.outComeGetScore); clearInterval(_global.outCome); clearInterval(_global.outComeNextLevel); finalScore = _global.Right; if (_global.Right > _global.maxScore) { _global.maxScore = _global.Right; } HfinalScore = _global.maxScore; stop();
Symbol 15 Button
on (release) { getURL ("http://www.peturo.com", "blank"); }
Symbol 21 MovieClip Frame 29
stop();
Symbol 23 Button
on (release) { clearInterval(_global.titlefunct); gotoAndStop ("intr"); }
Symbol 28 Button
on (release) { gotoAndPlay ("strt"); }
Symbol 31 Button
on (release) { getURL ("http://www.peturo.com", "blank"); }
Symbol 43 Button
on (release) { if (_global.soundsOn == true) { _global.soundsOn = false; stopAllSounds(); onOff = "Off"; } else if (_global.soundsOn == false) { _global.soundsOn = true; onOff = "On"; _root.musics.gotoAndPlay(1); } }
Symbol 44 MovieClip Frame 1
if (_global.soundsOn == true) { onOff = "On"; } else if (_global.soundsOn == false) { onOff = "Off"; }
Symbol 48 MovieClip Frame 1
stop();
Symbol 48 MovieClip Frame 3
stop();
Symbol 51 MovieClip Frame 1
heart = false; squareRight = false; squareWrong = false;
Symbol 51 MovieClip Frame 2
numberText = (Math.round(Math.random() * 4) - 0) + 1; numberText22 = Math.round(Math.random() * 100) - 0; if (numberText22 < 10) { box.gotoAndPlay(3); numberText = ""; heart = true; } else { box.gotoAndPlay(1); } SquareHit = _global.SquarePosition;
Symbol 51 MovieClip Frame 98
if (heart) { if (_global.keyPresses == SquareHit) { if (_global.soundsOn == true) { _root._root.heartSound.gotoAndPlay(1); } _root._root.Wrong++; } } else if ((_global.Level == numberText) && (_global.keyPresses == SquareHit)) { _root._root.Right++; _root._root.Tally++; _root._root.squareHit.gotoAndPlay(1); } else { if (_global.soundsOn == true) { _root._root.MisSound.gotoAndPlay(1); } _root._root.Wrong--; _root._root.scoreUp.gotoAndPlay(1); }
Symbol 51 MovieClip Frame 100
gotoAndStop (1);
Symbol 52 MovieClip Frame 1
cantStop = true; timer2 = function () { if (_global.StartIncrease == true) { if ((_global.Interval > 300) && (cantStop == true)) { _global.Interval = _global.Interval - 150; cantStop = true; _global.MaxReach = false; } else { cantStop = false; } } _global.StartIncrease = false; }; _global.outComeGetScore = setInterval(timer2, 10);
Symbol 53 MovieClip Frame 1
if (_global.StopClipsOnce == false) { clip01.stop(); clip02.stop(); clip03.stop(); clip04.stop(); clip00.stop(); _global.StopClipsOnce = true; } gotoAndStop (2);
Symbol 53 MovieClip Frame 2
timer = function () { _global.clipPlay = Math.round(Math.random() * 4) - 0; if (f == undefined) { f = 0; } if (f >= 3) { p = 1; while (p < _global.ChoiceArray.length) { _global.ChoiceArray[p] = _global.ChoiceArray[p - 1]; p++; } } _global.ChoiceArray[f] = _global.clipPlay; if (f >= 3) { } else { f++; } var _local2 = 0; while (_local2 < _global.ChoiceArray.length) { if (_global.clipPlay == _global.ChoiceArray[_local2]) { clearInterval(_global.outCome); gotoAndPlay (1); } _local2++; } if (_global.clipPlay == 0) { clip00.play(); _global.SquarePosition = 1; } else if (_global.clipPlay == 1) { clip01.play(); _global.SquarePosition = 5; } else if (_global.clipPlay == 2) { clip02.play(); _global.SquarePosition = 4; } else if (_global.clipPlay == 3) { clip03.play(); _global.SquarePosition = 3; } else if (_global.clipPlay == 4) { clip04.play(); _global.SquarePosition = 2; } clearInterval(_global.outCome); gotoAndPlay (1); }; _global.outCome = setInterval(timer, _global.Interval); stop();
Symbol 57 Button
on (release) { stopAllSounds(); gotoAndStop ("begn"); }
Symbol 61 MovieClip Frame 1
timer = function () { thisNumberText = _global.Level; }; _global.circleMovesTimer = setInterval(timer, 10);
Symbol 62 Button
on (keyPress "<Up>") { positionOn = getProperty(keykey, _y); if (_global.keyPresses == 5) { UP = positionON; } else { UP = positionOn - 38; _global.keyPresses++; } setProperty(keykey, _y , UP); } on (keyPress "<Down>") { positionOn = getProperty(keykey, _y); if (_global.keyPresses == 1) { DOWN = positionON; } else { DOWN = positionOn + 38; _global.keyPresses--; } setProperty(keykey, _y , DOWN); } on (keyPress "<Right>") { if (_global.Level < 5) { _global.Level++; } } on (keyPress "<Left>") { if (_global.Level > 1) { _global.Level--; } }
Symbol 64 MovieClip Frame 1
if (_global.firstTime == true) { _global.firstTime = false; gotoAndPlay (3); } else if (_global.soundsOn == true) { gotoAndPlay (3); } else { stop(); }
Symbol 64 MovieClip Frame 253
if (_global.soundsOn == false) { stopAllSounds(); gotoAndStop (1); } else { stop(); }
Symbol 66 MovieClip Frame 2
if (_global.firstTime7 == true) { gotoAndStop (1); _global.firstTime7 = false; } else if (_global.soundsOn == true) { gotoAndPlay (3); } else { gotoAndStop (1); }
Symbol 66 MovieClip Frame 4
stop();
Symbol 68 MovieClip Frame 2
if (_global.firstTime9 == true) { gotoAndStop (1); _global.firstTime9 = false; } else if (_global.soundsOn == true) { gotoAndPlay (3); } else { gotoAndStop (1); }
Symbol 68 MovieClip Frame 4
stop();
Symbol 70 MovieClip Frame 2
if (_global.firstTime92 == true) { gotoAndStop (1); _global.firstTime92 = false; } else if (_global.soundsOn == true) { gotoAndPlay (3); } else { gotoAndStop (1); }
Symbol 70 MovieClip Frame 4
stop();
Symbol 72 MovieClip Frame 20
gotoAndStop (1);
Symbol 74 MovieClip Frame 10
stop();
Symbol 80 Button
on (release) { gotoAndStop ("begn"); }
Symbol 83 Button
on (release) { getURL ("http://www.peturo.com", "blank"); }

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClipUses:1Used by:Timeline
Symbol 3 FontUsed by:4 7 8 9 10 12 14 16 17 19 24 25 26 30 35 36 37 38 40 41 42 49 50 55 56 60 71 73 75 76 77 78 82
Symbol 4 TextUses:3Used by:Timeline
Symbol 5 GraphicUsed by:6 33 54 57
Symbol 6 MovieClipUses:5Used by:Timeline
Symbol 7 TextUses:3Used by:11
Symbol 8 TextUses:3Used by:11
Symbol 9 TextUses:3Used by:11
Symbol 10 TextUses:3Used by:11
Symbol 11 MovieClipUses:7 8 9 10Used by:Timeline
Symbol 12 EditableTextUses:3Used by:Timeline
Symbol 13 GraphicUsed by:15
Symbol 14 TextUses:3Used by:15
Symbol 15 ButtonUses:13 14Used by:Timeline
Symbol 16 TextUses:3Used by:18
Symbol 17 TextUses:3Used by:18
Symbol 18 ButtonUses:16 17Used by:Timeline
Symbol 19 TextUses:3Used by:20
Symbol 20 MovieClipUses:19Used by:21
Symbol 21 MovieClipUses:20Used by:Timeline
Symbol 22 GraphicUsed by:23
Symbol 23 ButtonUses:22Used by:Timeline
Symbol 24 TextUses:3Used by:Timeline
Symbol 25 TextUses:3Used by:Timeline
Symbol 26 TextUses:3Used by:Timeline
Symbol 27 GraphicUsed by:28
Symbol 28 ButtonUses:27Used by:Timeline
Symbol 29 GraphicUsed by:31
Symbol 30 TextUses:3Used by:31
Symbol 31 ButtonUses:29 30Used by:Timeline
Symbol 32 GraphicUsed by:34
Symbol 33 MovieClipUses:5Used by:34
Symbol 34 MovieClipUses:32 33Used by:Timeline
Symbol 35 TextUses:3Used by:Timeline
Symbol 36 TextUses:3Used by:Timeline
Symbol 37 EditableTextUses:3Used by:Timeline
Symbol 38 EditableTextUses:3Used by:Timeline
Symbol 39 GraphicUsed by:43
Symbol 40 TextUses:3Used by:43
Symbol 41 EditableTextUses:3Used by:43
Symbol 42 EditableTextUses:3Used by:43
Symbol 43 ButtonUses:39 40 41 42Used by:44
Symbol 44 MovieClipUses:43Used by:Timeline
Symbol 45 GraphicUsed by:Timeline
Symbol 46 GraphicUsed by:48 51
Symbol 47 GraphicUsed by:48
Symbol 48 MovieClipUses:46 47Used by:51
Symbol 49 EditableTextUses:3Used by:51
Symbol 50 EditableTextUses:3Used by:51
Symbol 51 MovieClipUses:48 49 46 50Used by:53
Symbol 52 MovieClipUsed by:53
Symbol 53 MovieClipUses:51 52Used by:Timeline
Symbol 54 MovieClipUses:5Used by:57
Symbol 55 TextUses:3Used by:57
Symbol 56 TextUses:3Used by:57
Symbol 57 ButtonUses:54 55 56 5Used by:Timeline
Symbol 58 GraphicUsed by:59 62
Symbol 59 MovieClipUses:58Used by:62
Symbol 60 EditableTextUses:3Used by:61 62
Symbol 61 MovieClipUses:60Used by:62
Symbol 62 ButtonUses:59 61 58 60Used by:Timeline
Symbol 63 SoundUsed by:64
Symbol 64 MovieClipUses:63Used by:Timeline
Symbol 65 SoundUsed by:66
Symbol 66 MovieClipUses:65Used by:Timeline
Symbol 67 SoundUsed by:68
Symbol 68 MovieClipUses:67Used by:Timeline
Symbol 69 SoundUsed by:70
Symbol 70 MovieClipUses:69Used by:Timeline
Symbol 71 TextUses:3Used by:72
Symbol 72 MovieClipUses:71Used by:Timeline
Symbol 73 TextUses:3Used by:74
Symbol 74 MovieClipUses:73Used by:Timeline
Symbol 75 TextUses:3Used by:Timeline
Symbol 76 EditableTextUses:3Used by:Timeline
Symbol 77 TextUses:3Used by:Timeline
Symbol 78 EditableTextUses:3Used by:Timeline
Symbol 79 GraphicUsed by:80
Symbol 80 ButtonUses:79Used by:Timeline
Symbol 81 GraphicUsed by:83
Symbol 82 TextUses:3Used by:83
Symbol 83 ButtonUses:81 82Used by:Timeline

Instance Names

"keykey"Frame 5Symbol 62 Button
"musics"Frame 5Symbol 64 MovieClip
"MisSound"Frame 5Symbol 66 MovieClip
"squareHit"Frame 5Symbol 68 MovieClip
"heartSound"Frame 5Symbol 70 MovieClip
"speedIncrease"Frame 5Symbol 72 MovieClip
"box"Symbol 51 MovieClip Frame 2Symbol 48 MovieClip
"clip01"Symbol 53 MovieClip Frame 1Symbol 51 MovieClip
"clip03"Symbol 53 MovieClip Frame 1Symbol 51 MovieClip
"clip00"Symbol 53 MovieClip Frame 1Symbol 51 MovieClip
"clip04"Symbol 53 MovieClip Frame 1Symbol 51 MovieClip
"clip02"Symbol 53 MovieClip Frame 1Symbol 51 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
Protect (24)Timeline Frame 10 bytes ""

Labels

"begn"Frame 3
"intr"Frame 4
"strt"Frame 5
"finl"Frame 6

Dynamic Text Variables

textyTextSymbol 12 EditableText"Begin!"
RightSymbol 37 EditableText"err"
WrongSymbol 38 EditableText"err"
onOffSymbol 41 EditableText"err"
onOffSymbol 42 EditableText"err"
numberTextSymbol 49 EditableText"0"
numberTextSymbol 50 EditableText"0"
thisNumberTextSymbol 60 EditableText"0"
HfinalScoreSymbol 76 EditableText"error"
finalScoreSymbol 78 EditableText"error"




http://swfchan.com/7/30594/info.shtml
Created: 19/5 -2019 07:07:07 Last modified: 19/5 -2019 07:07:07 Server time: 09/05 -2024 23:15:10