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

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

Kill the Frog.swf

This is the info page for
Flash #31065

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


Text
PLAY

sponsored by www.youngcoders.com

KILL THE FROG

How to Play:

Click...shoot...enjoy!

Score:

Time:

YOU SCORED:

ActionScript [AS1/AS2]

Frame 2
kirupaSound = new Sound(this); kirupaSound.attachSound("musicz"); kirupaSound.start(0, 99); stop();
Instance of Symbol 33 MovieClip in Frame 2
onClipEvent (enterFrame) { startDrag (this, true); }
Frame 3
stop(); finalscore = 0; timeleft = 60; doTimer = function () { timeleft--; if (timeleft < 1) { gotoAndStop (4); } }; setInterval(doTimer, 1000);
Instance of Symbol 27 MovieClip in Frame 3
onClipEvent (load) { function reset() { this.dead = 0; this._x = 0; this._y = random(250); itemSpeed = random(45) + 15; } reset(); } onClipEvent (enterFrame) { if (this.dead == 1) { this._y = this._y + 50; } this._x = this._x + itemSpeed; if (this._x > 485) { reset(); } } on (press) { _root.finalscore = _root.finalscore + 2; kirupaSound = new Sound(this); kirupaSound.attachSound("shot"); kirupaSound.start(0, 1); this.dead = 1; }
Instance of Symbol 27 MovieClip in Frame 3
onClipEvent (load) { function reset() { this.dead = 0; this._x = 0; this._y = random(250); itemSpeed = random(55) + 15; } reset(); } onClipEvent (enterFrame) { if (this.dead == 1) { this._y = this._y + 50; } this._x = this._x + itemSpeed; if (this._x > 485) { reset(); } } on (press) { _root.finalscore = _root.finalscore + 1; kirupaSound = new Sound(this); kirupaSound.attachSound("shot"); kirupaSound.start(0, 1); this.dead = 1; }
Instance of Symbol 27 MovieClip in Frame 3
onClipEvent (load) { function reset() { this.dead = 0; this._x = 0; this._y = random(250); itemSpeed = random(35) + 15; } reset(); } onClipEvent (enterFrame) { if (this.dead == 1) { this._y = this._y + 50; } this._x = this._x + itemSpeed; if (this._x > 485) { reset(); } } on (press) { _root.finalscore = _root.finalscore + 3; kirupaSound = new Sound(this); kirupaSound.attachSound("shot"); kirupaSound.start(0, 1); this.dead = 1; }
Instance of Symbol 33 MovieClip in Frame 3
onClipEvent (enterFrame) { startDrag (this, true); }
Symbol 12 Button
on (release) { _root.play(); }
Symbol 13 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { gotoAndStop (3); }
Symbol 13 MovieClip Frame 2
gotoAndPlay (1);
Symbol 23 Button
on (press) { gotoAndStop (3); }
Symbol 30 Button
on (press) { getURL ("http://www.youngcoders.com", "_blank"); }
Symbol 46 Button
on (press) { gotoAndPlay (3); }

Library Items

Symbol 1 Sound [shot]
Symbol 2 Sound [musicz]
Symbol 3 GraphicUsed by:4
Symbol 4 MovieClipUses:3Used by:13
Symbol 5 GraphicUsed by:13
Symbol 6 BitmapUsed by:7
Symbol 7 GraphicUses:6Used by:13
Symbol 8 GraphicUsed by:12
Symbol 9 GraphicUsed by:12
Symbol 10 GraphicUsed by:12
Symbol 11 GraphicUsed by:12
Symbol 12 ButtonUses:8 9 10 11Used by:13
Symbol 13 MovieClipUses:4 5 7 12Used by:Timeline
Symbol 14 BitmapUsed by:15
Symbol 15 GraphicUses:14Used by:16
Symbol 16 MovieClipUses:15Used by:Timeline
Symbol 17 FontUsed by:18 29 38 39 40 41 44 45
Symbol 18 TextUses:17Used by:19 23 46
Symbol 19 MovieClipUses:18Used by:20
Symbol 20 MovieClipUses:19Used by:23 46
Symbol 21 GraphicUsed by:22 23 30 46
Symbol 22 MovieClipUses:21Used by:23 30 46
Symbol 23 ButtonUses:20 22 18 21Used by:Timeline
Symbol 24 BitmapUsed by:26
Symbol 25 BitmapUsed by:26
Symbol 26 GraphicUses:24 25Used by:27
Symbol 27 MovieClipUses:26Used by:28  Timeline
Symbol 28 MovieClipUses:27Used by:Timeline
Symbol 29 TextUses:17Used by:30
Symbol 30 ButtonUses:29 22 21Used by:Timeline
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:31Used by:33
Symbol 33 MovieClipUses:32Used by:Timeline
Symbol 34 FontUsed by:35 36 37
Symbol 35 EditableTextUses:34Used by:Timeline
Symbol 36 EditableTextUses:34Used by:Timeline
Symbol 37 EditableTextUses:34Used by:Timeline
Symbol 38 EditableTextUses:17Used by:Timeline
Symbol 39 EditableTextUses:17Used by:Timeline
Symbol 40 EditableTextUses:17Used by:Timeline
Symbol 41 EditableTextUses:17Used by:Timeline
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClipUses:42Used by:Timeline
Symbol 44 EditableTextUses:17Used by:Timeline
Symbol 45 EditableTextUses:17Used by:Timeline
Symbol 46 ButtonUses:20 22 18 21Used by:Timeline

Instance Names

"score"Frame 3Symbol 38 EditableText
"bar"Symbol 13 MovieClip Frame 1Symbol 4 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$/b$zd/Br3.ayxcSQUQPb/jQs/."
ExportAssets (56)Timeline Frame 1Symbol 1 as "shot"
ExportAssets (56)Timeline Frame 1Symbol 2 as "musicz"

Labels

"loaded"Symbol 13 MovieClip Frame 3

Dynamic Text Variables

finalscoreSymbol 38 EditableText""
timeleftSymbol 41 EditableText""
finalscoreSymbol 44 EditableText""




http://swfchan.com/7/31065/info.shtml
Created: 18/5 -2019 21:45:24 Last modified: 18/5 -2019 21:45:24 Server time: 02/05 -2024 11:19:56