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

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

Gravtrip.swf

This is the info page for
Flash #59867

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


Text
Loading

Play

Play

click for cheats

Play More Games!

Play

Instructions

Make Your Own Maze

Credits

Use the arrow keys to guide your
shuttle through each maze to reach
this.
But beware of your enemy
who follows you and takes health off
you. Once you lose your health, you
must start again.

Everything- Kabomb (Kable Monck)
Music- ddrplayer

Level:

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

100

Menu

YOU LOSE

Try Again

Try Again

LEVEL COMPLETE

Advance

Advance

100

100

100

100

100

100

100

100

100

100

100

100

100

100

100

100

100

100

100

100

100

100

100

100

100

100

100

100

100

100

100

100

100

100

100

100

100

100

100

100

100

100

100

100

100

GAME COMPLETE

Reset

Step 1
Draw your maze

Step 2
Position the Orb with
the w, a, s and d keys

100

100

100

ActionScript [AS1/AS2]

Frame 141
Stage.showMenu = false;
Instance of Symbol 93 MovieClip in Frame 141
onClipEvent (load) { bgSound = new Sound(this); bgSound.attachSound("theme"); bgSound.start(0, 99); }
Frame 142
stop();
Frame 143
stop(); Mouse.show();
Frame 144
stop(); Mouse.show();
Frame 145
Stage.showMenu = false; win = 3; health = 100;
Frame 146
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (148); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (149); }
Instance of Symbol 178 MovieClip "enemy" in Frame 146
onClipEvent (enterFrame) { varX = _root.food._x - this._x; varY = -1 * (_root.food._y - this._y); angle = Math.atan2(varY, varX); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 180 MovieClip "shine" in Frame 146
onClipEvent (enterFrame) { this._x = _root.enemy._x; this._y = _root.enemy._y; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 171 MovieClip "food" in Frame 146
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 5; } if (Key.isDown(40)) { speed = speed - 3; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 7); } if (Key.isDown(39)) { _rotation = (_rotation + 7); } speed = speed * 0.6; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (this.hitTest(_root.enemy)) { _root.player.play(); this.play(); health = (50 - _root.food._currentframe) * 2; } else { this.stop(); } if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.8; } }
Frame 147
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (148); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (149); } gotoAndPlay (146);
Frame 148
Mouse.show(); stop();
Frame 149
play();
Frame 156
Mouse.show(); stop();
Frame 157
Stage.showMenu = false; win = 3; health = 100;
Frame 158
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (160); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (161); }
Instance of Symbol 178 MovieClip "enemy" in Frame 158
onClipEvent (enterFrame) { varX = _root.food._x - this._x; varY = -1 * (_root.food._y - this._y); angle = Math.atan2(varY, varX); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 180 MovieClip "shine" in Frame 158
onClipEvent (enterFrame) { this._x = _root.enemy._x; this._y = _root.enemy._y; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 171 MovieClip "food" in Frame 158
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 5; } if (Key.isDown(40)) { speed = speed - 3; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 7); } if (Key.isDown(39)) { _rotation = (_rotation + 7); } speed = speed * 0.6; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (this.hitTest(_root.enemy)) { _root.player.play(); this.play(); health = (50 - _root.food._currentframe) * 2; } else { this.stop(); } if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.8; } }
Frame 159
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (160); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (161); } gotoAndPlay (158);
Frame 160
Mouse.show(); stop();
Frame 161
play();
Frame 168
Mouse.show(); stop();
Frame 169
Stage.showMenu = false; win = 3; health = 100;
Frame 170
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (172); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (173); }
Instance of Symbol 178 MovieClip "enemy" in Frame 170
onClipEvent (enterFrame) { varX = _root.food._x - this._x; varY = -1 * (_root.food._y - this._y); angle = Math.atan2(varY, varX); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 180 MovieClip "shine" in Frame 170
onClipEvent (enterFrame) { this._x = _root.enemy._x; this._y = _root.enemy._y; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 171 MovieClip "food" in Frame 170
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 5; } if (Key.isDown(40)) { speed = speed - 3; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 7); } if (Key.isDown(39)) { _rotation = (_rotation + 7); } speed = speed * 0.6; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (this.hitTest(_root.enemy)) { _root.player.play(); this.play(); health = (50 - _root.food._currentframe) * 2; } else { this.stop(); } if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.8; } }
Frame 171
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (172); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (173); } gotoAndPlay (170);
Frame 172
Mouse.show(); stop();
Frame 173
play();
Frame 180
Mouse.show(); stop();
Frame 181
Stage.showMenu = false; win = 3; health = 100;
Frame 182
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (184); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (185); }
Instance of Symbol 178 MovieClip "enemy" in Frame 182
onClipEvent (enterFrame) { varX = _root.food._x - this._x; varY = -1 * (_root.food._y - this._y); angle = Math.atan2(varY, varX); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 180 MovieClip "shine" in Frame 182
onClipEvent (enterFrame) { this._x = _root.enemy._x; this._y = _root.enemy._y; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 171 MovieClip "food" in Frame 182
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 5; } if (Key.isDown(40)) { speed = speed - 3; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 7); } if (Key.isDown(39)) { _rotation = (_rotation + 7); } speed = speed * 0.6; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (this.hitTest(_root.enemy)) { _root.player.play(); this.play(); health = (50 - _root.food._currentframe) * 2; } else { this.stop(); } if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.8; } }
Frame 183
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (184); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (185); } gotoAndPlay (182);
Frame 184
Mouse.show(); stop();
Frame 185
play();
Frame 192
Mouse.show(); stop();
Frame 193
Stage.showMenu = false; win = 3; health = 100;
Frame 194
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (196); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (197); }
Instance of Symbol 178 MovieClip "enemy" in Frame 194
onClipEvent (enterFrame) { varX = _root.food._x - this._x; varY = -1 * (_root.food._y - this._y); angle = Math.atan2(varY, varX); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 180 MovieClip "shine" in Frame 194
onClipEvent (enterFrame) { this._x = _root.enemy._x; this._y = _root.enemy._y; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 171 MovieClip "food" in Frame 194
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 5; } if (Key.isDown(40)) { speed = speed - 3; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 7); } if (Key.isDown(39)) { _rotation = (_rotation + 7); } speed = speed * 0.6; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (this.hitTest(_root.enemy)) { _root.player.play(); this.play(); health = (50 - _root.food._currentframe) * 2; } else { this.stop(); } if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.8; } }
Frame 195
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (196); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (197); } gotoAndPlay (194);
Frame 196
Mouse.show(); stop();
Frame 197
play();
Frame 204
Mouse.show(); stop();
Frame 205
Stage.showMenu = false; win = 3; health = 100;
Frame 206
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (208); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (209); }
Instance of Symbol 178 MovieClip "enemy" in Frame 206
onClipEvent (enterFrame) { varX = _root.food._x - this._x; varY = -1 * (_root.food._y - this._y); angle = Math.atan2(varY, varX); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 180 MovieClip "shine" in Frame 206
onClipEvent (enterFrame) { this._x = _root.enemy._x; this._y = _root.enemy._y; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 171 MovieClip "food" in Frame 206
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 5; } if (Key.isDown(40)) { speed = speed - 3; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 7); } if (Key.isDown(39)) { _rotation = (_rotation + 7); } speed = speed * 0.6; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (this.hitTest(_root.enemy)) { _root.player.play(); this.play(); health = (50 - _root.food._currentframe) * 2; } else { this.stop(); } if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.8; } }
Frame 207
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (208); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (209); } gotoAndPlay (206);
Frame 208
Mouse.show(); stop();
Frame 209
play();
Frame 216
Mouse.show(); stop();
Frame 217
Stage.showMenu = false; win = 3; health = 100;
Frame 218
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (220); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (221); }
Instance of Symbol 178 MovieClip "enemy" in Frame 218
onClipEvent (enterFrame) { varX = _root.food._x - this._x; varY = -1 * (_root.food._y - this._y); angle = Math.atan2(varY, varX); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 180 MovieClip "shine" in Frame 218
onClipEvent (enterFrame) { this._x = _root.enemy._x; this._y = _root.enemy._y; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 171 MovieClip "food" in Frame 218
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 5; } if (Key.isDown(40)) { speed = speed - 3; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 7); } if (Key.isDown(39)) { _rotation = (_rotation + 7); } speed = speed * 0.6; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (this.hitTest(_root.enemy)) { _root.player.play(); this.play(); health = (50 - _root.food._currentframe) * 2; } else { this.stop(); } if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.8; } }
Frame 219
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (220); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (221); } gotoAndPlay (218);
Frame 220
Mouse.show(); stop();
Frame 221
play();
Frame 228
Mouse.show(); stop();
Frame 229
Stage.showMenu = false; win = 3; health = 100;
Frame 230
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (232); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (233); }
Instance of Symbol 178 MovieClip "enemy" in Frame 230
onClipEvent (enterFrame) { varX = _root.food._x - this._x; varY = -1 * (_root.food._y - this._y); angle = Math.atan2(varY, varX); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 180 MovieClip "shine" in Frame 230
onClipEvent (enterFrame) { this._x = _root.enemy._x; this._y = _root.enemy._y; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 171 MovieClip "food" in Frame 230
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 5; } if (Key.isDown(40)) { speed = speed - 3; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 7); } if (Key.isDown(39)) { _rotation = (_rotation + 7); } speed = speed * 0.6; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (this.hitTest(_root.enemy)) { _root.player.play(); this.play(); health = (50 - _root.food._currentframe) * 2; } else { this.stop(); } if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.8; } }
Frame 231
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (232); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (233); } gotoAndPlay (230);
Frame 232
Mouse.show(); stop();
Frame 233
play();
Frame 240
Mouse.show(); stop();
Frame 241
Stage.showMenu = false; win = 3; health = 100;
Frame 242
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (244); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (245); }
Instance of Symbol 178 MovieClip "enemy" in Frame 242
onClipEvent (enterFrame) { varX = _root.food._x - this._x; varY = -1 * (_root.food._y - this._y); angle = Math.atan2(varY, varX); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 180 MovieClip "shine" in Frame 242
onClipEvent (enterFrame) { this._x = _root.enemy._x; this._y = _root.enemy._y; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 171 MovieClip "food" in Frame 242
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 5; } if (Key.isDown(40)) { speed = speed - 3; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 7); } if (Key.isDown(39)) { _rotation = (_rotation + 7); } speed = speed * 0.6; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (this.hitTest(_root.enemy)) { _root.player.play(); this.play(); health = (50 - _root.food._currentframe) * 2; } else { this.stop(); } if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.8; } }
Frame 243
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (244); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (245); } gotoAndPlay (242);
Frame 244
Mouse.show(); stop();
Frame 245
play();
Frame 252
Mouse.show(); stop();
Frame 253
Stage.showMenu = false; win = 3; health = 100;
Frame 254
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (256); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (257); }
Instance of Symbol 178 MovieClip "enemy" in Frame 254
onClipEvent (enterFrame) { varX = _root.food._x - this._x; varY = -1 * (_root.food._y - this._y); angle = Math.atan2(varY, varX); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 180 MovieClip "shine" in Frame 254
onClipEvent (enterFrame) { this._x = _root.enemy._x; this._y = _root.enemy._y; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 171 MovieClip "food" in Frame 254
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 5; } if (Key.isDown(40)) { speed = speed - 3; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 7); } if (Key.isDown(39)) { _rotation = (_rotation + 7); } speed = speed * 0.6; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (this.hitTest(_root.enemy)) { _root.player.play(); this.play(); health = (50 - _root.food._currentframe) * 2; } else { this.stop(); } if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.8; } }
Frame 255
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (256); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (257); } gotoAndPlay (254);
Frame 256
Mouse.show(); stop();
Frame 257
play();
Frame 264
Mouse.show(); stop();
Frame 265
Stage.showMenu = false; win = 3; health = 100;
Frame 266
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (268); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (269); }
Instance of Symbol 178 MovieClip "enemy" in Frame 266
onClipEvent (enterFrame) { varX = _root.food._x - this._x; varY = -1 * (_root.food._y - this._y); angle = Math.atan2(varY, varX); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 180 MovieClip "shine" in Frame 266
onClipEvent (enterFrame) { this._x = _root.enemy._x; this._y = _root.enemy._y; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 171 MovieClip "food" in Frame 266
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 5; } if (Key.isDown(40)) { speed = speed - 3; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 7); } if (Key.isDown(39)) { _rotation = (_rotation + 7); } speed = speed * 0.6; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (this.hitTest(_root.enemy)) { _root.player.play(); this.play(); health = (50 - _root.food._currentframe) * 2; } else { this.stop(); } if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.8; } }
Frame 267
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (268); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (269); } gotoAndPlay (266);
Frame 268
Mouse.show(); stop();
Frame 269
play();
Frame 276
Mouse.show(); stop();
Frame 277
Stage.showMenu = false; win = 3; health = 100;
Frame 278
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (280); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (281); }
Instance of Symbol 178 MovieClip "enemy" in Frame 278
onClipEvent (enterFrame) { varX = _root.food._x - this._x; varY = -1 * (_root.food._y - this._y); angle = Math.atan2(varY, varX); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 180 MovieClip "shine" in Frame 278
onClipEvent (enterFrame) { this._x = _root.enemy._x; this._y = _root.enemy._y; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 171 MovieClip "food" in Frame 278
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 5; } if (Key.isDown(40)) { speed = speed - 3; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 7); } if (Key.isDown(39)) { _rotation = (_rotation + 7); } speed = speed * 0.6; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (this.hitTest(_root.enemy)) { _root.player.play(); this.play(); health = (50 - _root.food._currentframe) * 2; } else { this.stop(); } if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.8; } }
Frame 279
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (280); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (281); } gotoAndPlay (278);
Frame 280
Mouse.show(); stop();
Frame 281
play();
Frame 288
Mouse.show(); stop();
Frame 289
Stage.showMenu = false; win = 3; health = 100;
Frame 290
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (292); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (293); }
Instance of Symbol 178 MovieClip "enemy" in Frame 290
onClipEvent (enterFrame) { varX = _root.food._x - this._x; varY = -1 * (_root.food._y - this._y); angle = Math.atan2(varY, varX); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 180 MovieClip "shine" in Frame 290
onClipEvent (enterFrame) { this._x = _root.enemy._x; this._y = _root.enemy._y; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 171 MovieClip "food" in Frame 290
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 5; } if (Key.isDown(40)) { speed = speed - 3; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 7); } if (Key.isDown(39)) { _rotation = (_rotation + 7); } speed = speed * 0.6; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (this.hitTest(_root.enemy)) { _root.player.play(); this.play(); health = (50 - _root.food._currentframe) * 2; } else { this.stop(); } if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.8; } }
Frame 291
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (292); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (293); } gotoAndPlay (290);
Frame 292
Mouse.show(); stop();
Frame 293
play();
Frame 300
Mouse.show(); stop();
Frame 301
Stage.showMenu = false; win = 3; health = 100;
Frame 302
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (304); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (305); }
Instance of Symbol 178 MovieClip "enemy" in Frame 302
onClipEvent (enterFrame) { varX = _root.food._x - this._x; varY = -1 * (_root.food._y - this._y); angle = Math.atan2(varY, varX); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 180 MovieClip "shine" in Frame 302
onClipEvent (enterFrame) { this._x = _root.enemy._x; this._y = _root.enemy._y; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 171 MovieClip "food" in Frame 302
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 5; } if (Key.isDown(40)) { speed = speed - 3; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 7); } if (Key.isDown(39)) { _rotation = (_rotation + 7); } speed = speed * 0.6; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (this.hitTest(_root.enemy)) { _root.player.play(); this.play(); health = (50 - _root.food._currentframe) * 2; } else { this.stop(); } if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.8; } }
Frame 303
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (304); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (305); } gotoAndPlay (302);
Frame 304
Mouse.show(); stop();
Frame 305
play();
Frame 312
Mouse.show(); stop();
Frame 313
Stage.showMenu = false; win = 3; health = 100;
Frame 314
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (316); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (317); }
Instance of Symbol 178 MovieClip "enemy" in Frame 314
onClipEvent (enterFrame) { varX = _root.food._x - this._x; varY = -1 * (_root.food._y - this._y); angle = Math.atan2(varY, varX); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 180 MovieClip "shine" in Frame 314
onClipEvent (enterFrame) { this._x = _root.enemy._x; this._y = _root.enemy._y; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 171 MovieClip "food" in Frame 314
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 5; } if (Key.isDown(40)) { speed = speed - 3; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 7); } if (Key.isDown(39)) { _rotation = (_rotation + 7); } speed = speed * 0.6; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (this.hitTest(_root.enemy)) { _root.player.play(); this.play(); health = (50 - _root.food._currentframe) * 2; } else { this.stop(); } if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.8; } }
Frame 315
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (316); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (317); } gotoAndPlay (314);
Frame 316
Mouse.show(); stop();
Frame 317
play();
Frame 324
Mouse.show(); stop();
Frame 325
Stage.showMenu = false; win = 3; health = 100;
Frame 326
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (328); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (329); }
Instance of Symbol 178 MovieClip "enemy" in Frame 326
onClipEvent (enterFrame) { varX = _root.food._x - this._x; varY = -1 * (_root.food._y - this._y); angle = Math.atan2(varY, varX); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 180 MovieClip "shine" in Frame 326
onClipEvent (enterFrame) { this._x = _root.enemy._x; this._y = _root.enemy._y; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 171 MovieClip "food" in Frame 326
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 5; } if (Key.isDown(40)) { speed = speed - 3; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 7); } if (Key.isDown(39)) { _rotation = (_rotation + 7); } speed = speed * 0.6; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (this.hitTest(_root.enemy)) { _root.player.play(); this.play(); health = (50 - _root.food._currentframe) * 2; } else { this.stop(); } if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.8; } }
Frame 327
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (328); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (329); } gotoAndPlay (326);
Frame 328
Mouse.show(); stop();
Frame 329
play();
Frame 336
Mouse.show(); stop();
Frame 337
Stage.showMenu = false; win = 3; health = 100;
Frame 338
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (340); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (341); }
Instance of Symbol 178 MovieClip "enemy" in Frame 338
onClipEvent (enterFrame) { varX = _root.food._x - this._x; varY = -1 * (_root.food._y - this._y); angle = Math.atan2(varY, varX); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 180 MovieClip "shine" in Frame 338
onClipEvent (enterFrame) { this._x = _root.enemy._x; this._y = _root.enemy._y; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 171 MovieClip "food" in Frame 338
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 5; } if (Key.isDown(40)) { speed = speed - 3; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 7); } if (Key.isDown(39)) { _rotation = (_rotation + 7); } speed = speed * 0.6; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (this.hitTest(_root.enemy)) { _root.player.play(); this.play(); health = (50 - _root.food._currentframe) * 2; } else { this.stop(); } if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.8; } }
Frame 339
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (340); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (341); } gotoAndPlay (338);
Frame 340
Mouse.show(); stop();
Frame 341
play();
Frame 348
Mouse.show(); stop();
Frame 349
Stage.showMenu = false; win = 3; health = 100;
Frame 350
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (352); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (353); }
Instance of Symbol 178 MovieClip "enemy" in Frame 350
onClipEvent (enterFrame) { varX = _root.food._x - this._x; varY = -1 * (_root.food._y - this._y); angle = Math.atan2(varY, varX); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 180 MovieClip "shine" in Frame 350
onClipEvent (enterFrame) { this._x = _root.enemy._x; this._y = _root.enemy._y; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 171 MovieClip "food" in Frame 350
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 5; } if (Key.isDown(40)) { speed = speed - 3; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 7); } if (Key.isDown(39)) { _rotation = (_rotation + 7); } speed = speed * 0.6; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (this.hitTest(_root.enemy)) { _root.player.play(); this.play(); health = (50 - _root.food._currentframe) * 2; } else { this.stop(); } if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.8; } }
Frame 351
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (352); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (353); } gotoAndPlay (350);
Frame 352
Mouse.show(); stop();
Frame 353
play();
Frame 360
Mouse.show(); stop();
Frame 361
Stage.showMenu = false; win = 3; health = 100;
Frame 362
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (364); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (365); }
Instance of Symbol 178 MovieClip "enemy" in Frame 362
onClipEvent (enterFrame) { varX = _root.food._x - this._x; varY = -1 * (_root.food._y - this._y); angle = Math.atan2(varY, varX); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 180 MovieClip "shine" in Frame 362
onClipEvent (enterFrame) { this._x = _root.enemy._x; this._y = _root.enemy._y; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 171 MovieClip "food" in Frame 362
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 5; } if (Key.isDown(40)) { speed = speed - 3; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 7); } if (Key.isDown(39)) { _rotation = (_rotation + 7); } speed = speed * 0.6; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (this.hitTest(_root.enemy)) { _root.player.play(); this.play(); health = (50 - _root.food._currentframe) * 2; } else { this.stop(); } if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.8; } }
Frame 363
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (364); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (365); } gotoAndPlay (362);
Frame 364
Mouse.show(); stop();
Frame 365
play();
Frame 372
Mouse.show(); stop();
Frame 373
Stage.showMenu = false; win = 3; health = 100;
Frame 374
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (376); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (377); }
Instance of Symbol 178 MovieClip "enemy" in Frame 374
onClipEvent (enterFrame) { varX = _root.food._x - this._x; varY = -1 * (_root.food._y - this._y); angle = Math.atan2(varY, varX); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 180 MovieClip "shine" in Frame 374
onClipEvent (enterFrame) { this._x = _root.enemy._x; this._y = _root.enemy._y; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 171 MovieClip "food" in Frame 374
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 5; } if (Key.isDown(40)) { speed = speed - 3; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 7); } if (Key.isDown(39)) { _rotation = (_rotation + 7); } speed = speed * 0.6; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (this.hitTest(_root.enemy)) { _root.player.play(); this.play(); health = (50 - _root.food._currentframe) * 2; } else { this.stop(); } if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.8; } }
Frame 375
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (376); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (377); } gotoAndPlay (374);
Frame 376
Mouse.show(); stop();
Frame 377
play();
Frame 384
Mouse.show(); stop();
Frame 385
Stage.showMenu = false; win = 3; health = 100;
Frame 386
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (388); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (389); }
Instance of Symbol 178 MovieClip "enemy" in Frame 386
onClipEvent (enterFrame) { varX = _root.food._x - this._x; varY = -1 * (_root.food._y - this._y); angle = Math.atan2(varY, varX); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 180 MovieClip "shine" in Frame 386
onClipEvent (enterFrame) { this._x = _root.enemy._x; this._y = _root.enemy._y; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 171 MovieClip "food" in Frame 386
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 5; } if (Key.isDown(40)) { speed = speed - 3; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 7); } if (Key.isDown(39)) { _rotation = (_rotation + 7); } speed = speed * 0.6; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (this.hitTest(_root.enemy)) { _root.player.play(); this.play(); health = (50 - _root.food._currentframe) * 2; } else { this.stop(); } if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.8; } }
Frame 387
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (388); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (389); } gotoAndPlay (386);
Frame 388
Mouse.show(); stop();
Frame 389
play();
Frame 396
Mouse.show(); stop();
Frame 397
Stage.showMenu = false; win = 3; health = 100;
Frame 398
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (400); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (401); }
Instance of Symbol 178 MovieClip "enemy" in Frame 398
onClipEvent (enterFrame) { varX = _root.food._x - this._x; varY = -1 * (_root.food._y - this._y); angle = Math.atan2(varY, varX); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 180 MovieClip "shine" in Frame 398
onClipEvent (enterFrame) { this._x = _root.enemy._x; this._y = _root.enemy._y; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 171 MovieClip "food" in Frame 398
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 5; } if (Key.isDown(40)) { speed = speed - 3; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 7); } if (Key.isDown(39)) { _rotation = (_rotation + 7); } speed = speed * 0.6; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (this.hitTest(_root.enemy)) { _root.player.play(); this.play(); health = (50 - _root.food._currentframe) * 2; } else { this.stop(); } if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.8; } }
Frame 399
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (400); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (401); } gotoAndPlay (398);
Frame 400
Mouse.show(); stop();
Frame 401
play();
Frame 408
Mouse.show(); stop();
Frame 409
Stage.showMenu = false; win = 3; health = 100;
Frame 410
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (412); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (413); }
Instance of Symbol 178 MovieClip "enemy" in Frame 410
onClipEvent (enterFrame) { varX = _root.food._x - this._x; varY = -1 * (_root.food._y - this._y); angle = Math.atan2(varY, varX); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 180 MovieClip "shine" in Frame 410
onClipEvent (enterFrame) { this._x = _root.enemy._x; this._y = _root.enemy._y; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 171 MovieClip "food" in Frame 410
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 5; } if (Key.isDown(40)) { speed = speed - 3; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 7); } if (Key.isDown(39)) { _rotation = (_rotation + 7); } speed = speed * 0.6; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (this.hitTest(_root.enemy)) { _root.player.play(); this.play(); health = (50 - _root.food._currentframe) * 2; } else { this.stop(); } if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.8; } }
Frame 411
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (412); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (413); } gotoAndPlay (410);
Frame 412
Mouse.show(); stop();
Frame 413
play();
Frame 420
Mouse.show(); stop();
Frame 421
Stage.showMenu = false; win = 3; health = 100;
Frame 422
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (424); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (425); }
Instance of Symbol 178 MovieClip "enemy" in Frame 422
onClipEvent (enterFrame) { varX = _root.food._x - this._x; varY = -1 * (_root.food._y - this._y); angle = Math.atan2(varY, varX); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 180 MovieClip "shine" in Frame 422
onClipEvent (enterFrame) { this._x = _root.enemy._x; this._y = _root.enemy._y; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 171 MovieClip "food" in Frame 422
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 5; } if (Key.isDown(40)) { speed = speed - 3; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 7); } if (Key.isDown(39)) { _rotation = (_rotation + 7); } speed = speed * 0.6; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (this.hitTest(_root.enemy)) { _root.player.play(); this.play(); health = (50 - _root.food._currentframe) * 2; } else { this.stop(); } if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.8; } }
Frame 423
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (424); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (425); } gotoAndPlay (422);
Frame 424
Mouse.show(); stop();
Frame 425
play();
Frame 432
Mouse.show(); stop();
Frame 433
Stage.showMenu = false; win = 3; health = 100;
Frame 434
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (436); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (437); }
Instance of Symbol 178 MovieClip "enemy" in Frame 434
onClipEvent (enterFrame) { varX = _root.food._x - this._x; varY = -1 * (_root.food._y - this._y); angle = Math.atan2(varY, varX); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 180 MovieClip "shine" in Frame 434
onClipEvent (enterFrame) { this._x = _root.enemy._x; this._y = _root.enemy._y; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 171 MovieClip "food" in Frame 434
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 5; } if (Key.isDown(40)) { speed = speed - 3; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 7); } if (Key.isDown(39)) { _rotation = (_rotation + 7); } speed = speed * 0.6; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (this.hitTest(_root.enemy)) { _root.player.play(); this.play(); health = (50 - _root.food._currentframe) * 2; } else { this.stop(); } if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.8; } }
Frame 435
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (436); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (437); } gotoAndPlay (434);
Frame 436
Mouse.show(); stop();
Frame 437
play();
Frame 444
Mouse.show(); stop();
Frame 445
Stage.showMenu = false; win = 3; health = 100;
Frame 446
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (448); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (449); }
Instance of Symbol 178 MovieClip "enemy" in Frame 446
onClipEvent (enterFrame) { varX = _root.food._x - this._x; varY = -1 * (_root.food._y - this._y); angle = Math.atan2(varY, varX); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 180 MovieClip "shine" in Frame 446
onClipEvent (enterFrame) { this._x = _root.enemy._x; this._y = _root.enemy._y; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 171 MovieClip "food" in Frame 446
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 5; } if (Key.isDown(40)) { speed = speed - 3; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 7); } if (Key.isDown(39)) { _rotation = (_rotation + 7); } speed = speed * 0.6; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (this.hitTest(_root.enemy)) { _root.player.play(); this.play(); health = (50 - _root.food._currentframe) * 2; } else { this.stop(); } if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.8; } }
Frame 447
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (448); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (449); } gotoAndPlay (446);
Frame 448
Mouse.show(); stop();
Frame 449
play();
Instance of Symbol 171 MovieClip "food" in Frame 449
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 5; } if (Key.isDown(40)) { speed = speed - 3; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 7); } if (Key.isDown(39)) { _rotation = (_rotation + 7); } speed = speed * 0.6; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.8; } }
Frame 456
Mouse.show(); stop();
Frame 457
stop();
Instance of Symbol 247 MovieClip "aimover" in Frame 457
onClipEvent (enterFrame) { this._x = _root.orb._x; this._y = _root.orb._y; }
Instance of Symbol 175 MovieClip "orb" in Frame 457
onClipEvent (enterFrame) { }
Frame 459
Stage.showMenu = false; win = 3; health = 100;
Frame 460
if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (462); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (463); }
Instance of Symbol 178 MovieClip "enemy" in Frame 460
onClipEvent (enterFrame) { varX = _root.food._x - this._x; varY = -1 * (_root.food._y - this._y); angle = Math.atan2(varY, varX); angle = Math.round((angle / Math.PI) * 180); this._rotation = -1 * angle; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 180 MovieClip "shine" in Frame 460
onClipEvent (enterFrame) { this._x = _root.enemy._x; this._y = _root.enemy._y; } onClipEvent (load) { _x = 0; _y = 0; speed = 30; } onClipEvent (enterFrame) { endX = _root.food._x; endY = _root.food._y; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 171 MovieClip "food" in Frame 460
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 5; } if (Key.isDown(40)) { speed = speed - 3; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 7); } if (Key.isDown(39)) { _rotation = (_rotation + 7); } speed = speed * 0.6; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (this.hitTest(_root.enemy)) { _root.player.play(); this.play(); health = (50 - _root.food._currentframe) * 2; } else { this.stop(); } if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.8; } }
Frame 461
Stage.showMenu = false; gotoAndPlay (460); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (462); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (463); }
Frame 462
Mouse.show(); stop();
Frame 463
stop();
Instance of Symbol 171 MovieClip "food" in Frame 463
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 5; } if (Key.isDown(40)) { speed = speed - 3; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 7); } if (Key.isDown(39)) { _rotation = (_rotation + 7); } speed = speed * 0.6; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.8; } }
Symbol 5 Button
on (release) { getURL ("http://www.flashportal.com", "_blank"); }
Symbol 112 Button
on (release) { _root.play(); }
Symbol 113 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { gotoAndStop ("loaded"); }
Symbol 113 MovieClip Frame 2
gotoAndPlay (1);
Symbol 116 Button
on (release) { getURL ("http://www.freewebs.com/kkabombm/", _blank); }
Symbol 120 MovieClip Frame 21
stop();
Symbol 121 MovieClip Frame 1
a = 0; this.onEnterFrame = function () { a = a + 1; bg.duplicateMovieClip("bg" + a, -a); setProperty("bg" + a, _rotation , random(360)); };
Symbol 126 Button
on (rollOver) { play(); }
Symbol 127 Button
on (rollOut) { gotoAndPlay (9); }
Symbol 130 Button
on (rollOut) { play(); }
Symbol 132 MovieClip Frame 1
stop();
Symbol 132 MovieClip Frame 8
stop();
Symbol 136 Button
on (rollOut) { gotoAndPlay (9); }
Symbol 140 MovieClip Frame 1
stop();
Symbol 140 MovieClip Frame 8
stop();
Symbol 144 Button
on (rollOut) { gotoAndPlay (9); }
Symbol 148 MovieClip Frame 1
stop();
Symbol 148 MovieClip Frame 8
stop();
Instance of Symbol 132 MovieClip "low" in Symbol 149 MovieClip Frame 1
on (release) { _quality = "low"; }
Instance of Symbol 140 MovieClip "med" in Symbol 149 MovieClip Frame 1
on (release) { _quality = "medium"; }
Instance of Symbol 148 MovieClip "high" in Symbol 149 MovieClip Frame 1
on (release) { _quality = "high"; }
Symbol 156 Button
on (release) { getURL ("http://www.flashportal.com", "_blank"); }
Symbol 157 Button
on (release) { gotoAndStop (144); getURL ("http://www.freewebs.com/kkabombm/", _blank); }
Symbol 160 Button
on (release) { gotoAndPlay (145); }
Symbol 162 Button
on (rollOver) { instruct._alpha = 100; } on (rollOut) { instruct._alpha = 0; }
Symbol 164 Button
on (release) { gotoAndStop (457); }
Symbol 166 Button
on (rollOver) { credits._alpha = 100; } on (rollOut) { credits._alpha = 0; }
Symbol 171 MovieClip Frame 1
stop();
Symbol 171 MovieClip Frame 49
stop();
Symbol 171 MovieClip Frame 50
stop();
Symbol 174 MovieClip Frame 21
stop();
Symbol 175 MovieClip Frame 1
g = 0; this.onEnterFrame = function () { g = g + 1; aim.duplicateMovieClip("aim" + g, -g); setProperty("aim" + g, _rotation , random(360)); };
Symbol 188 Button
on (release) { gotoAndPlay (145); }
Symbol 190 Button
on (release) { gotoAndPlay (157); }
Symbol 192 Button
on (release) { gotoAndPlay (169); }
Symbol 194 Button
on (release) { gotoAndPlay (181); }
Symbol 196 Button
on (release) { gotoAndPlay (193); }
Symbol 198 Button
on (release) { gotoAndPlay (205); }
Symbol 200 Button
on (release) { gotoAndPlay (217); }
Symbol 202 Button
on (release) { gotoAndPlay (229); }
Symbol 204 Button
on (release) { gotoAndPlay (241); }
Symbol 207 Button
on (release) { gotoAndPlay (253); }
Symbol 209 Button
on (release) { gotoAndPlay (265); }
Symbol 211 Button
on (release) { gotoAndPlay (277); }
Symbol 213 Button
on (release) { gotoAndPlay (289); }
Symbol 215 Button
on (release) { gotoAndPlay (301); }
Symbol 217 Button
on (release) { gotoAndPlay (313); }
Symbol 219 Button
on (release) { gotoAndPlay (325); }
Symbol 221 Button
on (release) { gotoAndPlay (337); }
Symbol 223 Button
on (release) { gotoAndPlay (349); }
Symbol 225 Button
on (release) { gotoAndPlay (361); }
Symbol 227 Button
on (release) { gotoAndPlay (373); }
Symbol 229 Button
on (release) { gotoAndPlay (385); }
Symbol 231 Button
on (release) { gotoAndPlay (397); }
Symbol 233 Button
on (release) { gotoAndPlay (409); }
Symbol 235 Button
on (release) { gotoAndPlay (421); }
Symbol 237 Button
on (release) { gotoAndPlay (433); }
Symbol 239 Button
on (release) { gotoAndPlay (445); }
Symbol 240 Button
on (release) { levels._alpha = 100; getURL ("http://www.freewebs.com/kkabombm/", _blank); }
Symbol 249 Button
on (keyPress "<Space>") { gotoAndStop (155); }
Symbol 251 Button
on (release) { gotoAndStop (142); }
Symbol 259 Button
on (release) { health = 100; gotoAndPlay (145); health = 100; }
Symbol 266 Button
on (release) { health = 100; gotoAndPlay (157); }
Symbol 271 Button
on (keyPress "<Space>") { gotoAndStop (167); }
Symbol 272 Button
on (release) { health = 100; gotoAndPlay (157); health = 100; }
Symbol 273 Button
on (release) { health = 100; gotoAndPlay (169); }
Symbol 278 Button
on (keyPress "<Space>") { gotoAndStop (179); }
Symbol 279 Button
on (release) { health = 100; gotoAndPlay (169); health = 100; }
Symbol 280 Button
on (release) { health = 100; gotoAndPlay (181); }
Symbol 285 Button
on (keyPress "<Space>") { gotoAndStop (191); }
Symbol 286 Button
on (release) { health = 100; gotoAndPlay (181); health = 100; }
Symbol 287 Button
on (release) { health = 100; gotoAndPlay (193); }
Symbol 292 Button
on (keyPress "<Space>") { gotoAndStop (203); }
Symbol 293 Button
on (release) { health = 100; gotoAndPlay (193); health = 100; }
Symbol 294 Button
on (release) { health = 100; gotoAndPlay (205); }
Symbol 299 Button
on (keyPress "<Space>") { gotoAndStop (215); }
Symbol 300 Button
on (release) { health = 100; gotoAndPlay (205); health = 100; }
Symbol 301 Button
on (release) { health = 100; gotoAndPlay (217); }
Symbol 308 Button
on (keyPress "<Space>") { gotoAndStop (227); }
Symbol 309 Button
on (release) { health = 100; gotoAndPlay (217); health = 100; }
Symbol 310 Button
on (release) { health = 100; gotoAndPlay (229); }
Symbol 317 Button
on (keyPress "<Space>") { gotoAndStop (239); }
Symbol 318 Button
on (release) { health = 100; gotoAndPlay (229); health = 100; }
Symbol 319 Button
on (release) { health = 100; gotoAndPlay (241); }
Symbol 326 Button
on (keyPress "<Space>") { gotoAndStop (251); }
Symbol 327 Button
on (release) { health = 100; gotoAndPlay (241); health = 100; }
Symbol 328 Button
on (release) { health = 100; gotoAndPlay (253); }
Symbol 335 Button
on (keyPress "<Space>") { gotoAndStop (264); }
Symbol 336 Button
on (release) { health = 100; gotoAndPlay (253); health = 100; }
Symbol 337 Button
on (release) { health = 100; gotoAndPlay (265); }
Symbol 344 Button
on (keyPress "<Space>") { gotoAndStop (276); }
Symbol 345 Button
on (release) { health = 100; gotoAndPlay (265); health = 100; }
Symbol 346 Button
on (release) { health = 100; gotoAndPlay (277); }
Symbol 353 Button
on (keyPress "<Space>") { gotoAndStop (288); }
Symbol 354 Button
on (release) { health = 100; gotoAndPlay (277); health = 100; }
Symbol 355 Button
on (release) { health = 100; gotoAndPlay (289); }
Symbol 362 Button
on (keyPress "<Space>") { gotoAndStop (300); }
Symbol 363 Button
on (release) { health = 100; gotoAndPlay (289); health = 100; }
Symbol 364 Button
on (release) { health = 100; gotoAndPlay (301); }
Symbol 371 Button
on (keyPress "<Space>") { gotoAndStop (312); }
Symbol 372 Button
on (release) { health = 100; gotoAndPlay (301); health = 100; }
Symbol 373 Button
on (release) { health = 100; gotoAndPlay (313); }
Symbol 380 Button
on (keyPress "<Space>") { gotoAndStop (324); }
Symbol 381 Button
on (release) { health = 100; gotoAndPlay (313); health = 100; }
Symbol 382 Button
on (release) { health = 100; gotoAndPlay (325); }
Symbol 389 Button
on (keyPress "<Space>") { gotoAndStop (336); }
Symbol 390 Button
on (release) { health = 100; gotoAndPlay (325); health = 100; }
Symbol 391 Button
on (release) { health = 100; gotoAndPlay (337); }
Symbol 398 Button
on (keyPress "<Space>") { gotoAndStop (348); }
Symbol 399 Button
on (release) { health = 100; gotoAndPlay (337); health = 100; }
Symbol 400 Button
on (release) { health = 100; gotoAndPlay (349); }
Symbol 407 Button
on (keyPress "<Space>") { gotoAndStop (360); }
Symbol 408 Button
on (release) { health = 100; gotoAndPlay (349); health = 100; }
Symbol 409 Button
on (release) { health = 100; gotoAndPlay (361); }
Symbol 416 Button
on (keyPress "<Space>") { gotoAndStop (372); }
Symbol 417 Button
on (release) { health = 100; gotoAndPlay (361); health = 100; }
Symbol 418 Button
on (release) { health = 100; gotoAndPlay (373); }
Symbol 425 Button
on (keyPress "<Space>") { gotoAndStop (384); }
Symbol 426 Button
on (release) { health = 100; gotoAndPlay (373); health = 100; }
Symbol 427 Button
on (release) { health = 100; gotoAndPlay (385); }
Symbol 434 Button
on (keyPress "<Space>") { gotoAndStop (396); }
Symbol 435 Button
on (release) { health = 100; gotoAndPlay (385); health = 100; }
Symbol 436 Button
on (release) { health = 100; gotoAndPlay (397); }
Symbol 443 Button
on (keyPress "<Space>") { gotoAndStop (408); }
Symbol 444 Button
on (release) { health = 100; gotoAndPlay (397); health = 100; }
Symbol 445 Button
on (release) { health = 100; gotoAndPlay (409); }
Symbol 452 Button
on (keyPress "<Space>") { gotoAndStop (420); }
Symbol 453 Button
on (release) { health = 100; gotoAndPlay (409); health = 100; }
Symbol 454 Button
on (release) { health = 100; gotoAndPlay (421); }
Symbol 461 Button
on (keyPress "<Space>") { gotoAndStop (432); }
Symbol 462 Button
on (release) { health = 100; gotoAndPlay (421); health = 100; }
Symbol 463 Button
on (release) { health = 100; gotoAndPlay (433); }
Symbol 470 Button
on (keyPress "<Space>") { gotoAndStop (444); }
Symbol 471 Button
on (release) { health = 100; gotoAndPlay (433); health = 100; }
Symbol 472 Button
on (release) { health = 100; gotoAndPlay (445); }
Symbol 479 Button
on (keyPress "<Space>") { gotoAndStop (455); }
Symbol 480 Button
on (release) { health = 100; gotoAndPlay (445); health = 100; }
Symbol 482 Button
on (release) { health = 100; gotoAndStop (142); }
Symbol 485 Button
on (release) { this.clear(); play(); }
Symbol 486 MovieClip Frame 1
lineStyle(10, 16776960, 100); down = false; onMouseDown = function () { down = true; moveTo(_xmouse, _ymouse); }; onMouseUp = function () { down = false; }; onMouseMove = function () { (down ? (lineTo(_xmouse, _ymouse)) : 0); }; stop();
Symbol 489 Button
on (release) { gotoAndStop (458); }
Symbol 490 Button
on (release) { gotoAndStop (142); }
Symbol 491 Button
on (keyPress "w") { orb._y = orb._y - 20; } on (keyPress "s") { orb._y = orb._y + 20; } on (keyPress "a") { orb._x = orb._x - 20; } on (keyPress "d") { orb._x = orb._x + 20; }
Symbol 493 Button
on (release) { play(); }
Symbol 501 Button
on (release) { health = 100; gotoAndStop (457); health = 100; }
Symbol 502 Button
on (release) { gotoAndStop (457); }

Library Items

Symbol 1 Sound [theme]
Symbol 2 GraphicUsed by:Timeline
Symbol 3 GraphicUsed by:Timeline
Symbol 4 GraphicUsed by:5
Symbol 5 ButtonUses:4Used by:Timeline
Symbol 6 GraphicUsed by:Timeline
Symbol 7 GraphicUsed by:Timeline
Symbol 8 GraphicUsed by:Timeline
Symbol 9 GraphicUsed by:Timeline
Symbol 10 GraphicUsed by:Timeline
Symbol 11 GraphicUsed by:Timeline
Symbol 12 GraphicUsed by: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:Timeline
Symbol 25 GraphicUsed by:Timeline
Symbol 26 GraphicUsed by:Timeline
Symbol 27 GraphicUsed by:Timeline
Symbol 28 GraphicUsed by:Timeline
Symbol 29 GraphicUsed by:Timeline
Symbol 30 GraphicUsed by:Timeline
Symbol 31 GraphicUsed by:Timeline
Symbol 32 GraphicUsed by:Timeline
Symbol 33 GraphicUsed by:Timeline
Symbol 34 GraphicUsed by:Timeline
Symbol 35 GraphicUsed by:Timeline
Symbol 36 GraphicUsed by:Timeline
Symbol 37 GraphicUsed by:Timeline
Symbol 38 GraphicUsed by:Timeline
Symbol 39 GraphicUsed by:Timeline
Symbol 40 GraphicUsed by:Timeline
Symbol 41 GraphicUsed by:Timeline
Symbol 42 GraphicUsed by:Timeline
Symbol 43 GraphicUsed by:Timeline
Symbol 44 GraphicUsed by:Timeline
Symbol 45 GraphicUsed by:Timeline
Symbol 46 GraphicUsed by:Timeline
Symbol 47 GraphicUsed by:Timeline
Symbol 48 GraphicUsed by:Timeline
Symbol 49 GraphicUsed by:Timeline
Symbol 50 GraphicUsed by:Timeline
Symbol 51 GraphicUsed by:Timeline
Symbol 52 GraphicUsed by:Timeline
Symbol 53 GraphicUsed by:Timeline
Symbol 54 GraphicUsed by:Timeline
Symbol 55 SoundUsed by:Timeline
Symbol 56 GraphicUsed by:Timeline
Symbol 57 GraphicUsed by:Timeline
Symbol 58 GraphicUsed by:Timeline
Symbol 59 GraphicUsed by:Timeline
Symbol 60 GraphicUsed by:Timeline
Symbol 61 GraphicUsed by:Timeline
Symbol 62 GraphicUsed by:Timeline
Symbol 63 GraphicUsed by:Timeline
Symbol 64 GraphicUsed by:Timeline
Symbol 65 GraphicUsed by:Timeline
Symbol 66 GraphicUsed by:Timeline
Symbol 67 GraphicUsed by:Timeline
Symbol 68 GraphicUsed by:Timeline
Symbol 69 GraphicUsed by:Timeline
Symbol 70 GraphicUsed by:Timeline
Symbol 71 GraphicUsed by:Timeline
Symbol 72 GraphicUsed by:Timeline
Symbol 73 GraphicUsed by:Timeline
Symbol 74 GraphicUsed by:75
Symbol 75 MovieClipUses:74Used by:Timeline
Symbol 76 GraphicUsed by:Timeline
Symbol 77 GraphicUsed by:Timeline
Symbol 78 GraphicUsed by:Timeline
Symbol 79 GraphicUsed by:Timeline
Symbol 80 GraphicUsed by:Timeline
Symbol 81 GraphicUsed by:Timeline
Symbol 82 GraphicUsed by:Timeline
Symbol 83 GraphicUsed by:Timeline
Symbol 84 GraphicUsed by:Timeline
Symbol 85 GraphicUsed by:Timeline
Symbol 86 GraphicUsed by:Timeline
Symbol 87 GraphicUsed by:Timeline
Symbol 88 GraphicUsed by:Timeline
Symbol 89 GraphicUsed by:Timeline
Symbol 90 GraphicUsed by:Timeline
Symbol 91 GraphicUsed by:Timeline
Symbol 92 GraphicUsed by:93 491 494
Symbol 93 MovieClipUses:92Used by:Timeline
Symbol 94 GraphicUsed by:95
Symbol 95 MovieClipUses:94Used by:113
Symbol 96 GraphicUsed by:113
Symbol 97 FontUsed by:98 154 158 161 163 165 172 183 250 252 260 481 484 488 492
Symbol 98 TextUses:97Used by:113
Symbol 99 GraphicUsed by:112 259 266 272 273 279 280 286 287 293 294 300 301 309 310 318 319 327 328 336 337 345 346 354 355 363 364 372 373 381 382 390 391 399 400 408 409 417 418 426 427 435 436 444 445 453 454 462 463 471 472 480 482 489 493 501
Symbol 100 FontUsed by:101 110 254 258 261 265
Symbol 101 TextUses:100Used by:109 112 493
Symbol 102 GraphicUsed by:112 259 266 272 273 279 280 286 287 293 294 300 301 309 310 318 319 327 328 336 337 345 346 354 355 363 364 372 373 381 382 390 391 399 400 408 409 417 418 426 427 435 436 444 445 453 454 462 463 471 472 480 482 489 493 501
Symbol 103 GraphicUsed by:109 257 264
Symbol 104 GraphicUsed by:109 257 264
Symbol 105 GraphicUsed by:109
Symbol 106 GraphicUsed by:109 257 264
Symbol 107 GraphicUsed by:109
Symbol 108 GraphicUsed by:109 257 264
Symbol 109 MovieClipUses:103 101 104 105 106 107 108Used by:112 493
Symbol 110 TextUses:100Used by:112 493
Symbol 111 GraphicUsed by:112 259 266 272 273 279 280 286 287 293 294 300 301 309 310 318 319 327 328 336 337 345 346 354 355 363 364 372 373 381 382 390 391 399 400 408 409 417 418 426 427 435 436 444 445 453 454 462 463 471 472 480 482 489 493 501
Symbol 112 ButtonUses:99 101 102 109 110 111Used by:113
Symbol 113 MovieClipUses:95 96 98 112Used by:Timeline
Symbol 114 GraphicUsed by:116 157 240
Symbol 115 GraphicUsed by:116 157 240
Symbol 116 ButtonUses:114 115Used by:Timeline
Symbol 117 GraphicUsed by:Timeline
Symbol 118 ShapeTweeningUsed by:120
Symbol 119 GraphicUsed by:120
Symbol 120 MovieClipUses:118 119Used by:121
Symbol 121 MovieClipUses:120Used by:Timeline
Symbol 122 GraphicUsed by:132
Symbol 123 ShapeTweeningUsed by:132
Symbol 124 ShapeTweeningUsed by:132
Symbol 125 GraphicUsed by:126 127 130 136 144
Symbol 126 ButtonUses:125Used by:132 140 148
Symbol 127 ButtonUses:125Used by:132
Symbol 128 ShapeTweeningUsed by:132
Symbol 129 ShapeTweeningUsed by:132
Symbol 130 ButtonUses:125Used by:132 140 148
Symbol 131 GraphicUsed by:132
Symbol 132 MovieClipUses:122 123 124 126 127 128 129 130 131Used by:149
Symbol 133 GraphicUsed by:140
Symbol 134 ShapeTweeningUsed by:140
Symbol 135 ShapeTweeningUsed by:140
Symbol 136 ButtonUses:125Used by:140
Symbol 137 ShapeTweeningUsed by:140
Symbol 138 ShapeTweeningUsed by:140
Symbol 139 GraphicUsed by:140
Symbol 140 MovieClipUses:133 134 135 126 136 137 138 130 139Used by:149
Symbol 141 GraphicUsed by:148
Symbol 142 ShapeTweeningUsed by:148
Symbol 143 ShapeTweeningUsed by:148
Symbol 144 ButtonUses:125Used by:148
Symbol 145 ShapeTweeningUsed by:148
Symbol 146 ShapeTweeningUsed by:148
Symbol 147 GraphicUsed by:148
Symbol 148 MovieClipUses:141 142 143 126 144 145 146 130 147Used by:149
Symbol 149 MovieClipUses:132 140 148Used by:Timeline
Symbol 150 BitmapUsed by:151
Symbol 151 GraphicUses:150Used by:Timeline
Symbol 152 FontUsed by:153 185 186 189 191 193 195 197 199 201 203 205 208 210 212 214 216 218 220 222 224 226 228 230 232 234 236 238
Symbol 153 TextUses:152Used by:Timeline
Symbol 154 TextUses:97Used by:156
Symbol 155 GraphicUsed by:156
Symbol 156 ButtonUses:154 155Used by:Timeline
Symbol 157 ButtonUses:114 115Used by:Timeline
Symbol 158 TextUses:97Used by:160
Symbol 159 GraphicUsed by:160 162 164 166 251 485 490 502
Symbol 160 ButtonUses:158 159Used by:Timeline
Symbol 161 TextUses:97Used by:162
Symbol 162 ButtonUses:161 159Used by:Timeline
Symbol 163 TextUses:97Used by:164
Symbol 164 ButtonUses:163 159Used by:Timeline
Symbol 165 TextUses:97Used by:166
Symbol 166 ButtonUses:165 159Used by:Timeline
Symbol 167 GraphicUsed by:181
Symbol 168 ShapeTweeningUsed by:171
Symbol 169 GraphicUsed by:171
Symbol 170 GraphicUsed by:171
Symbol 171 MovieClipUses:168 169 170Used by:181  Timeline
Symbol 172 TextUses:97Used by:181
Symbol 173 GraphicUsed by:174
Symbol 174 MovieClipUses:173Used by:175
Symbol 175 MovieClipUses:174Used by:181  Timeline
Symbol 176 GraphicUsed by:178
Symbol 177 GraphicUsed by:178
Symbol 178 MovieClipUses:176 177Used by:181  Timeline
Symbol 179 GraphicUsed by:180
Symbol 180 MovieClipUses:179Used by:181  Timeline
Symbol 181 MovieClipUses:167 171 172 175 178 180Used by:Timeline
Symbol 182 GraphicUsed by:184
Symbol 183 TextUses:97Used by:184
Symbol 184 MovieClipUses:182 183Used by:Timeline
Symbol 185 TextUses:152Used by:Timeline
Symbol 186 TextUses:152Used by:188
Symbol 187 GraphicUsed by:188 190 192 194 196 198 200 202 204
Symbol 188 ButtonUses:186 187Used by:Timeline
Symbol 189 TextUses:152Used by:190
Symbol 190 ButtonUses:189 187Used by:Timeline
Symbol 191 TextUses:152Used by:192
Symbol 192 ButtonUses:191 187Used by:Timeline
Symbol 193 TextUses:152Used by:194
Symbol 194 ButtonUses:193 187Used by:Timeline
Symbol 195 TextUses:152Used by:196
Symbol 196 ButtonUses:195 187Used by:Timeline
Symbol 197 TextUses:152Used by:198
Symbol 198 ButtonUses:197 187Used by:Timeline
Symbol 199 TextUses:152Used by:200
Symbol 200 ButtonUses:199 187Used by:Timeline
Symbol 201 TextUses:152Used by:202
Symbol 202 ButtonUses:201 187Used by:Timeline
Symbol 203 TextUses:152Used by:204
Symbol 204 ButtonUses:203 187Used by:Timeline
Symbol 205 TextUses:152Used by:207
Symbol 206 GraphicUsed by:207 209 211 213 215 217 219 221 223 225 227 229 231 233 235 237 239
Symbol 207 ButtonUses:205 206Used by:Timeline
Symbol 208 TextUses:152Used by:209
Symbol 209 ButtonUses:208 206Used by:Timeline
Symbol 210 TextUses:152Used by:211
Symbol 211 ButtonUses:210 206Used by:Timeline
Symbol 212 TextUses:152Used by:213
Symbol 213 ButtonUses:212 206Used by:Timeline
Symbol 214 TextUses:152Used by:215
Symbol 215 ButtonUses:214 206Used by:Timeline
Symbol 216 TextUses:152Used by:217
Symbol 217 ButtonUses:216 206Used by:Timeline
Symbol 218 TextUses:152Used by:219
Symbol 219 ButtonUses:218 206Used by:Timeline
Symbol 220 TextUses:152Used by:221
Symbol 221 ButtonUses:220 206Used by:Timeline
Symbol 222 TextUses:152Used by:223
Symbol 223 ButtonUses:222 206Used by:Timeline
Symbol 224 TextUses:152Used by:225
Symbol 225 ButtonUses:224 206Used by:Timeline
Symbol 226 TextUses:152Used by:227
Symbol 227 ButtonUses:226 206Used by:Timeline
Symbol 228 TextUses:152Used by:229
Symbol 229 ButtonUses:228 206Used by:Timeline
Symbol 230 TextUses:152Used by:231
Symbol 231 ButtonUses:230 206Used by:Timeline
Symbol 232 TextUses:152Used by:233
Symbol 233 ButtonUses:232 206Used by:Timeline
Symbol 234 TextUses:152Used by:235
Symbol 235 ButtonUses:234 206Used by:Timeline
Symbol 236 TextUses:152Used by:237
Symbol 237 ButtonUses:236 206Used by:Timeline
Symbol 238 TextUses:152Used by:239
Symbol 239 ButtonUses:238 206Used by:Timeline
Symbol 240 ButtonUses:114 115Used by:Timeline
Symbol 241 FontUsed by:242 267 274 281 288 295 302 306 311 315 320 324 329 333 338 342 347 351 356 360 365 369 374 378 383 387 392 396 401 405 410 414 419 423 428 432 437 441 446 450 455 459 464 468 473 477 495 497 499
Symbol 242 EditableTextUses:241Used by:Timeline
Symbol 243 GraphicUsed by:Timeline
Symbol 244 GraphicUsed by:245
Symbol 245 MovieClipUses:244Used by:Timeline
Symbol 246 GraphicUsed by:247
Symbol 247 MovieClipUses:246Used by:Timeline
Symbol 248 GraphicUsed by:249 271 278 285 292 299 308 317 326 335 344 353 362 371 380 389 398 407 416 425 434 443 452 461 470 479
Symbol 249 ButtonUses:248Used by:Timeline
Symbol 250 TextUses:97Used by:251 490
Symbol 251 ButtonUses:250 159Used by:Timeline
Symbol 252 TextUses:97Used by:Timeline
Symbol 253 GraphicUsed by:259 266 272 273 279 280 286 287 293 294 300 301 309 310 318 319 327 328 336 337 345 346 354 355 363 364 372 373 381 382 390 391 399 400 408 409 417 418 426 427 435 436 444 445 453 454 462 463 471 472 480 482 489 501
Symbol 254 TextUses:100Used by:257 259 272 279 286 293 300 309 318 327 336 345 354 363 372 381 390 399 408 417 426 435 444 453 462 471 480 501
Symbol 255 GraphicUsed by:257
Symbol 256 GraphicUsed by:257
Symbol 257 MovieClipUses:103 254 104 255 106 256 108Used by:259 272 279 286 293 300 309 318 327 336 345 354 363 372 381 390 399 408 417 426 435 444 453 462 471 480 501
Symbol 258 TextUses:100Used by:259 272 279 286 293 300 309 318 327 336 345 354 363 372 381 390 399 408 417 426 435 444 453 462 471 480 501
Symbol 259 ButtonUses:253 254 102 257 99 258 111Used by:Timeline
Symbol 260 TextUses:97Used by:Timeline
Symbol 261 TextUses:100Used by:264 266 273 280 287 294 301 310 319 328 337 346 355 364 373 382 391 400 409 418 427 436 445 454 463 472 482 489
Symbol 262 GraphicUsed by:264
Symbol 263 GraphicUsed by:264
Symbol 264 MovieClipUses:103 261 104 262 106 263 108Used by:266 273 280 287 294 301 310 319 328 337 346 355 364 373 382 391 400 409 418 427 436 445 454 463 472 482 489
Symbol 265 TextUses:100Used by:266 273 280 287 294 301 310 319 328 337 346 355 364 373 382 391 400 409 418 427 436 445 454 463 472 482 489
Symbol 266 ButtonUses:253 261 102 264 99 265 111Used by:Timeline
Symbol 267 EditableTextUses:241Used by:Timeline
Symbol 268 GraphicUsed by:Timeline
Symbol 269 GraphicUsed by:270
Symbol 270 MovieClipUses:269Used by:Timeline
Symbol 271 ButtonUses:248Used by:Timeline
Symbol 272 ButtonUses:253 254 102 257 99 258 111Used by:Timeline
Symbol 273 ButtonUses:253 261 102 264 99 265 111Used by:Timeline
Symbol 274 EditableTextUses:241Used by:Timeline
Symbol 275 GraphicUsed by:Timeline
Symbol 276 GraphicUsed by:277
Symbol 277 MovieClipUses:276Used by:Timeline
Symbol 278 ButtonUses:248Used by:Timeline
Symbol 279 ButtonUses:253 254 102 257 99 258 111Used by:Timeline
Symbol 280 ButtonUses:253 261 102 264 99 265 111Used by:Timeline
Symbol 281 EditableTextUses:241Used by:Timeline
Symbol 282 GraphicUsed by:Timeline
Symbol 283 GraphicUsed by:284
Symbol 284 MovieClipUses:283Used by:Timeline
Symbol 285 ButtonUses:248Used by:Timeline
Symbol 286 ButtonUses:253 254 102 257 99 258 111Used by:Timeline
Symbol 287 ButtonUses:253 261 102 264 99 265 111Used by:Timeline
Symbol 288 EditableTextUses:241Used by:Timeline
Symbol 289 GraphicUsed by:Timeline
Symbol 290 GraphicUsed by:291
Symbol 291 MovieClipUses:290Used by:Timeline
Symbol 292 ButtonUses:248Used by:Timeline
Symbol 293 ButtonUses:253 254 102 257 99 258 111Used by:Timeline
Symbol 294 ButtonUses:253 261 102 264 99 265 111Used by:Timeline
Symbol 295 EditableTextUses:241Used by:Timeline
Symbol 296 GraphicUsed by:Timeline
Symbol 297 GraphicUsed by:298
Symbol 298 MovieClipUses:297Used by:Timeline
Symbol 299 ButtonUses:248Used by:Timeline
Symbol 300 ButtonUses:253 254 102 257 99 258 111Used by:Timeline
Symbol 301 ButtonUses:253 261 102 264 99 265 111Used by:Timeline
Symbol 302 EditableTextUses:241Used by:Timeline
Symbol 303 GraphicUsed by:Timeline
Symbol 304 GraphicUsed by:305
Symbol 305 MovieClipUses:304Used by:Timeline
Symbol 306 EditableTextUses:241Used by:Timeline
Symbol 307 GraphicUsed by:Timeline
Symbol 308 ButtonUses:248Used by:Timeline
Symbol 309 ButtonUses:253 254 102 257 99 258 111Used by:Timeline
Symbol 310 ButtonUses:253 261 102 264 99 265 111Used by:Timeline
Symbol 311 EditableTextUses:241Used by:Timeline
Symbol 312 GraphicUsed by:Timeline
Symbol 313 GraphicUsed by:314
Symbol 314 MovieClipUses:313Used by:Timeline
Symbol 315 EditableTextUses:241Used by:Timeline
Symbol 316 GraphicUsed by:Timeline
Symbol 317 ButtonUses:248Used by:Timeline
Symbol 318 ButtonUses:253 254 102 257 99 258 111Used by:Timeline
Symbol 319 ButtonUses:253 261 102 264 99 265 111Used by:Timeline
Symbol 320 EditableTextUses:241Used by:Timeline
Symbol 321 GraphicUsed by:Timeline
Symbol 322 GraphicUsed by:323
Symbol 323 MovieClipUses:322Used by:Timeline
Symbol 324 EditableTextUses:241Used by:Timeline
Symbol 325 GraphicUsed by:Timeline
Symbol 326 ButtonUses:248Used by:Timeline
Symbol 327 ButtonUses:253 254 102 257 99 258 111Used by:Timeline
Symbol 328 ButtonUses:253 261 102 264 99 265 111Used by:Timeline
Symbol 329 EditableTextUses:241Used by:Timeline
Symbol 330 GraphicUsed by:Timeline
Symbol 331 GraphicUsed by:332
Symbol 332 MovieClipUses:331Used by:Timeline
Symbol 333 EditableTextUses:241Used by:Timeline
Symbol 334 GraphicUsed by:Timeline
Symbol 335 ButtonUses:248Used by:Timeline
Symbol 336 ButtonUses:253 254 102 257 99 258 111Used by:Timeline
Symbol 337 ButtonUses:253 261 102 264 99 265 111Used by:Timeline
Symbol 338 EditableTextUses:241Used by:Timeline
Symbol 339 GraphicUsed by:Timeline
Symbol 340 GraphicUsed by:341
Symbol 341 MovieClipUses:340Used by:Timeline
Symbol 342 EditableTextUses:241Used by:Timeline
Symbol 343 GraphicUsed by:Timeline
Symbol 344 ButtonUses:248Used by:Timeline
Symbol 345 ButtonUses:253 254 102 257 99 258 111Used by:Timeline
Symbol 346 ButtonUses:253 261 102 264 99 265 111Used by:Timeline
Symbol 347 EditableTextUses:241Used by:Timeline
Symbol 348 GraphicUsed by:Timeline
Symbol 349 GraphicUsed by:350
Symbol 350 MovieClipUses:349Used by:Timeline
Symbol 351 EditableTextUses:241Used by:Timeline
Symbol 352 GraphicUsed by:Timeline
Symbol 353 ButtonUses:248Used by:Timeline
Symbol 354 ButtonUses:253 254 102 257 99 258 111Used by:Timeline
Symbol 355 ButtonUses:253 261 102 264 99 265 111Used by:Timeline
Symbol 356 EditableTextUses:241Used by:Timeline
Symbol 357 GraphicUsed by:Timeline
Symbol 358 GraphicUsed by:359
Symbol 359 MovieClipUses:358Used by:Timeline
Symbol 360 EditableTextUses:241Used by:Timeline
Symbol 361 GraphicUsed by:Timeline
Symbol 362 ButtonUses:248Used by:Timeline
Symbol 363 ButtonUses:253 254 102 257 99 258 111Used by:Timeline
Symbol 364 ButtonUses:253 261 102 264 99 265 111Used by:Timeline
Symbol 365 EditableTextUses:241Used by:Timeline
Symbol 366 GraphicUsed by:Timeline
Symbol 367 GraphicUsed by:368
Symbol 368 MovieClipUses:367Used by:Timeline
Symbol 369 EditableTextUses:241Used by:Timeline
Symbol 370 GraphicUsed by:Timeline
Symbol 371 ButtonUses:248Used by:Timeline
Symbol 372 ButtonUses:253 254 102 257 99 258 111Used by:Timeline
Symbol 373 ButtonUses:253 261 102 264 99 265 111Used by:Timeline
Symbol 374 EditableTextUses:241Used by:Timeline
Symbol 375 GraphicUsed by:Timeline
Symbol 376 GraphicUsed by:377
Symbol 377 MovieClipUses:376Used by:Timeline
Symbol 378 EditableTextUses:241Used by:Timeline
Symbol 379 GraphicUsed by:Timeline
Symbol 380 ButtonUses:248Used by:Timeline
Symbol 381 ButtonUses:253 254 102 257 99 258 111Used by:Timeline
Symbol 382 ButtonUses:253 261 102 264 99 265 111Used by:Timeline
Symbol 383 EditableTextUses:241Used by:Timeline
Symbol 384 GraphicUsed by:Timeline
Symbol 385 GraphicUsed by:386
Symbol 386 MovieClipUses:385Used by:Timeline
Symbol 387 EditableTextUses:241Used by:Timeline
Symbol 388 GraphicUsed by:Timeline
Symbol 389 ButtonUses:248Used by:Timeline
Symbol 390 ButtonUses:253 254 102 257 99 258 111Used by:Timeline
Symbol 391 ButtonUses:253 261 102 264 99 265 111Used by:Timeline
Symbol 392 EditableTextUses:241Used by:Timeline
Symbol 393 GraphicUsed by:Timeline
Symbol 394 GraphicUsed by:395
Symbol 395 MovieClipUses:394Used by:Timeline
Symbol 396 EditableTextUses:241Used by:Timeline
Symbol 397 GraphicUsed by:Timeline
Symbol 398 ButtonUses:248Used by:Timeline
Symbol 399 ButtonUses:253 254 102 257 99 258 111Used by:Timeline
Symbol 400 ButtonUses:253 261 102 264 99 265 111Used by:Timeline
Symbol 401 EditableTextUses:241Used by:Timeline
Symbol 402 GraphicUsed by:Timeline
Symbol 403 GraphicUsed by:404
Symbol 404 MovieClipUses:403Used by:Timeline
Symbol 405 EditableTextUses:241Used by:Timeline
Symbol 406 GraphicUsed by:Timeline
Symbol 407 ButtonUses:248Used by:Timeline
Symbol 408 ButtonUses:253 254 102 257 99 258 111Used by:Timeline
Symbol 409 ButtonUses:253 261 102 264 99 265 111Used by:Timeline
Symbol 410 EditableTextUses:241Used by:Timeline
Symbol 411 GraphicUsed by:Timeline
Symbol 412 GraphicUsed by:413
Symbol 413 MovieClipUses:412Used by:Timeline
Symbol 414 EditableTextUses:241Used by:Timeline
Symbol 415 GraphicUsed by:Timeline
Symbol 416 ButtonUses:248Used by:Timeline
Symbol 417 ButtonUses:253 254 102 257 99 258 111Used by:Timeline
Symbol 418 ButtonUses:253 261 102 264 99 265 111Used by:Timeline
Symbol 419 EditableTextUses:241Used by:Timeline
Symbol 420 GraphicUsed by:Timeline
Symbol 421 GraphicUsed by:422
Symbol 422 MovieClipUses:421Used by:Timeline
Symbol 423 EditableTextUses:241Used by:Timeline
Symbol 424 GraphicUsed by:Timeline
Symbol 425 ButtonUses:248Used by:Timeline
Symbol 426 ButtonUses:253 254 102 257 99 258 111Used by:Timeline
Symbol 427 ButtonUses:253 261 102 264 99 265 111Used by:Timeline
Symbol 428 EditableTextUses:241Used by:Timeline
Symbol 429 GraphicUsed by:Timeline
Symbol 430 GraphicUsed by:431
Symbol 431 MovieClipUses:430Used by:Timeline
Symbol 432 EditableTextUses:241Used by:Timeline
Symbol 433 GraphicUsed by:Timeline
Symbol 434 ButtonUses:248Used by:Timeline
Symbol 435 ButtonUses:253 254 102 257 99 258 111Used by:Timeline
Symbol 436 ButtonUses:253 261 102 264 99 265 111Used by:Timeline
Symbol 437 EditableTextUses:241Used by:Timeline
Symbol 438 GraphicUsed by:Timeline
Symbol 439 GraphicUsed by:440
Symbol 440 MovieClipUses:439Used by:Timeline
Symbol 441 EditableTextUses:241Used by:Timeline
Symbol 442 GraphicUsed by:Timeline
Symbol 443 ButtonUses:248Used by:Timeline
Symbol 444 ButtonUses:253 254 102 257 99 258 111Used by:Timeline
Symbol 445 ButtonUses:253 261 102 264 99 265 111Used by:Timeline
Symbol 446 EditableTextUses:241Used by:Timeline
Symbol 447 GraphicUsed by:Timeline
Symbol 448 GraphicUsed by:449
Symbol 449 MovieClipUses:448Used by:Timeline
Symbol 450 EditableTextUses:241Used by:Timeline
Symbol 451 GraphicUsed by:Timeline
Symbol 452 ButtonUses:248Used by:Timeline
Symbol 453 ButtonUses:253 254 102 257 99 258 111Used by:Timeline
Symbol 454 ButtonUses:253 261 102 264 99 265 111Used by:Timeline
Symbol 455 EditableTextUses:241Used by:Timeline
Symbol 456 GraphicUsed by:Timeline
Symbol 457 GraphicUsed by:458
Symbol 458 MovieClipUses:457Used by:Timeline
Symbol 459 EditableTextUses:241Used by:Timeline
Symbol 460 GraphicUsed by:Timeline
Symbol 461 ButtonUses:248Used by:Timeline
Symbol 462 ButtonUses:253 254 102 257 99 258 111Used by:Timeline
Symbol 463 ButtonUses:253 261 102 264 99 265 111Used by:Timeline
Symbol 464 EditableTextUses:241Used by:Timeline
Symbol 465 GraphicUsed by:Timeline
Symbol 466 GraphicUsed by:467
Symbol 467 MovieClipUses:466Used by:Timeline
Symbol 468 EditableTextUses:241Used by:Timeline
Symbol 469 GraphicUsed by:Timeline
Symbol 470 ButtonUses:248Used by:Timeline
Symbol 471 ButtonUses:253 254 102 257 99 258 111Used by:Timeline
Symbol 472 ButtonUses:253 261 102 264 99 265 111Used by:Timeline
Symbol 473 EditableTextUses:241Used by:Timeline
Symbol 474 GraphicUsed by:Timeline
Symbol 475 GraphicUsed by:476
Symbol 476 MovieClipUses:475Used by:Timeline
Symbol 477 EditableTextUses:241Used by:Timeline
Symbol 478 GraphicUsed by:Timeline
Symbol 479 ButtonUses:248Used by:Timeline
Symbol 480 ButtonUses:253 254 102 257 99 258 111Used by:Timeline
Symbol 481 TextUses:97Used by:Timeline
Symbol 482 ButtonUses:253 261 102 264 99 265 111Used by:Timeline
Symbol 483 GraphicUsed by:487
Symbol 484 TextUses:97Used by:485 502
Symbol 485 ButtonUses:484 159Used by:486
Symbol 486 MovieClipUses:485Used by:487
Symbol 487 MovieClipUses:483 486Used by:Timeline
Symbol 488 TextUses:97Used by:Timeline
Symbol 489 ButtonUses:253 261 102 264 99 265 111Used by:Timeline
Symbol 490 ButtonUses:250 159Used by:Timeline
Symbol 491 ButtonUses:92Used by:Timeline
Symbol 492 TextUses:97Used by:Timeline
Symbol 493 ButtonUses:99 101 102 109 110 111Used by:Timeline
Symbol 494 ButtonUses:92Used by:Timeline
Symbol 495 EditableTextUses:241Used by:Timeline
Symbol 496 GraphicUsed by:Timeline
Symbol 497 EditableTextUses:241Used by:Timeline
Symbol 498 GraphicUsed by:Timeline
Symbol 499 EditableTextUses:241Used by:Timeline
Symbol 500 GraphicUsed by:Timeline
Symbol 501 ButtonUses:253 254 102 257 99 258 111Used by:Timeline
Symbol 502 ButtonUses:484 159Used by:Timeline

Instance Names

"instruct"Frame 143Symbol 181 MovieClip
"credits"Frame 143Symbol 184 MovieClip
"land"Frame 146Symbol 245 MovieClip
"aimover"Frame 146Symbol 247 MovieClip
"enemy"Frame 146Symbol 178 MovieClip
"shine"Frame 146Symbol 180 MovieClip
"food"Frame 146Symbol 171 MovieClip
"land"Frame 158Symbol 270 MovieClip
"aimover"Frame 158Symbol 247 MovieClip
"enemy"Frame 158Symbol 178 MovieClip
"shine"Frame 158Symbol 180 MovieClip
"food"Frame 158Symbol 171 MovieClip
"land"Frame 170Symbol 277 MovieClip
"aimover"Frame 170Symbol 247 MovieClip
"enemy"Frame 170Symbol 178 MovieClip
"shine"Frame 170Symbol 180 MovieClip
"food"Frame 170Symbol 171 MovieClip
"land"Frame 182Symbol 284 MovieClip
"aimover"Frame 182Symbol 247 MovieClip
"enemy"Frame 182Symbol 178 MovieClip
"shine"Frame 182Symbol 180 MovieClip
"food"Frame 182Symbol 171 MovieClip
"land"Frame 194Symbol 291 MovieClip
"aimover"Frame 194Symbol 247 MovieClip
"enemy"Frame 194Symbol 178 MovieClip
"shine"Frame 194Symbol 180 MovieClip
"food"Frame 194Symbol 171 MovieClip
"land"Frame 206Symbol 298 MovieClip
"aimover"Frame 206Symbol 247 MovieClip
"aimover"Frame 206Symbol 247 MovieClip
"enemy"Frame 206Symbol 178 MovieClip
"shine"Frame 206Symbol 180 MovieClip
"food"Frame 206Symbol 171 MovieClip
"land"Frame 218Symbol 305 MovieClip
"aimover"Frame 218Symbol 247 MovieClip
"enemy"Frame 218Symbol 178 MovieClip
"shine"Frame 218Symbol 180 MovieClip
"food"Frame 218Symbol 171 MovieClip
"land"Frame 221Symbol 305 MovieClip
"land"Frame 230Symbol 314 MovieClip
"aimover"Frame 230Symbol 247 MovieClip
"enemy"Frame 230Symbol 178 MovieClip
"shine"Frame 230Symbol 180 MovieClip
"food"Frame 230Symbol 171 MovieClip
"land"Frame 233Symbol 314 MovieClip
"land"Frame 242Symbol 323 MovieClip
"aimover"Frame 242Symbol 247 MovieClip
"aimover"Frame 242Symbol 247 MovieClip
"enemy"Frame 242Symbol 178 MovieClip
"shine"Frame 242Symbol 180 MovieClip
"food"Frame 242Symbol 171 MovieClip
"land"Frame 245Symbol 323 MovieClip
"land"Frame 254Symbol 332 MovieClip
"aimover"Frame 254Symbol 247 MovieClip
"enemy"Frame 254Symbol 178 MovieClip
"shine"Frame 254Symbol 180 MovieClip
"food"Frame 254Symbol 171 MovieClip
"land"Frame 257Symbol 332 MovieClip
"land"Frame 266Symbol 341 MovieClip
"aimover"Frame 266Symbol 247 MovieClip
"enemy"Frame 266Symbol 178 MovieClip
"shine"Frame 266Symbol 180 MovieClip
"food"Frame 266Symbol 171 MovieClip
"land"Frame 269Symbol 341 MovieClip
"land"Frame 278Symbol 350 MovieClip
"aimover"Frame 278Symbol 247 MovieClip
"enemy"Frame 278Symbol 178 MovieClip
"shine"Frame 278Symbol 180 MovieClip
"food"Frame 278Symbol 171 MovieClip
"land"Frame 281Symbol 350 MovieClip
"land"Frame 290Symbol 359 MovieClip
"aimover"Frame 290Symbol 247 MovieClip
"enemy"Frame 290Symbol 178 MovieClip
"shine"Frame 290Symbol 180 MovieClip
"food"Frame 290Symbol 171 MovieClip
"land"Frame 293Symbol 359 MovieClip
"land"Frame 302Symbol 368 MovieClip
"aimover"Frame 302Symbol 247 MovieClip
"enemy"Frame 302Symbol 178 MovieClip
"shine"Frame 302Symbol 180 MovieClip
"food"Frame 302Symbol 171 MovieClip
"land"Frame 305Symbol 368 MovieClip
"land"Frame 314Symbol 377 MovieClip
"aimover"Frame 314Symbol 247 MovieClip
"enemy"Frame 314Symbol 178 MovieClip
"shine"Frame 314Symbol 180 MovieClip
"food"Frame 314Symbol 171 MovieClip
"land"Frame 317Symbol 377 MovieClip
"land"Frame 326Symbol 386 MovieClip
"aimover"Frame 326Symbol 247 MovieClip
"enemy"Frame 326Symbol 178 MovieClip
"shine"Frame 326Symbol 180 MovieClip
"food"Frame 326Symbol 171 MovieClip
"land"Frame 329Symbol 386 MovieClip
"land"Frame 338Symbol 395 MovieClip
"aimover"Frame 338Symbol 247 MovieClip
"enemy"Frame 338Symbol 178 MovieClip
"shine"Frame 338Symbol 180 MovieClip
"food"Frame 338Symbol 171 MovieClip
"land"Frame 341Symbol 395 MovieClip
"land"Frame 350Symbol 404 MovieClip
"aimover"Frame 350Symbol 247 MovieClip
"enemy"Frame 350Symbol 178 MovieClip
"shine"Frame 350Symbol 180 MovieClip
"food"Frame 350Symbol 171 MovieClip
"land"Frame 353Symbol 404 MovieClip
"land"Frame 362Symbol 413 MovieClip
"aimover"Frame 362Symbol 247 MovieClip
"enemy"Frame 362Symbol 178 MovieClip
"shine"Frame 362Symbol 180 MovieClip
"food"Frame 362Symbol 171 MovieClip
"land"Frame 365Symbol 413 MovieClip
"land"Frame 374Symbol 422 MovieClip
"aimover"Frame 374Symbol 247 MovieClip
"enemy"Frame 374Symbol 178 MovieClip
"shine"Frame 374Symbol 180 MovieClip
"food"Frame 374Symbol 171 MovieClip
"land"Frame 377Symbol 422 MovieClip
"land"Frame 386Symbol 431 MovieClip
"aimover"Frame 386Symbol 247 MovieClip
"enemy"Frame 386Symbol 178 MovieClip
"shine"Frame 386Symbol 180 MovieClip
"food"Frame 386Symbol 171 MovieClip
"land"Frame 389Symbol 431 MovieClip
"land"Frame 398Symbol 440 MovieClip
"aimover"Frame 398Symbol 247 MovieClip
"aimover"Frame 398Symbol 247 MovieClip
"aimover"Frame 398Symbol 247 MovieClip
"enemy"Frame 398Symbol 178 MovieClip
"shine"Frame 398Symbol 180 MovieClip
"food"Frame 398Symbol 171 MovieClip
"land"Frame 401Symbol 440 MovieClip
"land"Frame 410Symbol 449 MovieClip
"aimover"Frame 410Symbol 247 MovieClip
"enemy"Frame 410Symbol 178 MovieClip
"shine"Frame 410Symbol 180 MovieClip
"food"Frame 410Symbol 171 MovieClip
"land"Frame 413Symbol 449 MovieClip
"land"Frame 422Symbol 458 MovieClip
"aimover"Frame 422Symbol 247 MovieClip
"enemy"Frame 422Symbol 178 MovieClip
"shine"Frame 422Symbol 180 MovieClip
"food"Frame 422Symbol 171 MovieClip
"land"Frame 425Symbol 458 MovieClip
"land"Frame 434Symbol 467 MovieClip
"aimover"Frame 434Symbol 247 MovieClip
"enemy"Frame 434Symbol 178 MovieClip
"shine"Frame 434Symbol 180 MovieClip
"food"Frame 434Symbol 171 MovieClip
"land"Frame 437Symbol 467 MovieClip
"land"Frame 446Symbol 476 MovieClip
"aimover"Frame 446Symbol 247 MovieClip
"enemy"Frame 446Symbol 178 MovieClip
"shine"Frame 446Symbol 180 MovieClip
"food"Frame 446Symbol 171 MovieClip
"land"Frame 449Symbol 476 MovieClip
"food"Frame 449Symbol 171 MovieClip
"aimover"Frame 457Symbol 247 MovieClip
"orb"Frame 457Symbol 175 MovieClip
"land"Frame 457Symbol 487 MovieClip
"food"Frame 457Symbol 171 MovieClip
"enemy"Frame 460Symbol 178 MovieClip
"shine"Frame 460Symbol 180 MovieClip
"food"Frame 460Symbol 171 MovieClip
"food"Frame 463Symbol 171 MovieClip
"bar"Symbol 113 MovieClip Frame 1Symbol 95 MovieClip
"bg"Symbol 121 MovieClip Frame 1Symbol 120 MovieClip
"but"Symbol 132 MovieClip Frame 2Symbol 127 Button
"but"Symbol 132 MovieClip Frame 8Symbol 130 Button
"but"Symbol 140 MovieClip Frame 2Symbol 136 Button
"but"Symbol 140 MovieClip Frame 8Symbol 130 Button
"but"Symbol 148 MovieClip Frame 2Symbol 144 Button
"but"Symbol 148 MovieClip Frame 8Symbol 130 Button
"low"Symbol 149 MovieClip Frame 1Symbol 132 MovieClip
"med"Symbol 149 MovieClip Frame 1Symbol 140 MovieClip
"high"Symbol 149 MovieClip Frame 1Symbol 148 MovieClip
"aim"Symbol 175 MovieClip Frame 1Symbol 174 MovieClip
"enemy"Symbol 181 MovieClip Frame 1Symbol 178 MovieClip
"shine"Symbol 181 MovieClip Frame 1Symbol 180 MovieClip
"draw"Symbol 487 MovieClip Frame 1Symbol 486 MovieClip

Special Tags

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

Labels

"loaded"Symbol 113 MovieClip Frame 3
"dead"Symbol 171 MovieClip Frame 50

Dynamic Text Variables

healthSymbol 242 EditableText"100"
healthSymbol 267 EditableText"100"
healthSymbol 274 EditableText"100"
healthSymbol 281 EditableText"100"
healthSymbol 288 EditableText"100"
healthSymbol 295 EditableText"100"
healthSymbol 302 EditableText"100"
healthSymbol 306 EditableText"100"
healthSymbol 311 EditableText"100"
healthSymbol 315 EditableText"100"
healthSymbol 320 EditableText"100"
healthSymbol 324 EditableText"100"
healthSymbol 329 EditableText"100"
healthSymbol 333 EditableText"100"
healthSymbol 338 EditableText"100"
healthSymbol 342 EditableText"100"
healthSymbol 347 EditableText"100"
healthSymbol 351 EditableText"100"
healthSymbol 356 EditableText"100"
healthSymbol 360 EditableText"100"
healthSymbol 365 EditableText"100"
healthSymbol 369 EditableText"100"
healthSymbol 374 EditableText"100"
healthSymbol 378 EditableText"100"
healthSymbol 383 EditableText"100"
healthSymbol 387 EditableText"100"
healthSymbol 392 EditableText"100"
healthSymbol 396 EditableText"100"
healthSymbol 401 EditableText"100"
healthSymbol 405 EditableText"100"
healthSymbol 410 EditableText"100"
healthSymbol 414 EditableText"100"
healthSymbol 419 EditableText"100"
healthSymbol 423 EditableText"100"
healthSymbol 428 EditableText"100"
healthSymbol 432 EditableText"100"
healthSymbol 437 EditableText"100"
healthSymbol 441 EditableText"100"
healthSymbol 446 EditableText"100"
healthSymbol 450 EditableText"100"
healthSymbol 455 EditableText"100"
healthSymbol 459 EditableText"100"
healthSymbol 464 EditableText"100"
healthSymbol 468 EditableText"100"
healthSymbol 473 EditableText"100"
healthSymbol 477 EditableText"100"
healthSymbol 495 EditableText"100"
healthSymbol 497 EditableText"100"
healthSymbol 499 EditableText"100"




http://swfchan.com/12/59867/info.shtml
Created: 16/4 -2019 14:15:08 Last modified: 16/4 -2019 14:15:08 Server time: 10/05 -2024 15:44:22