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

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

GravTrip Game.swf

This is the info page for
Flash #30432

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


Text
Loading

Play

Play

click for cheats

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 1
Stage.showMenu = false;
Instance of Symbol 3 MovieClip in Frame 1
onClipEvent (load) { bgSound = new Sound(this); bgSound.attachSound("theme"); bgSound.start(0, 99); }
Frame 2
stop();
Frame 3
stop(); Mouse.show();
Frame 4
stop(); Mouse.show();
Frame 5
Stage.showMenu = false; win = 3; health = 100;
Frame 6
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (8); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (9); }
Instance of Symbol 86 MovieClip "enemy" in Frame 6
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 88 MovieClip "shine" in Frame 6
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 79 MovieClip "food" in Frame 6
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 7
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (8); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (9); } gotoAndPlay (6);
Frame 8
Mouse.show(); stop();
Frame 9
play();
Frame 16
Mouse.show(); stop();
Frame 17
Stage.showMenu = false; win = 3; health = 100;
Frame 18
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (20); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (21); }
Instance of Symbol 86 MovieClip "enemy" in Frame 18
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 88 MovieClip "shine" in Frame 18
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 79 MovieClip "food" in Frame 18
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 19
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (20); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (21); } gotoAndPlay (18);
Frame 20
Mouse.show(); stop();
Frame 21
play();
Frame 28
Mouse.show(); stop();
Frame 29
Stage.showMenu = false; win = 3; health = 100;
Frame 30
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (32); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (33); }
Instance of Symbol 86 MovieClip "enemy" in Frame 30
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 88 MovieClip "shine" in Frame 30
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 79 MovieClip "food" in Frame 30
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 31
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (32); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (33); } gotoAndPlay (30);
Frame 32
Mouse.show(); stop();
Frame 33
play();
Frame 40
Mouse.show(); stop();
Frame 41
Stage.showMenu = false; win = 3; health = 100;
Frame 42
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (44); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (45); }
Instance of Symbol 86 MovieClip "enemy" in Frame 42
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 88 MovieClip "shine" in Frame 42
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 79 MovieClip "food" in Frame 42
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 43
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (44); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (45); } gotoAndPlay (42);
Frame 44
Mouse.show(); stop();
Frame 45
play();
Frame 52
Mouse.show(); stop();
Frame 53
Stage.showMenu = false; win = 3; health = 100;
Frame 54
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (56); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (57); }
Instance of Symbol 86 MovieClip "enemy" in Frame 54
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 88 MovieClip "shine" in Frame 54
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 79 MovieClip "food" in Frame 54
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 55
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (56); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (57); } gotoAndPlay (54);
Frame 56
Mouse.show(); stop();
Frame 57
play();
Frame 64
Mouse.show(); stop();
Frame 65
Stage.showMenu = false; win = 3; health = 100;
Frame 66
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (68); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (69); }
Instance of Symbol 86 MovieClip "enemy" in Frame 66
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 88 MovieClip "shine" in Frame 66
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 79 MovieClip "food" in Frame 66
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 67
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (68); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (69); } gotoAndPlay (66);
Frame 68
Mouse.show(); stop();
Frame 69
play();
Frame 76
Mouse.show(); stop();
Frame 77
Stage.showMenu = false; win = 3; health = 100;
Frame 78
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (80); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (81); }
Instance of Symbol 86 MovieClip "enemy" in Frame 78
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 88 MovieClip "shine" in Frame 78
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 79 MovieClip "food" in Frame 78
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 79
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (80); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (81); } gotoAndPlay (78);
Frame 80
Mouse.show(); stop();
Frame 81
play();
Frame 88
Mouse.show(); stop();
Frame 89
Stage.showMenu = false; win = 3; health = 100;
Frame 90
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (92); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (93); }
Instance of Symbol 86 MovieClip "enemy" in Frame 90
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 88 MovieClip "shine" in Frame 90
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 79 MovieClip "food" in Frame 90
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 91
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (92); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (93); } gotoAndPlay (90);
Frame 92
Mouse.show(); stop();
Frame 93
play();
Frame 100
Mouse.show(); stop();
Frame 101
Stage.showMenu = false; win = 3; health = 100;
Frame 102
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (104); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (105); }
Instance of Symbol 86 MovieClip "enemy" in Frame 102
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 88 MovieClip "shine" in Frame 102
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 79 MovieClip "food" in Frame 102
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 103
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (104); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (105); } gotoAndPlay (102);
Frame 104
Mouse.show(); stop();
Frame 105
play();
Frame 112
Mouse.show(); stop();
Frame 113
Stage.showMenu = false; win = 3; health = 100;
Frame 114
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (116); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (117); }
Instance of Symbol 86 MovieClip "enemy" in Frame 114
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 88 MovieClip "shine" in Frame 114
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 79 MovieClip "food" in Frame 114
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 115
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (116); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (117); } gotoAndPlay (114);
Frame 116
Mouse.show(); stop();
Frame 117
play();
Frame 124
Mouse.show(); stop();
Frame 125
Stage.showMenu = false; win = 3; health = 100;
Frame 126
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (128); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (129); }
Instance of Symbol 86 MovieClip "enemy" in Frame 126
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 88 MovieClip "shine" in Frame 126
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 79 MovieClip "food" in Frame 126
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 127
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (128); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (129); } gotoAndPlay (126);
Frame 128
Mouse.show(); stop();
Frame 129
play();
Frame 136
Mouse.show(); stop();
Frame 137
Stage.showMenu = false; win = 3; health = 100;
Frame 138
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (140); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (141); }
Instance of Symbol 86 MovieClip "enemy" in Frame 138
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 88 MovieClip "shine" in Frame 138
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 79 MovieClip "food" in Frame 138
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 139
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (140); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (141); } gotoAndPlay (138);
Frame 140
Mouse.show(); stop();
Frame 141
play();
Frame 148
Mouse.show(); stop();
Frame 149
Stage.showMenu = false; win = 3; health = 100;
Frame 150
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (152); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (153); }
Instance of Symbol 86 MovieClip "enemy" in Frame 150
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 88 MovieClip "shine" in Frame 150
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 79 MovieClip "food" in Frame 150
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 151
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (152); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (153); } gotoAndPlay (150);
Frame 152
Mouse.show(); stop();
Frame 153
play();
Frame 160
Mouse.show(); stop();
Frame 161
Stage.showMenu = false; win = 3; health = 100;
Frame 162
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (164); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (165); }
Instance of Symbol 86 MovieClip "enemy" in Frame 162
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 88 MovieClip "shine" in Frame 162
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 79 MovieClip "food" in Frame 162
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 163
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (164); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (165); } gotoAndPlay (162);
Frame 164
Mouse.show(); stop();
Frame 165
play();
Frame 172
Mouse.show(); stop();
Frame 173
Stage.showMenu = false; win = 3; health = 100;
Frame 174
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (176); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (177); }
Instance of Symbol 86 MovieClip "enemy" in Frame 174
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 88 MovieClip "shine" in Frame 174
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 79 MovieClip "food" in Frame 174
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 175
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (176); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (177); } gotoAndPlay (174);
Frame 176
Mouse.show(); stop();
Frame 177
play();
Frame 184
Mouse.show(); stop();
Frame 185
Stage.showMenu = false; win = 3; health = 100;
Frame 186
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (188); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (189); }
Instance of Symbol 86 MovieClip "enemy" in Frame 186
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 88 MovieClip "shine" in Frame 186
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 79 MovieClip "food" in Frame 186
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 187
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (188); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (189); } gotoAndPlay (186);
Frame 188
Mouse.show(); stop();
Frame 189
play();
Frame 196
Mouse.show(); stop();
Frame 197
Stage.showMenu = false; win = 3; health = 100;
Frame 198
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (200); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (201); }
Instance of Symbol 86 MovieClip "enemy" in Frame 198
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 88 MovieClip "shine" in Frame 198
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 79 MovieClip "food" in Frame 198
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 199
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (200); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (201); } gotoAndPlay (198);
Frame 200
Mouse.show(); stop();
Frame 201
play();
Frame 208
Mouse.show(); stop();
Frame 209
Stage.showMenu = false; win = 3; health = 100;
Frame 210
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (212); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (213); }
Instance of Symbol 86 MovieClip "enemy" in Frame 210
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 88 MovieClip "shine" in Frame 210
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 79 MovieClip "food" in Frame 210
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 211
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (212); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (213); } gotoAndPlay (210);
Frame 212
Mouse.show(); stop();
Frame 213
play();
Frame 220
Mouse.show(); stop();
Frame 221
Stage.showMenu = false; win = 3; health = 100;
Frame 222
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (224); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (225); }
Instance of Symbol 86 MovieClip "enemy" in Frame 222
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 88 MovieClip "shine" in Frame 222
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 79 MovieClip "food" in Frame 222
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 223
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (224); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (225); } gotoAndPlay (222);
Frame 224
Mouse.show(); stop();
Frame 225
play();
Frame 232
Mouse.show(); stop();
Frame 233
Stage.showMenu = false; win = 3; health = 100;
Frame 234
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (236); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (237); }
Instance of Symbol 86 MovieClip "enemy" in Frame 234
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 88 MovieClip "shine" in Frame 234
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 79 MovieClip "food" in Frame 234
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 235
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (236); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (237); } gotoAndPlay (234);
Frame 236
Mouse.show(); stop();
Frame 237
play();
Frame 244
Mouse.show(); stop();
Frame 245
Stage.showMenu = false; win = 3; health = 100;
Frame 246
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (248); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (249); }
Instance of Symbol 86 MovieClip "enemy" in Frame 246
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 88 MovieClip "shine" in Frame 246
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 79 MovieClip "food" in Frame 246
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 247
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (248); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (249); } gotoAndPlay (246);
Frame 248
Mouse.show(); stop();
Frame 249
play();
Frame 256
Mouse.show(); stop();
Frame 257
Stage.showMenu = false; win = 3; health = 100;
Frame 258
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (260); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (261); }
Instance of Symbol 86 MovieClip "enemy" in Frame 258
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 88 MovieClip "shine" in Frame 258
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 79 MovieClip "food" in Frame 258
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 259
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (260); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (261); } gotoAndPlay (258);
Frame 260
Mouse.show(); stop();
Frame 261
play();
Frame 268
Mouse.show(); stop();
Frame 269
Stage.showMenu = false; win = 3; health = 100;
Frame 270
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (272); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (273); }
Instance of Symbol 86 MovieClip "enemy" in Frame 270
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 88 MovieClip "shine" in Frame 270
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 79 MovieClip "food" in Frame 270
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 271
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (272); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (273); } gotoAndPlay (270);
Frame 272
Mouse.show(); stop();
Frame 273
play();
Frame 280
Mouse.show(); stop();
Frame 281
Stage.showMenu = false; win = 3; health = 100;
Frame 282
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (284); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (285); }
Instance of Symbol 86 MovieClip "enemy" in Frame 282
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 88 MovieClip "shine" in Frame 282
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 79 MovieClip "food" in Frame 282
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 283
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (284); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (285); } gotoAndPlay (282);
Frame 284
Mouse.show(); stop();
Frame 285
play();
Frame 292
Mouse.show(); stop();
Frame 293
Stage.showMenu = false; win = 3; health = 100;
Frame 294
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (296); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (297); }
Instance of Symbol 86 MovieClip "enemy" in Frame 294
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 88 MovieClip "shine" in Frame 294
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 79 MovieClip "food" in Frame 294
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 295
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (296); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (297); } gotoAndPlay (294);
Frame 296
Mouse.show(); stop();
Frame 297
play();
Frame 304
Mouse.show(); stop();
Frame 305
Stage.showMenu = false; win = 3; health = 100;
Frame 306
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (308); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (309); }
Instance of Symbol 86 MovieClip "enemy" in Frame 306
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 88 MovieClip "shine" in Frame 306
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 79 MovieClip "food" in Frame 306
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 307
Mouse.hide(); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (308); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (309); } gotoAndPlay (306);
Frame 308
Mouse.show(); stop();
Frame 309
play();
Instance of Symbol 79 MovieClip "food" in Frame 309
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 316
Mouse.show(); stop();
Frame 317
stop();
Instance of Symbol 155 MovieClip "aimover" in Frame 317
onClipEvent (enterFrame) { this._x = _root.orb._x; this._y = _root.orb._y; }
Instance of Symbol 83 MovieClip "orb" in Frame 317
onClipEvent (enterFrame) { }
Frame 319
Stage.showMenu = false; win = 3; health = 100;
Frame 320
if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (322); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (323); }
Instance of Symbol 86 MovieClip "enemy" in Frame 320
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 88 MovieClip "shine" in Frame 320
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 79 MovieClip "food" in Frame 320
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 321
Stage.showMenu = false; gotoAndPlay (320); if (food.hitTest(_root.enemy)) { health = (49 - _root.food._currentframe) * 2; } if (health < 1) { gotoAndStop (322); } if (_root.food.hitTest(_root.aimover)) { win = 2; } if (win < 3) { gotoAndPlay (323); }
Frame 322
Mouse.show(); stop();
Frame 323
stop();
Instance of Symbol 79 MovieClip "food" in Frame 323
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 23 Button
on (release) { _root.play(); }
Symbol 24 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { gotoAndStop ("loaded"); }
Symbol 24 MovieClip Frame 2
gotoAndPlay (1);
Symbol 27 Button
on (release) { getURL ("http://www.freewebs.com/kkabombm/", _blank); }
Symbol 31 MovieClip Frame 21
stop();
Symbol 32 MovieClip Frame 1
a = 0; this.onEnterFrame = function () { a = a + 1; bg.duplicateMovieClip("bg" + a, -a); setProperty("bg" + a, _rotation , random(360)); };
Symbol 37 Button
on (rollOver) { play(); }
Symbol 38 Button
on (rollOut) { gotoAndPlay (9); }
Symbol 41 Button
on (rollOut) { play(); }
Symbol 43 MovieClip Frame 1
stop();
Symbol 43 MovieClip Frame 8
stop();
Symbol 47 Button
on (rollOut) { gotoAndPlay (9); }
Symbol 51 MovieClip Frame 1
stop();
Symbol 51 MovieClip Frame 8
stop();
Symbol 55 Button
on (rollOut) { gotoAndPlay (9); }
Symbol 59 MovieClip Frame 1
stop();
Symbol 59 MovieClip Frame 8
stop();
Instance of Symbol 43 MovieClip "low" in Symbol 60 MovieClip Frame 1
on (release) { _quality = "low"; }
Instance of Symbol 51 MovieClip "med" in Symbol 60 MovieClip Frame 1
on (release) { _quality = "medium"; }
Instance of Symbol 59 MovieClip "high" in Symbol 60 MovieClip Frame 1
on (release) { _quality = "high"; }
Symbol 65 Button
on (release) { gotoAndStop (4); getURL ("http://www.freewebs.com/kkabombm/", _blank); }
Symbol 68 Button
on (release) { gotoAndPlay (5); }
Symbol 70 Button
on (rollOver) { instruct._alpha = 100; } on (rollOut) { instruct._alpha = 0; }
Symbol 72 Button
on (release) { gotoAndStop (317); }
Symbol 74 Button
on (rollOver) { credits._alpha = 100; } on (rollOut) { credits._alpha = 0; }
Symbol 79 MovieClip Frame 1
stop();
Symbol 79 MovieClip Frame 49
stop();
Symbol 79 MovieClip Frame 50
stop();
Symbol 82 MovieClip Frame 21
stop();
Symbol 83 MovieClip Frame 1
g = 0; this.onEnterFrame = function () { g = g + 1; aim.duplicateMovieClip("aim" + g, -g); setProperty("aim" + g, _rotation , random(360)); };
Symbol 96 Button
on (release) { gotoAndPlay (5); }
Symbol 98 Button
on (release) { gotoAndPlay (17); }
Symbol 100 Button
on (release) { gotoAndPlay (29); }
Symbol 102 Button
on (release) { gotoAndPlay (41); }
Symbol 104 Button
on (release) { gotoAndPlay (53); }
Symbol 106 Button
on (release) { gotoAndPlay (65); }
Symbol 108 Button
on (release) { gotoAndPlay (77); }
Symbol 110 Button
on (release) { gotoAndPlay (89); }
Symbol 112 Button
on (release) { gotoAndPlay (101); }
Symbol 115 Button
on (release) { gotoAndPlay (113); }
Symbol 117 Button
on (release) { gotoAndPlay (125); }
Symbol 119 Button
on (release) { gotoAndPlay (137); }
Symbol 121 Button
on (release) { gotoAndPlay (149); }
Symbol 123 Button
on (release) { gotoAndPlay (161); }
Symbol 125 Button
on (release) { gotoAndPlay (173); }
Symbol 127 Button
on (release) { gotoAndPlay (185); }
Symbol 129 Button
on (release) { gotoAndPlay (197); }
Symbol 131 Button
on (release) { gotoAndPlay (209); }
Symbol 133 Button
on (release) { gotoAndPlay (221); }
Symbol 135 Button
on (release) { gotoAndPlay (233); }
Symbol 137 Button
on (release) { gotoAndPlay (245); }
Symbol 139 Button
on (release) { gotoAndPlay (257); }
Symbol 141 Button
on (release) { gotoAndPlay (269); }
Symbol 143 Button
on (release) { gotoAndPlay (281); }
Symbol 145 Button
on (release) { gotoAndPlay (293); }
Symbol 147 Button
on (release) { gotoAndPlay (305); }
Symbol 148 Button
on (release) { levels._alpha = 100; getURL ("http://www.freewebs.com/kkabombm/", _blank); }
Symbol 157 Button
on (keyPress "<Space>") { gotoAndStop (15); }
Symbol 159 Button
on (release) { gotoAndStop (2); }
Symbol 166 Button
on (release) { health = 100; gotoAndPlay (5); health = 100; }
Symbol 173 Button
on (release) { health = 100; gotoAndPlay (17); }
Symbol 178 Button
on (keyPress "<Space>") { gotoAndStop (27); }
Symbol 179 Button
on (release) { health = 100; gotoAndPlay (17); health = 100; }
Symbol 180 Button
on (release) { health = 100; gotoAndPlay (29); }
Symbol 185 Button
on (keyPress "<Space>") { gotoAndStop (39); }
Symbol 186 Button
on (release) { health = 100; gotoAndPlay (29); health = 100; }
Symbol 187 Button
on (release) { health = 100; gotoAndPlay (41); }
Symbol 192 Button
on (keyPress "<Space>") { gotoAndStop (51); }
Symbol 193 Button
on (release) { health = 100; gotoAndPlay (41); health = 100; }
Symbol 194 Button
on (release) { health = 100; gotoAndPlay (53); }
Symbol 199 Button
on (keyPress "<Space>") { gotoAndStop (63); }
Symbol 200 Button
on (release) { health = 100; gotoAndPlay (53); health = 100; }
Symbol 201 Button
on (release) { health = 100; gotoAndPlay (65); }
Symbol 206 Button
on (keyPress "<Space>") { gotoAndStop (75); }
Symbol 207 Button
on (release) { health = 100; gotoAndPlay (65); health = 100; }
Symbol 208 Button
on (release) { health = 100; gotoAndPlay (77); }
Symbol 215 Button
on (keyPress "<Space>") { gotoAndStop (87); }
Symbol 216 Button
on (release) { health = 100; gotoAndPlay (77); health = 100; }
Symbol 217 Button
on (release) { health = 100; gotoAndPlay (89); }
Symbol 224 Button
on (keyPress "<Space>") { gotoAndStop (99); }
Symbol 225 Button
on (release) { health = 100; gotoAndPlay (89); health = 100; }
Symbol 226 Button
on (release) { health = 100; gotoAndPlay (101); }
Symbol 233 Button
on (keyPress "<Space>") { gotoAndStop (111); }
Symbol 234 Button
on (release) { health = 100; gotoAndPlay (101); health = 100; }
Symbol 235 Button
on (release) { health = 100; gotoAndPlay (113); }
Symbol 242 Button
on (keyPress "<Space>") { gotoAndStop (124); }
Symbol 243 Button
on (release) { health = 100; gotoAndPlay (113); health = 100; }
Symbol 244 Button
on (release) { health = 100; gotoAndPlay (125); }
Symbol 251 Button
on (keyPress "<Space>") { gotoAndStop (136); }
Symbol 252 Button
on (release) { health = 100; gotoAndPlay (125); health = 100; }
Symbol 253 Button
on (release) { health = 100; gotoAndPlay (137); }
Symbol 260 Button
on (keyPress "<Space>") { gotoAndStop (148); }
Symbol 261 Button
on (release) { health = 100; gotoAndPlay (137); health = 100; }
Symbol 262 Button
on (release) { health = 100; gotoAndPlay (149); }
Symbol 269 Button
on (keyPress "<Space>") { gotoAndStop (160); }
Symbol 270 Button
on (release) { health = 100; gotoAndPlay (149); health = 100; }
Symbol 271 Button
on (release) { health = 100; gotoAndPlay (161); }
Symbol 278 Button
on (keyPress "<Space>") { gotoAndStop (172); }
Symbol 279 Button
on (release) { health = 100; gotoAndPlay (161); health = 100; }
Symbol 280 Button
on (release) { health = 100; gotoAndPlay (173); }
Symbol 287 Button
on (keyPress "<Space>") { gotoAndStop (184); }
Symbol 288 Button
on (release) { health = 100; gotoAndPlay (173); health = 100; }
Symbol 289 Button
on (release) { health = 100; gotoAndPlay (185); }
Symbol 296 Button
on (keyPress "<Space>") { gotoAndStop (196); }
Symbol 297 Button
on (release) { health = 100; gotoAndPlay (185); health = 100; }
Symbol 298 Button
on (release) { health = 100; gotoAndPlay (197); }
Symbol 305 Button
on (keyPress "<Space>") { gotoAndStop (208); }
Symbol 306 Button
on (release) { health = 100; gotoAndPlay (197); health = 100; }
Symbol 307 Button
on (release) { health = 100; gotoAndPlay (209); }
Symbol 314 Button
on (keyPress "<Space>") { gotoAndStop (220); }
Symbol 315 Button
on (release) { health = 100; gotoAndPlay (209); health = 100; }
Symbol 316 Button
on (release) { health = 100; gotoAndPlay (221); }
Symbol 323 Button
on (keyPress "<Space>") { gotoAndStop (232); }
Symbol 324 Button
on (release) { health = 100; gotoAndPlay (221); health = 100; }
Symbol 325 Button
on (release) { health = 100; gotoAndPlay (233); }
Symbol 332 Button
on (keyPress "<Space>") { gotoAndStop (244); }
Symbol 333 Button
on (release) { health = 100; gotoAndPlay (233); health = 100; }
Symbol 334 Button
on (release) { health = 100; gotoAndPlay (245); }
Symbol 341 Button
on (keyPress "<Space>") { gotoAndStop (256); }
Symbol 342 Button
on (release) { health = 100; gotoAndPlay (245); health = 100; }
Symbol 343 Button
on (release) { health = 100; gotoAndPlay (257); }
Symbol 350 Button
on (keyPress "<Space>") { gotoAndStop (268); }
Symbol 351 Button
on (release) { health = 100; gotoAndPlay (257); health = 100; }
Symbol 352 Button
on (release) { health = 100; gotoAndPlay (269); }
Symbol 359 Button
on (keyPress "<Space>") { gotoAndStop (280); }
Symbol 360 Button
on (release) { health = 100; gotoAndPlay (269); health = 100; }
Symbol 361 Button
on (release) { health = 100; gotoAndPlay (281); }
Symbol 368 Button
on (keyPress "<Space>") { gotoAndStop (292); }
Symbol 369 Button
on (release) { health = 100; gotoAndPlay (281); health = 100; }
Symbol 370 Button
on (release) { health = 100; gotoAndPlay (293); }
Symbol 377 Button
on (keyPress "<Space>") { gotoAndStop (304); }
Symbol 378 Button
on (release) { health = 100; gotoAndPlay (293); health = 100; }
Symbol 379 Button
on (release) { health = 100; gotoAndPlay (305); }
Symbol 386 Button
on (keyPress "<Space>") { gotoAndStop (315); }
Symbol 387 Button
on (release) { health = 100; gotoAndPlay (305); health = 100; }
Symbol 389 Button
on (release) { health = 100; gotoAndStop (2); }
Symbol 392 Button
on (release) { this.clear(); play(); }
Symbol 393 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 396 Button
on (release) { gotoAndStop (318); }
Symbol 397 Button
on (release) { gotoAndStop (2); }
Symbol 398 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 400 Button
on (release) { play(); }
Symbol 408 Button
on (release) { health = 100; gotoAndStop (317); health = 100; }
Symbol 409 Button
on (release) { gotoAndStop (317); }

Library Items

Symbol 1 Sound [theme]
Symbol 2 GraphicUsed by:3 398 401
Symbol 3 MovieClipUses:2Used by:Timeline
Symbol 4 GraphicUsed by:5
Symbol 5 MovieClipUses:4Used by:24
Symbol 6 GraphicUsed by:24
Symbol 7 FontUsed by:8 66 69 71 73 80 91 158 160 167 388 391 395 399
Symbol 8 TextUses:7Used by:24
Symbol 9 GraphicUsed by:23 166 173 179 180 186 187 193 194 200 201 207 208 216 217 225 226 234 235 243 244 252 253 261 262 270 271 279 280 288 289 297 298 306 307 315 316 324 325 333 334 342 343 351 352 360 361 369 370 378 379 387 389 396 400 408
Symbol 10 FontUsed by:11 21 161 165 168 172
Symbol 11 TextUses:10Used by:19 23 400
Symbol 12 GraphicUsed by:23 166 173 179 180 186 187 193 194 200 201 207 208 216 217 225 226 234 235 243 244 252 253 261 262 270 271 279 280 288 289 297 298 306 307 315 316 324 325 333 334 342 343 351 352 360 361 369 370 378 379 387 389 396 400 408
Symbol 13 GraphicUsed by:19 164 171
Symbol 14 GraphicUsed by:19 164 171
Symbol 15 GraphicUsed by:19
Symbol 16 GraphicUsed by:19 164 171
Symbol 17 GraphicUsed by:19
Symbol 18 GraphicUsed by:19 164 171
Symbol 19 MovieClipUses:13 11 14 15 16 17 18Used by:23 400
Symbol 20 GraphicUsed by:23 166 173 179 180 186 187 193 194 200 201 207 208 216 217 225 226 234 235 243 244 252 253 261 262 270 271 279 280 288 289 297 298 306 307 315 316 324 325 333 334 342 343 351 352 360 361 369 370 378 379 387 389 396 400 408
Symbol 21 TextUses:10Used by:23 400
Symbol 22 GraphicUsed by:23 166 173 179 180 186 187 193 194 200 201 207 208 216 217 225 226 234 235 243 244 252 253 261 262 270 271 279 280 288 289 297 298 306 307 315 316 324 325 333 334 342 343 351 352 360 361 369 370 378 379 387 389 396 400 408
Symbol 23 ButtonUses:9 11 12 19 20 21 22Used by:24
Symbol 24 MovieClipUses:5 6 8 23Used by:Timeline
Symbol 25 GraphicUsed by:27 65 148
Symbol 26 GraphicUsed by:27 65 148
Symbol 27 ButtonUses:25 26Used by:Timeline
Symbol 28 GraphicUsed by:Timeline
Symbol 29 ShapeTweeningUsed by:31
Symbol 30 GraphicUsed by:31
Symbol 31 MovieClipUses:29 30Used by:32
Symbol 32 MovieClipUses:31Used by:Timeline
Symbol 33 GraphicUsed by:43
Symbol 34 ShapeTweeningUsed by:43
Symbol 35 ShapeTweeningUsed by:43
Symbol 36 GraphicUsed by:37 38 41 47 55
Symbol 37 ButtonUses:36Used by:43 51 59
Symbol 38 ButtonUses:36Used by:43
Symbol 39 ShapeTweeningUsed by:43
Symbol 40 ShapeTweeningUsed by:43
Symbol 41 ButtonUses:36Used by:43 51 59
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClipUses:33 34 35 37 38 39 40 41 42Used by:60
Symbol 44 GraphicUsed by:51
Symbol 45 ShapeTweeningUsed by:51
Symbol 46 ShapeTweeningUsed by:51
Symbol 47 ButtonUses:36Used by:51
Symbol 48 ShapeTweeningUsed by:51
Symbol 49 ShapeTweeningUsed by:51
Symbol 50 GraphicUsed by:51
Symbol 51 MovieClipUses:44 45 46 37 47 48 49 41 50Used by:60
Symbol 52 GraphicUsed by:59
Symbol 53 ShapeTweeningUsed by:59
Symbol 54 ShapeTweeningUsed by:59
Symbol 55 ButtonUses:36Used by:59
Symbol 56 ShapeTweeningUsed by:59
Symbol 57 ShapeTweeningUsed by:59
Symbol 58 GraphicUsed by:59
Symbol 59 MovieClipUses:52 53 54 37 55 56 57 41 58Used by:60
Symbol 60 MovieClipUses:43 51 59Used by:Timeline
Symbol 61 BitmapUsed by:62
Symbol 62 GraphicUses:61Used by:Timeline
Symbol 63 FontUsed by:64 93 94 97 99 101 103 105 107 109 111 113 116 118 120 122 124 126 128 130 132 134 136 138 140 142 144 146
Symbol 64 TextUses:63Used by:Timeline
Symbol 65 ButtonUses:25 26Used by:Timeline
Symbol 66 TextUses:7Used by:68
Symbol 67 GraphicUsed by:68 70 72 74 159 392 397 409
Symbol 68 ButtonUses:66 67Used by:Timeline
Symbol 69 TextUses:7Used by:70
Symbol 70 ButtonUses:69 67Used by:Timeline
Symbol 71 TextUses:7Used by:72
Symbol 72 ButtonUses:71 67Used by:Timeline
Symbol 73 TextUses:7Used by:74
Symbol 74 ButtonUses:73 67Used by:Timeline
Symbol 75 GraphicUsed by:89
Symbol 76 ShapeTweeningUsed by:79
Symbol 77 GraphicUsed by:79
Symbol 78 GraphicUsed by:79
Symbol 79 MovieClipUses:76 77 78Used by:89  Timeline
Symbol 80 TextUses:7Used by:89
Symbol 81 GraphicUsed by:82
Symbol 82 MovieClipUses:81Used by:83
Symbol 83 MovieClipUses:82Used by:89  Timeline
Symbol 84 GraphicUsed by:86
Symbol 85 GraphicUsed by:86
Symbol 86 MovieClipUses:84 85Used by:89  Timeline
Symbol 87 GraphicUsed by:88
Symbol 88 MovieClipUses:87Used by:89  Timeline
Symbol 89 MovieClipUses:75 79 80 83 86 88Used by:Timeline
Symbol 90 GraphicUsed by:92
Symbol 91 TextUses:7Used by:92
Symbol 92 MovieClipUses:90 91Used by:Timeline
Symbol 93 TextUses:63Used by:Timeline
Symbol 94 TextUses:63Used by:96
Symbol 95 GraphicUsed by:96 98 100 102 104 106 108 110 112
Symbol 96 ButtonUses:94 95Used by:Timeline
Symbol 97 TextUses:63Used by:98
Symbol 98 ButtonUses:97 95Used by:Timeline
Symbol 99 TextUses:63Used by:100
Symbol 100 ButtonUses:99 95Used by:Timeline
Symbol 101 TextUses:63Used by:102
Symbol 102 ButtonUses:101 95Used by:Timeline
Symbol 103 TextUses:63Used by:104
Symbol 104 ButtonUses:103 95Used by:Timeline
Symbol 105 TextUses:63Used by:106
Symbol 106 ButtonUses:105 95Used by:Timeline
Symbol 107 TextUses:63Used by:108
Symbol 108 ButtonUses:107 95Used by:Timeline
Symbol 109 TextUses:63Used by:110
Symbol 110 ButtonUses:109 95Used by:Timeline
Symbol 111 TextUses:63Used by:112
Symbol 112 ButtonUses:111 95Used by:Timeline
Symbol 113 TextUses:63Used by:115
Symbol 114 GraphicUsed by:115 117 119 121 123 125 127 129 131 133 135 137 139 141 143 145 147
Symbol 115 ButtonUses:113 114Used by:Timeline
Symbol 116 TextUses:63Used by:117
Symbol 117 ButtonUses:116 114Used by:Timeline
Symbol 118 TextUses:63Used by:119
Symbol 119 ButtonUses:118 114Used by:Timeline
Symbol 120 TextUses:63Used by:121
Symbol 121 ButtonUses:120 114Used by:Timeline
Symbol 122 TextUses:63Used by:123
Symbol 123 ButtonUses:122 114Used by:Timeline
Symbol 124 TextUses:63Used by:125
Symbol 125 ButtonUses:124 114Used by:Timeline
Symbol 126 TextUses:63Used by:127
Symbol 127 ButtonUses:126 114Used by:Timeline
Symbol 128 TextUses:63Used by:129
Symbol 129 ButtonUses:128 114Used by:Timeline
Symbol 130 TextUses:63Used by:131
Symbol 131 ButtonUses:130 114Used by:Timeline
Symbol 132 TextUses:63Used by:133
Symbol 133 ButtonUses:132 114Used by:Timeline
Symbol 134 TextUses:63Used by:135
Symbol 135 ButtonUses:134 114Used by:Timeline
Symbol 136 TextUses:63Used by:137
Symbol 137 ButtonUses:136 114Used by:Timeline
Symbol 138 TextUses:63Used by:139
Symbol 139 ButtonUses:138 114Used by:Timeline
Symbol 140 TextUses:63Used by:141
Symbol 141 ButtonUses:140 114Used by:Timeline
Symbol 142 TextUses:63Used by:143
Symbol 143 ButtonUses:142 114Used by:Timeline
Symbol 144 TextUses:63Used by:145
Symbol 145 ButtonUses:144 114Used by:Timeline
Symbol 146 TextUses:63Used by:147
Symbol 147 ButtonUses:146 114Used by:Timeline
Symbol 148 ButtonUses:25 26Used by:Timeline
Symbol 149 FontUsed by:150 174 181 188 195 202 209 213 218 222 227 231 236 240 245 249 254 258 263 267 272 276 281 285 290 294 299 303 308 312 317 321 326 330 335 339 344 348 353 357 362 366 371 375 380 384 402 404 406
Symbol 150 EditableTextUses:149Used by:Timeline
Symbol 151 GraphicUsed by:Timeline
Symbol 152 GraphicUsed by:153
Symbol 153 MovieClipUses:152Used by:Timeline
Symbol 154 GraphicUsed by:155
Symbol 155 MovieClipUses:154Used by:Timeline
Symbol 156 GraphicUsed by:157 178 185 192 199 206 215 224 233 242 251 260 269 278 287 296 305 314 323 332 341 350 359 368 377 386
Symbol 157 ButtonUses:156Used by:Timeline
Symbol 158 TextUses:7Used by:159 397
Symbol 159 ButtonUses:158 67Used by:Timeline
Symbol 160 TextUses:7Used by:Timeline
Symbol 161 TextUses:10Used by:164 166 179 186 193 200 207 216 225 234 243 252 261 270 279 288 297 306 315 324 333 342 351 360 369 378 387 408
Symbol 162 GraphicUsed by:164
Symbol 163 GraphicUsed by:164
Symbol 164 MovieClipUses:13 161 14 162 16 163 18Used by:166 179 186 193 200 207 216 225 234 243 252 261 270 279 288 297 306 315 324 333 342 351 360 369 378 387 408
Symbol 165 TextUses:10Used by:166 179 186 193 200 207 216 225 234 243 252 261 270 279 288 297 306 315 324 333 342 351 360 369 378 387 408
Symbol 166 ButtonUses:9 161 12 164 20 165 22Used by:Timeline
Symbol 167 TextUses:7Used by:Timeline
Symbol 168 TextUses:10Used by:171 173 180 187 194 201 208 217 226 235 244 253 262 271 280 289 298 307 316 325 334 343 352 361 370 379 389 396
Symbol 169 GraphicUsed by:171
Symbol 170 GraphicUsed by:171
Symbol 171 MovieClipUses:13 168 14 169 16 170 18Used by:173 180 187 194 201 208 217 226 235 244 253 262 271 280 289 298 307 316 325 334 343 352 361 370 379 389 396
Symbol 172 TextUses:10Used by:173 180 187 194 201 208 217 226 235 244 253 262 271 280 289 298 307 316 325 334 343 352 361 370 379 389 396
Symbol 173 ButtonUses:9 168 12 171 20 172 22Used by:Timeline
Symbol 174 EditableTextUses:149Used by:Timeline
Symbol 175 GraphicUsed by:Timeline
Symbol 176 GraphicUsed by:177
Symbol 177 MovieClipUses:176Used by:Timeline
Symbol 178 ButtonUses:156Used by:Timeline
Symbol 179 ButtonUses:9 161 12 164 20 165 22Used by:Timeline
Symbol 180 ButtonUses:9 168 12 171 20 172 22Used by:Timeline
Symbol 181 EditableTextUses:149Used by:Timeline
Symbol 182 GraphicUsed by:Timeline
Symbol 183 GraphicUsed by:184
Symbol 184 MovieClipUses:183Used by:Timeline
Symbol 185 ButtonUses:156Used by:Timeline
Symbol 186 ButtonUses:9 161 12 164 20 165 22Used by:Timeline
Symbol 187 ButtonUses:9 168 12 171 20 172 22Used by:Timeline
Symbol 188 EditableTextUses:149Used by:Timeline
Symbol 189 GraphicUsed by:Timeline
Symbol 190 GraphicUsed by:191
Symbol 191 MovieClipUses:190Used by:Timeline
Symbol 192 ButtonUses:156Used by:Timeline
Symbol 193 ButtonUses:9 161 12 164 20 165 22Used by:Timeline
Symbol 194 ButtonUses:9 168 12 171 20 172 22Used by:Timeline
Symbol 195 EditableTextUses:149Used by:Timeline
Symbol 196 GraphicUsed by:Timeline
Symbol 197 GraphicUsed by:198
Symbol 198 MovieClipUses:197Used by:Timeline
Symbol 199 ButtonUses:156Used by:Timeline
Symbol 200 ButtonUses:9 161 12 164 20 165 22Used by:Timeline
Symbol 201 ButtonUses:9 168 12 171 20 172 22Used by:Timeline
Symbol 202 EditableTextUses:149Used by:Timeline
Symbol 203 GraphicUsed by:Timeline
Symbol 204 GraphicUsed by:205
Symbol 205 MovieClipUses:204Used by:Timeline
Symbol 206 ButtonUses:156Used by:Timeline
Symbol 207 ButtonUses:9 161 12 164 20 165 22Used by:Timeline
Symbol 208 ButtonUses:9 168 12 171 20 172 22Used by:Timeline
Symbol 209 EditableTextUses:149Used by:Timeline
Symbol 210 GraphicUsed by:Timeline
Symbol 211 GraphicUsed by:212
Symbol 212 MovieClipUses:211Used by:Timeline
Symbol 213 EditableTextUses:149Used by:Timeline
Symbol 214 GraphicUsed by:Timeline
Symbol 215 ButtonUses:156Used by:Timeline
Symbol 216 ButtonUses:9 161 12 164 20 165 22Used by:Timeline
Symbol 217 ButtonUses:9 168 12 171 20 172 22Used by:Timeline
Symbol 218 EditableTextUses:149Used by:Timeline
Symbol 219 GraphicUsed by:Timeline
Symbol 220 GraphicUsed by:221
Symbol 221 MovieClipUses:220Used by:Timeline
Symbol 222 EditableTextUses:149Used by:Timeline
Symbol 223 GraphicUsed by:Timeline
Symbol 224 ButtonUses:156Used by:Timeline
Symbol 225 ButtonUses:9 161 12 164 20 165 22Used by:Timeline
Symbol 226 ButtonUses:9 168 12 171 20 172 22Used by:Timeline
Symbol 227 EditableTextUses:149Used by:Timeline
Symbol 228 GraphicUsed by:Timeline
Symbol 229 GraphicUsed by:230
Symbol 230 MovieClipUses:229Used by:Timeline
Symbol 231 EditableTextUses:149Used by:Timeline
Symbol 232 GraphicUsed by:Timeline
Symbol 233 ButtonUses:156Used by:Timeline
Symbol 234 ButtonUses:9 161 12 164 20 165 22Used by:Timeline
Symbol 235 ButtonUses:9 168 12 171 20 172 22Used by:Timeline
Symbol 236 EditableTextUses:149Used by:Timeline
Symbol 237 GraphicUsed by:Timeline
Symbol 238 GraphicUsed by:239
Symbol 239 MovieClipUses:238Used by:Timeline
Symbol 240 EditableTextUses:149Used by:Timeline
Symbol 241 GraphicUsed by:Timeline
Symbol 242 ButtonUses:156Used by:Timeline
Symbol 243 ButtonUses:9 161 12 164 20 165 22Used by:Timeline
Symbol 244 ButtonUses:9 168 12 171 20 172 22Used by:Timeline
Symbol 245 EditableTextUses:149Used by:Timeline
Symbol 246 GraphicUsed by:Timeline
Symbol 247 GraphicUsed by:248
Symbol 248 MovieClipUses:247Used by:Timeline
Symbol 249 EditableTextUses:149Used by:Timeline
Symbol 250 GraphicUsed by:Timeline
Symbol 251 ButtonUses:156Used by:Timeline
Symbol 252 ButtonUses:9 161 12 164 20 165 22Used by:Timeline
Symbol 253 ButtonUses:9 168 12 171 20 172 22Used by:Timeline
Symbol 254 EditableTextUses:149Used by:Timeline
Symbol 255 GraphicUsed by:Timeline
Symbol 256 GraphicUsed by:257
Symbol 257 MovieClipUses:256Used by:Timeline
Symbol 258 EditableTextUses:149Used by:Timeline
Symbol 259 GraphicUsed by:Timeline
Symbol 260 ButtonUses:156Used by:Timeline
Symbol 261 ButtonUses:9 161 12 164 20 165 22Used by:Timeline
Symbol 262 ButtonUses:9 168 12 171 20 172 22Used by:Timeline
Symbol 263 EditableTextUses:149Used by:Timeline
Symbol 264 GraphicUsed by:Timeline
Symbol 265 GraphicUsed by:266
Symbol 266 MovieClipUses:265Used by:Timeline
Symbol 267 EditableTextUses:149Used by:Timeline
Symbol 268 GraphicUsed by:Timeline
Symbol 269 ButtonUses:156Used by:Timeline
Symbol 270 ButtonUses:9 161 12 164 20 165 22Used by:Timeline
Symbol 271 ButtonUses:9 168 12 171 20 172 22Used by:Timeline
Symbol 272 EditableTextUses:149Used by:Timeline
Symbol 273 GraphicUsed by:Timeline
Symbol 274 GraphicUsed by:275
Symbol 275 MovieClipUses:274Used by:Timeline
Symbol 276 EditableTextUses:149Used by:Timeline
Symbol 277 GraphicUsed by:Timeline
Symbol 278 ButtonUses:156Used by:Timeline
Symbol 279 ButtonUses:9 161 12 164 20 165 22Used by:Timeline
Symbol 280 ButtonUses:9 168 12 171 20 172 22Used by:Timeline
Symbol 281 EditableTextUses:149Used by:Timeline
Symbol 282 GraphicUsed by:Timeline
Symbol 283 GraphicUsed by:284
Symbol 284 MovieClipUses:283Used by:Timeline
Symbol 285 EditableTextUses:149Used by:Timeline
Symbol 286 GraphicUsed by:Timeline
Symbol 287 ButtonUses:156Used by:Timeline
Symbol 288 ButtonUses:9 161 12 164 20 165 22Used by:Timeline
Symbol 289 ButtonUses:9 168 12 171 20 172 22Used by:Timeline
Symbol 290 EditableTextUses:149Used by:Timeline
Symbol 291 GraphicUsed by:Timeline
Symbol 292 GraphicUsed by:293
Symbol 293 MovieClipUses:292Used by:Timeline
Symbol 294 EditableTextUses:149Used by:Timeline
Symbol 295 GraphicUsed by:Timeline
Symbol 296 ButtonUses:156Used by:Timeline
Symbol 297 ButtonUses:9 161 12 164 20 165 22Used by:Timeline
Symbol 298 ButtonUses:9 168 12 171 20 172 22Used by:Timeline
Symbol 299 EditableTextUses:149Used by:Timeline
Symbol 300 GraphicUsed by:Timeline
Symbol 301 GraphicUsed by:302
Symbol 302 MovieClipUses:301Used by:Timeline
Symbol 303 EditableTextUses:149Used by:Timeline
Symbol 304 GraphicUsed by:Timeline
Symbol 305 ButtonUses:156Used by:Timeline
Symbol 306 ButtonUses:9 161 12 164 20 165 22Used by:Timeline
Symbol 307 ButtonUses:9 168 12 171 20 172 22Used by:Timeline
Symbol 308 EditableTextUses:149Used by:Timeline
Symbol 309 GraphicUsed by:Timeline
Symbol 310 GraphicUsed by:311
Symbol 311 MovieClipUses:310Used by:Timeline
Symbol 312 EditableTextUses:149Used by:Timeline
Symbol 313 GraphicUsed by:Timeline
Symbol 314 ButtonUses:156Used by:Timeline
Symbol 315 ButtonUses:9 161 12 164 20 165 22Used by:Timeline
Symbol 316 ButtonUses:9 168 12 171 20 172 22Used by:Timeline
Symbol 317 EditableTextUses:149Used by:Timeline
Symbol 318 GraphicUsed by:Timeline
Symbol 319 GraphicUsed by:320
Symbol 320 MovieClipUses:319Used by:Timeline
Symbol 321 EditableTextUses:149Used by:Timeline
Symbol 322 GraphicUsed by:Timeline
Symbol 323 ButtonUses:156Used by:Timeline
Symbol 324 ButtonUses:9 161 12 164 20 165 22Used by:Timeline
Symbol 325 ButtonUses:9 168 12 171 20 172 22Used by:Timeline
Symbol 326 EditableTextUses:149Used by:Timeline
Symbol 327 GraphicUsed by:Timeline
Symbol 328 GraphicUsed by:329
Symbol 329 MovieClipUses:328Used by:Timeline
Symbol 330 EditableTextUses:149Used by:Timeline
Symbol 331 GraphicUsed by:Timeline
Symbol 332 ButtonUses:156Used by:Timeline
Symbol 333 ButtonUses:9 161 12 164 20 165 22Used by:Timeline
Symbol 334 ButtonUses:9 168 12 171 20 172 22Used by:Timeline
Symbol 335 EditableTextUses:149Used by:Timeline
Symbol 336 GraphicUsed by:Timeline
Symbol 337 GraphicUsed by:338
Symbol 338 MovieClipUses:337Used by:Timeline
Symbol 339 EditableTextUses:149Used by:Timeline
Symbol 340 GraphicUsed by:Timeline
Symbol 341 ButtonUses:156Used by:Timeline
Symbol 342 ButtonUses:9 161 12 164 20 165 22Used by:Timeline
Symbol 343 ButtonUses:9 168 12 171 20 172 22Used by:Timeline
Symbol 344 EditableTextUses:149Used by:Timeline
Symbol 345 GraphicUsed by:Timeline
Symbol 346 GraphicUsed by:347
Symbol 347 MovieClipUses:346Used by:Timeline
Symbol 348 EditableTextUses:149Used by:Timeline
Symbol 349 GraphicUsed by:Timeline
Symbol 350 ButtonUses:156Used by:Timeline
Symbol 351 ButtonUses:9 161 12 164 20 165 22Used by:Timeline
Symbol 352 ButtonUses:9 168 12 171 20 172 22Used by:Timeline
Symbol 353 EditableTextUses:149Used by:Timeline
Symbol 354 GraphicUsed by:Timeline
Symbol 355 GraphicUsed by:356
Symbol 356 MovieClipUses:355Used by:Timeline
Symbol 357 EditableTextUses:149Used by:Timeline
Symbol 358 GraphicUsed by:Timeline
Symbol 359 ButtonUses:156Used by:Timeline
Symbol 360 ButtonUses:9 161 12 164 20 165 22Used by:Timeline
Symbol 361 ButtonUses:9 168 12 171 20 172 22Used by:Timeline
Symbol 362 EditableTextUses:149Used by:Timeline
Symbol 363 GraphicUsed by:Timeline
Symbol 364 GraphicUsed by:365
Symbol 365 MovieClipUses:364Used by:Timeline
Symbol 366 EditableTextUses:149Used by:Timeline
Symbol 367 GraphicUsed by:Timeline
Symbol 368 ButtonUses:156Used by:Timeline
Symbol 369 ButtonUses:9 161 12 164 20 165 22Used by:Timeline
Symbol 370 ButtonUses:9 168 12 171 20 172 22Used by:Timeline
Symbol 371 EditableTextUses:149Used by:Timeline
Symbol 372 GraphicUsed by:Timeline
Symbol 373 GraphicUsed by:374
Symbol 374 MovieClipUses:373Used by:Timeline
Symbol 375 EditableTextUses:149Used by:Timeline
Symbol 376 GraphicUsed by:Timeline
Symbol 377 ButtonUses:156Used by:Timeline
Symbol 378 ButtonUses:9 161 12 164 20 165 22Used by:Timeline
Symbol 379 ButtonUses:9 168 12 171 20 172 22Used by:Timeline
Symbol 380 EditableTextUses:149Used by:Timeline
Symbol 381 GraphicUsed by:Timeline
Symbol 382 GraphicUsed by:383
Symbol 383 MovieClipUses:382Used by:Timeline
Symbol 384 EditableTextUses:149Used by:Timeline
Symbol 385 GraphicUsed by:Timeline
Symbol 386 ButtonUses:156Used by:Timeline
Symbol 387 ButtonUses:9 161 12 164 20 165 22Used by:Timeline
Symbol 388 TextUses:7Used by:Timeline
Symbol 389 ButtonUses:9 168 12 171 20 172 22Used by:Timeline
Symbol 390 GraphicUsed by:394
Symbol 391 TextUses:7Used by:392 409
Symbol 392 ButtonUses:391 67Used by:393
Symbol 393 MovieClipUses:392Used by:394
Symbol 394 MovieClipUses:390 393Used by:Timeline
Symbol 395 TextUses:7Used by:Timeline
Symbol 396 ButtonUses:9 168 12 171 20 172 22Used by:Timeline
Symbol 397 ButtonUses:158 67Used by:Timeline
Symbol 398 ButtonUses:2Used by:Timeline
Symbol 399 TextUses:7Used by:Timeline
Symbol 400 ButtonUses:9 11 12 19 20 21 22Used by:Timeline
Symbol 401 ButtonUses:2Used by:Timeline
Symbol 402 EditableTextUses:149Used by:Timeline
Symbol 403 GraphicUsed by:Timeline
Symbol 404 EditableTextUses:149Used by:Timeline
Symbol 405 GraphicUsed by:Timeline
Symbol 406 EditableTextUses:149Used by:Timeline
Symbol 407 GraphicUsed by:Timeline
Symbol 408 ButtonUses:9 161 12 164 20 165 22Used by:Timeline
Symbol 409 ButtonUses:391 67Used by:Timeline

Instance Names

"instruct"Frame 3Symbol 89 MovieClip
"credits"Frame 3Symbol 92 MovieClip
"land"Frame 6Symbol 153 MovieClip
"aimover"Frame 6Symbol 155 MovieClip
"enemy"Frame 6Symbol 86 MovieClip
"shine"Frame 6Symbol 88 MovieClip
"food"Frame 6Symbol 79 MovieClip
"land"Frame 18Symbol 177 MovieClip
"aimover"Frame 18Symbol 155 MovieClip
"enemy"Frame 18Symbol 86 MovieClip
"shine"Frame 18Symbol 88 MovieClip
"food"Frame 18Symbol 79 MovieClip
"land"Frame 30Symbol 184 MovieClip
"aimover"Frame 30Symbol 155 MovieClip
"enemy"Frame 30Symbol 86 MovieClip
"shine"Frame 30Symbol 88 MovieClip
"food"Frame 30Symbol 79 MovieClip
"land"Frame 42Symbol 191 MovieClip
"aimover"Frame 42Symbol 155 MovieClip
"enemy"Frame 42Symbol 86 MovieClip
"shine"Frame 42Symbol 88 MovieClip
"food"Frame 42Symbol 79 MovieClip
"land"Frame 54Symbol 198 MovieClip
"aimover"Frame 54Symbol 155 MovieClip
"enemy"Frame 54Symbol 86 MovieClip
"shine"Frame 54Symbol 88 MovieClip
"food"Frame 54Symbol 79 MovieClip
"land"Frame 66Symbol 205 MovieClip
"aimover"Frame 66Symbol 155 MovieClip
"aimover"Frame 66Symbol 155 MovieClip
"enemy"Frame 66Symbol 86 MovieClip
"shine"Frame 66Symbol 88 MovieClip
"food"Frame 66Symbol 79 MovieClip
"land"Frame 78Symbol 212 MovieClip
"aimover"Frame 78Symbol 155 MovieClip
"enemy"Frame 78Symbol 86 MovieClip
"shine"Frame 78Symbol 88 MovieClip
"food"Frame 78Symbol 79 MovieClip
"land"Frame 81Symbol 212 MovieClip
"land"Frame 90Symbol 221 MovieClip
"aimover"Frame 90Symbol 155 MovieClip
"enemy"Frame 90Symbol 86 MovieClip
"shine"Frame 90Symbol 88 MovieClip
"food"Frame 90Symbol 79 MovieClip
"land"Frame 93Symbol 221 MovieClip
"land"Frame 102Symbol 230 MovieClip
"aimover"Frame 102Symbol 155 MovieClip
"aimover"Frame 102Symbol 155 MovieClip
"enemy"Frame 102Symbol 86 MovieClip
"shine"Frame 102Symbol 88 MovieClip
"food"Frame 102Symbol 79 MovieClip
"land"Frame 105Symbol 230 MovieClip
"land"Frame 114Symbol 239 MovieClip
"aimover"Frame 114Symbol 155 MovieClip
"enemy"Frame 114Symbol 86 MovieClip
"shine"Frame 114Symbol 88 MovieClip
"food"Frame 114Symbol 79 MovieClip
"land"Frame 117Symbol 239 MovieClip
"land"Frame 126Symbol 248 MovieClip
"aimover"Frame 126Symbol 155 MovieClip
"enemy"Frame 126Symbol 86 MovieClip
"shine"Frame 126Symbol 88 MovieClip
"food"Frame 126Symbol 79 MovieClip
"land"Frame 129Symbol 248 MovieClip
"land"Frame 138Symbol 257 MovieClip
"aimover"Frame 138Symbol 155 MovieClip
"enemy"Frame 138Symbol 86 MovieClip
"shine"Frame 138Symbol 88 MovieClip
"food"Frame 138Symbol 79 MovieClip
"land"Frame 141Symbol 257 MovieClip
"land"Frame 150Symbol 266 MovieClip
"aimover"Frame 150Symbol 155 MovieClip
"enemy"Frame 150Symbol 86 MovieClip
"shine"Frame 150Symbol 88 MovieClip
"food"Frame 150Symbol 79 MovieClip
"land"Frame 153Symbol 266 MovieClip
"land"Frame 162Symbol 275 MovieClip
"aimover"Frame 162Symbol 155 MovieClip
"enemy"Frame 162Symbol 86 MovieClip
"shine"Frame 162Symbol 88 MovieClip
"food"Frame 162Symbol 79 MovieClip
"land"Frame 165Symbol 275 MovieClip
"land"Frame 174Symbol 284 MovieClip
"aimover"Frame 174Symbol 155 MovieClip
"enemy"Frame 174Symbol 86 MovieClip
"shine"Frame 174Symbol 88 MovieClip
"food"Frame 174Symbol 79 MovieClip
"land"Frame 177Symbol 284 MovieClip
"land"Frame 186Symbol 293 MovieClip
"aimover"Frame 186Symbol 155 MovieClip
"enemy"Frame 186Symbol 86 MovieClip
"shine"Frame 186Symbol 88 MovieClip
"food"Frame 186Symbol 79 MovieClip
"land"Frame 189Symbol 293 MovieClip
"land"Frame 198Symbol 302 MovieClip
"aimover"Frame 198Symbol 155 MovieClip
"enemy"Frame 198Symbol 86 MovieClip
"shine"Frame 198Symbol 88 MovieClip
"food"Frame 198Symbol 79 MovieClip
"land"Frame 201Symbol 302 MovieClip
"land"Frame 210Symbol 311 MovieClip
"aimover"Frame 210Symbol 155 MovieClip
"enemy"Frame 210Symbol 86 MovieClip
"shine"Frame 210Symbol 88 MovieClip
"food"Frame 210Symbol 79 MovieClip
"land"Frame 213Symbol 311 MovieClip
"land"Frame 222Symbol 320 MovieClip
"aimover"Frame 222Symbol 155 MovieClip
"enemy"Frame 222Symbol 86 MovieClip
"shine"Frame 222Symbol 88 MovieClip
"food"Frame 222Symbol 79 MovieClip
"land"Frame 225Symbol 320 MovieClip
"land"Frame 234Symbol 329 MovieClip
"aimover"Frame 234Symbol 155 MovieClip
"enemy"Frame 234Symbol 86 MovieClip
"shine"Frame 234Symbol 88 MovieClip
"food"Frame 234Symbol 79 MovieClip
"land"Frame 237Symbol 329 MovieClip
"land"Frame 246Symbol 338 MovieClip
"aimover"Frame 246Symbol 155 MovieClip
"enemy"Frame 246Symbol 86 MovieClip
"shine"Frame 246Symbol 88 MovieClip
"food"Frame 246Symbol 79 MovieClip
"land"Frame 249Symbol 338 MovieClip
"land"Frame 258Symbol 347 MovieClip
"aimover"Frame 258Symbol 155 MovieClip
"aimover"Frame 258Symbol 155 MovieClip
"aimover"Frame 258Symbol 155 MovieClip
"enemy"Frame 258Symbol 86 MovieClip
"shine"Frame 258Symbol 88 MovieClip
"food"Frame 258Symbol 79 MovieClip
"land"Frame 261Symbol 347 MovieClip
"land"Frame 270Symbol 356 MovieClip
"aimover"Frame 270Symbol 155 MovieClip
"enemy"Frame 270Symbol 86 MovieClip
"shine"Frame 270Symbol 88 MovieClip
"food"Frame 270Symbol 79 MovieClip
"land"Frame 273Symbol 356 MovieClip
"land"Frame 282Symbol 365 MovieClip
"aimover"Frame 282Symbol 155 MovieClip
"enemy"Frame 282Symbol 86 MovieClip
"shine"Frame 282Symbol 88 MovieClip
"food"Frame 282Symbol 79 MovieClip
"land"Frame 285Symbol 365 MovieClip
"land"Frame 294Symbol 374 MovieClip
"aimover"Frame 294Symbol 155 MovieClip
"enemy"Frame 294Symbol 86 MovieClip
"shine"Frame 294Symbol 88 MovieClip
"food"Frame 294Symbol 79 MovieClip
"land"Frame 297Symbol 374 MovieClip
"land"Frame 306Symbol 383 MovieClip
"aimover"Frame 306Symbol 155 MovieClip
"enemy"Frame 306Symbol 86 MovieClip
"shine"Frame 306Symbol 88 MovieClip
"food"Frame 306Symbol 79 MovieClip
"land"Frame 309Symbol 383 MovieClip
"food"Frame 309Symbol 79 MovieClip
"aimover"Frame 317Symbol 155 MovieClip
"orb"Frame 317Symbol 83 MovieClip
"land"Frame 317Symbol 394 MovieClip
"food"Frame 317Symbol 79 MovieClip
"enemy"Frame 320Symbol 86 MovieClip
"shine"Frame 320Symbol 88 MovieClip
"food"Frame 320Symbol 79 MovieClip
"food"Frame 323Symbol 79 MovieClip
"bar"Symbol 24 MovieClip Frame 1Symbol 5 MovieClip
"bg"Symbol 32 MovieClip Frame 1Symbol 31 MovieClip
"but"Symbol 43 MovieClip Frame 2Symbol 38 Button
"but"Symbol 43 MovieClip Frame 8Symbol 41 Button
"but"Symbol 51 MovieClip Frame 2Symbol 47 Button
"but"Symbol 51 MovieClip Frame 8Symbol 41 Button
"but"Symbol 59 MovieClip Frame 2Symbol 55 Button
"but"Symbol 59 MovieClip Frame 8Symbol 41 Button
"low"Symbol 60 MovieClip Frame 1Symbol 43 MovieClip
"med"Symbol 60 MovieClip Frame 1Symbol 51 MovieClip
"high"Symbol 60 MovieClip Frame 1Symbol 59 MovieClip
"aim"Symbol 83 MovieClip Frame 1Symbol 82 MovieClip
"enemy"Symbol 89 MovieClip Frame 1Symbol 86 MovieClip
"shine"Symbol 89 MovieClip Frame 1Symbol 88 MovieClip
"draw"Symbol 394 MovieClip Frame 1Symbol 393 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 24 MovieClip Frame 3
"dead"Symbol 79 MovieClip Frame 50

Dynamic Text Variables

healthSymbol 150 EditableText"100"
healthSymbol 174 EditableText"100"
healthSymbol 181 EditableText"100"
healthSymbol 188 EditableText"100"
healthSymbol 195 EditableText"100"
healthSymbol 202 EditableText"100"
healthSymbol 209 EditableText"100"
healthSymbol 213 EditableText"100"
healthSymbol 218 EditableText"100"
healthSymbol 222 EditableText"100"
healthSymbol 227 EditableText"100"
healthSymbol 231 EditableText"100"
healthSymbol 236 EditableText"100"
healthSymbol 240 EditableText"100"
healthSymbol 245 EditableText"100"
healthSymbol 249 EditableText"100"
healthSymbol 254 EditableText"100"
healthSymbol 258 EditableText"100"
healthSymbol 263 EditableText"100"
healthSymbol 267 EditableText"100"
healthSymbol 272 EditableText"100"
healthSymbol 276 EditableText"100"
healthSymbol 281 EditableText"100"
healthSymbol 285 EditableText"100"
healthSymbol 290 EditableText"100"
healthSymbol 294 EditableText"100"
healthSymbol 299 EditableText"100"
healthSymbol 303 EditableText"100"
healthSymbol 308 EditableText"100"
healthSymbol 312 EditableText"100"
healthSymbol 317 EditableText"100"
healthSymbol 321 EditableText"100"
healthSymbol 326 EditableText"100"
healthSymbol 330 EditableText"100"
healthSymbol 335 EditableText"100"
healthSymbol 339 EditableText"100"
healthSymbol 344 EditableText"100"
healthSymbol 348 EditableText"100"
healthSymbol 353 EditableText"100"
healthSymbol 357 EditableText"100"
healthSymbol 362 EditableText"100"
healthSymbol 366 EditableText"100"
healthSymbol 371 EditableText"100"
healthSymbol 375 EditableText"100"
healthSymbol 380 EditableText"100"
healthSymbol 384 EditableText"100"
healthSymbol 402 EditableText"100"
healthSymbol 404 EditableText"100"
healthSymbol 406 EditableText"100"




http://swfchan.com/7/30432/info.shtml
Created: 19/5 -2019 08:45:26 Last modified: 19/5 -2019 08:45:26 Server time: 09/05 -2024 04:34:56