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

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

grab-the-carrot.swf

This is the info page for
Flash #114907

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


Text
Play

USE THE NET TO GRAB THE
CARROTS FROM THE GOPHERS!
TRY TO GRAB AS MANY AS YOU
CAN BEFORE THE BEE
REACHES THE FLOWER!

Grab
The Carrot

22

22

Exit

Actions

Game Over

Play Again

Play Again

ActionScript [AS1/AS2]

Frame 1
Mouse.show(); stop(); _global.engine = this;
Instance of Symbol 47 MovieClip in Frame 1
onClipEvent (load) { if (_global.mute != undefined) { this.speak.gotoAndStop(_global.mute); } }
Frame 2
Mouse.show(); stop(); if (!init) { music_snd = new Sound(this); music_snd.attachSound("Music"); music_snd.setVolume(70); music_snd.start(0, 99999999); } init = true;
Frame 3
function setOpenTime() { openTime = openDelay + getTimer(); if (openDelay > 999) { openDelay = openDelay - delayDecrease; } return(openTime); } function setCloseTime() { closeTime = closeDelay + getTimer(); return(closeTime); } stop(); Mouse.hide(); gameOver = false; hammer._visible = true; bee_mc.frameCount = 0; bee_mc.gotoAndPlay(1); score = 0; spiderSpeed = 0.5; spiderEnd = 460; spiderBack = 3; openDelay = 2000; closeDelay = 106; delayDecrease = 50; sndGood = new Sound(this); sndGood.attachSound("Good"); sndBad = new Sound(this); sndBad.attachSound("Bad"); sndDieFly = new Sound(this); sndDieFly.attachSound("DieFly"); stop();
Instance of Symbol 68 MovieClip "Box_1" in Frame 3
onClipEvent (load) { this.stop(); this.HitOK = true; } onClipEvent (mouseDown) { if (_parent.gameOver == false) { x = _parent._xmouse; y = _parent._ymouse; if (this.hitTest(x, y, true)) { if ((this._currentFrame > 1) and (this.HitOK == true)) { this.HitOK = false; this.play(); s = int(_parent.score); s = s + 1; _parent.score = s; _parent.sndGood.start(); _global.engine.c = true; } else { _parent.sndBad.start(); } } } } onClipEvent (enterFrame) { if (this._currentFrame == 1) { this.HitOK = true; } }
Instance of Symbol 68 MovieClip "Box_2" in Frame 3
onClipEvent (load) { this.stop(); this.HitOK = true; } onClipEvent (mouseDown) { if (_parent.gameOver == false) { x = _parent._xmouse; y = _parent._ymouse; if (this.hitTest(x, y, true)) { if ((this._currentFrame > 1) and (this.HitOK == true)) { this.HitOK = false; this.play(); s = int(_parent.score); s = s + 1; _parent.score = s; _parent.sndGood.start(); _global.engine.c = true; } else { _parent.sndBad.start(); } } } } onClipEvent (enterFrame) { if (this._currentFrame == 1) { this.HitOK = true; } }
Instance of Symbol 68 MovieClip "Box_3" in Frame 3
onClipEvent (load) { this.stop(); this.HitOK = true; } onClipEvent (mouseDown) { if (_parent.gameOver == false) { x = _parent._xmouse; y = _parent._ymouse; if (this.hitTest(x, y, true)) { if ((this._currentFrame > 1) and (this.HitOK == true)) { this.HitOK = false; this.play(); s = int(_parent.score); s = s + 1; _parent.score = s; _parent.sndGood.start(); _global.engine.c = true; } else { _parent.sndBad.start(); } } } } onClipEvent (enterFrame) { if (this._currentFrame == 1) { this.HitOK = true; } }
Instance of Symbol 68 MovieClip "Box_4" in Frame 3
onClipEvent (load) { this.stop(); this.HitOK = true; } onClipEvent (mouseDown) { if (_parent.gameOver == false) { x = _parent._xmouse; y = _parent._ymouse; if (this.hitTest(x, y, true)) { if ((this._currentFrame > 1) and (this.HitOK == true)) { this.HitOK = false; this.play(); s = int(_parent.score); s = s + 1; _parent.score = s; _parent.sndGood.start(); _global.engine.c = true; } else { _parent.sndBad.start(); } } } } onClipEvent (enterFrame) { if (this._currentFrame == 1) { this.HitOK = true; } }
Instance of Symbol 68 MovieClip "Box_5" in Frame 3
onClipEvent (load) { this.stop(); this.HitOK = true; } onClipEvent (mouseDown) { if (_parent.gameOver == false) { x = _parent._xmouse; y = _parent._ymouse; if (this.hitTest(x, y, true)) { if ((this._currentFrame > 1) and (this.HitOK == true)) { this.HitOK = false; this.play(); s = int(_parent.score); s = s + 1; _parent.score = s; _parent.sndGood.start(); _global.engine.c = true; } else { _parent.sndBad.start(); } } } } onClipEvent (enterFrame) { if (this._currentFrame == 1) { this.HitOK = true; } }
Instance of Symbol 68 MovieClip "Box_6" in Frame 3
onClipEvent (load) { this.stop(); this.HitOK = true; } onClipEvent (mouseDown) { if (_parent.gameOver == false) { x = _parent._xmouse; y = _parent._ymouse; if (this.hitTest(x, y, true)) { if ((this._currentFrame > 1) and (this.HitOK == true)) { this.HitOK = false; this.play(); s = int(_parent.score); s = s + 1; _parent.score = s; _parent.sndGood.start(); _global.engine.c = true; } else { _parent.sndBad.start(); } } } } onClipEvent (enterFrame) { if (this._currentFrame == 1) { this.HitOK = true; } }
Instance of Symbol 77 MovieClip "bee_mc" in Frame 3
onClipEvent (load) { spiderSpeed = _parent.spiderSpeed; spiderEnd = _parent.spiderEnd; spiderBack = _parent.spiderBack; frameCount = 0; this.stop(); } onClipEvent (enterFrame) { if (this._currentframe < this._totalframes) { _parent.gameOver = false; frameCount++; if (frameCount > 2) { this.gotoAndStop(this._currentframe + 1); frameCount = 0; } } else { _parent.gameOver = true; } }
Instance of Symbol 85 MovieClip "Hammer" in Frame 3
onClipEvent (enterFrame) { this._x = _parent._xmouse; this._y = _parent._ymouse; } onClipEvent (mouseDown) { this.gotoAndPlay(2); }
Instance of Symbol 88 MovieClip "Actions" in Frame 3
onClipEvent (load) { this.ot = _parent.setOpenTime(); this.ct = _parent.setCloseTime(); } onClipEvent (enterFrame) { if (_parent.gameOver == false) { if (getTimer() > this.ot) { _parent["Box_" + Math.ceil(Math.random() * 6)].play(); this.ot = _parent.setOpenTime(); } if (getTimer() > this.ct) { rBox = Math.ceil(Math.random() * 6); if (_parent["Box_" + rBox]._currentFrame > 1) { _parent["Box_" + rBox].play(); } this.ct = _parent.setCloseTime(); } if (Math.random() < 0.04) { _parent.Fly.play(); } } else { _parent.sndDieFly.start(); _parent.Fly.play(); _parent.gotoAndPlay("End"); } }
Frame 4
var i = 1; while (i < 7) { if (_root["Box_" + i]._currentFrame > 1) { _root["Box_" + i].gotoAndPlay("lid_closing"); } i++; } Mouse.show(); hammer._visible = false;
Frame 80
stop();
Symbol 36 Button
on (release) { gotoAndPlay (1); } on (release) { gotoAndPlay (3); }
Symbol 43 Button
on (rollOver) { speak._xscale = 110; } on (rollOut) { speak._xscale = 100; } on (release) { if (speak._currentframe == 1) { speak.gotoAndStop(2); _global.mute = 2; } else { speak.gotoAndStop(1); _global.mute = 1; } }
Symbol 46 MovieClip Frame 1
stop(); globalsound = new Sound(); globalsound.setVolume(100);
Symbol 46 MovieClip Frame 2
globalsound.setVolume(0);
Symbol 68 MovieClip Frame 7
stop();
Symbol 68 MovieClip Frame 9
gotoAndStop ("lid_closed");
Symbol 71 Button
on (release) { gotoAndPlay (1); }
Symbol 85 MovieClip Frame 1
stop(); net_mc.net2_mc.carrot_mc._visible = false;
Symbol 85 MovieClip Frame 2
if (_global.engine.c) { net_mc.net2_mc.carrot_mc._visible = true; } else { net_mc.net2_mc.carrot_mc._visible = false; }
Symbol 85 MovieClip Frame 4
if (_global.engine.c) { net_mc.net2_mc.carrot_mc._visible = true; } else { net_mc.net2_mc.carrot_mc._visible = false; }
Symbol 85 MovieClip Frame 7
gotoAndPlay ("hammer_static"); net_mc.net2_mc.carrot_mc._visible = false; _global.engine.c = false;
Symbol 95 Button
on (release) { gotoAndStop (3); }

Library Items

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

Instance Names

"Box_1"Frame 3Symbol 68 MovieClip
"Box_2"Frame 3Symbol 68 MovieClip
"Box_3"Frame 3Symbol 68 MovieClip
"Box_4"Frame 3Symbol 68 MovieClip
"Box_5"Frame 3Symbol 68 MovieClip
"Box_6"Frame 3Symbol 68 MovieClip
"bee_mc"Frame 3Symbol 77 MovieClip
"Hammer"Frame 3Symbol 85 MovieClip
"Actions"Frame 3Symbol 88 MovieClip
"speak"Symbol 47 MovieClip Frame 1Symbol 46 MovieClip
"carrot_mc"Symbol 82 MovieClip Frame 1Symbol 81 MovieClip
"net2_mc"Symbol 83 MovieClip Frame 1Symbol 82 MovieClip
"net_mc"Symbol 85 MovieClip Frame 1Symbol 83 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$TJ$j.wZLMbjAdFAhJyyFNU7f/."
ExportAssets (56)Timeline Frame 1Symbol 1 as "Music"
ExportAssets (56)Timeline Frame 1Symbol 2 as "Good"
ExportAssets (56)Timeline Frame 1Symbol 3 as "DieFly"
ExportAssets (56)Timeline Frame 1Symbol 4 as "Bad"

Labels

"Play"Frame 3
"End"Frame 4
"lid_closed"Symbol 68 MovieClip Frame 1
"lid_open"Symbol 68 MovieClip Frame 2
"lid_closing"Symbol 68 MovieClip Frame 8
"hammer_static"Symbol 85 MovieClip Frame 1
"hammer_bangs"Symbol 85 MovieClip Frame 2

Dynamic Text Variables

scoreSymbol 50 EditableText"22"
scoreSymbol 51 EditableText"22"




http://swfchan.com/23/114907/info.shtml
Created: 10/3 -2019 06:10:46 Last modified: 10/3 -2019 06:10:46 Server time: 30/04 -2024 19:18:02