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/36936920?noj=FRM36936920-30DC" width="1" height="1"></div>

chickencakeknives3sy2.swf

This is the info page for
Flash #21495

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


Text
Chicken Cake Knives

Controls

Eat these

Avoid these

Game by Tom Carroll
aka ShortStuf7

Health

Politically Incorrect

Runaway Chicken

Start

5

GAME OVER

Score:

Retry

Retry

Go Back

Go Back

Score:
Life:

Controls

Left- Go left
Right- Go right
Spacebar- Jump

ActionScript [AS1/AS2]

Frame 1
stop(); stop(); stop();
Instance of Symbol 34 MovieClip in Frame 1
/* no clip actions */
Frame 51
score = 0; Life = 200; stop(); i = 3; while (10 >= i) { _root.cake.duplicateMovieClip("cake" + i, i + 1000, cake); i++; }
Instance of Symbol 75 MovieClip "cake" in Frame 51
onClipEvent (load) { function reset() { if (this._name == "cake") { this._visible = false; } else { this._visible = true; } this.dead = 0; this.speed = random(5) + 3; this._x = 600; this._y = random(400); this._xscale = random(100) + 20; this._yscale = this._xscale; } this.reset(); } onClipEvent (enterFrame) { this._x = this._x - this.speed; if (this._x < -40) { this.reset(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.score = _root.score + 5; } } onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this._visible = false; play(); this.reset(); } }
Instance of Symbol 75 MovieClip "cake2" in Frame 51
onClipEvent (load) { function reset() { if (this._name == "cake") { this._visible = false; } else { this._visible = true; } this.dead = 0; this.speed = random(5) + 3; this._x = 600; this._y = random(400); } this.reset(); } onClipEvent (enterFrame) { this._x = this._x - this.speed; if (this._x < -40) { this.reset(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.score = _root.score + 5; } } onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this._visible = false; play(); this.reset(); } }
Instance of Symbol 27 MovieClip in Frame 51
onClipEvent (load) { function reset() { if (this._name == "cake") { this._visible = false; } else { this._visible = true; } this.dead = 0; this.speed = random(3) + 2; this._x = 600; this._y = random(400); } if (0 >= _root.life) { stopAllSounds(); _root.gotoAndStop(2); } this.reset(); } onClipEvent (enterFrame) { this._x = this._x - this.speed; if (this._x < -40) { this.reset(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.life = _root.life + 5; } } onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { play(); this.reset(); } }
Instance of Symbol 79 MovieClip in Frame 51
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { this.reset(); stop(); } }
Instance of Symbol 34 MovieClip "player" in Frame 51
onClipEvent (load) { speed = 4; isJumping = false; jumpSpeed = 0; startY = _y; } onClipEvent (enterFrame) { if (isJumping) { _y = (_y + jumpSpeed); jumpSpeed = jumpSpeed + 1; if (_y >= startY) { _y = startY; isJumping = false; speed = 4; } } else if (Key.isDown(32)) { isJumping = true; jumpSpeed = -20; speed = 8; } if (Key.isDown(37)) { _x = (_x - speed); _xscale = -100; } if (Key.isDown(39)) { _x = (_x + speed); _xscale = 100; } if (Key.isDown(40)) { _yscale = -100; _root.gocrazy.play(1); } }
Instance of Symbol 85 MovieClip "knife1" in Frame 51
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.life = _root.life - 15; if (0 >= _root.life) { stopAllSounds(); _root.gotoAndStop(2); } } } onClipEvent (load) { function reset() { if (this._name == "cake") { this._visible = false; } else { this._visible = true; } this.dead = 0; this.speed = random(-5) - 3; this._x = -40; this._y = random(400); } this.reset(); } onClipEvent (enterFrame) { this._x = this._x - this.speed; if (600 < this._x) { this.reset(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.cutcut.play(); this.reset(); } }
Instance of Symbol 85 MovieClip "knife2" in Frame 51
onClipEvent (load) { stop(); } onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.life = _root.life - 15; if (0 >= _root.life) { stopAllSounds(); _root.gotoAndStop(2); } } } onClipEvent (load) { function reset() { if (this._name == "cake") { this._visible = false; } else { this._visible = true; } this.dead = 0; this.speed = random(-5) - 3; this._x = -40; this._y = random(400); } this.reset(); } onClipEvent (enterFrame) { this._x = this._x - this.speed; if (600 < this._x) { this.reset(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.cutcut.play(); this.reset(); } }
Instance of Symbol 87 MovieClip in Frame 51
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.life = _root.life - 1; if (0 >= _root.life) { stopAllSounds(); _root.gotoAndStop(2); } } } onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.cutcut.play(); this.reset(); } }
Instance of Symbol 87 MovieClip in Frame 51
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.life = _root.life - 1; if (0 >= _root.life) { stopAllSounds(); _root.gotoAndStop(2); } } } onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.cutcut.play(); this.reset(); } }
Instance of Symbol 89 MovieClip in Frame 51
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.life = _root.life - 1; if (0 >= _root.life) { stopAllSounds(); _root.gotoAndStop(2); } } } onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.cutcut.play(); this.reset(); } }
Instance of Symbol 87 MovieClip in Frame 51
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.life = _root.life - 1; if (0 >= _root.life) { stopAllSounds(); _root.gotoAndStop(2); } } } onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.cutcut.play(); this.reset(); } }
Symbol 9 Button
on (press) { gotoAndStop (53); }
Symbol 21 Button
on (press) { gotoAndStop (51); }
Symbol 27 MovieClip Frame 1
stop();
Symbol 46 Button
on (press) { gotoAndStop (51); }
Symbol 52 Button
on (press) { gotoAndStop (1); }
Symbol 65 MovieClip Frame 5
stop();
Symbol 67 MovieClip Frame 1
stop();
Symbol 67 MovieClip Frame 2
stop();
Symbol 67 MovieClip Frame 1985
stop();
Symbol 75 MovieClip Frame 12
gotoAndStop (1);
Symbol 79 MovieClip Frame 1
stop();
Symbol 79 MovieClip Frame 9
dun = "1";
Symbol 85 MovieClip Frame 1
play();
Symbol 92 Button
on (press) { gotoAndStop (51); }
Symbol 96 Button
on (press) { gotoAndStop (1); }

Library Items

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

Instance Names

"cutcut"Frame 51Symbol 65 MovieClip
"gocrazy"Frame 51Symbol 67 MovieClip
"cake"Frame 51Symbol 75 MovieClip
"cake2"Frame 51Symbol 75 MovieClip
"player"Frame 51Symbol 34 MovieClip
"knife1"Frame 51Symbol 85 MovieClip
"knife2"Frame 51Symbol 85 MovieClip

Dynamic Text Variables

TextField4Symbol 13 EditableText"Game by Tom Carroll aka ShortStuf7"
ScoreSymbol 37 EditableText""
ScoreSymbol 81 EditableText""
LifeSymbol 83 EditableText""
ScoreSymbol 91 EditableText""




http://swfchan.com/5/21495/info.shtml
Created: 28/5 -2019 00:39:48 Last modified: 28/5 -2019 00:39:48 Server time: 30/04 -2024 10:42:30