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

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

Not-so Special Stage.swf

This is the info page for
Flash #75531

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


Text
Edd is on a Coke Run! Use left and right to move and collect as much coke as you can.
Can you get the Chaos Eddmerald?

Edd is on a Coke Run! Use left and right to move and collect as much coke as you can.
Can you get the Chaos Eddmerald?

000

000

Play again?

?

n

i

a

g

y

l

P

?

n

i

a

g

y

l

P

?

n

i

a

g

y

l

P

You Are Winner

You Are Winner

You Suck

You Suck

ActionScript [AS1/AS2]

Frame 2
gainSound = new Sound(this); gainSound.attachSound("gain"); loseSound = new Sound(this); loseSound.attachSound("lose"); jumpSound = new Sound(this); jumpSound.attachSound("jump");
Instance of Symbol 17 MovieClip in Frame 154
onClipEvent (enterFrame) { this._rotation = _root.bg._rotation / 7; }
Instance of Symbol 29 MovieClip in Frame 154
onClipEvent (load) { rotation = 0; } onClipEvent (enterFrame) { rotation = rotation + 0.5; this._rotation = this._rotation + rotation; }
Instance of Symbol 47 MovieClip in Frame 154
onClipEvent (load) { rotation = 0; } onClipEvent (enterFrame) { rotation = rotation + 0.5; this._rotation = this._rotation - rotation; }
Frame 162
stop();
Frame 163
_root.scaledif = 4; _root.gamestart = false; _root.cokecount = 0; _root.cokecountcheck = _root.cokecount; _root.win = false; onEnterFrame = function () { if (_root.cokecountcheck < _root.cokecount) { gainSound.start(0, 1); _root.cokecountcheck = _root.cokecount; } if (_root.cokecountcheck > _root.cokecount) { loseSound.start(0, 1); _root.cokecountcheck = _root.cokecount; } }; stop();
Instance of Symbol 17 MovieClip in Frame 163
onClipEvent (enterFrame) { this._rotation = _root.bg._rotation / 7; }
Instance of Symbol 29 MovieClip "bg" in Frame 163
onClipEvent (enterFrame) { this._rotation = -_root.edd._rotation; }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 220; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 90; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 215; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 45; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 210; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 0; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 205; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = -45; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 200; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = -90; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 225; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 135; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 155; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = -20; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 150; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 0; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 115; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 40; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 105; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 0; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 110; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 20; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 160; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = -40; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 260; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = -90; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 255; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = -45; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 250; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 0; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 245; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 45; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 240; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 90; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 265; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = -135; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 70 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 270; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 90; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { _root.edd.hurt = true; } } } }
Instance of Symbol 70 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 270; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 45; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { _root.edd.hurt = true; } } } }
Instance of Symbol 70 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 270; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 0; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { _root.edd.hurt = true; } } } }
Instance of Symbol 70 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 120; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 0; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { _root.edd.hurt = true; } } } }
Instance of Symbol 70 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 165; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 0; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { _root.edd.hurt = true; } } } }
Instance of Symbol 70 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 325; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 45; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { _root.edd.hurt = true; } } } }
Instance of Symbol 70 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 325; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 0; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { _root.edd.hurt = true; } } } }
Instance of Symbol 70 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 325; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = -45; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { _root.edd.hurt = true; } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 360; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 0; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 380; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 0; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 370; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 0; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 70 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 400; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 45; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { _root.edd.hurt = true; } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 400; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = -45; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 70 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 420; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = -45; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { _root.edd.hurt = true; } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 420; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 45; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 70 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 440; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 45; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { _root.edd.hurt = true; } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 440; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = -45; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 70 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 460; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 45; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { _root.edd.hurt = true; } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 460; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = -45; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 70 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 490; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 45; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { _root.edd.hurt = true; } } } }
Instance of Symbol 70 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 490; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 0; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { _root.edd.hurt = true; } } } }
Instance of Symbol 70 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 490; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = -45; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { _root.edd.hurt = true; } } } }
Instance of Symbol 70 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 520; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = -90; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { _root.edd.hurt = true; } } } }
Instance of Symbol 70 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 560; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 90; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { _root.edd.hurt = true; } } } }
Instance of Symbol 70 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 530; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 0; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { _root.edd.hurt = true; } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 550; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 0; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 520; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 135; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 570; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = -135; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 70 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 620; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = -45; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { _root.edd.hurt = true; } } } }
Instance of Symbol 70 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 660; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = -45; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { _root.edd.hurt = true; } } } }
Instance of Symbol 70 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 600; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = -45; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { _root.edd.hurt = true; } } } }
Instance of Symbol 70 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 620; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 45; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { _root.edd.hurt = true; } } } }
Instance of Symbol 70 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 660; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 45; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { _root.edd.hurt = true; } } } }
Instance of Symbol 70 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 600; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 45; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { _root.edd.hurt = true; } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 660; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = -135; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 640; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 0; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 600; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 0; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 620; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 0; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 710; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 45; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 730; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 45; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 700; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 0; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 720; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 70; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 750; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = -45; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 770; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = -45; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 740; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 0; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 760; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = -70; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 70 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 760; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 45; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { _root.edd.hurt = true; } } } }
Instance of Symbol 70 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 720; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = -45; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { _root.edd.hurt = true; } } } }
Instance of Symbol 70 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 800; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = -90; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { _root.edd.hurt = true; } } } }
Instance of Symbol 70 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 800; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 90; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { _root.edd.hurt = true; } } } }
Instance of Symbol 70 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 800; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 0; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { _root.edd.hurt = true; } } } }
Instance of Symbol 70 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 820; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 45; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { _root.edd.hurt = true; } } } }
Instance of Symbol 70 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 820; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = -45; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { _root.edd.hurt = true; } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 865; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 90; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 855; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 70; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 860; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 45; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 870; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 135; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 850; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 0; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 915; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = -90; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 905; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = -70; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 910; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = -45; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 920; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = -135; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 67 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 900; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { if (this.coke._currentframe == 1) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 0; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { if (this.coke._currentframe == 1) { _root.cokecount++; this.coke.gotoAndStop(2); } } } } }
Instance of Symbol 74 MovieClip in Frame 163
onClipEvent (load) { stop(); timer = 0; timerstart = 1000; this._x = _root.bg._x; this._y = _root.bg._y; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer == timerstart) { if (_root.cokecount >= 25) { this.play(); } } if (timer > timerstart) { if (_root.cokecount >= 25) { this._alpha = 100; } else { this._alpha = 0; } this._rotation = _root.bg._rotation; } } }
Instance of Symbol 70 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 870; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = -45; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { _root.edd.hurt = true; } } } }
Instance of Symbol 70 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 870; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = -90; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { _root.edd.hurt = true; } } } }
Instance of Symbol 70 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 870; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 0; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { _root.edd.hurt = true; } } } }
Instance of Symbol 70 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 920; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 45; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { _root.edd.hurt = true; } } } }
Instance of Symbol 70 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 920; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 90; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { _root.edd.hurt = true; } } } }
Instance of Symbol 70 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 920; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 0; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { _root.edd.hurt = true; } } } }
Instance of Symbol 70 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 550; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = -90; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { _root.edd.hurt = true; } } } }
Instance of Symbol 70 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 550; this._x = _root.bg._x; this._y = _root.bg._y; this._xscale = 1; this._yscale = 1; this._alpha = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { timer++; if (timer > timerstart) { this._alpha = 100; this._rotation = _root.bg._rotation; this._xscale = this._xscale + _root.scaledif; this._yscale = this._yscale + _root.scaledif; gotolol = 90; xmove = Math.sin(gotolol) * 10; ymove = Math.cos(gotolol) * 10; } if (this._xscale > 75) { if (this.hitTest(_root.edd.hitrect)) { _root.edd.hurt = true; } } } }
Instance of Symbol 47 MovieClip "edd" in Frame 163
onClipEvent (load) { turnspeed = 0; hurt = false; invis = false; timer = 0; } onClipEvent (enterFrame) { if (_root.gamestart == true) { this._rotation = this._rotation + turnspeed; if (this._currentframe == 1) { if (turnspeed < -5) { turnspeed = -5; } if (turnspeed > 5) { turnspeed = 5; } if (this._rotation < 55) { if (Key.isDown(37)) { turnspeed++; } } if (this._rotation > -55) { if (Key.isDown(39)) { turnspeed--; } } if ((!Key.isDown(39)) && (!Key.isDown(37))) { if (turnspeed < 0) { turnspeed++; } if (turnspeed > 0) { turnspeed--; } } if (this._rotation < -55) { _root.jumpSound.start(0, 1); this.gotoAndStop(2); turnspeed = -10; } if (this._rotation > 55) { _root.jumpSound.start(0, 1); this.gotoAndStop(2); turnspeed = 10; } } if (this._currentframe == 2) { if (this._rotation < -45) { turnspeed++; } if (this._rotation > 55) { this.gotoAndStop(2); turnspeed--; } if ((this._rotation > -55) && (this._rotation < 55)) { this.gotoAndStop(1); } } if (hurt == true) { if (timer == 0) { if (_root.cokecount < 3) { _root.cokecount = 0; } else { _root.cokecount = _root.cokecount - 3; } } invis = true; timer++; this.gotoAndStop(2); if (timer > 20) { hurt = false; } } if (invis == true) { timer++; if (((timer > 4) && (timer < 8)) || ((timer > 12) && (timer < 16))) { this._alpha = 100; } if ((((timer > 0) && (timer < 4)) || ((timer > 8) && (timer < 12))) || ((timer > 16) && (timer < 20))) { this._alpha = 0; } if (timer > 20) { this._alpha = 100; timer = 0; invis = false; } } } }
Instance of Symbol 77 MovieClip in Frame 163
onClipEvent (enterFrame) { if (this._currentframe > 49) { _root.gamestart = true; } }
Instance of Symbol 80 MovieClip in Frame 163
onClipEvent (load) { timer = 0; timerstart = 1150; } onClipEvent (enterFrame) { timer++; if (timer > timerstart) { this.play(); if (this._currentframe == 31) { _root.play(); } } }
Frame 164
stop();
Instance of Symbol 118 MovieClip in Frame 164
onClipEvent (load) { if (_root.win == true) { this.gotoAndStop(1); } if (_root.win == false) { this.gotoAndStop(2); } }
Symbol 9 Button
on (release) { _root.play(); }
Symbol 10 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { gotoAndStop ("loaded"); }
Symbol 10 MovieClip Frame 2
gotoAndPlay (1);
Symbol 47 MovieClip Frame 1
stop();
Symbol 47 MovieClip Frame 2
stop();
Symbol 53 Button
on (release) { play(); stopAllSounds(); }
Symbol 58 Button
on (release) { getURL ("http://www.eddsworld.co.uk/", "_blank"); }
Symbol 66 MovieClip Frame 1
stop();
Symbol 66 MovieClip Frame 2
stop();
Instance of Symbol 66 MovieClip "coke" in Symbol 67 MovieClip Frame 1
onClipEvent (load) { throwspeed = -20; } onClipEvent (enterFrame) { if (this._currentframe == 1) { this._x = this._x + this._parent.xmove; this._y = this._y + this._parent.ymove; this._rotation = -this._parent.gotolol; } if (this._currentframe == 2) { this._rotation = this._rotation + 30; throwspeed = throwspeed + 2.2; this._y = this._y + throwspeed; this._x = this._x + 18; } }
Instance of Symbol 69 MovieClip in Symbol 70 MovieClip Frame 1
onClipEvent (enterFrame) { if (this._currentframe == 1) { this._x = this._x + this._parent.xmove; this._y = this._y + this._parent.ymove; this._rotation = -this._parent.gotolol; } }
Symbol 74 MovieClip Frame 39
stop(); _root.win = true;
Symbol 77 MovieClip Frame 100
stop();
Symbol 80 MovieClip Frame 1
stop();
Symbol 110 Button
on (release) { stopAllSounds(); _root.gotoAndPlay(2); }
Symbol 118 MovieClip Frame 1
stop();
Symbol 118 MovieClip Frame 2
stop();
Symbol 121 MovieClip Frame 15
stop();

Library Items

Symbol 1 Sound [lose]
Symbol 2 Sound [gain]
Symbol 3 Sound [jump]
Symbol 4 GraphicUsed by:80  Timeline
Symbol 5 GraphicUsed by:6
Symbol 6 MovieClipUses:5Used by:10
Symbol 7 GraphicUsed by:10
Symbol 8 GraphicUsed by:9
Symbol 9 ButtonUses:8Used by:10
Symbol 10 MovieClipUses:6 7 9Used by:Timeline
Symbol 11 GraphicUsed by:12
Symbol 12 MovieClipUses:11Used by:Timeline
Symbol 13 GraphicUsed by:14
Symbol 14 MovieClipUses:13Used by:Timeline
Symbol 15 SoundUsed by:Timeline
Symbol 16 GraphicUsed by:17
Symbol 17 MovieClipUses:16Used by:Timeline
Symbol 18 GraphicUsed by:28
Symbol 19 GraphicUsed by:28
Symbol 20 ShapeTweeningUsed by:28
Symbol 21 ShapeTweeningUsed by:28
Symbol 22 GraphicUsed by:28
Symbol 23 GraphicUsed by:28
Symbol 24 ShapeTweeningUsed by:28
Symbol 25 ShapeTweeningUsed by:28
Symbol 26 ShapeTweeningUsed by:28
Symbol 27 GraphicUsed by:28
Symbol 28 MovieClipUses:18 19 20 21 22 23 24 25 26 27Used by:29
Symbol 29 MovieClipUses:28Used by:Timeline
Symbol 30 GraphicUsed by:42
Symbol 31 GraphicUsed by:42
Symbol 32 GraphicUsed by:42
Symbol 33 GraphicUsed by:42
Symbol 34 GraphicUsed by:42
Symbol 35 GraphicUsed by:42
Symbol 36 GraphicUsed by:42
Symbol 37 GraphicUsed by:42
Symbol 38 GraphicUsed by:42
Symbol 39 GraphicUsed by:42
Symbol 40 GraphicUsed by:42
Symbol 41 GraphicUsed by:42
Symbol 42 MovieClipUses:30 31 32 33 34 35 36 37 38 39 40 41Used by:47
Symbol 43 GraphicUsed by:44
Symbol 44 MovieClipUses:43Used by:47
Symbol 45 GraphicUsed by:46
Symbol 46 MovieClipUses:45Used by:47
Symbol 47 MovieClipUses:42 44 46Used by:Timeline
Symbol 48 ShapeTweeningUsed by:Timeline
Symbol 49 GraphicUsed by:53
Symbol 50 GraphicUsed by:53
Symbol 51 GraphicUsed by:53
Symbol 52 GraphicUsed by:53
Symbol 53 ButtonUses:49 50 51 52Used by:Timeline
Symbol 54 GraphicUsed by:58
Symbol 55 GraphicUsed by:58
Symbol 56 GraphicUsed by:58
Symbol 57 GraphicUsed by:58
Symbol 58 ButtonUses:54 55 56 57Used by:Timeline
Symbol 59 FontUsed by:60 61 78 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 112 113 116 117
Symbol 60 TextUses:59Used by:Timeline
Symbol 61 TextUses:59Used by:Timeline
Symbol 62 GraphicUsed by:Timeline
Symbol 63 GraphicUsed by:Timeline
Symbol 64 GraphicUsed by:66
Symbol 65 GraphicUsed by:66  Timeline
Symbol 66 MovieClipUses:64 65Used by:67
Symbol 67 MovieClipUses:66Used by:Timeline
Symbol 68 GraphicUsed by:69
Symbol 69 MovieClipUses:68Used by:70
Symbol 70 MovieClipUses:69Used by:Timeline
Symbol 71 GraphicUsed by:74
Symbol 72 GraphicUsed by:74
Symbol 73 GraphicUsed by:74
Symbol 74 MovieClipUses:71 72 73Used by:Timeline
Symbol 75 GraphicUsed by:77
Symbol 76 GraphicUsed by:77
Symbol 77 MovieClipUses:75 76Used by:Timeline
Symbol 78 EditableTextUses:59Used by:Timeline
Symbol 79 ShapeTweeningUsed by:80
Symbol 80 MovieClipUses:79 4Used by:Timeline
Symbol 81 SoundUsed by:Timeline
Symbol 82 GraphicUsed by:Timeline
Symbol 83 EditableTextUses:59Used by:Timeline
Symbol 84 TextUses:59Used by:110
Symbol 85 TextUses:59Used by:110
Symbol 86 TextUses:59Used by:110
Symbol 87 TextUses:59Used by:110
Symbol 88 TextUses:59Used by:110
Symbol 89 TextUses:59Used by:110
Symbol 90 TextUses:59Used by:110
Symbol 91 TextUses:59Used by:110
Symbol 92 TextUses:59Used by:110
Symbol 93 TextUses:59Used by:110
Symbol 94 TextUses:59Used by:110
Symbol 95 TextUses:59Used by:110
Symbol 96 TextUses:59Used by:110
Symbol 97 TextUses:59Used by:110
Symbol 98 TextUses:59Used by:110
Symbol 99 TextUses:59Used by:110
Symbol 100 TextUses:59Used by:110
Symbol 101 TextUses:59Used by:110
Symbol 102 TextUses:59Used by:110
Symbol 103 TextUses:59Used by:110
Symbol 104 TextUses:59Used by:110
Symbol 105 TextUses:59Used by:110
Symbol 106 TextUses:59Used by:110
Symbol 107 TextUses:59Used by:110
Symbol 108 TextUses:59Used by:110
Symbol 109 GraphicUsed by:110
Symbol 110 ButtonUses:84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109Used by:Timeline
Symbol 111 GraphicUsed by:118
Symbol 112 TextUses:59Used by:118
Symbol 113 TextUses:59Used by:118
Symbol 114 GraphicUsed by:118
Symbol 115 GraphicUsed by:118
Symbol 116 TextUses:59Used by:118
Symbol 117 TextUses:59Used by:118
Symbol 118 MovieClipUses:111 112 113 114 115 116 117Used by:Timeline
Symbol 119 ShapeTweeningUsed by:121
Symbol 120 GraphicUsed by:121
Symbol 121 MovieClipUses:119 120Used by:Timeline

Instance Names

"bg"Frame 163Symbol 29 MovieClip
"edd"Frame 163Symbol 47 MovieClip
"bar"Symbol 10 MovieClip Frame 1Symbol 6 MovieClip
"hitrect"Symbol 47 MovieClip Frame 1Symbol 44 MovieClip
"coke"Symbol 67 MovieClip Frame 1Symbol 66 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "lose"
ExportAssets (56)Timeline Frame 1Symbol 2 as "gain"
ExportAssets (56)Timeline Frame 1Symbol 3 as "jump"

Labels

"loaded"Symbol 10 MovieClip Frame 3

Dynamic Text Variables

cokecountSymbol 78 EditableText"000"
cokecountSymbol 83 EditableText"000"




http://swfchan.com/16/75531/info.shtml
Created: 6/4 -2019 02:06:22 Last modified: 6/4 -2019 02:06:22 Server time: 29/04 -2024 03:50:21