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

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

Illusion Chase.swf

This is the info page for
Flash #46530

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


Text
The  magical  rescue

%

Loading Game...

Play more games!

Created by Ludes G.

Start Game

How to Play

Play more Games

Author's Site

Hover with your mouse over the status bar to let the
inventory appear. Click on an item and you will use it.

go back

Keys can be used
to open chests.

You need to
collect all stars.

Potions will recover
your health

Pills make you faster
and jump higher.

UP KEY:
LEFT KEY:
RIGHT KEY:
SHIFT:
SPACE:

jump.
move left.
move right.
activate pills.
use key.

CONTROLS:

Control your character through the playfield and collect all
stars you encounter. Enemies such as spiders can be killed by
jumping exactly on top of them. Be sure to use pills if you
find them. Follow the story, find all stars and reach the end of
the game (far right) to find your goal. Sometimes you have to
go back a bit before you can continue onwards.

HOW TO PLAY:

GAME INSTRUCTIONS

There's always someone you care about.

proceed

Take our John Doe for instance.

He will risk everything to rescue the love of his life.

Can you help him?

You must travel through the land, collect all stars, face enemies and fight your way through.

After proving yourself by collecting all power stars you can continue...

...to your final battle.

Here you will face your conscience.

<p align="center"></p>

<p align="right"></p>

Health
:

Area:

STARS

<p align="right"></p>

EMPTY
SLOT

<p align="center"></p>

<p align="center"><font face="Arial" size="11" color="#000000" letterSpacing="0.000000" kerning="1">Stuff will be written here!</font></p>

(press DEL to discard)

<p align="left"><font face="Arial" size="13" color="#ffffff" letterSpacing="0.000000" kerning="1">Location!</font></p>

<p align="right"><font face="Arial" size="13" color="#ffffff" letterSpacing="0.000000" kerning="1">Mission!</font></p>

"Illusion Chase"
a www.armorgames.com game

Game created by
"LG"

Game sponsored by
ARMOR GAMES

music used:
I Love to look at the clouds
by SolusLunes

music used:
Around the Sound
(NG148941)

Rosalie Prins
wrote the story intro

special thanks / level design help
Rosalie Prins

special thanks to
Dan McNeely

GAME OVER

Press space to return to the main menu.

Click here to Play more Games

main menu

THE END

this is the end of the game

www.armorgames.com

www.armorgames.com

ActionScript [AS1/AS2]

Frame 1
function button1(obj, item) { _root._quality = "LOW"; Mouse.hide(); } function button2(obj, item) { _root._quality = "MEDIUM"; Mouse.hide(); } function button3(obj, item) { _root._quality = "HIGH"; Mouse.hide(); } function button4(obj, item) { sfx1 = new Sound(); sfx1.attachSound("sfx1"); sfx1.start(); sfx1.setVolume(0); Mouse.hide(); } function button5(obj, item) { sfx1 = new Sound(); sfx1.attachSound("sfx1"); sfx1.start(); sfx1.setVolume(100); Mouse.hide(); } function button6(obj, item) { getURL ("http://www.armorgames.com/", "_blank"); Mouse.hide(); } function button7(obj, item) { getURL ("http://www.eviludy.net/", "_blank"); Mouse.hide(); } cm = new ContextMenu(); cm.hideBuiltInItems(); cm.customItems.push(new ContextMenuItem("Low Quality", button1)); cm.customItems.push(new ContextMenuItem("Medium Quality", button2)); cm.customItems.push(new ContextMenuItem("High Quality", button3)); cm.customItems.push(new ContextMenuItem("Turn sound off", button4)); cm.customItems.push(new ContextMenuItem("Turn sound on", button5)); cm.customItems.push(new ContextMenuItem("Play more games!", button6)); cm.customItems.push(new ContextMenuItem("Author's Site", button7)); cm.customItems[3].separatorBefore = true; cm.customItems[5].separatorBefore = true; _root.menu = cm; stop();
Instance of Symbol 20 MovieClip in Frame 1
onClipEvent (enterFrame) { _root.b_loaded = _root.getBytesLoaded(); _root.b_total = _root.getBytesTotal(); _root.percent = Math.round((_root.b_loaded / _root.b_total) * 100); _width = (_root.percent * 3); if (_root.percent == 100) { _root.nextFrame(); } }
Instance of Symbol 30 MovieClip in Frame 1
onClipEvent (enterFrame) { _x = (209.3 + (_root.percent * 3)); _rotation = (_rotation+1); }
Instance of Symbol 69 MovieClip "cursor" in Frame 2
onClipEvent (load) { _x = _root._xmouse; _y = _root._ymouse; this.startDrag(); Mouse.hide(); } onClipEvent (mouseDown) { Mouse.hide(); }
Frame 3
stop();
Frame 6
function swapBack() { _root.player._x = _root.player._x + 715; _root.swapper_back.play(); } function swapNext() { _root.player._x = _root.player._x - 715; _root.swapper_next.play(); } function playerHurtA() { _root.player.hurt = true; _root.player.hurtgo = 2; } function playerHurtB() { _root.player.hurt = true; _root.player.hurtgo = 1; } stop(); _root._quality = "MEDIUM"; stars = 0; health = 450; maxhealth = 450; startgravity = 9.8; gravity = startgravity; supershoe = false; turboshoe = false; slot1 = 0; slot2 = 0; slot3 = 0; slot4 = 0; slot5 = 0; slot6 = 0; slot7 = 0; area = 1; _root.objective = "Collect all 70 power stars!"; _root.hoverdesc = "Hover over an item to print it's description here."; _root.hovername = "No item."; itemer = new Array(); i = 1; while (i < 5000) { itemer[i] = 1; i++; } enemyer = new Array(); i = 1; while (i < 5000) { enemyer[i] = 1; i++; }
Instance of Symbol 156 MovieClip "bg2" in Frame 6
onClipEvent (load) { this.cacheAsBitmap = true; }
Instance of Symbol 228 MovieClip "bg1" in Frame 6
onClipEvent (load) { this.cacheAsBitmap = true; }
Instance of Symbol 232 MovieClip "ground" in Frame 6
onClipEvent (load) { _visible = false; }
Instance of Symbol 555 MovieClip "player" in Frame 6
onClipEvent (enterFrame) { if (xSpeed < 2) { xSpeed = 2; } if (Key.isDown(39)) { _xscale = 100; } if (Key.isDown(37)) { _xscale = -100; } if (walk_now == true) { if (Key.isDown(39) && (hurt == false)) { if (jumping) { _x = (_x + xSpeed); } if (((_root.curFram == 3) && (_xscale == -100)) && (!jumping)) { this.gotoAndStop(4); } if (_root.curFram == 1) { _xscale = 100; } } else if (Key.isDown(37) && (hurt == false)) { if (jumping) { _x = (_x - xSpeed); } if (((_root.curFram == 3) && (_xscale == 100)) && (!jumping)) { this.gotoAndStop(4); } if (_root.curFram == 1) { _xscale = -100; } } if (Key.isDown(38) && (!jumping)) { if (!Key.isDown(16)) { vel_y = 37; } else if (Key.isDown(16)) { if (_root.turboshoe == true) { vel_y = 45; } else if (_root.supershoe == true) { vel_y = 42; } else if ((_root.supershoe != true) && (_root.turboshoe != true)) { vel_y = 37; } } jumping = true; stopjump = false; if (Key.isDown(37) || (Key.isDown(39))) { this.gotoAndStop(6); } else { this.gotoAndStop(8); } } if (jumping == true) { vel_y = vel_y - 2; if (vel_y <= -10) { vel_y = -10; } this._y = this._y - vel_y; } if (_root.ground.hitTest(this._x, this._y, true) && (jumping == true)) { vel_y = 0; this.gotoAndStop(7); jumping = false; xSpeed = 2; } this._y = this._y + 15; if ((jumping == false) && (!_root.ground.hitTest(this._x, this._y, true))) { jumping = true; vel_y = -10; } if (_root.ground.hitTest(this._x, this._y, true)) { this._y = this._y - 15; } if (_root.health < 0) { _root.health = 0; } if (_x < 0) { if (_root.area == 1) { _x = 0; } else { _root.area--; _root.swapBack(); } } if (_x > 720) { if (_root.area == 75) { _x = 720; } else if ((_root.area == 69) && (_root.stars < 70)) { _x = 720; } else if (_root.area == 71) { if (_root.enemyer[114] == 1) { _x = 720; } else { _root.area++; _root.swapNext(); } } else if (_root.area == 72) { if (_root.enemyer[115] == 1) { _x = 720; } else { _root.area++; _root.swapNext(); } } else if (_root.area == 73) { if (_root.enemyer[116] == 1) { _x = 720; } else { _root.area++; _root.swapNext(); } } else if (_root.area == 74) { if (_root.enemyer[116] == 1) { _x = 720; } else { _root.area++; _root.swapNext(); } } else { _root.area++; _root.swapNext(); } } if (hurt == true) { _root.undermessage = "Ouch!"; hurtsound.play(); my_color = new Color(this); myColorTransform = {ra:255, rb:100, ga:65, gb:0, ba:65, bb:0}; my_color.setTransform(myColorTransform); _alpha = 75; if (hurtgo == 1) { _x = (_x + hurt_subtract); hurt_subtract--; if (hurt_subtract == 0) { hurt = false; my_color = new Color(this); myColorTransform = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0}; my_color.setTransform(myColorTransform); _alpha = 100; hurt_subtract = 15; } } if (hurtgo == 2) { _x = (_x - hurt_subtract); hurt_subtract--; if (hurt_subtract == 0) { hurt = false; my_color = new Color(this); myColorTransform = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0}; my_color.setTransform(myColorTransform); _alpha = 100; hurt_subtract = 15; } } } if (((((((_root.slot1 == 1) || (_root.slot2 == 1)) || (_root.slot3 == 1)) || (_root.slot4 == 1)) || (_root.slot5 == 1)) || (_root.slot6 == 1)) || (_root.slot7 == 1)) { _root.supershoe = true; } else if (((((((_root.slot1 != 1) && (_root.slot2 != 1)) && (_root.slot3 != 1)) && (_root.slot4 != 1)) && (_root.slot5 != 1)) && (_root.slot6 != 1)) && (_root.slot7 != 1)) { _root.supershoe = false; } if (((((((_root.slot1 == 4) || (_root.slot2 == 4)) || (_root.slot3 == 4)) || (_root.slot4 == 4)) || (_root.slot5 == 4)) || (_root.slot6 == 4)) || (_root.slot7 == 4)) { _root.turboshoe = true; } else if (((((((_root.slot1 != 4) && (_root.slot2 != 4)) && (_root.slot3 != 4)) && (_root.slot4 != 4)) && (_root.slot5 != 4)) && (_root.slot6 != 4)) && (_root.slot7 != 4)) { _root.turboshoe = false; } if (((_y > 430) && (_y < 450)) && (jumping == false)) { _y = 450; } if (((jumping == true) && (vel_y < 0)) && (stopjump == false)) { falling = true; } else { falling = false; } } if (_root.health > _root.maxhealth) { _root.health = _root.maxhealth; } if (_root.stars == 70) { _root.objective = "Rescue the Girl!"; } if (_root.health < 1) { stopAllSounds(); _root.fer.play(); } } onClipEvent (load) { walk_now = true; stopjump = false; falling = false; hurt_subtract = 15; hurt = false; damagestyle = false; xSpeed = 2; grav_y = 0; jumping = false; }
Instance of Symbol 643 MovieClip "foreground" in Frame 6
onClipEvent (load) { this.cacheAsBitmap = true; }
Frame 8
stopAllSounds();
Instance of Symbol 742 MovieClip in Frame 8
onClipEvent (enterFrame) { if (Key.isDown(32)) { _root.gotoAndStop(_root._currentframe - 6); } }
Symbol 38 Button
on (release) { getURL ("http://www.armorgames.com", "_blank"); }
Symbol 41 Button
on (release) { getURL ("http://www.eviludy.net", "_blank"); }
Symbol 57 Button
on (release) { getURL ("http://www.armorgames.com", "blank"); }
Symbol 64 MovieClip Frame 121
_root.play(); _root.nextFrame();
Symbol 80 Button
on (release) { stopAllSounds(); gotoAndStop (5); }
Symbol 81 Button
on (release) { nextFrame(); }
Symbol 82 Button
on (release) { getURL ("http://www.armorgames.com", "_blank"); }
Symbol 83 Button
on (release) { getURL ("http://www.eviludy.net", "_blank"); }
Symbol 98 Button
on (release) { _root.prevFrame(); }
Symbol 125 Button
on (release) { _root.nextFrame(); }
Symbol 156 MovieClip Frame 1
_root.lelocation = "Spring area - Daytime"; stop();
Symbol 156 MovieClip Frame 7
_root.lelocation = "Spring area - Daytime";
Symbol 156 MovieClip Frame 8
_root.lelocation = "Spring area - Evening";
Symbol 156 MovieClip Frame 15
_root.lelocation = "Spring area - Evening";
Symbol 156 MovieClip Frame 16
_root.lelocation = "Spring area - Nighttime";
Symbol 156 MovieClip Frame 20
_root.lelocation = "Spring area - Nighttime";
Symbol 156 MovieClip Frame 21
_root.lelocation = "Summer area - Overflow";
Symbol 156 MovieClip Frame 22
_root.lelocation = "Summer area - Daytime";
Symbol 156 MovieClip Frame 28
_root.lelocation = "Summer area - Daytime";
Symbol 156 MovieClip Frame 29
_root.lelocation = "Summer area - Twilight";
Symbol 156 MovieClip Frame 35
_root.lelocation = "Summer area - Twilight";
Symbol 156 MovieClip Frame 36
_root.lelocation = "Summer area - Nighttime";
Symbol 156 MovieClip Frame 45
_root.lelocation = "Summer area - Nighttime";
Symbol 156 MovieClip Frame 46
_root.lelocation = "Autumn area - Overflow";
Symbol 156 MovieClip Frame 47
_root.lelocation = "Autumn area - Daytime";
Symbol 156 MovieClip Frame 49
_root.lelocation = "Autumn area - Daytime";
Symbol 156 MovieClip Frame 50
_root.lelocation = "Autumn area - Evening";
Symbol 156 MovieClip Frame 54
_root.lelocation = "Autumn area - Evening";
Symbol 156 MovieClip Frame 55
_root.lelocation = "Autumn area - Nighttime";
Symbol 156 MovieClip Frame 59
_root.lelocation = "Autumn area - Nighttime";
Symbol 156 MovieClip Frame 60
_root.lelocation = "Winter area - Overflow";
Symbol 156 MovieClip Frame 61
_root.lelocation = "Winter area - Daytime";
Symbol 156 MovieClip Frame 63
_root.lelocation = "Winter area - Daytime";
Symbol 156 MovieClip Frame 64
_root.lelocation = "Winter area - Evening";
Symbol 156 MovieClip Frame 70
_root.lelocation = "Winter area - Evening";
Symbol 156 MovieClip Frame 71
_root.lelocation = "The Clouds";
Symbol 228 MovieClip Frame 1
stop();
Symbol 232 MovieClip Frame 1
stop();
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 35
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 35
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 39
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 43
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 53
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 57
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 57
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 57
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 61
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 61
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 65
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Instance of Symbol 230 MovieClip in Symbol 232 MovieClip Frame 65
onClipEvent (enterFrame) { if (this.hitTest(_root.player.head)) { _root.player.vel_y = 0; } }
Symbol 238 MovieClip Frame 1
stop();
Symbol 238 MovieClip Frame 61
stop();
Symbol 248 MovieClip Frame 1
_parent.qx = 1;
Symbol 248 MovieClip Frame 4
_parent.qx = 2;
Symbol 248 MovieClip Frame 7
_parent.qx = 3;
Symbol 248 MovieClip Frame 10
_parent.qx = 4;
Symbol 248 MovieClip Frame 13
_parent.qx = 5;
Symbol 248 MovieClip Frame 16
_parent.qx = 6;
Symbol 248 MovieClip Frame 19
_parent.qx = 7;
Symbol 248 MovieClip Frame 22
_parent.qx = 8;
Symbol 248 MovieClip Frame 25
_parent.qx = 9;
Symbol 272 MovieClip Frame 57
stop();
Symbol 273 MovieClip Frame 1
stop();
Instance of Symbol 272 MovieClip in Symbol 273 MovieClip Frame 2
onClipEvent (load) { this.gotoAndPlay(_parent.qx); }
Symbol 282 MovieClip Frame 35
stop();
Symbol 283 MovieClip Frame 1
stop();
Symbol 284 MovieClip Frame 1
stop();
Symbol 284 MovieClip Frame 48
stop();
Symbol 291 MovieClip Frame 32
_root.stars++;
Symbol 291 MovieClip Frame 62
_root.stars++;
Symbol 291 MovieClip Frame 92
_root.stars++;
Symbol 291 MovieClip Frame 122
_root.stars++;
Symbol 291 MovieClip Frame 152
_root.stars++;
Symbol 291 MovieClip Frame 170
_root.player.walk_now = true; _parent.gotoAndStop(3);
Symbol 292 MovieClip Frame 1
stop();
Symbol 296 MovieClip Frame 1
stop();
Instance of Symbol 238 MovieClip in Symbol 296 MovieClip Frame 51
onClipEvent (load) { itemnum = 5; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Symbol 296 MovieClip Frame 68
stop();
Instance of Symbol 238 MovieClip in Symbol 296 MovieClip Frame 68
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; _root.enemyer[_parent._parent.enemynum] = 0; this.play(); } } onClipEvent (load) { itemnum = 5; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Symbol 296 MovieClip Frame 69
prevFrame();
Instance of Symbol 296 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (_parent.living == 1)) { this.play(); _parent.stop(); } }
Symbol 297 MovieClip Frame 39
stop();
Symbol 307 MovieClip Frame 1
_parent.qx = 1;
Symbol 307 MovieClip Frame 5
_parent.qx = 2;
Symbol 307 MovieClip Frame 9
_parent.qx = 3;
Symbol 307 MovieClip Frame 13
_parent.qx = 4;
Symbol 307 MovieClip Frame 17
_parent.qx = 5;
Symbol 307 MovieClip Frame 21
_parent.qx = 6;
Symbol 307 MovieClip Frame 25
_parent.qx = 7;
Symbol 307 MovieClip Frame 29
_parent.qx = 8;
Symbol 307 MovieClip Frame 33
_parent.qx = 9;
Symbol 307 MovieClip Frame 37
_parent.qx = 10;
Symbol 307 MovieClip Frame 41
_parent.qx = 11;
Symbol 307 MovieClip Frame 45
_parent.qx = 12;
Symbol 309 MovieClip Frame 35
stop();
Symbol 310 MovieClip Frame 1
stop();
Instance of Symbol 309 MovieClip in Symbol 310 MovieClip Frame 2
onClipEvent (load) { this.gotoAndPlay(_parent.qx); }
Symbol 311 MovieClip Frame 1
stop();
Symbol 311 MovieClip Frame 48
stop();
Symbol 312 MovieClip Frame 1
stop();
Symbol 312 MovieClip Frame 48
stop();
Symbol 317 MovieClip Frame 1
_parent.qx = 1;
Symbol 317 MovieClip Frame 4
_parent.qx = 2;
Symbol 317 MovieClip Frame 7
_parent.qx = 3;
Symbol 317 MovieClip Frame 10
_parent.qx = 4;
Symbol 317 MovieClip Frame 19
_parent.qx = 5;
Symbol 318 MovieClip Frame 4
_root.stars++;
Symbol 318 MovieClip Frame 41
stop();
Symbol 319 MovieClip Frame 1
stop();
Instance of Symbol 313 MovieClip "hitter" in Symbol 319 MovieClip Frame 1
onClipEvent (load) { _visible = false; }
Instance of Symbol 318 MovieClip in Symbol 319 MovieClip Frame 2
onClipEvent (load) { this.gotoAndPlay(_parent.qx); }
Symbol 329 MovieClip Frame 1
_parent.qx = 1;
Symbol 329 MovieClip Frame 4
_parent.qx = 2;
Symbol 329 MovieClip Frame 7
_parent.qx = 3;
Symbol 329 MovieClip Frame 10
_parent.qx = 4;
Symbol 329 MovieClip Frame 13
_parent.qx = 5;
Symbol 329 MovieClip Frame 16
_parent.qx = 6;
Symbol 329 MovieClip Frame 19
_parent.qx = 7;
Symbol 329 MovieClip Frame 22
_parent.qx = 8;
Symbol 329 MovieClip Frame 25
_parent.qx = 9;
Symbol 350 MovieClip Frame 57
stop();
Symbol 351 MovieClip Frame 1
stop();
Instance of Symbol 350 MovieClip in Symbol 351 MovieClip Frame 2
onClipEvent (load) { this.gotoAndPlay(_parent.qx); }
Symbol 354 MovieClip Frame 1
stop();
Symbol 354 MovieClip Frame 48
stop();
Symbol 355 MovieClip Frame 1
stop();
Instance of Symbol 350 MovieClip in Symbol 355 MovieClip Frame 2
onClipEvent (load) { this.gotoAndPlay(_parent.qx); }
Symbol 356 MovieClip Frame 1
stop();
Instance of Symbol 238 MovieClip in Symbol 356 MovieClip Frame 51
onClipEvent (load) { itemnum = 251; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Symbol 356 MovieClip Frame 68
stop();
Instance of Symbol 238 MovieClip in Symbol 356 MovieClip Frame 68
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; _root.enemyer[_parent._parent.enemynum] = 0; this.play(); } } onClipEvent (load) { itemnum = 251; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Symbol 356 MovieClip Frame 69
prevFrame();
Instance of Symbol 356 MovieClip in Symbol 357 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (_parent.living == 1)) { this.play(); _parent.stop(); } }
Symbol 357 MovieClip Frame 39
stop();
Symbol 439 MovieClip Frame 81
stop();
Symbol 440 MovieClip Frame 1
stop();
Instance of Symbol 313 MovieClip "hitter" in Symbol 440 MovieClip Frame 1
onClipEvent (load) { _visible = false; }
Symbol 446 MovieClip Frame 1
_parent.qx = 1;
Symbol 446 MovieClip Frame 4
_parent.qx = 2;
Symbol 446 MovieClip Frame 7
_parent.qx = 3;
Symbol 446 MovieClip Frame 10
_parent.qx = 4;
Symbol 446 MovieClip Frame 19
_parent.qx = 5;
Symbol 447 MovieClip Frame 41
stop();
Symbol 448 MovieClip Frame 1
stop();
Instance of Symbol 313 MovieClip "hitter" in Symbol 448 MovieClip Frame 1
onClipEvent (load) { _visible = false; }
Instance of Symbol 447 MovieClip in Symbol 448 MovieClip Frame 2
onClipEvent (load) { this.gotoAndPlay(_parent.qx); }
Symbol 501 MovieClip Frame 36
stop();
Symbol 502 MovieClip Frame 1
stop();
Instance of Symbol 465 MovieClip in Symbol 502 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.walk_now == true) { if ((!Key.isDown(39)) && (!Key.isDown(37))) { _parent.gotoAndStop(4); } if (Key.isDown(39)) { if (Key.isDown(16)) { if ((_root.supershoe == false) && (_root.turboshoe == false)) { _parent._x = _parent._x + _parent.xSpeed; } else if (_root.supershoe == true) { _parent._x = _parent._x + (_parent.xSpeed * 1.5); } else if (_root.turboshoe == true) { _parent._x = _parent._x + (_parent.xSpeed * 1.7); } } else { _parent._x = _parent._x + _parent.xSpeed; } } else if (Key.isDown(37)) { if (Key.isDown(16)) { if ((_root.supershoe == false) && (_root.turboshoe == false)) { _parent._x = _parent._x - _parent.xSpeed; } else if (_root.supershoe == true) { _parent._x = _parent._x - (_parent.xSpeed * 1.5); } else if (_root.turboshoe == true) { _parent._x = _parent._x - (_parent.xSpeed * 1.7); } } else { _parent._x = _parent._x - _parent.xSpeed; } } } }
Instance of Symbol 313 MovieClip "hitter" in Symbol 502 MovieClip Frame 1
onClipEvent (load) { _visible = false; }
Symbol 502 MovieClip Frame 40
gotoAndStop (1);
Instance of Symbol 501 MovieClip in Symbol 502 MovieClip Frame 41
onClipEvent (enterFrame) { if (_parent.walk_now == true) { _parent.xSpeed = _parent.xSpeed + 2; if ((!Key.isDown(39)) && (!Key.isDown(37))) { _parent.gotoAndStop(4); } if (Key.isDown(39)) { _parent._x = _parent._x + _parent.xSpeed; } else if (Key.isDown(37)) { _parent._x = _parent._x - _parent.xSpeed; } } }
Symbol 511 MovieClip Frame 1
_parent.qx = 1;
Symbol 511 MovieClip Frame 4
_parent.qx = 2;
Symbol 511 MovieClip Frame 7
_parent.qx = 3;
Symbol 511 MovieClip Frame 10
_parent.qx = 4;
Symbol 511 MovieClip Frame 19
_parent.qx = 5;
Symbol 512 MovieClip Frame 41
stop();
Symbol 513 MovieClip Frame 1
stop();
Instance of Symbol 313 MovieClip "hitter" in Symbol 513 MovieClip Frame 1
onClipEvent (load) { _visible = false; }
Instance of Symbol 512 MovieClip in Symbol 513 MovieClip Frame 2
onClipEvent (load) { this.gotoAndPlay(_parent.qx); }
Symbol 514 MovieClip Frame 1
stop();
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 1; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 3; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 2
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 150; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 1; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 2
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 150; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 2; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 4; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 283 MovieClip in Symbol 514 MovieClip Frame 3
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 9; distance = 72; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 4000; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 6; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 7; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 4
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 220; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 4; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 284 MovieClip in Symbol 514 MovieClip Frame 5
onClipEvent (enterFrame) { if (((((((_root.slot1 == 0) || (_root.slot2 == 0)) || (_root.slot3 == 0)) || (_root.slot4 == 0)) || (_root.slot5 == 0)) || (_root.slot6 == 0)) || (_root.slot7 == 0)) { if (this.hitTest(_root.player.hitpoint) && (live == 1)) { _root.undermessage = "You found Activity stimulation pills!"; live = 0; this.play(); _root.itemer[itemnum] = 0; if (_root.slot1 == 0) { _root.slot1 = 1; _root.reciever.play(); } else if (_root.slot2 == 0) { _root.slot2 = 1; _root.reciever.play(); } else if (_root.slot3 == 0) { _root.slot3 = 1; _root.reciever.play(); } else if (_root.slot4 == 0) { _root.slot4 = 1; _root.reciever.play(); } else if (_root.slot5 == 0) { _root.slot5 = 1; _root.reciever.play(); } else if (_root.slot6 == 0) { _root.slot6 = 1; _root.reciever.play(); } else if (_root.slot7 == 0) { _root.slot7 = 1; _root.reciever.play(); } } } } onClipEvent (load) { itemnum = 2; if (_root.itemer[itemnum] == 1) { live = 1; } else { live = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 9; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 286 MovieClip in Symbol 514 MovieClip Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } } onClipEvent (load) { damager = 6; }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 6
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 80; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 5; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 6
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 80; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 6; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 6
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 80; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 7; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 6
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 80; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 8; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 6
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 80; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 9; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 6
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 80; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 10; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 8; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 10; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 8
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 80; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 11; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 8
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 80; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 12; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 8
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 80; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 13; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 8
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 80; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 14; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 8
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 80; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 15; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 8
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 80; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 16; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 292 MovieClip in Symbol 514 MovieClip Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (live == 1)) { if (Key.isDown(32)) { if (_root.slot1 == 2) { _root.player.walk_now = false; _root.player.gotoAndStop(1); _root.undermessage = "Opening chest..."; live = 0; _root.itemer[itemnum] = 0; this.gotoAndStop(2); _root.slot1 = 0; } else if (_root.slot2 == 2) { _root.player.walk_now = false; _root.player.gotoAndStop(1); _root.undermessage = "Opening chest..."; live = 0; _root.itemer[itemnum] = 0; this.gotoAndStop(2); _root.slot2 = 0; } else if (_root.slot3 == 2) { _root.player.walk_now = false; _root.player.gotoAndStop(1); _root.undermessage = "Opening chest..."; live = 0; _root.itemer[itemnum] = 0; this.gotoAndStop(2); _root.slot3 = 0; } else if (_root.slot4 == 2) { _root.player.walk_now = false; _root.player.gotoAndStop(1); _root.undermessage = "Opening chest..."; live = 0; _root.itemer[itemnum] = 0; this.gotoAndStop(2); _root.slot4 = 0; } else if (_root.slot5 == 2) { _root.player.walk_now = false; _root.player.gotoAndStop(1); _root.undermessage = "Opening chest..."; live = 0; _root.itemer[itemnum] = 0; this.gotoAndStop(2); _root.slot5 = 0; } else if (_root.slot6 == 2) { _root.player.walk_now = false; _root.player.gotoAndStop(1); _root.undermessage = "Opening chest..."; live = 0; _root.itemer[itemnum] = 0; this.gotoAndStop(2); _root.slot6 = 0; } else if (_root.slot7 == 2) { _root.player.walk_now = false; _root.player.gotoAndStop(1); _root.undermessage = "Opening chest..."; live = 0; _root.itemer[itemnum] = 0; this.gotoAndStop(2); _root.slot7 = 0; } } } } onClipEvent (load) { itemnum = 13; if (_root.itemer[itemnum] == 1) { live = 1; } else { live = 0; this.gotoAndStop(3); } }
Instance of Symbol 297 MovieClip in Symbol 514 MovieClip Frame 10
onClipEvent (load) { enemynum = 3; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 15; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 310 MovieClip in Symbol 514 MovieClip Frame 11
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 1; distance = 230; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 9; enemynum = 41; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 310 MovieClip in Symbol 514 MovieClip Frame 11
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 1; distance = 230; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 9; enemynum = 41; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 16; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 286 MovieClip in Symbol 514 MovieClip Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } } onClipEvent (load) { damager = 6; }
Instance of Symbol 310 MovieClip in Symbol 514 MovieClip Frame 12
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 1; distance = 230; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 9; enemynum = 42; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 310 MovieClip in Symbol 514 MovieClip Frame 12
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 1; distance = 230; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 9; enemynum = 43; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 13
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 250; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 40; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 13
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 250; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 17; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 13
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 100; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 18; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 13
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 100; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 19; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 11; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 14
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 250; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 20; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 14
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 250; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 23; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 14
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 100; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 21; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 14
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 100; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 22; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 15
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 250; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 24; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 15
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 250; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 27; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 15
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 100; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 25; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 15
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 100; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 26; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 14; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 16
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 250; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 28; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 16
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 250; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 31; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 16
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 100; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 29; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 16
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 100; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 30; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 311 MovieClip in Symbol 514 MovieClip Frame 17
onClipEvent (enterFrame) { if (((((((_root.slot1 == 0) || (_root.slot2 == 0)) || (_root.slot3 == 0)) || (_root.slot4 == 0)) || (_root.slot5 == 0)) || (_root.slot6 == 0)) || (_root.slot7 == 0)) { if (this.hitTest(_root.player.hitpoint) && (live == 1)) { _root.undermessage = "You found a golden key!"; live = 0; this.play(); _root.itemer[itemnum] = 0; if (_root.slot1 == 0) { _root.slot1 = 2; _root.reciever.play(); } else if (_root.slot2 == 0) { _root.slot2 = 2; _root.reciever.play(); } else if (_root.slot3 == 0) { _root.slot3 = 2; _root.reciever.play(); } else if (_root.slot4 == 0) { _root.slot4 = 2; _root.reciever.play(); } else if (_root.slot5 == 0) { _root.slot5 = 2; _root.reciever.play(); } else if (_root.slot6 == 0) { _root.slot6 = 2; _root.reciever.play(); } else if (_root.slot7 == 0) { _root.slot7 = 2; _root.reciever.play(); } } } } onClipEvent (load) { itemnum = 12; if (_root.itemer[itemnum] == 1) { live = 1; } else { live = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 17
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 250; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 32; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 17
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 250; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 35; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 17
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 100; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 33; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 17
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 100; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 34; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 18
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 250; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 36; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 18
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 250; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 39; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 18
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 100; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 37; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 18
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 100; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 38; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 312 MovieClip in Symbol 514 MovieClip Frame 19
onClipEvent (enterFrame) { if (((((((_root.slot1 == 0) || (_root.slot2 == 0)) || (_root.slot3 == 0)) || (_root.slot4 == 0)) || (_root.slot5 == 0)) || (_root.slot6 == 0)) || (_root.slot7 == 0)) { if (this.hitTest(_root.player.hitpoint) && (live == 1)) { _root.undermessage = "You found a health vial!"; live = 0; this.play(); _root.reciever.play(); _root.itemer[itemnum] = 0; if (_root.slot1 == 0) { _root.slot1 = 3; } else if (_root.slot2 == 0) { _root.slot2 = 3; } else if (_root.slot3 == 0) { _root.slot3 = 3; } else if (_root.slot4 == 0) { _root.slot4 = 3; } else if (_root.slot5 == 0) { _root.slot5 = 3; } else if (_root.slot6 == 0) { _root.slot6 = 3; } else if (_root.slot7 == 0) { _root.slot7 = 3; } } } } onClipEvent (load) { itemnum = 17; if (_root.itemer[itemnum] == 1) { live = 1; } else { live = 0; _visible = false; } }
Instance of Symbol 319 MovieClip in Symbol 514 MovieClip Frame 20
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 4; distance = 150; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitter.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { my_color = new Color(this); myColorTransform = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0}; my_color.setTransform(myColorTransform); if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitter2.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { my_color = new Color(this); myColorTransform = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0}; my_color.setTransform(myColorTransform); if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitter3.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { my_color = new Color(this); myColorTransform = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0}; my_color.setTransform(myColorTransform); if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitter.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { healthx--; my_color = new Color(this); myColorTransform = {ra:255, rb:100, ga:65, gb:0, ba:65, bb:0}; my_color.setTransform(myColorTransform); _root.player.vel_y = 36; _root.player.falling = false; if (healthx == 0) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } else { my_color = new Color(this); myColorTransform = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0}; my_color.setTransform(myColorTransform); } } } onClipEvent (load) { damager = 10; enemynum = 44; healthx = 10; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 18; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 286 MovieClip in Symbol 514 MovieClip Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } } onClipEvent (load) { damager = 6; }
Instance of Symbol 283 MovieClip in Symbol 514 MovieClip Frame 22
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 9; distance = 72; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 4002; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 283 MovieClip in Symbol 514 MovieClip Frame 22
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 9; distance = 33; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 4001; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 41; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 42; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 23
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 250; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 81; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 23
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 250; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 84; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 23
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 100; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 82; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 23
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 100; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 83; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 24
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 19; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 25
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 250; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 85; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 25
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 250; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 88; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 25
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 100; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 86; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 25
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 100; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 87; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 26
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 20; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 26
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 5; distance = 140; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 6; enemynum = 46; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 26
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 5; distance = 140; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 6; enemynum = 47; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 351 MovieClip in Symbol 514 MovieClip Frame 26
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 140; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 11; enemynum = 54; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 351 MovieClip in Symbol 514 MovieClip Frame 27
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 140; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 11; enemynum = 55; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 28
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 43; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 351 MovieClip in Symbol 514 MovieClip Frame 28
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 140; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 11; enemynum = 56; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 40; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 286 MovieClip in Symbol 514 MovieClip Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } } onClipEvent (load) { damager = 6; }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 44; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 312 MovieClip in Symbol 514 MovieClip Frame 31
onClipEvent (enterFrame) { if (((((((_root.slot1 == 0) || (_root.slot2 == 0)) || (_root.slot3 == 0)) || (_root.slot4 == 0)) || (_root.slot5 == 0)) || (_root.slot6 == 0)) || (_root.slot7 == 0)) { if (this.hitTest(_root.player.hitpoint) && (live == 1)) { _root.undermessage = "You found a health vial!"; live = 0; this.play(); _root.reciever.play(); _root.itemer[itemnum] = 0; if (_root.slot1 == 0) { _root.slot1 = 3; } else if (_root.slot2 == 0) { _root.slot2 = 3; } else if (_root.slot3 == 0) { _root.slot3 = 3; } else if (_root.slot4 == 0) { _root.slot4 = 3; } else if (_root.slot5 == 0) { _root.slot5 = 3; } else if (_root.slot6 == 0) { _root.slot6 = 3; } else if (_root.slot7 == 0) { _root.slot7 = 3; } } } } onClipEvent (load) { itemnum = 47; if (_root.itemer[itemnum] == 1) { live = 1; } else { live = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 32
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 21; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 32
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 22; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 286 MovieClip in Symbol 514 MovieClip Frame 32
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } } onClipEvent (load) { damager = 6; }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 32
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 5; distance = 140; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 6; enemynum = 48; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 32
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 5; distance = 140; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 6; enemynum = 49; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 23; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 33
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 5; distance = 140; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 6; enemynum = 50; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 33
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 5; distance = 140; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 6; enemynum = 51; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 312 MovieClip in Symbol 514 MovieClip Frame 34
onClipEvent (enterFrame) { if (((((((_root.slot1 == 0) || (_root.slot2 == 0)) || (_root.slot3 == 0)) || (_root.slot4 == 0)) || (_root.slot5 == 0)) || (_root.slot6 == 0)) || (_root.slot7 == 0)) { if (this.hitTest(_root.player.hitpoint) && (live == 1)) { _root.undermessage = "You found a health vial!"; live = 0; this.play(); _root.reciever.play(); _root.itemer[itemnum] = 0; if (_root.slot1 == 0) { _root.slot1 = 3; } else if (_root.slot2 == 0) { _root.slot2 = 3; } else if (_root.slot3 == 0) { _root.slot3 = 3; } else if (_root.slot4 == 0) { _root.slot4 = 3; } else if (_root.slot5 == 0) { _root.slot5 = 3; } else if (_root.slot6 == 0) { _root.slot6 = 3; } else if (_root.slot7 == 0) { _root.slot7 = 3; } } } } onClipEvent (load) { itemnum = 48; if (_root.itemer[itemnum] == 1) { live = 1; } else { live = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 34
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 5; distance = 140; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 6; enemynum = 52; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 34
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 5; distance = 140; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 6; enemynum = 53; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 35
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 72; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 286 MovieClip in Symbol 514 MovieClip Frame 36
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } } onClipEvent (load) { damager = 6; }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 36
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 80; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 68; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 36
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 80; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 69; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 36
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 80; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 70; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 36
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 80; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 71; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 36
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 80; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 72; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 36
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 80; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 73; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 30; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 351 MovieClip in Symbol 514 MovieClip Frame 37
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 140; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 11; enemynum = 57; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 38
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 24; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 351 MovieClip in Symbol 514 MovieClip Frame 38
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 140; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 11; enemynum = 58; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 351 MovieClip in Symbol 514 MovieClip Frame 38
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 140; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 11; enemynum = 59; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 310 MovieClip in Symbol 514 MovieClip Frame 39
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 1; distance = 175; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 10; enemynum = 61; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 25; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 68; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 310 MovieClip in Symbol 514 MovieClip Frame 40
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 1; distance = 175; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 10; enemynum = 62; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 351 MovieClip in Symbol 514 MovieClip Frame 41
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 140; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 11; enemynum = 67; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 29; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 351 MovieClip in Symbol 514 MovieClip Frame 42
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 4; distance = 60; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 11; enemynum = 63; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 351 MovieClip in Symbol 514 MovieClip Frame 42
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 4; distance = 60; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 11; enemynum = 64; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 43
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 71; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 43
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 65; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 65; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 43
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 65; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 66; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 27; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 26; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 28; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 354 MovieClip in Symbol 514 MovieClip Frame 44
onClipEvent (enterFrame) { if (((((((_root.slot1 == 1) || (_root.slot2 == 1)) || (_root.slot3 == 1)) || (_root.slot4 == 1)) || (_root.slot5 == 1)) || (_root.slot6 == 1)) || (_root.slot7 == 1)) { if (this.hitTest(_root.player.hitpoint) && (live == 1)) { _root.undermessage = "You found Super Activity stimulation pills!"; live = 0; this.play(); _root.reciever.play(); _root.itemer[itemnum] = 0; if (_root.slot1 == 1) { _root.slot1 = 4; } else if (_root.slot2 == 1) { _root.slot2 = 4; } else if (_root.slot3 == 1) { _root.slot3 = 4; } else if (_root.slot4 == 1) { _root.slot4 = 4; } else if (_root.slot5 == 1) { _root.slot5 = 4; } else if (_root.slot6 == 1) { _root.slot6 = 4; } else if (_root.slot7 == 1) { _root.slot7 = 4; } } } } onClipEvent (load) { itemnum = 46; if (_root.itemer[itemnum] == 1) { live = 1; } else { live = 0; _visible = false; } }
Instance of Symbol 351 MovieClip in Symbol 514 MovieClip Frame 44
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 140; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 11; enemynum = 60; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 292 MovieClip in Symbol 514 MovieClip Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (live == 1)) { if (Key.isDown(32)) { if (_root.slot1 == 2) { _root.player.walk_now = false; _root.player.gotoAndStop(1); _root.undermessage = "Opening chest..."; live = 0; _root.itemer[itemnum] = 0; this.gotoAndStop(2); _root.slot1 = 0; } else if (_root.slot2 == 2) { _root.player.walk_now = false; _root.player.gotoAndStop(1); _root.undermessage = "Opening chest..."; live = 0; _root.itemer[itemnum] = 0; this.gotoAndStop(2); _root.slot2 = 0; } else if (_root.slot3 == 2) { _root.player.walk_now = false; _root.player.gotoAndStop(1); _root.undermessage = "Opening chest..."; live = 0; _root.itemer[itemnum] = 0; this.gotoAndStop(2); _root.slot3 = 0; } else if (_root.slot4 == 2) { _root.player.walk_now = false; _root.player.gotoAndStop(1); _root.undermessage = "Opening chest..."; live = 0; _root.itemer[itemnum] = 0; this.gotoAndStop(2); _root.slot4 = 0; } else if (_root.slot5 == 2) { _root.player.walk_now = false; _root.player.gotoAndStop(1); _root.undermessage = "Opening chest..."; live = 0; _root.itemer[itemnum] = 0; this.gotoAndStop(2); _root.slot5 = 0; } else if (_root.slot6 == 2) { _root.player.walk_now = false; _root.player.gotoAndStop(1); _root.undermessage = "Opening chest..."; live = 0; _root.itemer[itemnum] = 0; this.gotoAndStop(2); _root.slot6 = 0; } else if (_root.slot7 == 2) { _root.player.walk_now = false; _root.player.gotoAndStop(1); _root.undermessage = "Opening chest..."; live = 0; _root.itemer[itemnum] = 0; this.gotoAndStop(2); _root.slot7 = 0; } } } } onClipEvent (load) { itemnum = 260; if (_root.itemer[itemnum] == 1) { live = 1; } else { live = 0; this.gotoAndStop(3); } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 66; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 355 MovieClip in Symbol 514 MovieClip Frame 47
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 6.4; distance = 80; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 11; enemynum = 74; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 67; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 286 MovieClip in Symbol 514 MovieClip Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } } onClipEvent (load) { damager = 6; }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 48
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 70; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 77; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 49
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 74; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 355 MovieClip in Symbol 514 MovieClip Frame 49
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 6.4; distance = 80; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 11; enemynum = 75; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 283 MovieClip in Symbol 514 MovieClip Frame 49
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 9; distance = 72; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 4003; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 49; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 50; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 73; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 50
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 110; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 78; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 50
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 110; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 79; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 50
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 110; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 80; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 355 MovieClip in Symbol 514 MovieClip Frame 50
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 6.4; distance = 80; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 11; enemynum = 81; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 51
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 51; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 51
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 70; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 90; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 52
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 52; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 286 MovieClip in Symbol 514 MovieClip Frame 52
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } } onClipEvent (load) { damager = 6; }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 52
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 70; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 91; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 53
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 53; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 53
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 75; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 283 MovieClip in Symbol 514 MovieClip Frame 53
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 9; distance = 35; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 4006; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 54
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 54; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 283 MovieClip in Symbol 514 MovieClip Frame 54
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 9; distance = 72; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 4005; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 55
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 55; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 355 MovieClip in Symbol 514 MovieClip Frame 55
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 6.4; distance = 40; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 11; enemynum = 92; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 357 MovieClip in Symbol 514 MovieClip Frame 56
onClipEvent (load) { enemynum = 250; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 57
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 56; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 58
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 70; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 355 MovieClip in Symbol 514 MovieClip Frame 58
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 6.4; distance = 80; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 11; enemynum = 93; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 59
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 57; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 286 MovieClip in Symbol 514 MovieClip Frame 59
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } } onClipEvent (load) { damager = 6; }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 61
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 58; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 69; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 62
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 80; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 95; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 62
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 80; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 96; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 62
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 80; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 97; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 62
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 80; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 98; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 63
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 59; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 63
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 60; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 355 MovieClip in Symbol 514 MovieClip Frame 63
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 6.4; distance = 70; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 11; enemynum = 100; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 355 MovieClip in Symbol 514 MovieClip Frame 63
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 6.4; distance = 70; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 11; enemynum = 101; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 311 MovieClip in Symbol 514 MovieClip Frame 63
onClipEvent (enterFrame) { if (((((((_root.slot1 == 0) || (_root.slot2 == 0)) || (_root.slot3 == 0)) || (_root.slot4 == 0)) || (_root.slot5 == 0)) || (_root.slot6 == 0)) || (_root.slot7 == 0)) { if (this.hitTest(_root.player.hitpoint) && (live == 1)) { _root.undermessage = "You found a golden key!"; live = 0; this.play(); _root.reciever.play(); _root.itemer[itemnum] = 0; if (_root.slot1 == 0) { _root.slot1 = 2; } else if (_root.slot2 == 0) { _root.slot2 = 2; } else if (_root.slot3 == 0) { _root.slot3 = 2; } else if (_root.slot4 == 0) { _root.slot4 = 2; } else if (_root.slot5 == 0) { _root.slot5 = 2; } else if (_root.slot6 == 0) { _root.slot6 = 2; } else if (_root.slot7 == 0) { _root.slot7 = 2; } } } } onClipEvent (load) { itemnum = 261; if (_root.itemer[itemnum] == 1) { live = 1; } else { live = 0; _visible = false; } }
Instance of Symbol 312 MovieClip in Symbol 514 MovieClip Frame 64
onClipEvent (enterFrame) { if (((((((_root.slot1 == 0) || (_root.slot2 == 0)) || (_root.slot3 == 0)) || (_root.slot4 == 0)) || (_root.slot5 == 0)) || (_root.slot6 == 0)) || (_root.slot7 == 0)) { if (this.hitTest(_root.player.hitpoint) && (live == 1)) { _root.undermessage = "You found a health vial!"; live = 0; this.play(); _root.reciever.play(); _root.itemer[itemnum] = 0; if (_root.slot1 == 0) { _root.slot1 = 3; } else if (_root.slot2 == 0) { _root.slot2 = 3; } else if (_root.slot3 == 0) { _root.slot3 = 3; } else if (_root.slot4 == 0) { _root.slot4 = 3; } else if (_root.slot5 == 0) { _root.slot5 = 3; } else if (_root.slot6 == 0) { _root.slot6 = 3; } else if (_root.slot7 == 0) { _root.slot7 = 3; } } } } onClipEvent (load) { itemnum = 262; if (_root.itemer[itemnum] == 1) { live = 1; } else { live = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 65
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 61; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 65
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 80; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 103; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 65
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 80; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 104; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 65
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 80; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 105; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 65
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 80; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 106; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 66
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 62; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 312 MovieClip in Symbol 514 MovieClip Frame 66
onClipEvent (enterFrame) { if (((((((_root.slot1 == 0) || (_root.slot2 == 0)) || (_root.slot3 == 0)) || (_root.slot4 == 0)) || (_root.slot5 == 0)) || (_root.slot6 == 0)) || (_root.slot7 == 0)) { if (this.hitTest(_root.player.hitpoint) && (live == 1)) { _root.undermessage = "You found a health vial!"; live = 0; this.play(); _root.reciever.play(); _root.itemer[itemnum] = 0; if (_root.slot1 == 0) { _root.slot1 = 3; } else if (_root.slot2 == 0) { _root.slot2 = 3; } else if (_root.slot3 == 0) { _root.slot3 = 3; } else if (_root.slot4 == 0) { _root.slot4 = 3; } else if (_root.slot5 == 0) { _root.slot5 = 3; } else if (_root.slot6 == 0) { _root.slot6 = 3; } else if (_root.slot7 == 0) { _root.slot7 = 3; } } } } onClipEvent (load) { itemnum = 662; if (_root.itemer[itemnum] == 1) { live = 1; } else { live = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 66
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 80; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 107; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 66
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 80; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 108; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 283 MovieClip in Symbol 514 MovieClip Frame 66
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 9; distance = 55; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 4009; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 67
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 63; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 312 MovieClip in Symbol 514 MovieClip Frame 67
onClipEvent (enterFrame) { if (((((((_root.slot1 == 0) || (_root.slot2 == 0)) || (_root.slot3 == 0)) || (_root.slot4 == 0)) || (_root.slot5 == 0)) || (_root.slot6 == 0)) || (_root.slot7 == 0)) { if (this.hitTest(_root.player.hitpoint) && (live == 1)) { _root.undermessage = "You found a health vial!"; live = 0; this.play(); _root.reciever.play(); _root.itemer[itemnum] = 0; if (_root.slot1 == 0) { _root.slot1 = 3; } else if (_root.slot2 == 0) { _root.slot2 = 3; } else if (_root.slot3 == 0) { _root.slot3 = 3; } else if (_root.slot4 == 0) { _root.slot4 = 3; } else if (_root.slot5 == 0) { _root.slot5 = 3; } else if (_root.slot6 == 0) { _root.slot6 = 3; } else if (_root.slot7 == 0) { _root.slot7 = 3; } } } } onClipEvent (load) { itemnum = 562; if (_root.itemer[itemnum] == 1) { live = 1; } else { live = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 67
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 80; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 110; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 67
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 80; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 109; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 283 MovieClip in Symbol 514 MovieClip Frame 67
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 9; distance = 55; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 4008; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 68
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 64; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 68
onClipEvent (load) { startdirection = 1; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 80; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 111; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 273 MovieClip in Symbol 514 MovieClip Frame 68
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 2; distance = 80; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 112; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 283 MovieClip in Symbol 514 MovieClip Frame 68
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 9; distance = 55; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } } onClipEvent (load) { damager = 5; enemynum = 4010; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 238 MovieClip in Symbol 514 MovieClip Frame 69
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint) && (starlive == 1)) { _root.undermessage = "Congratulations! You recovered one of the power stars!"; _root.stars++; starlive = 0; _root.itemer[itemnum] = 0; this.play(); } } onClipEvent (load) { itemnum = 65; if (_root.itemer[itemnum] == 1) { starlive = 1; } else { starlive = 0; _visible = false; } }
Instance of Symbol 440 MovieClip in Symbol 514 MovieClip Frame 71
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 5; distance = 120; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitter.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { my_color = new Color(this); myColorTransform = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0}; my_color.setTransform(myColorTransform); if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitter2.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { my_color = new Color(this); myColorTransform = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0}; my_color.setTransform(myColorTransform); if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitter3.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { my_color = new Color(this); myColorTransform = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0}; my_color.setTransform(myColorTransform); if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitter.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { healthx--; my_color = new Color(this); myColorTransform = {ra:255, rb:100, ga:65, gb:0, ba:65, bb:0}; my_color.setTransform(myColorTransform); _root.player.vel_y = 36; _root.player.falling = false; if (healthx == 0) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } else { my_color = new Color(this); myColorTransform = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0}; my_color.setTransform(myColorTransform); } } } onClipEvent (load) { damager = 13; enemynum = 114; healthx = 10; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 448 MovieClip in Symbol 514 MovieClip Frame 72
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 6; distance = 100; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitter.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { my_color = new Color(this); myColorTransform = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0}; my_color.setTransform(myColorTransform); if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitter2.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { my_color = new Color(this); myColorTransform = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0}; my_color.setTransform(myColorTransform); if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitter3.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { my_color = new Color(this); myColorTransform = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0}; my_color.setTransform(myColorTransform); if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitter.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { healthx--; my_color = new Color(this); myColorTransform = {ra:255, rb:100, ga:65, gb:0, ba:65, bb:0}; my_color.setTransform(myColorTransform); _root.player.vel_y = 36; _root.player.falling = false; if (healthx == 0) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } else { my_color = new Color(this); myColorTransform = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0}; my_color.setTransform(myColorTransform); } } } onClipEvent (load) { damager = 16; enemynum = 115; healthx = 15; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 502 MovieClip in Symbol 514 MovieClip Frame 73
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 15; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { dice = Math.round(Math.random() * 250); if (dice == 100) { this.play(); } if (curdir == 1) { if (_x > -160) { randur = Math.round((Math.random() * 55) + 1); } _xscale = 100; _x = (_x + speed); if (_x >= 350) { curdir = 2; } if (randur == 30) { curdir = 2; randur = 0; } } if (curdir == 2) { if (_x < 220) { randur = Math.round((Math.random() * 55) + 1); } _xscale = -100; _x = (_x - speed); if (_x <= -290) { curdir = 1; } if (randur == 30) { curdir = 2; randur = 0; } } if (this.hitter.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { my_color = new Color(this); myColorTransform = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0}; my_color.setTransform(myColorTransform); if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitter2.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { my_color = new Color(this); myColorTransform = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0}; my_color.setTransform(myColorTransform); if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitter3.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { my_color = new Color(this); myColorTransform = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0}; my_color.setTransform(myColorTransform); if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitter.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { healthx--; my_color = new Color(this); myColorTransform = {ra:255, rb:100, ga:65, gb:0, ba:65, bb:0}; my_color.setTransform(myColorTransform); _root.player.vel_y = 36; _root.player.falling = false; hurtingx = true; if (healthx == 0) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(41); } } else { if (hurtingx == false) { my_color = new Color(this); myColorTransform = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0}; my_color.setTransform(myColorTransform); } if (hurtingx == true) { countU--; if (countU == 0) { hurtingx = false; countU = 15; } } } } } onClipEvent (load) { countU = 15; damager = 12; enemynum = 116; healthx = 11; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Instance of Symbol 508 MovieClip in Symbol 514 MovieClip Frame 74
onClipEvent (enterFrame) { if (this.hitTest(_root.player.hitpoint)) { stopAllSounds(); _root.nextFrame(); } }
Instance of Symbol 513 MovieClip in Symbol 514 MovieClip Frame 75
onClipEvent (load) { startdirection = 2; if (startdirection == 1) { _xscale = 100; } else if (startdirection == 2) { _xscale = -100; } speed = 4; distance = 150; went = 0; curdir = startdirection; } onClipEvent (enterFrame) { if (living == 1) { if (curdir == 1) { _xscale = 100; _x = (_x + speed); went++; if (went == distance) { curdir = 2; went = 0; } } if (curdir == 2) { _xscale = -100; _x = (_x - speed); went++; if (went == distance) { curdir = 1; went = 0; } } if (this.hitter.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { my_color = new Color(this); myColorTransform = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0}; my_color.setTransform(myColorTransform); if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitter2.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { my_color = new Color(this); myColorTransform = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0}; my_color.setTransform(myColorTransform); if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitter3.hitTest(_root.player.hitpoint) && (_root.player.falling == false)) { my_color = new Color(this); myColorTransform = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0}; my_color.setTransform(myColorTransform); if (_root.player._xscale == 100) { _root.health = _root.health - damager; _root.playerHurtA(); } else if (_root.player._xscale == -100) { _root.health = _root.health - damager; _root.playerHurtB(); } } else if (this.hitter.hitTest(_root.player.hitpoint) && (_root.player.falling == true)) { healthx--; my_color = new Color(this); myColorTransform = {ra:255, rb:100, ga:65, gb:0, ba:65, bb:0}; my_color.setTransform(myColorTransform); _root.player.vel_y = 36; _root.player.falling = false; if (healthx == 0) { _root.enemyer[enemynum] = 0; living = 0; this.gotoAndStop(2); } } else { my_color = new Color(this); myColorTransform = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0}; my_color.setTransform(myColorTransform); } } } onClipEvent (load) { damager = 10; enemynum = 113; healthx = 8; if (_root.enemyer[enemynum] == 1) { living = 1; } else { living = 0; _visible = false; } }
Symbol 529 MovieClip Frame 1
stop();
Symbol 532 MovieClip Frame 5
_parent.gotoAndStop(3);
Symbol 549 MovieClip Frame 5
_parent.gotoAndStop(1);
Symbol 551 MovieClip Frame 5
_parent.gotoAndStop(5);
Symbol 553 MovieClip Frame 19
_parent.gotoAndStop(1);
Symbol 554 MovieClip Frame 5
_parent.gotoAndStop(5);
Symbol 555 MovieClip Frame 1
_root.curFram = 1; stop();
Instance of Symbol 313 MovieClip "hitpoint" in Symbol 555 MovieClip Frame 1
onClipEvent (load) { _visible = false; }
Instance of Symbol 527 MovieClip in Symbol 555 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.walk_now == true) { if (Key.isDown(39)) { _parent.gotoAndStop(2); } else if (Key.isDown(37)) { _parent.gotoAndStop(2); } } }
Instance of Symbol 531 MovieClip "head" in Symbol 555 MovieClip Frame 1
onClipEvent (load) { _visible = false; }
Symbol 555 MovieClip Frame 2
_root.curFram = 2;
Instance of Symbol 532 MovieClip in Symbol 555 MovieClip Frame 2
onClipEvent (enterFrame) { if (_parent.walk_now == true) { _parent.xSpeed = _parent.xSpeed + 2; if ((!Key.isDown(39)) && (!Key.isDown(37))) { _parent.gotoAndStop(4); } if (Key.isDown(39)) { _parent._x = _parent._x + _parent.xSpeed; } else if (Key.isDown(37)) { _parent._x = _parent._x - _parent.xSpeed; } } }
Symbol 555 MovieClip Frame 3
_root.curFram = 3;
Instance of Symbol 548 MovieClip in Symbol 555 MovieClip Frame 3
onClipEvent (enterFrame) { if (_parent.walk_now == true) { if ((!Key.isDown(39)) && (!Key.isDown(37))) { _parent.gotoAndStop(4); } if (Key.isDown(39)) { if (Key.isDown(16)) { if ((_root.supershoe == false) && (_root.turboshoe == false)) { _parent._x = _parent._x + _parent.xSpeed; } else if (_root.supershoe == true) { _parent._x = _parent._x + (_parent.xSpeed * 1.5); } else if (_root.turboshoe == true) { _parent._x = _parent._x + (_parent.xSpeed * 1.7); } } else { _parent._x = _parent._x + _parent.xSpeed; } } else if (Key.isDown(37)) { if (Key.isDown(16)) { if ((_root.supershoe == false) && (_root.turboshoe == false)) { _parent._x = _parent._x - _parent.xSpeed; } else if (_root.supershoe == true) { _parent._x = _parent._x - (_parent.xSpeed * 1.5); } else if (_root.turboshoe == true) { _parent._x = _parent._x - (_parent.xSpeed * 1.7); } } else { _parent._x = _parent._x - _parent.xSpeed; } } } }
Symbol 555 MovieClip Frame 4
_root.curFram = 4;
Instance of Symbol 549 MovieClip in Symbol 555 MovieClip Frame 4
onClipEvent (enterFrame) { if (_parent.walk_now == true) { _parent.xSpeed = _parent.xSpeed - 2; if (_parent._xscale == 100) { _parent._x = _parent._x + _parent.xSpeed; } else if (_parent._xscale == -100) { _parent._x = _parent._x - _parent.xSpeed; } } }
Symbol 555 MovieClip Frame 5
_root.curFram = 5;
Symbol 555 MovieClip Frame 6
_root.curFram = 6;
Symbol 555 MovieClip Frame 7
_root.curFram = 7; _parent.stopjump = true;
Symbol 555 MovieClip Frame 8
_root.curFram = 8;
Symbol 643 MovieClip Frame 1
stop();
Symbol 643 MovieClip Frame 60
amount = 80; var i = 0; while (i < amount) { removeMovieClip("flake" + i); i++; }
Symbol 643 MovieClip Frame 61
amount = 80; mWidth = Stage.width; mHeight = Stage.height; var i = 0; while (i < amount) { removeMovieClip("flake" + i); i++; } var i = 0; while (i < amount) { thisFlake = this.attachMovie("flake", "flake" + i, i); with (thisFlake) { _x = Math.random() * mWidth; _y = Math.random() * mHeight; _xscale = (_yscale = (_alpha = 40 + (Math.random() * 60))); } thisFlake.yspeed = (Math.random() * 1.8) + 0.5; thisFlake.increment = -0.025 + (Math.random() * 0.05); thisFlake.radian = 0; thisFlake.onEnterFrame = function () { this.radians = this.radians + this.increment; this._x = this._x + Math.sin(this.radians); this._y = this._y + this.yspeed; if (this._y >= mHeight) { this._y = -10; this._x = -10 + (Math.random() * mWidth); } if ((this._x >= mWidth) || (this._x <= 0)) { this._y = -10; this._x = -10 + (Math.random() * mWidth); } }; i++; }
Symbol 643 MovieClip Frame 62
amount = 80; mWidth = Stage.width; mHeight = Stage.height; var i = 0; while (i < amount) { removeMovieClip("flake" + i); i++; } var i = 0; while (i < amount) { thisFlake = this.attachMovie("flake", "flake" + i, i); with (thisFlake) { _x = Math.random() * mWidth; _y = Math.random() * mHeight; _xscale = (_yscale = (_alpha = 40 + (Math.random() * 60))); } thisFlake.yspeed = (Math.random() * 1.8) + 0.5; thisFlake.increment = -0.025 + (Math.random() * 0.05); thisFlake.radian = 0; thisFlake.onEnterFrame = function () { this.radians = this.radians + this.increment; this._x = this._x + Math.sin(this.radians); this._y = this._y + this.yspeed; if (this._y >= mHeight) { this._y = -10; this._x = -10 + (Math.random() * mWidth); } if ((this._x >= mWidth) || (this._x <= 0)) { this._y = -10; this._x = -10 + (Math.random() * mWidth); } }; i++; }
Symbol 643 MovieClip Frame 63
amount = 80; mWidth = Stage.width; mHeight = Stage.height; var i = 0; while (i < amount) { removeMovieClip("flake" + i); i++; } var i = 0; while (i < amount) { thisFlake = this.attachMovie("flake", "flake" + i, i); with (thisFlake) { _x = Math.random() * mWidth; _y = Math.random() * mHeight; _xscale = (_yscale = (_alpha = 40 + (Math.random() * 60))); } thisFlake.yspeed = (Math.random() * 1.8) + 0.5; thisFlake.increment = -0.025 + (Math.random() * 0.05); thisFlake.radian = 0; thisFlake.onEnterFrame = function () { this.radians = this.radians + this.increment; this._x = this._x + Math.sin(this.radians); this._y = this._y + this.yspeed; if (this._y >= mHeight) { this._y = -10; this._x = -10 + (Math.random() * mWidth); } if ((this._x >= mWidth) || (this._x <= 0)) { this._y = -10; this._x = -10 + (Math.random() * mWidth); } }; i++; }
Symbol 643 MovieClip Frame 64
amount = 80; mWidth = Stage.width; mHeight = Stage.height; var i = 0; while (i < amount) { removeMovieClip("flake" + i); i++; } var i = 0; while (i < amount) { thisFlake = this.attachMovie("flake", "flake" + i, i); with (thisFlake) { _x = Math.random() * mWidth; _y = Math.random() * mHeight; _xscale = (_yscale = (_alpha = 40 + (Math.random() * 60))); } thisFlake.yspeed = (Math.random() * 1.8) + 0.5; thisFlake.increment = -0.025 + (Math.random() * 0.05); thisFlake.radian = 0; thisFlake.onEnterFrame = function () { this.radians = this.radians + this.increment; this._x = this._x + Math.sin(this.radians); this._y = this._y + this.yspeed; if (this._y >= mHeight) { this._y = -10; this._x = -10 + (Math.random() * mWidth); } if ((this._x >= mWidth) || (this._x <= 0)) { this._y = -10; this._x = -10 + (Math.random() * mWidth); } }; i++; }
Symbol 643 MovieClip Frame 65
amount = 80; mWidth = Stage.width; mHeight = Stage.height; var i = 0; while (i < amount) { removeMovieClip("flake" + i); i++; } var i = 0; while (i < amount) { thisFlake = this.attachMovie("flake", "flake" + i, i); with (thisFlake) { _x = Math.random() * mWidth; _y = Math.random() * mHeight; _xscale = (_yscale = (_alpha = 40 + (Math.random() * 60))); } thisFlake.yspeed = (Math.random() * 1.8) + 0.5; thisFlake.increment = -0.025 + (Math.random() * 0.05); thisFlake.radian = 0; thisFlake.onEnterFrame = function () { this.radians = this.radians + this.increment; this._x = this._x + Math.sin(this.radians); this._y = this._y + this.yspeed; if (this._y >= mHeight) { this._y = -10; this._x = -10 + (Math.random() * mWidth); } if ((this._x >= mWidth) || (this._x <= 0)) { this._y = -10; this._x = -10 + (Math.random() * mWidth); } }; i++; }
Symbol 643 MovieClip Frame 66
amount = 80; mWidth = Stage.width; mHeight = Stage.height; var i = 0; while (i < amount) { removeMovieClip("flake" + i); i++; } var i = 0; while (i < amount) { thisFlake = this.attachMovie("flake", "flake" + i, i); with (thisFlake) { _x = Math.random() * mWidth; _y = Math.random() * mHeight; _xscale = (_yscale = (_alpha = 40 + (Math.random() * 60))); } thisFlake.yspeed = (Math.random() * 1.8) + 0.5; thisFlake.increment = -0.025 + (Math.random() * 0.05); thisFlake.radian = 0; thisFlake.onEnterFrame = function () { this.radians = this.radians + this.increment; this._x = this._x + Math.sin(this.radians); this._y = this._y + this.yspeed; if (this._y >= mHeight) { this._y = -10; this._x = -10 + (Math.random() * mWidth); } if ((this._x >= mWidth) || (this._x <= 0)) { this._y = -10; this._x = -10 + (Math.random() * mWidth); } }; i++; }
Symbol 643 MovieClip Frame 67
amount = 80; mWidth = Stage.width; mHeight = Stage.height; var i = 0; while (i < amount) { removeMovieClip("flake" + i); i++; } var i = 0; while (i < amount) { thisFlake = this.attachMovie("flake", "flake" + i, i); with (thisFlake) { _x = Math.random() * mWidth; _y = Math.random() * mHeight; _xscale = (_yscale = (_alpha = 40 + (Math.random() * 60))); } thisFlake.yspeed = (Math.random() * 1.8) + 0.5; thisFlake.increment = -0.025 + (Math.random() * 0.05); thisFlake.radian = 0; thisFlake.onEnterFrame = function () { this.radians = this.radians + this.increment; this._x = this._x + Math.sin(this.radians); this._y = this._y + this.yspeed; if (this._y >= mHeight) { this._y = -10; this._x = -10 + (Math.random() * mWidth); } if ((this._x >= mWidth) || (this._x <= 0)) { this._y = -10; this._x = -10 + (Math.random() * mWidth); } }; i++; }
Symbol 643 MovieClip Frame 68
amount = 80; mWidth = Stage.width; mHeight = Stage.height; var i = 0; while (i < amount) { removeMovieClip("flake" + i); i++; } var i = 0; while (i < amount) { thisFlake = this.attachMovie("flake", "flake" + i, i); with (thisFlake) { _x = Math.random() * mWidth; _y = Math.random() * mHeight; _xscale = (_yscale = (_alpha = 40 + (Math.random() * 60))); } thisFlake.yspeed = (Math.random() * 1.8) + 0.5; thisFlake.increment = -0.025 + (Math.random() * 0.05); thisFlake.radian = 0; thisFlake.onEnterFrame = function () { this.radians = this.radians + this.increment; this._x = this._x + Math.sin(this.radians); this._y = this._y + this.yspeed; if (this._y >= mHeight) { this._y = -10; this._x = -10 + (Math.random() * mWidth); } if ((this._x >= mWidth) || (this._x <= 0)) { this._y = -10; this._x = -10 + (Math.random() * mWidth); } }; i++; }
Symbol 643 MovieClip Frame 69
amount = 80; mWidth = Stage.width; mHeight = Stage.height; var i = 0; while (i < amount) { removeMovieClip("flake" + i); i++; } var i = 0; while (i < amount) { thisFlake = this.attachMovie("flake", "flake" + i, i); with (thisFlake) { _x = Math.random() * mWidth; _y = Math.random() * mHeight; _xscale = (_yscale = (_alpha = 40 + (Math.random() * 60))); } thisFlake.yspeed = (Math.random() * 1.8) + 0.5; thisFlake.increment = -0.025 + (Math.random() * 0.05); thisFlake.radian = 0; thisFlake.onEnterFrame = function () { this.radians = this.radians + this.increment; this._x = this._x + Math.sin(this.radians); this._y = this._y + this.yspeed; if (this._y >= mHeight) { this._y = -10; this._x = -10 + (Math.random() * mWidth); } if ((this._x >= mWidth) || (this._x <= 0)) { this._y = -10; this._x = -10 + (Math.random() * mWidth); } }; i++; }
Symbol 643 MovieClip Frame 70
amount = 80; mWidth = Stage.width; mHeight = Stage.height; var i = 0; while (i < amount) { removeMovieClip("flake" + i); i++; } var i = 0; while (i < amount) { thisFlake = this.attachMovie("flake", "flake" + i, i); with (thisFlake) { _x = Math.random() * mWidth; _y = Math.random() * mHeight; _xscale = (_yscale = (_alpha = 40 + (Math.random() * 60))); } thisFlake.yspeed = (Math.random() * 1.8) + 0.5; thisFlake.increment = -0.025 + (Math.random() * 0.05); thisFlake.radian = 0; thisFlake.onEnterFrame = function () { this.radians = this.radians + this.increment; this._x = this._x + Math.sin(this.radians); this._y = this._y + this.yspeed; if (this._y >= mHeight) { this._y = -10; this._x = -10 + (Math.random() * mWidth); } if ((this._x >= mWidth) || (this._x <= 0)) { this._y = -10; this._x = -10 + (Math.random() * mWidth); } }; i++; }
Symbol 643 MovieClip Frame 71
amount = 30; mWidth = Stage.width; mHeight = Stage.height; var i = 0; while (i < (amount * 3)) { removeMovieClip("flake" + i); i++; } var i = 0; while (i < amount) { thisFlake = this.attachMovie("flake2", "flake" + i, i); with (thisFlake) { _x = Math.random() * mWidth; _y = Math.random() * mHeight; _xscale = (_yscale = (_alpha = 40 + (Math.random() * 60))); } thisFlake.yspeed = (Math.random() * 1.8) + 0.5; thisFlake.increment = -0.025 + (Math.random() * 0.05); thisFlake.radian = 0; thisFlake._rotation = Math.random() * 360; thisFlake.onEnterFrame = function () { this.radians = this.radians + this.increment; this._x = this._x + Math.sin(this.radians); this._y = this._y + this.yspeed; if (this._y >= mHeight) { this._y = -10; this._x = -10 + (Math.random() * mWidth); } if ((this._x >= mWidth) || (this._x <= 0)) { this._y = -10; this._x = -10 + (Math.random() * mWidth); } }; i++; }
Symbol 643 MovieClip Frame 72
amount = 30; mWidth = Stage.width; mHeight = Stage.height; var i = 0; while (i < amount) { removeMovieClip("flake" + i); i++; } var i = 0; while (i < amount) { thisFlake = this.attachMovie("flake2", "flake" + i, i); with (thisFlake) { _x = Math.random() * mWidth; _y = Math.random() * mHeight; _xscale = (_yscale = (_alpha = 40 + (Math.random() * 60))); } thisFlake.yspeed = (Math.random() * 1.8) + 0.5; thisFlake.increment = -0.025 + (Math.random() * 0.05); thisFlake.radian = 0; thisFlake._rotation = Math.random() * 360; thisFlake.onEnterFrame = function () { this.radians = this.radians + this.increment; this._x = this._x + Math.sin(this.radians); this._y = this._y + this.yspeed; if (this._y >= mHeight) { this._y = -10; this._x = -10 + (Math.random() * mWidth); } if ((this._x >= mWidth) || (this._x <= 0)) { this._y = -10; this._x = -10 + (Math.random() * mWidth); } }; i++; }
Symbol 643 MovieClip Frame 73
amount = 30; mWidth = Stage.width; mHeight = Stage.height; var i = 0; while (i < amount) { removeMovieClip("flake" + i); i++; } var i = 0; while (i < amount) { thisFlake = this.attachMovie("flake2", "flake" + i, i); with (thisFlake) { _x = Math.random() * mWidth; _y = Math.random() * mHeight; _xscale = (_yscale = (_alpha = 40 + (Math.random() * 60))); } thisFlake.yspeed = (Math.random() * 1.8) + 0.5; thisFlake.increment = -0.025 + (Math.random() * 0.05); thisFlake.radian = 0; thisFlake._rotation = Math.random() * 360; thisFlake.onEnterFrame = function () { this.radians = this.radians + this.increment; this._x = this._x + Math.sin(this.radians); this._y = this._y + this.yspeed; if (this._y >= mHeight) { this._y = -10; this._x = -10 + (Math.random() * mWidth); } if ((this._x >= mWidth) || (this._x <= 0)) { this._y = -10; this._x = -10 + (Math.random() * mWidth); } }; i++; }
Symbol 643 MovieClip Frame 74
amount = 100; mWidth = Stage.width; mHeight = Stage.height; var i = 0; while (i < amount) { removeMovieClip("flake" + i); i++; } var i = 0; while (i < amount) { thisFlake = this.attachMovie("flake2", "flake" + i, i); with (thisFlake) { _x = Math.random() * mWidth; _y = Math.random() * mHeight; _xscale = (_yscale = (_alpha = 40 + (Math.random() * 60))); } thisFlake.yspeed = (Math.random() * 1.8) + 0.5; thisFlake.increment = -0.025 + (Math.random() * 0.05); thisFlake.radian = 0; thisFlake._rotation = Math.random() * 360; thisFlake.onEnterFrame = function () { this.radians = this.radians + this.increment; this._x = this._x + Math.sin(this.radians); this._y = this._y + this.yspeed; if (this._y >= mHeight) { this._y = -10; this._x = -10 + (Math.random() * mWidth); } if ((this._x >= mWidth) || (this._x <= 0)) { this._y = -10; this._x = -10 + (Math.random() * mWidth); } }; i++; }
Symbol 643 MovieClip Frame 75
amount = 150; var i = 0; while (i < amount) { removeMovieClip("flake" + i); i++; }
Symbol 644 MovieClip Frame 1
stop();
Symbol 644 MovieClip Frame 2
_root.ground.prevFrame(); _root.bg1.prevFrame(); _root.bg2.prevFrame(); _root.actives.prevFrame(); _root.walls.prevFrame(); _root.foreground.prevFrame();
Symbol 645 MovieClip Frame 1
stop();
Symbol 645 MovieClip Frame 2
_root.ground.nextFrame(); _root.bg1.nextFrame(); _root.bg2.nextFrame(); _root.actives.nextFrame(); _root.walls.nextFrame(); _root.foreground.nextFrame();
Instance of Symbol 657 MovieClip in Symbol 661 MovieClip Frame 1
onClipEvent (load) { _width = ((_root.health / _root.maxhealth) * 450); } onClipEvent (enterFrame) { _width = ((_root.health / _root.maxhealth) * 450); }
Instance of Symbol 660 MovieClip in Symbol 661 MovieClip Frame 1
onClipEvent (enterFrame) { _x = _root.health; if (_x > 450) { _x = 450; } if (_x < 0) { _x = 0; } } onClipEvent (load) { _x = _root.health; if (_x > 450) { _x = 450; } if (_x < 0) { _x = 0; } }
Symbol 667 MovieClip Frame 1
stop();
Symbol 673 Button
on (rollOver) { if (s_fr < 25) { play(); } else if (s_fr == 36) { gotoAndPlay (34); } else if (s_fr == 37) { gotoAndPlay (33); } else if (s_fr == 38) { gotoAndPlay (32); } else if (s_fr == 39) { gotoAndPlay (31); } else if (s_fr == 40) { gotoAndPlay (30); } else if (s_fr == 41) { gotoAndPlay (29); } else if (s_fr == 42) { gotoAndPlay (28); } else if (s_fr == 43) { gotoAndPlay (27); } else if (s_fr == 44) { gotoAndPlay (26); } else if (s_fr == 45) { gotoAndPlay (25); } else if (s_fr == 46) { gotoAndPlay (24); } else if (s_fr == 47) { gotoAndPlay (23); } else if (s_fr == 48) { gotoAndPlay (22); } else if (s_fr == 49) { gotoAndPlay (21); } else if (s_fr == 50) { gotoAndPlay (20); } else if (s_fr == 51) { gotoAndPlay (19); } else if (s_fr == 52) { gotoAndPlay (18); } else if (s_fr == 53) { gotoAndPlay (17); } else if (s_fr == 54) { gotoAndPlay (16); } else if (s_fr == 55) { gotoAndPlay (15); } else if (s_fr == 56) { gotoAndPlay (14); } else if (s_fr == 57) { gotoAndPlay (13); } else if (s_fr == 58) { gotoAndPlay (12); } else if (s_fr == 59) { gotoAndPlay (11); } else if (s_fr == 60) { gotoAndPlay (10); } else if (s_fr == 61) { gotoAndPlay (9); } else if (s_fr == 62) { gotoAndPlay (8); } else if (s_fr == 63) { gotoAndPlay (7); } else if (s_fr == 64) { gotoAndPlay (6); } else if (s_fr == 65) { gotoAndPlay (5); } else if (s_fr == 66) { gotoAndPlay (4); } else if (s_fr == 67) { gotoAndPlay (3); } else if (s_fr == 68) { gotoAndPlay (2); } else if (s_fr == 69) { gotoAndPlay (2); } else if (s_fr == 70) { gotoAndPlay (2); } } on (rollOut) { if (s_fr >= 35) { play(); } else if (s_fr == 2) { gotoAndPlay (69); } else if (s_fr == 3) { gotoAndPlay (68); } else if (s_fr == 4) { gotoAndPlay (67); } else if (s_fr == 5) { gotoAndPlay (66); } else if (s_fr == 6) { gotoAndPlay (65); } else if (s_fr == 7) { gotoAndPlay (64); } else if (s_fr == 8) { gotoAndPlay (63); } else if (s_fr == 9) { gotoAndPlay (62); } else if (s_fr == 10) { gotoAndPlay (61); } else if (s_fr == 11) { gotoAndPlay (60); } else if (s_fr == 12) { gotoAndPlay (59); } else if (s_fr == 13) { gotoAndPlay (58); } else if (s_fr == 14) { gotoAndPlay (57); } else if (s_fr == 15) { gotoAndPlay (56); } else if (s_fr == 16) { gotoAndPlay (55); } else if (s_fr == 17) { gotoAndPlay (54); } else if (s_fr == 18) { gotoAndPlay (53); } else if (s_fr == 19) { gotoAndPlay (52); } else if (s_fr == 20) { gotoAndPlay (51); } else if (s_fr == 21) { gotoAndPlay (50); } else if (s_fr == 22) { gotoAndPlay (49); } else if (s_fr == 23) { gotoAndPlay (48); } else if (s_fr == 24) { gotoAndPlay (47); } else if (s_fr == 25) { gotoAndPlay (46); } else if (s_fr == 26) { gotoAndPlay (45); } else if (s_fr == 27) { gotoAndPlay (44); } else if (s_fr == 28) { gotoAndPlay (43); } else if (s_fr == 29) { gotoAndPlay (42); } else if (s_fr == 30) { gotoAndPlay (41); } else if (s_fr == 31) { gotoAndPlay (40); } else if (s_fr == 32) { gotoAndPlay (39); } else if (s_fr == 33) { gotoAndPlay (38); } else if (s_fr == 34) { gotoAndPlay (37); } }
Symbol 676 MovieClip Frame 1
s_fr = 1; _root.hoverdesc = "Hover over an item to print it's description here."; _root.hovername = "No item."; stop();
Instance of Symbol 667 MovieClip in Symbol 676 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(_root.slot1 + 1); } onClipEvent (enterFrame) { this.gotoAndStop(_root.slot1 + 1); if (this.hitTest(_root.cursor.tops)) { if (_root.slot1 == 1) { _root.hoverdesc = "Keep this in your inventory. Then hold the SHIFT button to increase running speed and jumping height."; _root.hovername = "Activity stimulation pills."; } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot1 == 2) { _root.hoverdesc = "Will open a chest... Space to use."; _root.hovername = "Golden Key."; } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot1 == 3) { _root.hoverdesc = "Using will recover some of your lost health. \nClick to use."; _root.hovername = "Health Vial."; if (Key.isDown(46)) { _root.hoverdesc = "Hover over an item to print it's description here."; _root.hovername = "No item."; _root.slot1 = 0; } } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot1 == 4) { _root.hoverdesc = "Keep this in your inventory. Then hold the SHIFT button to increase running speed and jumping height."; _root.hovername = "Super Activity stimulation pills."; } } } onClipEvent (mouseDown) { if (this.hitTest(_root.cursor.tops)) { if (_root.slot1 == 3) { _root.health = _root.health + 150; _root.slot1 = 0; } } }
Instance of Symbol 667 MovieClip in Symbol 676 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(_root.slot2 + 1); } onClipEvent (enterFrame) { this.gotoAndStop(_root.slot2 + 1); if (this.hitTest(_root.cursor.tops)) { if (_root.slot2 == 1) { _root.hoverdesc = "Keep this in your inventory. Then hold the SHIFT button to increase running speed and jumping height."; _root.hovername = "Activity stimulation pills."; } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot2 == 2) { _root.hoverdesc = "Will open a chest... Space to use."; _root.hovername = "Golden Key."; } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot2 == 3) { _root.hoverdesc = "Using will recover some of your lost health. \nClick to use."; _root.hovername = "Health Vial."; if (Key.isDown(46)) { _root.hoverdesc = "Hover over an item to print it's description here."; _root.hovername = "No item."; _root.slot2 = 0; } } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot2 == 4) { _root.hoverdesc = "Keep this in your inventory. Then hold the SHIFT button to increase running speed and jumping height."; _root.hovername = "Super Activity stimulation pills."; } } } onClipEvent (mouseDown) { if (this.hitTest(_root.cursor.tops)) { if (_root.slot2 == 3) { _root.health = _root.health + 150; _root.slot2 = 0; } } }
Instance of Symbol 667 MovieClip in Symbol 676 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(_root.slot3 + 1); } onClipEvent (enterFrame) { this.gotoAndStop(_root.slot3 + 1); if (this.hitTest(_root.cursor.tops)) { if (_root.slot3 == 1) { _root.hoverdesc = "Keep this in your inventory. Then hold the SHIFT button to increase running speed and jumping height."; _root.hovername = "Activity stimulation pills."; } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot3 == 2) { _root.hoverdesc = "Will open a chest... Space to use."; _root.hovername = "Golden Key."; } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot3 == 3) { _root.hoverdesc = "Using will recover some of your lost health. \nClick to use."; _root.hovername = "Health Vial."; if (Key.isDown(46)) { _root.hoverdesc = "Hover over an item to print it's description here."; _root.hovername = "No item."; _root.slot3 = 0; } } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot3 == 4) { _root.hoverdesc = "Keep this in your inventory. Then hold the SHIFT button to increase running speed and jumping height."; _root.hovername = "Super Activity stimulation pills."; } } } onClipEvent (mouseDown) { if (this.hitTest(_root.cursor.tops)) { if (_root.slot3 == 3) { _root.health = _root.health + 150; _root.slot3 = 0; } } }
Instance of Symbol 667 MovieClip in Symbol 676 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(_root.slot4 + 1); } onClipEvent (enterFrame) { this.gotoAndStop(_root.slot4 + 1); if (this.hitTest(_root.cursor.tops)) { if (_root.slot4 == 1) { _root.hoverdesc = "Keep this in your inventory. Then hold the SHIFT button to increase running speed and jumping height."; _root.hovername = "Activity stimulation pills."; } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot4 == 2) { _root.hoverdesc = "Will open a chest... Space to use."; _root.hovername = "Golden Key."; } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot4 == 3) { _root.hoverdesc = "Using will recover some of your lost health. \nClick to use."; _root.hovername = "Health Vial."; if (Key.isDown(46)) { _root.hoverdesc = "Hover over an item to print it's description here."; _root.hovername = "No item."; _root.slot4 = 0; } } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot4 == 4) { _root.hoverdesc = "Keep this in your inventory. Then hold the SHIFT button to increase running speed and jumping height."; _root.hovername = "Super Activity stimulation pills."; } } } onClipEvent (mouseDown) { if (this.hitTest(_root.cursor.tops)) { if (_root.slot4 == 3) { _root.health = _root.health + 150; _root.slot4 = 0; } } }
Instance of Symbol 667 MovieClip in Symbol 676 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(_root.slot5 + 1); } onClipEvent (enterFrame) { this.gotoAndStop(_root.slot5 + 1); if (this.hitTest(_root.cursor.tops)) { if (_root.slot5 == 1) { _root.hoverdesc = "Keep this in your inventory. Then hold the SHIFT button to increase running speed and jumping height."; _root.hovername = "Activity stimulation pills."; } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot5 == 2) { _root.hoverdesc = "Will open a chest... Space to use."; _root.hovername = "Golden Key."; } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot5 == 3) { _root.hoverdesc = "Using will recover some of your lost health. \nClick to use."; _root.hovername = "Health Vial."; if (Key.isDown(46)) { _root.hoverdesc = "Hover over an item to print it's description here."; _root.hovername = "No item."; _root.slot5 = 0; } } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot5 == 4) { _root.hoverdesc = "Keep this in your inventory. Then hold the SHIFT button to increase running speed and jumping height."; _root.hovername = "Super Activity stimulation pills."; } } } onClipEvent (mouseDown) { if (this.hitTest(_root.cursor.tops)) { if (_root.slot5 == 3) { _root.health = _root.health + 150; _root.slot5 = 0; } } }
Instance of Symbol 667 MovieClip in Symbol 676 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(_root.slot6 + 1); } onClipEvent (enterFrame) { this.gotoAndStop(_root.slot6 + 1); if (this.hitTest(_root.cursor.tops)) { if (_root.slot6 == 1) { _root.hoverdesc = "Keep this in your inventory. Then hold the SHIFT button to increase running speed and jumping height."; _root.hovername = "Activity stimulation pills."; } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot6 == 2) { _root.hoverdesc = "Will open a chest... Space to use."; _root.hovername = "Golden Key."; } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot6 == 3) { _root.hoverdesc = "Using will recover some of your lost health. \nClick to use."; _root.hovername = "Health Vial."; if (Key.isDown(46)) { _root.hoverdesc = "Hover over an item to print it's description here."; _root.hovername = "No item."; _root.slot6 = 0; } } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot6 == 4) { _root.hoverdesc = "Keep this in your inventory. Then hold the SHIFT button to increase running speed and jumping height."; _root.hovername = "Super Activity stimulation pills."; } } } onClipEvent (mouseDown) { if (this.hitTest(_root.cursor.tops)) { if (_root.slot6 == 3) { _root.health = _root.health + 150; _root.slot6 = 0; } } }
Symbol 676 MovieClip Frame 2
s_fr = 2;
Symbol 676 MovieClip Frame 3
s_fr = 3;
Symbol 676 MovieClip Frame 4
s_fr = 4;
Symbol 676 MovieClip Frame 5
s_fr = 5;
Symbol 676 MovieClip Frame 6
s_fr = 6;
Symbol 676 MovieClip Frame 7
s_fr = 7;
Symbol 676 MovieClip Frame 8
s_fr = 8;
Symbol 676 MovieClip Frame 9
s_fr = 9;
Symbol 676 MovieClip Frame 10
s_fr = 10;
Symbol 676 MovieClip Frame 11
s_fr = 11;
Symbol 676 MovieClip Frame 12
s_fr = 12;
Symbol 676 MovieClip Frame 13
s_fr = 13;
Symbol 676 MovieClip Frame 14
s_fr = 14;
Symbol 676 MovieClip Frame 15
s_fr = 15;
Symbol 676 MovieClip Frame 16
s_fr = 16;
Symbol 676 MovieClip Frame 17
s_fr = 17;
Symbol 676 MovieClip Frame 18
s_fr = 18;
Symbol 676 MovieClip Frame 19
s_fr = 19;
Symbol 676 MovieClip Frame 20
s_fr = 20;
Symbol 676 MovieClip Frame 21
s_fr = 21;
Symbol 676 MovieClip Frame 22
s_fr = 22;
Symbol 676 MovieClip Frame 23
s_fr = 23;
Symbol 676 MovieClip Frame 24
s_fr = 24;
Symbol 676 MovieClip Frame 25
s_fr = 25;
Symbol 676 MovieClip Frame 26
s_fr = 26;
Symbol 676 MovieClip Frame 27
s_fr = 27;
Symbol 676 MovieClip Frame 28
s_fr = 28;
Symbol 676 MovieClip Frame 29
s_fr = 29;
Symbol 676 MovieClip Frame 30
s_fr = 30;
Symbol 676 MovieClip Frame 31
s_fr = 31;
Symbol 676 MovieClip Frame 32
s_fr = 32;
Symbol 676 MovieClip Frame 33
s_fr = 33;
Symbol 676 MovieClip Frame 34
s_fr = 34;
Symbol 676 MovieClip Frame 35
s_fr = 35; stop();
Instance of Symbol 667 MovieClip in Symbol 676 MovieClip Frame 35
onClipEvent (load) { this.gotoAndStop(_root.slot1 + 1); } onClipEvent (enterFrame) { this.gotoAndStop(_root.slot1 + 1); if (this.hitTest(_root.cursor.tops)) { if (_root.slot1 == 1) { _root.hoverdesc = "Keep this in your inventory. Then hold the SHIFT button to increase running speed and jumping height."; _root.hovername = "Activity stimulation pills."; } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot1 == 2) { _root.hoverdesc = "Will open a chest... Space to use."; _root.hovername = "Golden Key."; } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot1 == 3) { _root.hoverdesc = "Using will recover some of your lost health. \nClick to use."; _root.hovername = "Health Vial."; if (Key.isDown(46)) { _root.hoverdesc = "Hover over an item to print it's description here."; _root.hovername = "No item."; _root.slot1 = 0; } } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot1 == 4) { _root.hoverdesc = "Keep this in your inventory. Then hold the SHIFT button to increase running speed and jumping height."; _root.hovername = "Super Activity stimulation pills."; } } } onClipEvent (mouseDown) { if (this.hitTest(_root.cursor.tops)) { if (_root.slot1 == 3) { _root.health = _root.health + 150; _root.slot1 = 0; } } }
Instance of Symbol 667 MovieClip in Symbol 676 MovieClip Frame 35
onClipEvent (load) { this.gotoAndStop(_root.slot2 + 1); } onClipEvent (enterFrame) { this.gotoAndStop(_root.slot2 + 1); if (this.hitTest(_root.cursor.tops)) { if (_root.slot2 == 1) { _root.hoverdesc = "Keep this in your inventory. Then hold the SHIFT button to increase running speed and jumping height."; _root.hovername = "Activity stimulation pills."; } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot2 == 2) { _root.hoverdesc = "Will open a chest... Space to use."; _root.hovername = "Golden Key."; } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot2 == 3) { _root.hoverdesc = "Using will recover some of your lost health. \nClick to use."; _root.hovername = "Health Vial."; if (Key.isDown(46)) { _root.hoverdesc = "Hover over an item to print it's description here."; _root.hovername = "No item."; _root.slot2 = 0; } } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot2 == 4) { _root.hoverdesc = "Keep this in your inventory. Then hold the SHIFT button to increase running speed and jumping height."; _root.hovername = "Super Activity stimulation pills."; } } } onClipEvent (mouseDown) { if (this.hitTest(_root.cursor.tops)) { if (_root.slot2 == 3) { _root.health = _root.health + 150; _root.slot2 = 0; } } }
Instance of Symbol 667 MovieClip in Symbol 676 MovieClip Frame 35
onClipEvent (load) { this.gotoAndStop(_root.slot3 + 1); } onClipEvent (enterFrame) { this.gotoAndStop(_root.slot3 + 1); if (this.hitTest(_root.cursor.tops)) { if (_root.slot3 == 1) { _root.hoverdesc = "Keep this in your inventory. Then hold the SHIFT button to increase running speed and jumping height."; _root.hovername = "Activity stimulation pills."; } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot3 == 2) { _root.hoverdesc = "Will open a chest... Space to use."; _root.hovername = "Golden Key."; } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot3 == 3) { _root.hoverdesc = "Using will recover some of your lost health. \nClick to use."; _root.hovername = "Health Vial."; if (Key.isDown(46)) { _root.hoverdesc = "Hover over an item to print it's description here."; _root.hovername = "No item."; _root.slot3 = 0; } } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot3 == 4) { _root.hoverdesc = "Keep this in your inventory. Then hold the SHIFT button to increase running speed and jumping height."; _root.hovername = "Super Activity stimulation pills."; } } } onClipEvent (mouseDown) { if (this.hitTest(_root.cursor.tops)) { if (_root.slot3 == 3) { _root.health = _root.health + 150; _root.slot3 = 0; } } }
Instance of Symbol 667 MovieClip in Symbol 676 MovieClip Frame 35
onClipEvent (load) { this.gotoAndStop(_root.slot4 + 1); } onClipEvent (enterFrame) { this.gotoAndStop(_root.slot4 + 1); if (this.hitTest(_root.cursor.tops)) { if (_root.slot4 == 1) { _root.hoverdesc = "Keep this in your inventory. Then hold the SHIFT button to increase running speed and jumping height."; _root.hovername = "Activity stimulation pills."; } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot4 == 2) { _root.hoverdesc = "Will open a chest... Space to use."; _root.hovername = "Golden Key."; } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot4 == 3) { _root.hoverdesc = "Using will recover some of your lost health. \nClick to use."; _root.hovername = "Health Vial."; if (Key.isDown(46)) { _root.hoverdesc = "Hover over an item to print it's description here."; _root.hovername = "No item."; _root.slot4 = 0; } } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot4 == 4) { _root.hoverdesc = "Keep this in your inventory. Then hold the SHIFT button to increase running speed and jumping height."; _root.hovername = "Super Activity stimulation pills."; } } } onClipEvent (mouseDown) { if (this.hitTest(_root.cursor.tops)) { if (_root.slot4 == 3) { _root.health = _root.health + 150; _root.slot4 = 0; } } }
Instance of Symbol 667 MovieClip in Symbol 676 MovieClip Frame 35
onClipEvent (load) { this.gotoAndStop(_root.slot5 + 1); } onClipEvent (enterFrame) { this.gotoAndStop(_root.slot5 + 1); if (this.hitTest(_root.cursor.tops)) { if (_root.slot5 == 1) { _root.hoverdesc = "Keep this in your inventory. Then hold the SHIFT button to increase running speed and jumping height."; _root.hovername = "Activity stimulation pills."; } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot5 == 2) { _root.hoverdesc = "Will open a chest... Space to use."; _root.hovername = "Golden Key."; } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot5 == 3) { _root.hoverdesc = "Using will recover some of your lost health. \nClick to use."; _root.hovername = "Health Vial."; if (Key.isDown(46)) { _root.hoverdesc = "Hover over an item to print it's description here."; _root.hovername = "No item."; _root.slot5 = 0; } } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot5 == 4) { _root.hoverdesc = "Keep this in your inventory. Then hold the SHIFT button to increase running speed and jumping height."; _root.hovername = "Super Activity stimulation pills."; } } } onClipEvent (mouseDown) { if (this.hitTest(_root.cursor.tops)) { if (_root.slot5 == 3) { _root.health = _root.health + 150; _root.slot5 = 0; } } }
Instance of Symbol 667 MovieClip in Symbol 676 MovieClip Frame 35
onClipEvent (load) { this.gotoAndStop(_root.slot6 + 1); } onClipEvent (enterFrame) { this.gotoAndStop(_root.slot6 + 1); if (this.hitTest(_root.cursor.tops)) { if (_root.slot6 == 1) { _root.hoverdesc = "Keep this in your inventory. Then hold the SHIFT button to increase running speed and jumping height."; _root.hovername = "Activity stimulation pills."; } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot6 == 2) { _root.hoverdesc = "Will open a chest... Space to use."; _root.hovername = "Golden Key."; } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot6 == 3) { _root.hoverdesc = "Using will recover some of your lost health. \nClick to use."; _root.hovername = "Health Vial."; if (Key.isDown(46)) { _root.hoverdesc = "Hover over an item to print it's description here."; _root.hovername = "No item."; _root.slot6 = 0; } } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot6 == 4) { _root.hoverdesc = "Keep this in your inventory. Then hold the SHIFT button to increase running speed and jumping height."; _root.hovername = "Super Activity stimulation pills."; } } } onClipEvent (mouseDown) { if (this.hitTest(_root.cursor.tops)) { if (_root.slot6 == 3) { _root.health = _root.health + 150; _root.slot6 = 0; } } }
Symbol 676 MovieClip Frame 36
s_fr = 36;
Symbol 676 MovieClip Frame 37
s_fr = 37;
Symbol 676 MovieClip Frame 38
s_fr = 38;
Symbol 676 MovieClip Frame 39
s_fr = 39;
Symbol 676 MovieClip Frame 40
s_fr = 40;
Symbol 676 MovieClip Frame 41
s_fr = 41;
Symbol 676 MovieClip Frame 42
s_fr = 42;
Symbol 676 MovieClip Frame 43
s_fr = 43;
Symbol 676 MovieClip Frame 44
s_fr = 44;
Symbol 676 MovieClip Frame 45
s_fr = 45;
Symbol 676 MovieClip Frame 46
s_fr = 46;
Symbol 676 MovieClip Frame 47
s_fr = 47;
Symbol 676 MovieClip Frame 48
s_fr = 48;
Symbol 676 MovieClip Frame 49
s_fr = 49;
Symbol 676 MovieClip Frame 50
s_fr = 50;
Symbol 676 MovieClip Frame 51
s_fr = 51;
Symbol 676 MovieClip Frame 52
s_fr = 52;
Symbol 676 MovieClip Frame 53
s_fr = 53;
Symbol 676 MovieClip Frame 54
s_fr = 54;
Symbol 676 MovieClip Frame 55
s_fr = 55;
Symbol 676 MovieClip Frame 56
s_fr = 56;
Symbol 676 MovieClip Frame 57
s_fr = 57;
Symbol 676 MovieClip Frame 58
s_fr = 58;
Symbol 676 MovieClip Frame 59
s_fr = 59;
Symbol 676 MovieClip Frame 60
s_fr = 60;
Symbol 676 MovieClip Frame 61
s_fr = 61;
Symbol 676 MovieClip Frame 62
s_fr = 62;
Symbol 676 MovieClip Frame 63
s_fr = 63;
Symbol 676 MovieClip Frame 64
s_fr = 64;
Symbol 676 MovieClip Frame 65
s_fr = 65;
Symbol 676 MovieClip Frame 66
s_fr = 66;
Symbol 676 MovieClip Frame 67
s_fr = 67;
Symbol 676 MovieClip Frame 68
s_fr = 68;
Symbol 676 MovieClip Frame 69
s_fr = 69;
Symbol 676 MovieClip Frame 70
s_fr = 70; _root.hoverdesc = "Hover over an item to print it's description here."; _root.hovername = "No item."; stop();
Instance of Symbol 667 MovieClip in Symbol 676 MovieClip Frame 70
onClipEvent (load) { this.gotoAndStop(_root.slot1 + 1); } onClipEvent (enterFrame) { this.gotoAndStop(_root.slot1 + 1); if (this.hitTest(_root.cursor.tops)) { if (_root.slot1 == 1) { _root.hoverdesc = "Keep this in your inventory. Then hold the SHIFT button to increase running speed and jumping height."; _root.hovername = "Activity stimulation pills."; } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot1 == 2) { _root.hoverdesc = "Will open a chest... Space to use."; _root.hovername = "Golden Key."; } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot1 == 3) { _root.hoverdesc = "Using will recover some of your lost health. \nClick to use."; _root.hovername = "Health Vial."; if (Key.isDown(46)) { _root.hoverdesc = "Hover over an item to print it's description here."; _root.hovername = "No item."; _root.slot1 = 0; } } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot1 == 4) { _root.hoverdesc = "Keep this in your inventory. Then hold the SHIFT button to increase running speed and jumping height."; _root.hovername = "Super Activity stimulation pills."; } } } onClipEvent (mouseDown) { if (this.hitTest(_root.cursor.tops)) { if (_root.slot1 == 3) { _root.health = _root.health + 150; _root.slot1 = 0; } } }
Instance of Symbol 667 MovieClip in Symbol 676 MovieClip Frame 70
onClipEvent (load) { this.gotoAndStop(_root.slot2 + 1); } onClipEvent (enterFrame) { this.gotoAndStop(_root.slot2 + 1); if (this.hitTest(_root.cursor.tops)) { if (_root.slot2 == 1) { _root.hoverdesc = "Keep this in your inventory. Then hold the SHIFT button to increase running speed and jumping height."; _root.hovername = "Activity stimulation pills."; } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot2 == 2) { _root.hoverdesc = "Will open a chest... Space to use."; _root.hovername = "Golden Key."; } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot2 == 3) { _root.hoverdesc = "Using will recover some of your lost health. \nClick to use."; _root.hovername = "Health Vial."; if (Key.isDown(46)) { _root.hoverdesc = "Hover over an item to print it's description here."; _root.hovername = "No item."; _root.slot2 = 0; } } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot2 == 4) { _root.hoverdesc = "Keep this in your inventory. Then hold the SHIFT button to increase running speed and jumping height."; _root.hovername = "Super Activity stimulation pills."; } } } onClipEvent (mouseDown) { if (this.hitTest(_root.cursor.tops)) { if (_root.slot2 == 3) { _root.health = _root.health + 150; _root.slot2 = 0; } } }
Instance of Symbol 667 MovieClip in Symbol 676 MovieClip Frame 70
onClipEvent (load) { this.gotoAndStop(_root.slot3 + 1); } onClipEvent (enterFrame) { this.gotoAndStop(_root.slot3 + 1); if (this.hitTest(_root.cursor.tops)) { if (_root.slot3 == 1) { _root.hoverdesc = "Keep this in your inventory. Then hold the SHIFT button to increase running speed and jumping height."; _root.hovername = "Activity stimulation pills."; } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot3 == 2) { _root.hoverdesc = "Will open a chest... Space to use."; _root.hovername = "Golden Key."; } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot3 == 3) { _root.hoverdesc = "Using will recover some of your lost health. \nClick to use."; _root.hovername = "Health Vial."; if (Key.isDown(46)) { _root.hoverdesc = "Hover over an item to print it's description here."; _root.hovername = "No item."; _root.slot3 = 0; } } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot3 == 4) { _root.hoverdesc = "Keep this in your inventory. Then hold the SHIFT button to increase running speed and jumping height."; _root.hovername = "Super Activity stimulation pills."; } } } onClipEvent (mouseDown) { if (this.hitTest(_root.cursor.tops)) { if (_root.slot3 == 3) { _root.health = _root.health + 150; _root.slot3 = 0; } } }
Instance of Symbol 667 MovieClip in Symbol 676 MovieClip Frame 70
onClipEvent (load) { this.gotoAndStop(_root.slot4 + 1); } onClipEvent (enterFrame) { this.gotoAndStop(_root.slot4 + 1); if (this.hitTest(_root.cursor.tops)) { if (_root.slot4 == 1) { _root.hoverdesc = "Keep this in your inventory. Then hold the SHIFT button to increase running speed and jumping height."; _root.hovername = "Activity stimulation pills."; } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot4 == 2) { _root.hoverdesc = "Will open a chest... Space to use."; _root.hovername = "Golden Key."; } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot4 == 3) { _root.hoverdesc = "Using will recover some of your lost health. \nClick to use."; _root.hovername = "Health Vial."; if (Key.isDown(46)) { _root.hoverdesc = "Hover over an item to print it's description here."; _root.hovername = "No item."; _root.slot4 = 0; } } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot4 == 4) { _root.hoverdesc = "Keep this in your inventory. Then hold the SHIFT button to increase running speed and jumping height."; _root.hovername = "Super Activity stimulation pills."; } } } onClipEvent (mouseDown) { if (this.hitTest(_root.cursor.tops)) { if (_root.slot4 == 3) { _root.health = _root.health + 150; _root.slot4 = 0; } } }
Instance of Symbol 667 MovieClip in Symbol 676 MovieClip Frame 70
onClipEvent (load) { this.gotoAndStop(_root.slot5 + 1); } onClipEvent (enterFrame) { this.gotoAndStop(_root.slot5 + 1); if (this.hitTest(_root.cursor.tops)) { if (_root.slot5 == 1) { _root.hoverdesc = "Keep this in your inventory. Then hold the SHIFT button to increase running speed and jumping height."; _root.hovername = "Activity stimulation pills."; } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot5 == 2) { _root.hoverdesc = "Will open a chest... Space to use."; _root.hovername = "Golden Key."; } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot5 == 3) { _root.hoverdesc = "Using will recover some of your lost health. \nClick to use."; _root.hovername = "Health Vial."; if (Key.isDown(46)) { _root.hoverdesc = "Hover over an item to print it's description here."; _root.hovername = "No item."; _root.slot5 = 0; } } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot5 == 4) { _root.hoverdesc = "Keep this in your inventory. Then hold the SHIFT button to increase running speed and jumping height."; _root.hovername = "Super Activity stimulation pills."; } } } onClipEvent (mouseDown) { if (this.hitTest(_root.cursor.tops)) { if (_root.slot5 == 3) { _root.health = _root.health + 150; _root.slot5 = 0; } } }
Instance of Symbol 667 MovieClip in Symbol 676 MovieClip Frame 70
onClipEvent (load) { this.gotoAndStop(_root.slot6 + 1); } onClipEvent (enterFrame) { this.gotoAndStop(_root.slot6 + 1); if (this.hitTest(_root.cursor.tops)) { if (_root.slot6 == 1) { _root.hoverdesc = "Keep this in your inventory. Then hold the SHIFT button to increase running speed and jumping height."; _root.hovername = "Activity stimulation pills."; } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot6 == 2) { _root.hoverdesc = "Will open a chest... Space to use."; _root.hovername = "Golden Key."; } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot6 == 3) { _root.hoverdesc = "Using will recover some of your lost health. \nClick to use."; _root.hovername = "Health Vial."; if (Key.isDown(46)) { _root.hoverdesc = "Hover over an item to print it's description here."; _root.hovername = "No item."; _root.slot6 = 0; } } } if (this.hitTest(_root.cursor.tops)) { if (_root.slot6 == 4) { _root.hoverdesc = "Keep this in your inventory. Then hold the SHIFT button to increase running speed and jumping height."; _root.hovername = "Super Activity stimulation pills."; } } } onClipEvent (mouseDown) { if (this.hitTest(_root.cursor.tops)) { if (_root.slot6 == 3) { _root.health = _root.health + 150; _root.slot6 = 0; } } }
Symbol 681 MovieClip Frame 1
stop();
Symbol 683 MovieClip Frame 1
stop();
Symbol 683 MovieClip Frame 21
stop(); _root.gotoAndStop(_root._currentframe + 2);
Symbol 735 MovieClip Frame 1506
stopAllSounds(); _root.gotoAndStop(9);
Symbol 746 Button
on (release) { getURL ("http://www.armorgames.com", "_blank"); }
Symbol 748 MovieClip Frame 21
stop();
Symbol 753 Button
on (release) { _root.gotoAndStop(2); }
Symbol 764 Button
on (release) { getURL ("http://www.armorgames.com", "_blank"); }

Library Items

Symbol 1 Sound [sfx1]
Symbol 2 Sound [bubbles]
Symbol 3 GraphicUsed by:4 313
Symbol 4 MovieClip [flake]Uses:3
Symbol 5 GraphicUsed by:7 30 99
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClipUses:5 6Used by:8
Symbol 8 MovieClip [flake2]Uses:7Used by:98 125 753
Symbol 9 GraphicUsed by:Timeline
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:156 228 735  Timeline
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClipUses:12Used by:156 228 735  Timeline
Symbol 14 BitmapUsed by:15 53 74
Symbol 15 GraphicUses:14Used by:Timeline
Symbol 16 FontUsed by:17 84 85 86 87 115 117 119
Symbol 17 TextUses:16Used by:Timeline
Symbol 18 GraphicUsed by:Timeline
Symbol 19 GraphicUsed by:20 57 644 645 676
Symbol 20 MovieClipUses:19Used by:Timeline
Symbol 21 FontUsed by:22 23 650 651 652 655 663 668 677 678 738
Symbol 22 EditableTextUses:21Used by:Timeline
Symbol 23 TextUses:21Used by:Timeline
Symbol 24 FontUsed by:25 677 678
Symbol 25 TextUses:24Used by:Timeline
Symbol 26 GraphicUsed by:30 99
Symbol 27 GraphicUsed by:30 99
Symbol 28 GraphicUsed by:30 99
Symbol 29 GraphicUsed by:30 99
Symbol 30 MovieClipUses:5 26 27 28 29Used by:Timeline
Symbol 31 GraphicUsed by:Timeline
Symbol 32 FontUsed by:33 40 647 669 677 678
Symbol 33 TextUses:32Used by:Timeline
Symbol 34 GraphicUsed by:38 41 673
Symbol 35 GraphicUsed by:38 41 673
Symbol 36 GraphicUsed by:38 41 673
Symbol 37 GraphicUsed by:38 41 673
Symbol 38 ButtonUses:34 35 36 37Used by:Timeline
Symbol 39 GraphicUsed by:Timeline
Symbol 40 TextUses:32Used by:Timeline
Symbol 41 ButtonUses:34 35 36 37Used by:Timeline
Symbol 42 GraphicUsed by:Timeline
Symbol 43 GraphicUsed by:Timeline
Symbol 44 GraphicUsed by:45
Symbol 45 MovieClipUses:44Used by:Timeline
Symbol 46 GraphicUsed by:Timeline
Symbol 47 GraphicUsed by:Timeline
Symbol 48 GraphicUsed by:Timeline
Symbol 49 GraphicUsed by:50
Symbol 50 MovieClipUses:49Used by:Timeline
Symbol 51 GraphicUsed by:52
Symbol 52 MovieClipUses:51Used by:Timeline
Symbol 53 GraphicUses:14Used by:Timeline
Symbol 54 GraphicUsed by:Timeline
Symbol 55 GraphicUsed by:56
Symbol 56 MovieClipUses:55Used by:64
Symbol 57 ButtonUses:19Used by:64
Symbol 58 GraphicUsed by:59
Symbol 59 MovieClipUses:58Used by:64
Symbol 60 GraphicUsed by:61
Symbol 61 MovieClipUses:60Used by:64
Symbol 62 GraphicUsed by:63
Symbol 63 MovieClipUses:62Used by:64
Symbol 64 MovieClipUses:56 57 59 61 63 SS1Used by:Timeline
Symbol 65 GraphicUsed by:Timeline
Symbol 66 GraphicUsed by:69
Symbol 67 GraphicUsed by:68
Symbol 68 MovieClipUses:67Used by:69
Symbol 69 MovieClipUses:66 68Used by:Timeline
Symbol 70 GraphicUsed by:Timeline
Symbol 71 GraphicUsed by:Timeline
Symbol 72 GraphicUsed by:Timeline
Symbol 73 GraphicUsed by:Timeline
Symbol 74 GraphicUses:14Used by:Timeline
Symbol 75 GraphicUsed by:Timeline
Symbol 76 GraphicUsed by:80 81 82 83
Symbol 77 GraphicUsed by:80 81 82 83
Symbol 78 GraphicUsed by:80 81 82 83
Symbol 79 GraphicUsed by:80 81 82 83
Symbol 80 ButtonUses:76 77 78 79Used by:Timeline
Symbol 81 ButtonUses:76 77 78 79Used by:Timeline
Symbol 82 ButtonUses:76 77 78 79Used by:Timeline
Symbol 83 ButtonUses:76 77 78 79Used by:Timeline
Symbol 84 TextUses:16Used by:Timeline
Symbol 85 TextUses:16Used by:Timeline
Symbol 86 TextUses:16Used by:Timeline
Symbol 87 TextUses:16Used by:Timeline
Symbol 88 GraphicUsed by:Timeline
Symbol 89 GraphicUsed by:Timeline
Symbol 90 BitmapUsed by:91
Symbol 91 GraphicUses:90Used by:92
Symbol 92 MovieClipUses:91Used by:Timeline
Symbol 93 FontUsed by:94 100 101 102 103 105 123 126 127 128 129 130 131 132 760 761 762
Symbol 94 TextUses:93Used by:Timeline
Symbol 95 FontUsed by:96 104 116 124 744 751
Symbol 96 TextUses:95Used by:98
Symbol 97 GraphicUsed by:98 125
Symbol 98 ButtonUses:96 8 97Used by:Timeline
Symbol 99 MovieClipUses:5 26 27 28 29Used by:Timeline
Symbol 100 TextUses:93Used by:Timeline
Symbol 101 TextUses:93Used by:Timeline
Symbol 102 TextUses:93Used by:Timeline
Symbol 103 TextUses:93Used by:Timeline
Symbol 104 TextUses:95Used by:Timeline
Symbol 105 TextUses:93Used by:Timeline
Symbol 106 GraphicUsed by:Timeline
Symbol 107 GraphicUsed by:108
Symbol 108 MovieClipUses:107Used by:311  Timeline
Symbol 109 GraphicUsed by:110 667
Symbol 110 MovieClipUses:109Used by:312  Timeline
Symbol 111 GraphicUsed by:112
Symbol 112 MovieClipUses:111Used by:284  Timeline
Symbol 113 GraphicUsed by:114 291 318
Symbol 114 MovieClipUses:113Used by:238 676  Timeline
Symbol 115 TextUses:16Used by:Timeline
Symbol 116 TextUses:95Used by:Timeline
Symbol 117 TextUses:16Used by:Timeline
Symbol 118 GraphicUsed by:Timeline
Symbol 119 TextUses:16Used by:Timeline
Symbol 120 GraphicUsed by:Timeline
Symbol 121 GraphicUsed by:Timeline
Symbol 122 GraphicUsed by:Timeline
Symbol 123 TextUses:93Used by:Timeline
Symbol 124 TextUses:95Used by:125
Symbol 125 ButtonUses:124 8 97Used by:Timeline
Symbol 126 TextUses:93Used by:Timeline
Symbol 127 TextUses:93Used by:Timeline
Symbol 128 TextUses:93Used by:Timeline
Symbol 129 TextUses:93Used by:Timeline
Symbol 130 TextUses:93Used by:Timeline
Symbol 131 TextUses:93Used by:Timeline
Symbol 132 TextUses:93Used by:Timeline
Symbol 133 GraphicUsed by:Timeline
Symbol 134 GraphicUsed by:156 735
Symbol 135 GraphicUsed by:156
Symbol 136 GraphicUsed by:156 735
Symbol 137 GraphicUsed by:156
Symbol 138 GraphicUsed by:156
Symbol 139 GraphicUsed by:156
Symbol 140 GraphicUsed by:156 735
Symbol 141 GraphicUsed by:156 735
Symbol 142 GraphicUsed by:156
Symbol 143 GraphicUsed by:156
Symbol 144 GraphicUsed by:156 735
Symbol 145 GraphicUsed by:156
Symbol 146 GraphicUsed by:156
Symbol 147 GraphicUsed by:156
Symbol 148 GraphicUsed by:156
Symbol 149 GraphicUsed by:156
Symbol 150 GraphicUsed by:156
Symbol 151 GraphicUsed by:156
Symbol 152 GraphicUsed by:156
Symbol 153 GraphicUsed by:156
Symbol 154 GraphicUsed by:156
Symbol 155 GraphicUsed by:156
Symbol 156 MovieClipUses:134 11 13 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155Used by:Timeline
Symbol 157 GraphicUsed by:158
Symbol 158 MovieClipUses:157Used by:228 735
Symbol 159 GraphicUsed by:228 735
Symbol 160 GraphicUsed by:228
Symbol 161 GraphicUsed by:228
Symbol 162 GraphicUsed by:228
Symbol 163 GraphicUsed by:228
Symbol 164 GraphicUsed by:228
Symbol 165 GraphicUsed by:228
Symbol 166 GraphicUsed by:228
Symbol 167 GraphicUsed by:228
Symbol 168 GraphicUsed by:228
Symbol 169 GraphicUsed by:228 735
Symbol 170 GraphicUsed by:228
Symbol 171 GraphicUsed by:228
Symbol 172 GraphicUsed by:228
Symbol 173 GraphicUsed by:228
Symbol 174 GraphicUsed by:228
Symbol 175 GraphicUsed by:228 735
Symbol 176 GraphicUsed by:228
Symbol 177 GraphicUsed by:228
Symbol 178 GraphicUsed by:228
Symbol 179 GraphicUsed by:228
Symbol 180 GraphicUsed by:228
Symbol 181 GraphicUsed by:228
Symbol 182 GraphicUsed by:228
Symbol 183 GraphicUsed by:228 735
Symbol 184 GraphicUsed by:228
Symbol 185 GraphicUsed by:228
Symbol 186 GraphicUsed by:228
Symbol 187 GraphicUsed by:228 735
Symbol 188 GraphicUsed by:228
Symbol 189 GraphicUsed by:228
Symbol 190 GraphicUsed by:228
Symbol 191 GraphicUsed by:228 735
Symbol 192 GraphicUsed by:228
Symbol 193 GraphicUsed by:228
Symbol 194 GraphicUsed by:228
Symbol 195 GraphicUsed by:228
Symbol 196 GraphicUsed by:228
Symbol 197 GraphicUsed by:228
Symbol 198 GraphicUsed by:228
Symbol 199 GraphicUsed by:228
Symbol 200 GraphicUsed by:228
Symbol 201 GraphicUsed by:228
Symbol 202 GraphicUsed by:228
Symbol 203 GraphicUsed by:228
Symbol 204 GraphicUsed by:228
Symbol 205 GraphicUsed by:228
Symbol 206 GraphicUsed by:228
Symbol 207 GraphicUsed by:228
Symbol 208 GraphicUsed by:228
Symbol 209 GraphicUsed by:228
Symbol 210 GraphicUsed by:228
Symbol 211 GraphicUsed by:228
Symbol 212 GraphicUsed by:228
Symbol 213 GraphicUsed by:228
Symbol 214 GraphicUsed by:228
Symbol 215 GraphicUsed by:228
Symbol 216 GraphicUsed by:228
Symbol 217 GraphicUsed by:228
Symbol 218 GraphicUsed by:228
Symbol 219 GraphicUsed by:228
Symbol 220 GraphicUsed by:228
Symbol 221 GraphicUsed by:228
Symbol 222 GraphicUsed by:228
Symbol 223 GraphicUsed by:228
Symbol 224 GraphicUsed by:228
Symbol 225 GraphicUsed by:228
Symbol 226 GraphicUsed by:228
Symbol 227 GraphicUsed by:228
Symbol 228 MovieClipUses:158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 11 13Used by:Timeline
Symbol 229 GraphicUsed by:230 232 683 735
Symbol 230 MovieClipUses:229Used by:232
Symbol 231 GraphicUsed by:232
Symbol 232 MovieClipUses:229 230 231Used by:Timeline
Symbol 233 GraphicUsed by:234
Symbol 234 MovieClipUses:233Used by:238 284 311 312 354
Symbol 235 SoundUsed by:238 296 356
Symbol 236 SoundUsed by:238
Symbol 237 SoundUsed by:238 284 291 311 312 354
Symbol 238 MovieClipUses:114 234 235 236 237Used by:296 356 514
Symbol 239 GraphicUsed by:248 272
Symbol 240 GraphicUsed by:248
Symbol 241 GraphicUsed by:248
Symbol 242 GraphicUsed by:248
Symbol 243 GraphicUsed by:248
Symbol 244 GraphicUsed by:248
Symbol 245 GraphicUsed by:248
Symbol 246 GraphicUsed by:248
Symbol 247 GraphicUsed by:248
Symbol 248 MovieClipUses:239 240 241 242 243 244 245 246 247Used by:273
Symbol 249 GraphicUsed by:272
Symbol 250 GraphicUsed by:272
Symbol 251 GraphicUsed by:272
Symbol 252 GraphicUsed by:272
Symbol 253 GraphicUsed by:272
Symbol 254 GraphicUsed by:272
Symbol 255 GraphicUsed by:272
Symbol 256 GraphicUsed by:272
Symbol 257 GraphicUsed by:272
Symbol 258 GraphicUsed by:272
Symbol 259 GraphicUsed by:272
Symbol 260 GraphicUsed by:272 350
Symbol 261 GraphicUsed by:272 350
Symbol 262 GraphicUsed by:272 350
Symbol 263 GraphicUsed by:272
Symbol 264 GraphicUsed by:272
Symbol 265 GraphicUsed by:272
Symbol 266 SoundUsed by:272 282 296 309 318 350 356 447 512
Symbol 267 GraphicUsed by:272
Symbol 268 ShapeTweeningUsed by:272
Symbol 269 ShapeTweeningUsed by:272
Symbol 270 ShapeTweeningUsed by:272
Symbol 271 GraphicUsed by:272 350
Symbol 272 MovieClipUses:239 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271Used by:273
Symbol 273 MovieClipUses:248 272Used by:514
Symbol 274 GraphicUsed by:275
Symbol 275 MovieClipUses:274Used by:281
Symbol 276 GraphicUsed by:281
Symbol 277 GraphicUsed by:278
Symbol 278 MovieClipUses:277Used by:281
Symbol 279 GraphicUsed by:281
Symbol 280 GraphicUsed by:281
Symbol 281 MovieClipUses:275 276 278 279 280Used by:282 283
Symbol 282 MovieClipUses:281 266Used by:283
Symbol 283 MovieClipUses:281 282Used by:514
Symbol 284 MovieClipUses:112 234 237Used by:514
Symbol 285 GraphicUsed by:286
Symbol 286 MovieClipUses:285Used by:514
Symbol 287 GraphicUsed by:291 292
Symbol 288 GraphicUsed by:291 292
Symbol 289 GraphicUsed by:291
Symbol 290 GraphicUsed by:291
Symbol 291 MovieClipUses:287 288 113 289 237 290Used by:292
Symbol 292 MovieClipUses:287 288 291Used by:514
Symbol 293 GraphicUsed by:296 297 356 357
Symbol 294 GraphicUsed by:296 356
Symbol 295 SoundUsed by:296 356 529
Symbol 296 MovieClipUses:293 294 295 266 235 238Used by:297
Symbol 297 MovieClipUses:296 293Used by:514
Symbol 298 GraphicUsed by:307 309
Symbol 299 GraphicUsed by:307 309
Symbol 300 GraphicUsed by:307 309
Symbol 301 GraphicUsed by:307 309
Symbol 302 GraphicUsed by:307 309
Symbol 303 GraphicUsed by:307 309
Symbol 304 GraphicUsed by:307 309
Symbol 305 GraphicUsed by:307 309
Symbol 306 GraphicUsed by:307 309
Symbol 307 MovieClipUses:298 299 300 301 302 303 304 305 306Used by:310
Symbol 308 SoundUsed by:309 502 551 554
Symbol 309 MovieClipUses:298 299 300 301 302 303 304 305 306 308 266Used by:310
Symbol 310 MovieClipUses:307 309Used by:514
Symbol 311 MovieClipUses:108 234 237Used by:514
Symbol 312 MovieClipUses:110 234 237Used by:514
Symbol 313 MovieClipUses:3Used by:319 440 448 502 513 555
Symbol 314 GraphicUsed by:317 318 511 512
Symbol 315 GraphicUsed by:317 318 511 512
Symbol 316 GraphicUsed by:317 318 511 512
Symbol 317 MovieClipUses:314 315 316Used by:319
Symbol 318 MovieClipUses:314 315 316 113 266Used by:319
Symbol 319 MovieClipUses:313 317 318Used by:514
Symbol 320 GraphicUsed by:329
Symbol 321 GraphicUsed by:329
Symbol 322 GraphicUsed by:329
Symbol 323 GraphicUsed by:329
Symbol 324 GraphicUsed by:329
Symbol 325 GraphicUsed by:329
Symbol 326 GraphicUsed by:329
Symbol 327 GraphicUsed by:329
Symbol 328 GraphicUsed by:329
Symbol 329 MovieClipUses:320 321 322 323 324 325 326 327 328Used by:351 355
Symbol 330 GraphicUsed by:350
Symbol 331 GraphicUsed by:350
Symbol 332 GraphicUsed by:350
Symbol 333 GraphicUsed by:350
Symbol 334 GraphicUsed by:350
Symbol 335 GraphicUsed by:350
Symbol 336 GraphicUsed by:350
Symbol 337 GraphicUsed by:350
Symbol 338 GraphicUsed by:350
Symbol 339 GraphicUsed by:350
Symbol 340 GraphicUsed by:350
Symbol 341 GraphicUsed by:350
Symbol 342 GraphicUsed by:350
Symbol 343 GraphicUsed by:350
Symbol 344 GraphicUsed by:350
Symbol 345 GraphicUsed by:350
Symbol 346 GraphicUsed by:350
Symbol 347 ShapeTweeningUsed by:350
Symbol 348 ShapeTweeningUsed by:350
Symbol 349 ShapeTweeningUsed by:350
Symbol 350 MovieClipUses:330 331 332 333 334 335 336 337 338 339 340 341 260 261 262 342 343 344 345 266 346 347 348 349 271Used by:351 355
Symbol 351 MovieClipUses:329 350Used by:514
Symbol 352 GraphicUsed by:353
Symbol 353 MovieClipUses:352Used by:354
Symbol 354 MovieClipUses:353 234 237Used by:514
Symbol 355 MovieClipUses:329 350Used by:514
Symbol 356 MovieClipUses:293 294 295 266 235 238Used by:357
Symbol 357 MovieClipUses:356 293Used by:514
Symbol 358 GraphicUsed by:363 439
Symbol 359 GraphicUsed by:363 439
Symbol 360 GraphicUsed by:363 439
Symbol 361 GraphicUsed by:363 439
Symbol 362 GraphicUsed by:363 439
Symbol 363 MovieClipUses:358 359 360 361 362Used by:440
Symbol 364 GraphicUsed by:439
Symbol 365 GraphicUsed by:439
Symbol 366 GraphicUsed by:439
Symbol 367 GraphicUsed by:439
Symbol 368 GraphicUsed by:439
Symbol 369 GraphicUsed by:439
Symbol 370 GraphicUsed by:439
Symbol 371 GraphicUsed by:439
Symbol 372 GraphicUsed by:439
Symbol 373 GraphicUsed by:439
Symbol 374 GraphicUsed by:439
Symbol 375 GraphicUsed by:439
Symbol 376 GraphicUsed by:439
Symbol 377 GraphicUsed by:439
Symbol 378 GraphicUsed by:439
Symbol 379 GraphicUsed by:439
Symbol 380 GraphicUsed by:439
Symbol 381 GraphicUsed by:439
Symbol 382 GraphicUsed by:439
Symbol 383 GraphicUsed by:439
Symbol 384 GraphicUsed by:439
Symbol 385 GraphicUsed by:439
Symbol 386 GraphicUsed by:439
Symbol 387 GraphicUsed by:439
Symbol 388 GraphicUsed by:439
Symbol 389 GraphicUsed by:439
Symbol 390 GraphicUsed by:439
Symbol 391 GraphicUsed by:439
Symbol 392 GraphicUsed by:439
Symbol 393 GraphicUsed by:439
Symbol 394 GraphicUsed by:439
Symbol 395 GraphicUsed by:439
Symbol 396 GraphicUsed by:439
Symbol 397 GraphicUsed by:439
Symbol 398 GraphicUsed by:439
Symbol 399 GraphicUsed by:439
Symbol 400 GraphicUsed by:439
Symbol 401 GraphicUsed by:439
Symbol 402 GraphicUsed by:439
Symbol 403 GraphicUsed by:439
Symbol 404 GraphicUsed by:439
Symbol 405 GraphicUsed by:439
Symbol 406 GraphicUsed by:439
Symbol 407 GraphicUsed by:439
Symbol 408 GraphicUsed by:439
Symbol 409 GraphicUsed by:439
Symbol 410 GraphicUsed by:439
Symbol 411 GraphicUsed by:439
Symbol 412 GraphicUsed by:439
Symbol 413 GraphicUsed by:439
Symbol 414 GraphicUsed by:439
Symbol 415 GraphicUsed by:439
Symbol 416 GraphicUsed by:439
Symbol 417 GraphicUsed by:439
Symbol 418 GraphicUsed by:439
Symbol 419 GraphicUsed by:439
Symbol 420 GraphicUsed by:439
Symbol 421 GraphicUsed by:439
Symbol 422 GraphicUsed by:439
Symbol 423 GraphicUsed by:439
Symbol 424 GraphicUsed by:439
Symbol 425 GraphicUsed by:439
Symbol 426 GraphicUsed by:439
Symbol 427 GraphicUsed by:439
Symbol 428 GraphicUsed by:439
Symbol 429 GraphicUsed by:439
Symbol 430 GraphicUsed by:439
Symbol 431 GraphicUsed by:439
Symbol 432 GraphicUsed by:439
Symbol 433 GraphicUsed by:439
Symbol 434 GraphicUsed by:439
Symbol 435 ShapeTweeningUsed by:439
Symbol 436 ShapeTweeningUsed by:439
Symbol 437 GraphicUsed by:439
Symbol 438 GraphicUsed by:439
Symbol 439 MovieClipUses:358 359 360 361 362 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438Used by:440
Symbol 440 MovieClipUses:313 363 439Used by:514
Symbol 441 GraphicUsed by:446 447
Symbol 442 GraphicUsed by:446 447
Symbol 443 GraphicUsed by:446 447
Symbol 444 GraphicUsed by:446 447
Symbol 445 GraphicUsed by:446 447
Symbol 446 MovieClipUses:441 442 443 444 445Used by:448
Symbol 447 MovieClipUses:441 442 443 444 445 266Used by:448
Symbol 448 MovieClipUses:313 446 447Used by:514
Symbol 449 GraphicUsed by:465
Symbol 450 GraphicUsed by:465
Symbol 451 GraphicUsed by:465
Symbol 452 GraphicUsed by:465
Symbol 453 GraphicUsed by:465
Symbol 454 GraphicUsed by:465
Symbol 455 SoundUsed by:465
Symbol 456 GraphicUsed by:465
Symbol 457 GraphicUsed by:465
Symbol 458 GraphicUsed by:465
Symbol 459 GraphicUsed by:465
Symbol 460 GraphicUsed by:465
Symbol 461 GraphicUsed by:465
Symbol 462 GraphicUsed by:465
Symbol 463 GraphicUsed by:465
Symbol 464 GraphicUsed by:465
Symbol 465 MovieClipUses:449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464Used by:502
Symbol 466 GraphicUsed by:502
Symbol 467 GraphicUsed by:502
Symbol 468 GraphicUsed by:502
Symbol 469 GraphicUsed by:502
Symbol 470 GraphicUsed by:502
Symbol 471 GraphicUsed by:501
Symbol 472 GraphicUsed by:501
Symbol 473 GraphicUsed by:501
Symbol 474 GraphicUsed by:501
Symbol 475 GraphicUsed by:501
Symbol 476 GraphicUsed by:501
Symbol 477 GraphicUsed by:501
Symbol 478 GraphicUsed by:501
Symbol 479 GraphicUsed by:501
Symbol 480 GraphicUsed by:501
Symbol 481 GraphicUsed by:501
Symbol 482 GraphicUsed by:501
Symbol 483 GraphicUsed by:501
Symbol 484 GraphicUsed by:501
Symbol 485 GraphicUsed by:501
Symbol 486 GraphicUsed by:501
Symbol 487 ShapeTweeningUsed by:501
Symbol 488 ShapeTweeningUsed by:501
Symbol 489 ShapeTweeningUsed by:501
Symbol 490 ShapeTweeningUsed by:501
Symbol 491 ShapeTweeningUsed by:501
Symbol 492 ShapeTweeningUsed by:501
Symbol 493 ShapeTweeningUsed by:501
Symbol 494 ShapeTweeningUsed by:501
Symbol 495 ShapeTweeningUsed by:501
Symbol 496 ShapeTweeningUsed by:501
Symbol 497 ShapeTweeningUsed by:501
Symbol 498 ShapeTweeningUsed by:501
Symbol 499 ShapeTweeningUsed by:501
Symbol 500 GraphicUsed by:501
Symbol 501 MovieClipUses:471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500Used by:502
Symbol 502 MovieClipUses:465 313 466 467 468 469 308 470 501Used by:514
Symbol 503 GraphicUsed by:507
Symbol 504 GraphicUsed by:505
Symbol 505 MovieClipUses:504Used by:507
Symbol 506 GraphicUsed by:507
Symbol 507 MovieClipUses:503 505 506Used by:508
Symbol 508 MovieClipUses:507Used by:514
Symbol 509 GraphicUsed by:511 512
Symbol 510 GraphicUsed by:511 512
Symbol 511 MovieClipUses:509 510 314 315 316Used by:513
Symbol 512 MovieClipUses:509 510 314 315 316 266Used by:513
Symbol 513 MovieClipUses:313 511 512Used by:514
Symbol 514 MovieClipUses:238 273 283 284 286 292 297 310 311 312 319 351 354 355 357 440 448 502 508 513Used by:Timeline
Symbol 515 GraphicUsed by:527 532 548 549 550 551 553 554 735
Symbol 516 GraphicUsed by:527 532 548 549 550 551 553 554 735
Symbol 517 GraphicUsed by:527 532 548 549 550 551 553 554 735
Symbol 518 GraphicUsed by:527 532 548 549 550 551 553 554 735
Symbol 519 GraphicUsed by:527 532 548 549 550 551 553 554 735
Symbol 520 GraphicUsed by:527
Symbol 521 GraphicUsed by:527 532 548 549 550 551 553 554 735
Symbol 522 GraphicUsed by:527 532 548 549 550 551 553 554 735
Symbol 523 GraphicUsed by:527 532 548 549 550 551 553 554 735
Symbol 524 GraphicUsed by:527 532 548 549 550 551 553 554 735
Symbol 525 GraphicUsed by:527
Symbol 526 GraphicUsed by:527
Symbol 527 MovieClipUses:515 516 517 518 519 520 521 522 523 524 525 526Used by:555
Symbol 528 SoundUsed by:529
Symbol 529 MovieClipUses:528 295Used by:555
Symbol 530 GraphicUsed by:531
Symbol 531 MovieClipUses:530Used by:555
Symbol 532 MovieClipUses:515 516 517 518 519 521 522 523 524Used by:555
Symbol 533 GraphicUsed by:548
Symbol 534 GraphicUsed by:548
Symbol 535 GraphicUsed by:548 735
Symbol 536 GraphicUsed by:548
Symbol 537 GraphicUsed by:548
Symbol 538 GraphicUsed by:548
Symbol 539 GraphicUsed by:548
Symbol 540 SoundUsed by:548
Symbol 541 GraphicUsed by:548 735
Symbol 542 GraphicUsed by:548
Symbol 543 GraphicUsed by:548 735
Symbol 544 GraphicUsed by:548
Symbol 545 GraphicUsed by:548
Symbol 546 GraphicUsed by:548
Symbol 547 GraphicUsed by:548
Symbol 548 MovieClipUses:515 516 517 518 519 533 521 522 523 524 534 535 536 537 538 539 540 541 542 543 544 545 546 547Used by:555
Symbol 549 MovieClipUses:515 516 517 518 519 521 522 524 523Used by:555
Symbol 550 MovieClipUses:515 516 517 518 519 521 522 524 523Used by:555
Symbol 551 MovieClipUses:515 516 517 518 519 521 522 524 523 308Used by:555
Symbol 552 SoundUsed by:553
Symbol 553 MovieClipUses:515 516 517 518 519 521 522 524 523 552Used by:555
Symbol 554 MovieClipUses:515 516 517 518 519 521 522 524 523 308Used by:555
Symbol 555 MovieClipUses:313 527 529 531 532 548 549 550 551 553 554Used by:Timeline
Symbol 556 BitmapUsed by:557
Symbol 557 GraphicUses:556Used by:643 735
Symbol 558 GraphicUsed by:643 735
Symbol 559 GraphicUsed by:643 735
Symbol 560 GraphicUsed by:643 735
Symbol 561 BitmapUsed by:562
Symbol 562 GraphicUses:561Used by:643 735
Symbol 563 GraphicUsed by:643 735
Symbol 564 GraphicUsed by:643
Symbol 565 GraphicUsed by:643
Symbol 566 GraphicUsed by:643
Symbol 567 GraphicUsed by:643
Symbol 568 GraphicUsed by:643
Symbol 569 GraphicUsed by:643 735
Symbol 570 GraphicUsed by:643
Symbol 571 GraphicUsed by:643
Symbol 572 GraphicUsed by:643
Symbol 573 GraphicUsed by:643
Symbol 574 GraphicUsed by:643
Symbol 575 BitmapUsed by:576 582 618
Symbol 576 GraphicUses:575Used by:643 735
Symbol 577 GraphicUsed by:643
Symbol 578 GraphicUsed by:643 735
Symbol 579 GraphicUsed by:643
Symbol 580 GraphicUsed by:643
Symbol 581 GraphicUsed by:643
Symbol 582 GraphicUses:575Used by:643
Symbol 583 GraphicUsed by:643
Symbol 584 GraphicUsed by:643
Symbol 585 GraphicUsed by:643
Symbol 586 GraphicUsed by:643
Symbol 587 GraphicUsed by:643 735
Symbol 588 GraphicUsed by:643
Symbol 589 GraphicUsed by:643
Symbol 590 GraphicUsed by:643
Symbol 591 GraphicUsed by:643
Symbol 592 GraphicUsed by:643 735
Symbol 593 GraphicUsed by:643
Symbol 594 GraphicUsed by:643
Symbol 595 GraphicUsed by:643
Symbol 596 GraphicUsed by:643
Symbol 597 GraphicUsed by:643
Symbol 598 GraphicUsed by:643
Symbol 599 GraphicUsed by:643
Symbol 600 GraphicUsed by:643
Symbol 601 GraphicUsed by:643
Symbol 602 GraphicUsed by:643
Symbol 603 GraphicUsed by:643
Symbol 604 GraphicUsed by:643
Symbol 605 GraphicUsed by:643
Symbol 606 GraphicUsed by:643
Symbol 607 GraphicUsed by:643
Symbol 608 GraphicUsed by:643
Symbol 609 GraphicUsed by:643
Symbol 610 GraphicUsed by:643
Symbol 611 GraphicUsed by:643
Symbol 612 GraphicUsed by:643
Symbol 613 GraphicUsed by:643
Symbol 614 GraphicUsed by:643
Symbol 615 GraphicUsed by:643
Symbol 616 GraphicUsed by:643
Symbol 617 GraphicUsed by:643
Symbol 618 GraphicUses:575Used by:643
Symbol 619 GraphicUsed by:643
Symbol 620 GraphicUsed by:643
Symbol 621 GraphicUsed by:643
Symbol 622 GraphicUsed by:643
Symbol 623 GraphicUsed by:643
Symbol 624 GraphicUsed by:643
Symbol 625 GraphicUsed by:643
Symbol 626 GraphicUsed by:643
Symbol 627 GraphicUsed by:643
Symbol 628 GraphicUsed by:643
Symbol 629 GraphicUsed by:643
Symbol 630 GraphicUsed by:643
Symbol 631 BitmapUsed by:632
Symbol 632 GraphicUses:631Used by:643
Symbol 633 BitmapUsed by:634
Symbol 634 GraphicUses:633Used by:643
Symbol 635 BitmapUsed by:636
Symbol 636 GraphicUses:635Used by:643
Symbol 637 BitmapUsed by:638
Symbol 638 GraphicUses:637Used by:643
Symbol 639 GraphicUsed by:643
Symbol 640 GraphicUsed by:643
Symbol 641 GraphicUsed by:643
Symbol 642 GraphicUsed by:643
Symbol 643 MovieClipUses:557 558 559 560 562 563 564 565 566 567 568 569 570 571 572 573 574 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 632 634 636 638 639 640 641 642Used by:Timeline
Symbol 644 MovieClipUses:19Used by:Timeline
Symbol 645 MovieClipUses:19Used by:Timeline
Symbol 646 GraphicUsed by:Timeline
Symbol 647 EditableTextUses:32Used by:Timeline
Symbol 648 ShapeTweeningUsed by:676
Symbol 649 GraphicUsed by:676
Symbol 650 EditableTextUses:21Used by:676
Symbol 651 TextUses:21Used by:676
Symbol 652 TextUses:21Used by:676
Symbol 653 FontUsed by:654
Symbol 654 TextUses:653Used by:676
Symbol 655 EditableTextUses:21Used by:676
Symbol 656 GraphicUsed by:657
Symbol 657 MovieClipUses:656Used by:661
Symbol 658 GraphicUsed by:661
Symbol 659 GraphicUsed by:660
Symbol 660 MovieClipUses:659Used by:661
Symbol 661 MovieClipUses:657 658 660Used by:676
Symbol 662 GraphicUsed by:676
Symbol 663 TextUses:21Used by:667
Symbol 664 GraphicUsed by:667
Symbol 665 GraphicUsed by:667
Symbol 666 GraphicUsed by:667
Symbol 667 MovieClipUses:663 664 665 109 666Used by:676
Symbol 668 EditableTextUses:21Used by:676
Symbol 669 EditableTextUses:32Used by:676
Symbol 670 FontUsed by:671
Symbol 671 TextUses:670Used by:676
Symbol 672 GraphicUsed by:676
Symbol 673 ButtonUses:34 35 36 37Used by:676
Symbol 674 ShapeTweeningUsed by:676
Symbol 675 GraphicUsed by:676
Symbol 676 MovieClipUses:648 649 114 650 651 652 654 655 661 662 667 668 669 671 672 19 673 674 675Used by:Timeline
Symbol 677 EditableTextUses:21 24 32Used by:Timeline
Symbol 678 EditableTextUses:21 24 32Used by:Timeline
Symbol 679 GraphicUsed by:Timeline
Symbol 680 GraphicUsed by:681
Symbol 681 MovieClipUses:680Used by:Timeline
Symbol 682 ShapeTweeningUsed by:683
Symbol 683 MovieClipUses:682 229Used by:Timeline
Symbol 684 SoundUsed by:Timeline
Symbol 685 GraphicUsed by:735
Symbol 686 GraphicUsed by:735
Symbol 687 ShapeTweeningUsed by:735
Symbol 688 GraphicUsed by:735
Symbol 689 GraphicUsed by:735
Symbol 690 GraphicUsed by:735
Symbol 691 GraphicUsed by:735
Symbol 692 GraphicUsed by:735
Symbol 693 GraphicUsed by:735
Symbol 694 GraphicUsed by:735
Symbol 695 GraphicUsed by:735
Symbol 696 GraphicUsed by:735
Symbol 697 GraphicUsed by:735
Symbol 698 GraphicUsed by:735
Symbol 699 GraphicUsed by:735
Symbol 700 GraphicUsed by:735
Symbol 701 GraphicUsed by:735
Symbol 702 GraphicUsed by:735 748
Symbol 703 GraphicUsed by:735
Symbol 704 GraphicUsed by:735
Symbol 705 GraphicUsed by:735
Symbol 706 GraphicUsed by:735
Symbol 707 GraphicUsed by:735
Symbol 708 GraphicUsed by:735
Symbol 709 GraphicUsed by:735
Symbol 710 GraphicUsed by:735
Symbol 711 GraphicUsed by:735
Symbol 712 GraphicUsed by:735
Symbol 713 GraphicUsed by:735
Symbol 714 FontUsed by:715 719 722 723 726 727 730 733
Symbol 715 TextUses:714Used by:735
Symbol 716 ShapeTweeningUsed by:735
Symbol 717 ShapeTweeningUsed by:735
Symbol 718 GraphicUsed by:735
Symbol 719 TextUses:714Used by:735
Symbol 720 ShapeTweeningUsed by:735
Symbol 721 ShapeTweeningUsed by:735
Symbol 722 TextUses:714Used by:735
Symbol 723 TextUses:714Used by:735
Symbol 724 ShapeTweeningUsed by:735
Symbol 725 ShapeTweeningUsed by:735
Symbol 726 TextUses:714Used by:735
Symbol 727 TextUses:714Used by:735
Symbol 728 ShapeTweeningUsed by:735
Symbol 729 ShapeTweeningUsed by:735
Symbol 730 TextUses:714Used by:735
Symbol 731 ShapeTweeningUsed by:735
Symbol 732 ShapeTweeningUsed by:735
Symbol 733 TextUses:714Used by:735
Symbol 734 ShapeTweeningUsed by:735
Symbol 735 MovieClipUses:134 11 158 159 515 516 517 518 519 685 521 522 523 524 686 557 558 559 687 688 535 689 690 691 692 693 694 695 696 697 541 698 699 700 701 702 543 703 704 705 706 707 708 709 710 711 712 713 715 716 136 13 169 562 560 569 717 718 719 720 140 175 576 578 721 722 723 724 141 183 587 563 725 726 727 728 144 187 592 729 730 731 191 732 733 734 229 SS2Used by:Timeline
Symbol 736 GraphicUsed by:Timeline
Symbol 737 GraphicUsed by:Timeline
Symbol 738 TextUses:21Used by:Timeline
Symbol 739 GraphicUsed by:Timeline
Symbol 740 FontUsed by:741 755
Symbol 741 TextUses:740Used by:742
Symbol 742 MovieClipUses:741Used by:Timeline
Symbol 743 GraphicUsed by:746
Symbol 744 TextUses:95Used by:746
Symbol 745 GraphicUsed by:746
Symbol 746 ButtonUses:743 744 745Used by:Timeline
Symbol 747 ShapeTweeningUsed by:748
Symbol 748 MovieClipUses:747 702Used by:Timeline
Symbol 749 GraphicUsed by:Timeline
Symbol 750 GraphicUsed by:Timeline
Symbol 751 TextUses:95Used by:753
Symbol 752 GraphicUsed by:753
Symbol 753 ButtonUses:751 8 752Used by:Timeline
Symbol 754 GraphicUsed by:Timeline
Symbol 755 TextUses:740Used by:Timeline
Symbol 756 GraphicUsed by:Timeline
Symbol 757 GraphicUsed by:Timeline
Symbol 758 GraphicUsed by:759
Symbol 759 MovieClipUses:758Used by:Timeline
Symbol 760 TextUses:93Used by:Timeline
Symbol 761 TextUses:93Used by:764
Symbol 762 TextUses:93Used by:764
Symbol 763 GraphicUsed by:764
Symbol 764 ButtonUses:761 762 763Used by:Timeline
Symbol 765 GraphicUsed by:Timeline
Streaming Sound 1Used by:Symbol 64 MovieClip
Streaming Sound 2Used by:Symbol 735 MovieClip

Instance Names

"cursor"Frame 2Symbol 69 MovieClip
"bg2"Frame 6Symbol 156 MovieClip
"bg1"Frame 6Symbol 228 MovieClip
"ground"Frame 6Symbol 232 MovieClip
"actives"Frame 6Symbol 514 MovieClip
"player"Frame 6Symbol 555 MovieClip
"foreground"Frame 6Symbol 643 MovieClip
"swapper_back"Frame 6Symbol 644 MovieClip
"swapper_next"Frame 6Symbol 645 MovieClip
"reciever"Frame 6Symbol 681 MovieClip
"fer"Frame 6Symbol 683 MovieClip
"tops"Symbol 69 MovieClip Frame 1Symbol 68 MovieClip
"hitter"Symbol 319 MovieClip Frame 1Symbol 313 MovieClip
"hitter"Symbol 440 MovieClip Frame 1Symbol 313 MovieClip
"hitter"Symbol 448 MovieClip Frame 1Symbol 313 MovieClip
"hitter"Symbol 502 MovieClip Frame 1Symbol 313 MovieClip
"hitter"Symbol 513 MovieClip Frame 1Symbol 313 MovieClip
"hitpoint"Symbol 555 MovieClip Frame 1Symbol 313 MovieClip
"hurtsound"Symbol 555 MovieClip Frame 1Symbol 529 MovieClip
"head"Symbol 555 MovieClip Frame 1Symbol 531 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "sfx1"
ExportAssets (56)Timeline Frame 1Symbol 2 as "bubbles"
ExportAssets (56)Timeline Frame 1Symbol 4 as "flake"
ExportAssets (56)Timeline Frame 1Symbol 8 as "flake2"

Labels

"Preloader"Frame 1
"AG Intro"Frame 2
"Menu"Frame 3
"Instructions"Frame 4
"Game Intro"Frame 5
"Game"Frame 6
"Ending"Frame 7
"Game Over"Frame 8
"still"Symbol 555 MovieClip Frame 1
"tr:gorunning"Symbol 555 MovieClip Frame 2
"running"Symbol 555 MovieClip Frame 3
"tr:stoprunning"Symbol 555 MovieClip Frame 4
"jumping"Symbol 555 MovieClip Frame 5
"transition"Symbol 555 MovieClip Frame 6
"landing"Symbol 555 MovieClip Frame 7
"runtojump"Symbol 555 MovieClip Frame 8

Dynamic Text Variables

_root.percentSymbol 22 EditableText""
_root.undermessageSymbol 647 EditableText"<p align="center"></p>"
_root.starsSymbol 650 EditableText"<p align="right"></p>"
_root.areaSymbol 655 EditableText"<p align="right"></p>"
_root.hovernameSymbol 668 EditableText"<p align="center"></p>"
_root.hoverdescSymbol 669 EditableText"<p align="center"><font face="Arial" size="11" color="#000000" letterSpacing="0.000000" kerning="1">Stuff will be written here!</font></p>"
_root.lelocationSymbol 677 EditableText"<p align="left"><font face="Arial" size="13" color="#ffffff" letterSpacing="0.000000" kerning="1">Location!</font></p>"
_root.objectiveSymbol 678 EditableText"<p align="right"><font face="Arial" size="13" color="#ffffff" letterSpacing="0.000000" kerning="1">Mission!</font></p>"




http://swfchan.com/10/46530/info.shtml
Created: 3/5 -2019 12:10:29 Last modified: 3/5 -2019 12:10:29 Server time: 17/05 -2024 06:33:11