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

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

576395802.swf

This is the info page for
Flash #12224

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


Text
%

.com

!

LIVES

LEVEL

TIME
LEFT:

RESTART?

Gameover!
Ed didn't make it home. Want
to try again?

PLAY AGAIN?

ActionScript [AS1/AS2]

Frame 1
var mouseCursor = new Object(); mouseCursor.onMouseMove = function () { cursor._x = _xmouse; cursor._y = _ymouse; }; Mouse.hide(); Mouse.addListener(mouseCursor);
Frame 6
percent = Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); loadbar.gotoAndStop(percent);
Frame 9
if (percent == 100) { gotoAndPlay ("skip_load"); } else { gotoAndPlay ("loop"); }
Frame 21
var mainsong_sound = new Sound(); mainsong_sound.attachSound("main_song"); mainsong_sound.start(0, 1000); mainsong_sound.setVolume(75);
Frame 109
stop(); muted = false;
Frame 115
stop();
Frame 121
stop();
Frame 138
function sidewall_bounceback() { _root.fish._x = _root.fish._x + (-(_root.fish.x_Amount_to_move_fish * 3)); _root.fish.x_Amount_to_move_fish = 5; _root.fish._y = _root.fish._y + (-(_root.fish.y_Amount_to_move_fish * 3)); _root.fish.y_Amount_to_move_fish = 5; } level = 1; lives = 3; speed = 15; var eggcollect_sound = new Sound(); eggcollect_sound.attachSound("egg_sound"); var reward_sound = new Sound(); reward_sound.attachSound("end_sound");
Frame 139
stop(); orbs_onstage = 0; orbs_eaten = 0; carry_orbs_offset = 1; timer = 40;
Instance of Symbol 178 MovieClip "ship" in Frame 139
onClipEvent (mouseDown) { _root.nextFrame(); }
Instance of Symbol 187 MovieClip "mask" in Frame 140
on (keyPress "<Left>") { this._x = this._x - 15; } on (keyPress "<Right>") { this._x = this._x + 15; } on (keyPress "<Up>") { this._y = this._y - 15; } on (keyPress "<Down>") { this._y = this._y + 15; }
Instance of Symbol 194 MovieClip in Frame 140
onClipEvent (enterFrame) { if (this.hitTest(_root.fish.hit_area) and (_root.orbs_eaten == _root.orbs_onstage)) { _root.level = _root.level + 1; _root.reward_sound.start(); _root.gotoAndStop("level" + _root.level); } }
Instance of Symbol 178 MovieClip "fish" in Frame 140
onClipEvent (mouseMove) { if (Math.abs(yDifference) > 400) { _root.speed = 15; } if (Math.abs(yDifference) <= 400) { _root.speed = 15; } if (Math.abs(xDifference) > 400) { _root.speed = 15; } if (Math.abs(xDifference) <= 400) { _root.speed = 15; } } onClipEvent (mouseDown) { _root.speed = 15; } onClipEvent (mouseUp) { _root.speed = 15; } onClipEvent (enterFrame) { yDifference = Math.round(_root._ymouse - this._y); y_Amount_to_move_fish = Math.round(yDifference / _root.speed); this._y = y_Amount_to_move_fish + this._y; xDifference = Math.round(_root._xmouse - this._x); x_Amount_to_move_fish = Math.round(xDifference / _root.speed); this._x = x_Amount_to_move_fish + this._x; angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI); this._rotation = angle_in_degrees; if ((this._rotation <= -90) and (this._rotation >= -180)) { this._yscale = -75; } if (this._rotation >= 90) { this._yscale = -75; } if ((this._rotation > -90) and (this._rotation < 90)) { this._yscale = 75; } }
Frame 141
_root.gotoAndStop("level" + _root.level);
Frame 144
stop(); orbs_onstage = 0; orbs_eaten = 0; carry_orbs_offset = 1; timer = 40;
Instance of Symbol 178 MovieClip "ship" in Frame 144
onClipEvent (mouseDown) { _root.nextFrame(); }
Instance of Symbol 187 MovieClip "mask" in Frame 145
on (keyPress "<Left>") { this._x = this._x - 15; } on (keyPress "<Right>") { this._x = this._x + 15; } on (keyPress "<Up>") { this._y = this._y - 15; } on (keyPress "<Down>") { this._y = this._y + 15; }
Instance of Symbol 194 MovieClip in Frame 145
onClipEvent (enterFrame) { if (this.hitTest(_root.fish.hit_area) and (_root.orbs_eaten == _root.orbs_onstage)) { _root.level = _root.level + 1; _root.reward_sound.start(); _root.gotoAndStop("level" + _root.level); } }
Instance of Symbol 178 MovieClip "fish" in Frame 145
onClipEvent (mouseMove) { if (Math.abs(yDifference) > 400) { _root.speed = 15; } if (Math.abs(yDifference) <= 400) { _root.speed = 15; } if (Math.abs(xDifference) > 400) { _root.speed = 15; } if (Math.abs(xDifference) <= 400) { _root.speed = 15; } } onClipEvent (mouseDown) { _root.speed = 15; } onClipEvent (mouseUp) { _root.speed = 15; } onClipEvent (enterFrame) { yDifference = Math.round(_root._ymouse - this._y); y_Amount_to_move_fish = Math.round(yDifference / _root.speed); this._y = y_Amount_to_move_fish + this._y; xDifference = Math.round(_root._xmouse - this._x); x_Amount_to_move_fish = Math.round(xDifference / _root.speed); this._x = x_Amount_to_move_fish + this._x; angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI); this._rotation = angle_in_degrees; if ((this._rotation <= -90) and (this._rotation >= -180)) { this._yscale = -75; } if (this._rotation >= 90) { this._yscale = -75; } if ((this._rotation > -90) and (this._rotation < 90)) { this._yscale = 75; } }
Frame 146
_root.gotoAndStop("level" + _root.level);
Frame 150
stop(); orbs_onstage = 0; orbs_eaten = 0; carry_orbs_offset = 1; timer = 40;
Instance of Symbol 178 MovieClip "ship" in Frame 150
onClipEvent (mouseDown) { _root.nextFrame(); }
Instance of Symbol 187 MovieClip "mask" in Frame 151
on (keyPress "<Left>") { this._x = this._x - 15; } on (keyPress "<Right>") { this._x = this._x + 15; } on (keyPress "<Up>") { this._y = this._y - 15; } on (keyPress "<Down>") { this._y = this._y + 15; }
Instance of Symbol 194 MovieClip in Frame 151
onClipEvent (enterFrame) { if (this.hitTest(_root.fish.hit_area) and (_root.orbs_eaten == _root.orbs_onstage)) { _root.level = _root.level + 1; _root.reward_sound.start(); _root.gotoAndStop("level" + _root.level); } }
Instance of Symbol 178 MovieClip "fish" in Frame 151
onClipEvent (mouseMove) { if (Math.abs(yDifference) > 400) { _root.speed = 15; } if (Math.abs(yDifference) <= 400) { _root.speed = 15; } if (Math.abs(xDifference) > 400) { _root.speed = 15; } if (Math.abs(xDifference) <= 400) { _root.speed = 15; } } onClipEvent (mouseDown) { _root.speed = 15; } onClipEvent (mouseUp) { _root.speed = 15; } onClipEvent (enterFrame) { yDifference = Math.round(_root._ymouse - this._y); y_Amount_to_move_fish = Math.round(yDifference / _root.speed); this._y = y_Amount_to_move_fish + this._y; xDifference = Math.round(_root._xmouse - this._x); x_Amount_to_move_fish = Math.round(xDifference / _root.speed); this._x = x_Amount_to_move_fish + this._x; angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI); this._rotation = angle_in_degrees; if ((this._rotation <= -90) and (this._rotation >= -180)) { this._yscale = -75; } if (this._rotation >= 90) { this._yscale = -75; } if ((this._rotation > -90) and (this._rotation < 90)) { this._yscale = 75; } }
Frame 152
_root.gotoAndStop("level" + _root.level);
Frame 156
stop(); orbs_onstage = 0; orbs_eaten = 0; carry_orbs_offset = 1; timer = 40;
Instance of Symbol 178 MovieClip "ship" in Frame 156
onClipEvent (mouseDown) { _root.nextFrame(); }
Instance of Symbol 187 MovieClip "mask" in Frame 157
on (keyPress "<Left>") { this._x = this._x - 15; } on (keyPress "<Right>") { this._x = this._x + 15; } on (keyPress "<Up>") { this._y = this._y - 15; } on (keyPress "<Down>") { this._y = this._y + 15; }
Instance of Symbol 194 MovieClip in Frame 157
onClipEvent (enterFrame) { if (this.hitTest(_root.fish.hit_area) and (_root.orbs_eaten == _root.orbs_onstage)) { _root.level = _root.level + 1; _root.reward_sound.start(); _root.gotoAndStop("level" + _root.level); } }
Instance of Symbol 178 MovieClip "fish" in Frame 157
onClipEvent (mouseMove) { if (Math.abs(yDifference) > 400) { _root.speed = 15; } if (Math.abs(yDifference) <= 400) { _root.speed = 15; } if (Math.abs(xDifference) > 400) { _root.speed = 15; } if (Math.abs(xDifference) <= 400) { _root.speed = 15; } } onClipEvent (mouseDown) { _root.speed = 15; } onClipEvent (mouseUp) { _root.speed = 15; } onClipEvent (enterFrame) { yDifference = Math.round(_root._ymouse - this._y); y_Amount_to_move_fish = Math.round(yDifference / _root.speed); this._y = y_Amount_to_move_fish + this._y; xDifference = Math.round(_root._xmouse - this._x); x_Amount_to_move_fish = Math.round(xDifference / _root.speed); this._x = x_Amount_to_move_fish + this._x; angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI); this._rotation = angle_in_degrees; if ((this._rotation <= -90) and (this._rotation >= -180)) { this._yscale = -75; } if (this._rotation >= 90) { this._yscale = -75; } if ((this._rotation > -90) and (this._rotation < 90)) { this._yscale = 75; } }
Frame 158
_root.gotoAndStop("level" + _root.level);
Frame 161
stop(); orbs_onstage = 0; orbs_eaten = 0; carry_orbs_offset = 1; timer = 40;
Instance of Symbol 178 MovieClip "ship" in Frame 161
onClipEvent (mouseDown) { _root.nextFrame(); }
Instance of Symbol 187 MovieClip "mask" in Frame 162
on (keyPress "<Left>") { this._x = this._x - 15; } on (keyPress "<Right>") { this._x = this._x + 15; } on (keyPress "<Up>") { this._y = this._y - 15; } on (keyPress "<Down>") { this._y = this._y + 15; }
Instance of Symbol 194 MovieClip in Frame 162
onClipEvent (enterFrame) { if (this.hitTest(_root.fish.hit_area) and (_root.orbs_eaten == _root.orbs_onstage)) { _root.level = _root.level + 1; _root.reward_sound.start(); _root.gotoAndStop("level" + _root.level); } }
Instance of Symbol 178 MovieClip "fish" in Frame 162
onClipEvent (mouseMove) { if (Math.abs(yDifference) > 400) { _root.speed = 15; } if (Math.abs(yDifference) <= 400) { _root.speed = 15; } if (Math.abs(xDifference) > 400) { _root.speed = 15; } if (Math.abs(xDifference) <= 400) { _root.speed = 15; } } onClipEvent (mouseDown) { _root.speed = 15; } onClipEvent (mouseUp) { _root.speed = 15; } onClipEvent (enterFrame) { yDifference = Math.round(_root._ymouse - this._y); y_Amount_to_move_fish = Math.round(yDifference / _root.speed); this._y = y_Amount_to_move_fish + this._y; xDifference = Math.round(_root._xmouse - this._x); x_Amount_to_move_fish = Math.round(xDifference / _root.speed); this._x = x_Amount_to_move_fish + this._x; angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI); this._rotation = angle_in_degrees; if ((this._rotation <= -90) and (this._rotation >= -180)) { this._yscale = -75; } if (this._rotation >= 90) { this._yscale = -75; } if ((this._rotation > -90) and (this._rotation < 90)) { this._yscale = 75; } }
Frame 163
_root.gotoAndStop("level" + _root.level);
Frame 166
stop(); orbs_onstage = 0; orbs_eaten = 0; carry_orbs_offset = 1; timer = 50;
Instance of Symbol 178 MovieClip "ship" in Frame 166
onClipEvent (mouseDown) { _root.nextFrame(); }
Instance of Symbol 187 MovieClip "mask" in Frame 167
on (keyPress "<Left>") { this._x = this._x - 15; } on (keyPress "<Right>") { this._x = this._x + 15; } on (keyPress "<Up>") { this._y = this._y - 15; } on (keyPress "<Down>") { this._y = this._y + 15; }
Instance of Symbol 194 MovieClip in Frame 167
onClipEvent (enterFrame) { if (this.hitTest(_root.fish.hit_area) and (_root.orbs_eaten == _root.orbs_onstage)) { _root.level = _root.level + 1; _root.reward_sound.start(); _root.gotoAndStop("level" + _root.level); } }
Instance of Symbol 178 MovieClip "fish" in Frame 167
onClipEvent (mouseMove) { if (Math.abs(yDifference) > 400) { _root.speed = 15; } if (Math.abs(yDifference) <= 400) { _root.speed = 15; } if (Math.abs(xDifference) > 400) { _root.speed = 15; } if (Math.abs(xDifference) <= 400) { _root.speed = 15; } } onClipEvent (mouseDown) { _root.speed = 15; } onClipEvent (mouseUp) { _root.speed = 15; } onClipEvent (enterFrame) { yDifference = Math.round(_root._ymouse - this._y); y_Amount_to_move_fish = Math.round(yDifference / _root.speed); this._y = y_Amount_to_move_fish + this._y; xDifference = Math.round(_root._xmouse - this._x); x_Amount_to_move_fish = Math.round(xDifference / _root.speed); this._x = x_Amount_to_move_fish + this._x; angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI); this._rotation = angle_in_degrees; if ((this._rotation <= -90) and (this._rotation >= -180)) { this._yscale = -75; } if (this._rotation >= 90) { this._yscale = -75; } if ((this._rotation > -90) and (this._rotation < 90)) { this._yscale = 75; } }
Frame 168
_root.gotoAndStop("level" + _root.level);
Frame 174
stop(); orbs_onstage = 0; orbs_eaten = 0; carry_orbs_offset = 1; timer = 60;
Instance of Symbol 178 MovieClip "ship" in Frame 174
onClipEvent (mouseDown) { _root.nextFrame(); }
Instance of Symbol 187 MovieClip "mask" in Frame 175
on (keyPress "<Left>") { this._x = this._x - 15; } on (keyPress "<Right>") { this._x = this._x + 15; } on (keyPress "<Up>") { this._y = this._y - 15; } on (keyPress "<Down>") { this._y = this._y + 15; }
Instance of Symbol 194 MovieClip in Frame 175
onClipEvent (enterFrame) { if (this.hitTest(_root.fish.hit_area) and (_root.orbs_eaten == _root.orbs_onstage)) { _root.level = _root.level + 1; _root.reward_sound.start(); _root.gotoAndStop("level" + _root.level); } }
Instance of Symbol 178 MovieClip "fish" in Frame 175
onClipEvent (mouseMove) { if (Math.abs(yDifference) > 400) { _root.speed = 15; } if (Math.abs(yDifference) <= 400) { _root.speed = 15; } if (Math.abs(xDifference) > 400) { _root.speed = 15; } if (Math.abs(xDifference) <= 400) { _root.speed = 15; } } onClipEvent (mouseDown) { _root.speed = 15; } onClipEvent (mouseUp) { _root.speed = 15; } onClipEvent (enterFrame) { yDifference = Math.round(_root._ymouse - this._y); y_Amount_to_move_fish = Math.round(yDifference / _root.speed); this._y = y_Amount_to_move_fish + this._y; xDifference = Math.round(_root._xmouse - this._x); x_Amount_to_move_fish = Math.round(xDifference / _root.speed); this._x = x_Amount_to_move_fish + this._x; angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI); this._rotation = angle_in_degrees; if ((this._rotation <= -90) and (this._rotation >= -180)) { this._yscale = -75; } if (this._rotation >= 90) { this._yscale = -75; } if ((this._rotation > -90) and (this._rotation < 90)) { this._yscale = 75; } }
Frame 176
_root.gotoAndStop("level" + _root.level);
Frame 181
stop(); orbs_onstage = 0; orbs_eaten = 0; carry_orbs_offset = 1; timer = 80;
Instance of Symbol 178 MovieClip "ship" in Frame 181
onClipEvent (mouseDown) { _root.nextFrame(); }
Instance of Symbol 187 MovieClip "mask" in Frame 182
on (keyPress "<Left>") { this._x = this._x - 15; } on (keyPress "<Right>") { this._x = this._x + 15; } on (keyPress "<Up>") { this._y = this._y - 15; } on (keyPress "<Down>") { this._y = this._y + 15; }
Instance of Symbol 194 MovieClip in Frame 182
onClipEvent (enterFrame) { if (this.hitTest(_root.fish.hit_area) and (_root.orbs_eaten == _root.orbs_onstage)) { _root.level = _root.level + 1; _root.reward_sound.start(); _root.gotoAndStop("level" + _root.level); } }
Instance of Symbol 178 MovieClip "fish" in Frame 182
onClipEvent (mouseMove) { if (Math.abs(yDifference) > 400) { _root.speed = 15; } if (Math.abs(yDifference) <= 400) { _root.speed = 15; } if (Math.abs(xDifference) > 400) { _root.speed = 15; } if (Math.abs(xDifference) <= 400) { _root.speed = 15; } } onClipEvent (mouseDown) { _root.speed = 15; } onClipEvent (mouseUp) { _root.speed = 15; } onClipEvent (enterFrame) { yDifference = Math.round(_root._ymouse - this._y); y_Amount_to_move_fish = Math.round(yDifference / _root.speed); this._y = y_Amount_to_move_fish + this._y; xDifference = Math.round(_root._xmouse - this._x); x_Amount_to_move_fish = Math.round(xDifference / _root.speed); this._x = x_Amount_to_move_fish + this._x; angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI); this._rotation = angle_in_degrees; if ((this._rotation <= -90) and (this._rotation >= -180)) { this._yscale = -75; } if (this._rotation >= 90) { this._yscale = -75; } if ((this._rotation > -90) and (this._rotation < 90)) { this._yscale = 75; } }
Frame 183
_root.gotoAndStop("level" + _root.level);
Frame 188
stop(); orbs_onstage = 0; orbs_eaten = 0; carry_orbs_offset = 1; timer = 80;
Instance of Symbol 178 MovieClip "ship" in Frame 188
onClipEvent (mouseDown) { _root.nextFrame(); }
Instance of Symbol 187 MovieClip "mask" in Frame 189
on (keyPress "<Left>") { this._x = this._x - 15; } on (keyPress "<Right>") { this._x = this._x + 15; } on (keyPress "<Up>") { this._y = this._y - 15; } on (keyPress "<Down>") { this._y = this._y + 15; }
Instance of Symbol 194 MovieClip in Frame 189
onClipEvent (enterFrame) { if (this.hitTest(_root.fish.hit_area) and (_root.orbs_eaten == _root.orbs_onstage)) { _root.level = _root.level + 1; _root.reward_sound.start(); _root.gotoAndStop("level" + _root.level); } }
Instance of Symbol 178 MovieClip "fish" in Frame 189
onClipEvent (mouseMove) { if (Math.abs(yDifference) > 400) { _root.speed = 15; } if (Math.abs(yDifference) <= 400) { _root.speed = 15; } if (Math.abs(xDifference) > 400) { _root.speed = 15; } if (Math.abs(xDifference) <= 400) { _root.speed = 15; } } onClipEvent (mouseDown) { _root.speed = 15; } onClipEvent (mouseUp) { _root.speed = 15; } onClipEvent (enterFrame) { yDifference = Math.round(_root._ymouse - this._y); y_Amount_to_move_fish = Math.round(yDifference / _root.speed); this._y = y_Amount_to_move_fish + this._y; xDifference = Math.round(_root._xmouse - this._x); x_Amount_to_move_fish = Math.round(xDifference / _root.speed); this._x = x_Amount_to_move_fish + this._x; angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI); this._rotation = angle_in_degrees; if ((this._rotation <= -90) and (this._rotation >= -180)) { this._yscale = -75; } if (this._rotation >= 90) { this._yscale = -75; } if ((this._rotation > -90) and (this._rotation < 90)) { this._yscale = 75; } }
Frame 190
_root.gotoAndStop("level" + _root.level);
Frame 195
stop(); orbs_onstage = 0; orbs_eaten = 0; carry_orbs_offset = 1; timer = 120;
Instance of Symbol 178 MovieClip "ship" in Frame 195
onClipEvent (mouseDown) { _root.nextFrame(); }
Instance of Symbol 187 MovieClip "mask" in Frame 196
on (keyPress "<Left>") { this._x = this._x - 15; } on (keyPress "<Right>") { this._x = this._x + 15; } on (keyPress "<Up>") { this._y = this._y - 15; } on (keyPress "<Down>") { this._y = this._y + 15; }
Instance of Symbol 194 MovieClip in Frame 196
onClipEvent (enterFrame) { if (this.hitTest(_root.fish.hit_area) and (_root.orbs_eaten == _root.orbs_onstage)) { _root.level = _root.level + 1; _root.reward_sound.start(); _root.gotoAndStop("level" + _root.level); } }
Instance of Symbol 178 MovieClip "fish" in Frame 196
onClipEvent (mouseMove) { if (Math.abs(yDifference) > 400) { _root.speed = 15; } if (Math.abs(yDifference) <= 400) { _root.speed = 15; } if (Math.abs(xDifference) > 400) { _root.speed = 15; } if (Math.abs(xDifference) <= 400) { _root.speed = 15; } } onClipEvent (mouseDown) { _root.speed = 15; } onClipEvent (mouseUp) { _root.speed = 15; } onClipEvent (enterFrame) { yDifference = Math.round(_root._ymouse - this._y); y_Amount_to_move_fish = Math.round(yDifference / _root.speed); this._y = y_Amount_to_move_fish + this._y; xDifference = Math.round(_root._xmouse - this._x); x_Amount_to_move_fish = Math.round(xDifference / _root.speed); this._x = x_Amount_to_move_fish + this._x; angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI); this._rotation = angle_in_degrees; if ((this._rotation <= -90) and (this._rotation >= -180)) { this._yscale = -75; } if (this._rotation >= 90) { this._yscale = -75; } if ((this._rotation > -90) and (this._rotation < 90)) { this._yscale = 75; } }
Frame 197
_root.gotoAndStop("level" + _root.level);
Frame 202
stop();
Frame 215
stop();
Symbol 14 MovieClip Frame 1
stop();
Symbol 31 Button
on (release) { getURL ("http://www.flashrage.com", (window = "_blank")); }
Symbol 92 Button
on (release) { getURL ("http://www.adgamesonline.com", (window = "_blank")); }
Symbol 97 Button
on (release) { gotoAndPlay (129); }
Symbol 101 Button
on (release) { gotoAndStop ("instructions"); }
Symbol 105 Button
on (release) { gotoAndStop ("credits"); }
Symbol 111 Button
on (press) { if (muted == false) { _root.mainsong_sound.setVolume(0); muted = true; } else { _root.mainsong_sound.setVolume(75); muted = false; } }
Symbol 116 Button
on (release) { getURL ("http://www.flashrage.com", (window = "_blank")); }
Symbol 138 Button
on (release) { getURL ("http://www.adgamesonline.com", (window = "_blank")); }
Symbol 142 Button
on (release) { gotoAndPlay ("mainmenu"); }
Symbol 146 Button
on (release) { getURL ("http://www.flashrage.com", (window = "_blank")); }
Symbol 174 MovieClip Frame 1
stop();
Symbol 174 MovieClip Frame 4
_root.gotoAndStop("gameover");
Symbol 185 MovieClip Frame 22
stop();
Symbol 193 MovieClip Frame 1
stop();
Instance of Symbol 192 MovieClip in Symbol 193 MovieClip Frame 1
onClipEvent (load) { _root.orbs_onstage = _root.orbs_onstage + 1; this.orb_touched = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.fish.hit_area) and (this.orb_touched == 0)) { _root.orbs_eaten = _root.orbs_eaten + 1; _root.eggcollect_sound.start(); _parent.gotoAndPlay(2); } }
Symbol 193 MovieClip Frame 6
stop();
Instance of Symbol 196 MovieClip in Symbol 197 MovieClip Frame 1
onClipEvent (enterFrame) { while (this.hitTest(_root.fish.hit_area)) { _root.sidewall_bounceback(); } }
Symbol 201 MovieClip Frame 1
stop();
Instance of Symbol 203 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (enterFrame) { while (this.hitTest(_root.fish.hit_area)) { _root.sidewall_bounceback(); } }
Symbol 210 MovieClip Frame 15
_root.timer = _root.timer - 1; if (_root.timer == 0) { _root.lives = _root.lives - 1; _root.life_meter.nextFrame(); if (_root.lives != 0) { _root.nextFrame(); } if (_root.lives == 0) { _root.gotoAndStop("gameover"); } }
Symbol 234 Button
on (release) { gotoAndPlay ("mainmenu"); }
Symbol 240 Button
on (release) { gotoAndPlay ("mainmenu"); }

Library Items

Symbol 1 Sound [main_song]
Symbol 2 Sound [end_sound]
Symbol 3 Sound [egg_sound]
Symbol 4 GraphicUsed by:5
Symbol 5 MovieClipUses:4Used by:Timeline
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClipUses:6Used by:Timeline
Symbol 8 FontUsed by:9 10
Symbol 9 EditableTextUses:8Used by:Timeline
Symbol 10 TextUses:8Used by:Timeline
Symbol 11 ShapeTweeningUsed by:14
Symbol 12 GraphicUsed by:14
Symbol 13 GraphicUsed by:14 234 240
Symbol 14 MovieClipUses:11 12 13Used by:Timeline
Symbol 15 GraphicUsed by:16 31
Symbol 16 MovieClipUses:15Used by:22
Symbol 17 GraphicUsed by:22
Symbol 18 GraphicUsed by:22
Symbol 19 GraphicUsed by:22
Symbol 20 GraphicUsed by:22
Symbol 21 GraphicUsed by:22
Symbol 22 MovieClipUses:16 17 18 19 20 21Used by:28
Symbol 23 GraphicUsed by:26 31
Symbol 24 FontUsed by:25 113 172 175 176 177 207 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 232 235 238
Symbol 25 TextUses:24Used by:26 31
Symbol 26 MovieClipUses:23 25Used by:27
Symbol 27 MovieClipUses:26Used by:28
Symbol 28 MovieClipUses:22 27Used by:31  Timeline
Symbol 29 GraphicUsed by:Timeline
Symbol 30 GraphicUsed by:31
Symbol 31 ButtonUses:28 30 15 23 25Used by:Timeline
Symbol 32 GraphicUsed by:Timeline
Symbol 33 GraphicUsed by:79
Symbol 34 GraphicUsed by:35
Symbol 35 MovieClipUses:34Used by:79
Symbol 36 GraphicUsed by:37
Symbol 37 MovieClipUses:36Used by:79
Symbol 38 GraphicUsed by:39
Symbol 39 MovieClipUses:38Used by:79
Symbol 40 GraphicUsed by:41
Symbol 41 MovieClipUses:40Used by:68
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClipUses:42Used by:68
Symbol 44 GraphicUsed by:45
Symbol 45 MovieClipUses:44Used by:68
Symbol 46 GraphicUsed by:47
Symbol 47 MovieClipUses:46Used by:68
Symbol 48 GraphicUsed by:49
Symbol 49 MovieClipUses:48Used by:68
Symbol 50 GraphicUsed by:51
Symbol 51 MovieClipUses:50Used by:68
Symbol 52 GraphicUsed by:53
Symbol 53 MovieClipUses:52Used by:68
Symbol 54 GraphicUsed by:55
Symbol 55 MovieClipUses:54Used by:68
Symbol 56 GraphicUsed by:57
Symbol 57 MovieClipUses:56Used by:68
Symbol 58 GraphicUsed by:59
Symbol 59 MovieClipUses:58Used by:68
Symbol 60 GraphicUsed by:61
Symbol 61 MovieClipUses:60Used by:68
Symbol 62 GraphicUsed by:63
Symbol 63 MovieClipUses:62Used by:68
Symbol 64 GraphicUsed by:65
Symbol 65 MovieClipUses:64Used by:68
Symbol 66 GraphicUsed by:67
Symbol 67 MovieClipUses:66Used by:68
Symbol 68 MovieClipUses:41 43 45 47 49 51 53 55 57 59 61 63 65 67Used by:79
Symbol 69 GraphicUsed by:70
Symbol 70 MovieClipUses:69Used by:79
Symbol 71 GraphicUsed by:72
Symbol 72 MovieClipUses:71Used by:79
Symbol 73 GraphicUsed by:74
Symbol 74 MovieClipUses:73Used by:79
Symbol 75 GraphicUsed by:76
Symbol 76 MovieClipUses:75Used by:79
Symbol 77 GraphicUsed by:78
Symbol 78 MovieClipUses:77Used by:79
Symbol 79 MovieClipUses:33 35 37 39 68 70 72 74 76 78Used by:81
Symbol 80 GraphicUsed by:81
Symbol 81 MovieClipUses:79 80Used by:Timeline
Symbol 82 GraphicUsed by:83 92 138
Symbol 83 MovieClipUses:82Used by:90
Symbol 84 GraphicUsed by:85 92 138
Symbol 85 MovieClipUses:84Used by:90
Symbol 86 GraphicUsed by:87 92 138
Symbol 87 MovieClipUses:86Used by:90
Symbol 88 GraphicUsed by:89 92 138
Symbol 89 MovieClipUses:88Used by:90
Symbol 90 MovieClipUses:83 85 87 89Used by:92 138
Symbol 91 GraphicUsed by:92 138
Symbol 92 ButtonUses:90 91 82 84 86 88Used by:Timeline
Symbol 93 GraphicUsed by:Timeline
Symbol 94 GraphicUsed by:95 97
Symbol 95 MovieClipUses:94Used by:97
Symbol 96 GraphicUsed by:97
Symbol 97 ButtonUses:95 96 94Used by:Timeline
Symbol 98 GraphicUsed by:99 101
Symbol 99 MovieClipUses:98Used by:101
Symbol 100 GraphicUsed by:101
Symbol 101 ButtonUses:99 100 98Used by:Timeline
Symbol 102 GraphicUsed by:103 105
Symbol 103 MovieClipUses:102Used by:105
Symbol 104 GraphicUsed by:105
Symbol 105 ButtonUses:103 104 102Used by:Timeline
Symbol 106 GraphicUsed by:107
Symbol 107 MovieClipUses:106Used by:Timeline
Symbol 108 GraphicUsed by:109 111
Symbol 109 MovieClipUses:108Used by:111
Symbol 110 GraphicUsed by:111
Symbol 111 ButtonUses:109 110 108Used by:Timeline
Symbol 112 GraphicUsed by:114
Symbol 113 TextUses:24Used by:114
Symbol 114 ButtonUses:112 113Used by:116
Symbol 115 GraphicUsed by:116
Symbol 116 ButtonUses:114 115Used by:Timeline
Symbol 117 GraphicUsed by:118
Symbol 118 MovieClipUses:117Used by:119
Symbol 119 MovieClipUses:118Used by:Timeline
Symbol 120 GraphicUsed by:128
Symbol 121 GraphicUsed by:128
Symbol 122 GraphicUsed by:128
Symbol 123 GraphicUsed by:128
Symbol 124 GraphicUsed by:128
Symbol 125 GraphicUsed by:128
Symbol 126 GraphicUsed by:128
Symbol 127 GraphicUsed by:128
Symbol 128 MovieClipUses:120 121 122 123 124 125 126 127Used by:134
Symbol 129 GraphicUsed by:130 167
Symbol 130 MovieClipUses:129Used by:134
Symbol 131 GraphicUsed by:132
Symbol 132 MovieClipUses:131Used by:133
Symbol 133 MovieClipUses:132Used by:134
Symbol 134 MovieClipUses:128 130 133Used by:135 136
Symbol 135 MovieClipUses:134Used by:Timeline
Symbol 136 MovieClipUses:134Used by:Timeline
Symbol 137 GraphicUsed by:Timeline
Symbol 138 ButtonUses:90 91 82 84 86 88Used by:Timeline
Symbol 139 GraphicUsed by:140 142
Symbol 140 MovieClipUses:139Used by:142
Symbol 141 GraphicUsed by:142
Symbol 142 ButtonUses:140 141 139Used by:Timeline
Symbol 143 GraphicUsed by:144 146
Symbol 144 MovieClipUses:143Used by:146
Symbol 145 GraphicUsed by:146
Symbol 146 ButtonUses:144 145 143Used by:Timeline
Symbol 147 GraphicUsed by:Timeline
Symbol 148 GraphicUsed by:149
Symbol 149 MovieClipUses:148Used by:155 193  Timeline
Symbol 150 GraphicUsed by:155
Symbol 151 GraphicUsed by:152
Symbol 152 MovieClipUses:151Used by:155
Symbol 153 GraphicUsed by:154
Symbol 154 MovieClipUses:153Used by:155
Symbol 155 MovieClipUses:150 149 152 154Used by:194  Timeline
Symbol 156 GraphicUsed by:159
Symbol 157 GraphicUsed by:158
Symbol 158 MovieClipUses:157Used by:159
Symbol 159 MovieClipUses:156 158Used by:160
Symbol 160 MovieClipUses:159Used by:Timeline
Symbol 161 GraphicUsed by:162
Symbol 162 MovieClipUses:161Used by:Timeline
Symbol 163 GraphicUsed by:164
Symbol 164 MovieClipUses:163Used by:171 178
Symbol 165 GraphicUsed by:166
Symbol 166 MovieClipUses:165Used by:170
Symbol 167 MovieClipUses:129Used by:170
Symbol 168 GraphicUsed by:169
Symbol 169 MovieClipUses:168Used by:170
Symbol 170 MovieClipUses:166 167 169Used by:171 178
Symbol 171 MovieClipUses:164 170Used by:174
Symbol 172 TextUses:24Used by:173
Symbol 173 MovieClipUses:172Used by:174
Symbol 174 MovieClipUses:171 173Used by:Timeline
Symbol 175 TextUses:24Used by:Timeline
Symbol 176 EditableTextUses:24Used by:Timeline
Symbol 177 TextUses:24Used by:Timeline
Symbol 178 MovieClipUses:164 170Used by:Timeline
Symbol 179 GraphicUsed by:180
Symbol 180 MovieClipUses:179Used by:Timeline
Symbol 181 GraphicUsed by:182
Symbol 182 MovieClipUses:181Used by:185
Symbol 183 GraphicUsed by:184
Symbol 184 MovieClipUses:183Used by:185
Symbol 185 MovieClipUses:182 184Used by:Timeline
Symbol 186 GraphicUsed by:187
Symbol 187 MovieClipUses:186Used by:Timeline
Symbol 188 GraphicUsed by:189
Symbol 189 MovieClipUses:188Used by:190
Symbol 190 MovieClipUses:189Used by:Timeline
Symbol 191 GraphicUsed by:192
Symbol 192 MovieClipUses:191Used by:193
Symbol 193 MovieClipUses:192 149Used by:Timeline
Symbol 194 MovieClipUses:155Used by:Timeline
Symbol 195 GraphicUsed by:196
Symbol 196 MovieClipUses:195Used by:197
Symbol 197 MovieClipUses:196Used by:201
Symbol 198 GraphicUsed by:199
Symbol 199 MovieClipUses:198Used by:200
Symbol 200 MovieClipUses:199Used by:201
Symbol 201 MovieClipUses:197 200Used by:Timeline
Symbol 202 GraphicUsed by:203
Symbol 203 MovieClipUses:202Used by:206
Symbol 204 GraphicUsed by:205
Symbol 205 MovieClipUses:204Used by:206
Symbol 206 MovieClipUses:203 205Used by:Timeline
Symbol 207 EditableTextUses:24Used by:Timeline
Symbol 208 GraphicUsed by:209
Symbol 209 MovieClipUses:208Used by:210
Symbol 210 MovieClipUses:209Used by:Timeline
Symbol 211 EditableTextUses:24Used by:Timeline
Symbol 212 EditableTextUses:24Used by:Timeline
Symbol 213 EditableTextUses:24Used by:Timeline
Symbol 214 EditableTextUses:24Used by:Timeline
Symbol 215 EditableTextUses:24Used by:Timeline
Symbol 216 EditableTextUses:24Used by:Timeline
Symbol 217 EditableTextUses:24Used by:Timeline
Symbol 218 EditableTextUses:24Used by:Timeline
Symbol 219 EditableTextUses:24Used by:Timeline
Symbol 220 EditableTextUses:24Used by:Timeline
Symbol 221 EditableTextUses:24Used by:Timeline
Symbol 222 EditableTextUses:24Used by:Timeline
Symbol 223 EditableTextUses:24Used by:Timeline
Symbol 224 EditableTextUses:24Used by:Timeline
Symbol 225 EditableTextUses:24Used by:Timeline
Symbol 226 EditableTextUses:24Used by:Timeline
Symbol 227 EditableTextUses:24Used by:Timeline
Symbol 228 EditableTextUses:24Used by:Timeline
Symbol 229 GraphicUsed by:230
Symbol 230 MovieClipUses:229Used by:Timeline
Symbol 231 GraphicUsed by:Timeline
Symbol 232 TextUses:24Used by:233 234
Symbol 233 MovieClipUses:232Used by:234
Symbol 234 ButtonUses:233 13 232Used by:Timeline
Symbol 235 TextUses:24Used by:Timeline
Symbol 236 GraphicUsed by:237
Symbol 237 MovieClipUses:236Used by:Timeline
Symbol 238 TextUses:24Used by:239 240
Symbol 239 MovieClipUses:238Used by:240
Symbol 240 ButtonUses:239 13 238Used by:Timeline
Symbol 241 GraphicUsed by:242
Symbol 242 MovieClipUses:241Used by:Timeline

Instance Names

"cursor"Frame 1Symbol 7 MovieClip
"loadbar"Frame 6Symbol 14 MovieClip
"mute"Frame 109Symbol 111 Button
"life_meter"Frame 139Symbol 174 MovieClip
"ship"Frame 139Symbol 178 MovieClip
"mask"Frame 140Symbol 187 MovieClip
"fish"Frame 140Symbol 178 MovieClip
"ship"Frame 144Symbol 178 MovieClip
"mask"Frame 145Symbol 187 MovieClip
"fish"Frame 145Symbol 178 MovieClip
"ship"Frame 150Symbol 178 MovieClip
"mask"Frame 151Symbol 187 MovieClip
"fish"Frame 151Symbol 178 MovieClip
"ship"Frame 156Symbol 178 MovieClip
"mask"Frame 157Symbol 187 MovieClip
"fish"Frame 157Symbol 178 MovieClip
"ship"Frame 161Symbol 178 MovieClip
"mask"Frame 162Symbol 187 MovieClip
"fish"Frame 162Symbol 178 MovieClip
"ship"Frame 166Symbol 178 MovieClip
"mask"Frame 167Symbol 187 MovieClip
"fish"Frame 167Symbol 178 MovieClip
"ship"Frame 174Symbol 178 MovieClip
"mask"Frame 175Symbol 187 MovieClip
"fish"Frame 175Symbol 178 MovieClip
"ship"Frame 181Symbol 178 MovieClip
"mask"Frame 182Symbol 187 MovieClip
"fish"Frame 182Symbol 178 MovieClip
"ship"Frame 188Symbol 178 MovieClip
"mask"Frame 189Symbol 187 MovieClip
"fish"Frame 189Symbol 178 MovieClip
"ship"Frame 195Symbol 178 MovieClip
"mask"Frame 196Symbol 187 MovieClip
"fish"Frame 196Symbol 178 MovieClip
"hit_area"Symbol 171 MovieClip Frame 1Symbol 164 MovieClip
"hit_area"Symbol 178 MovieClip Frame 1Symbol 164 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "main_song"
ExportAssets (56)Timeline Frame 1Symbol 2 as "end_sound"
ExportAssets (56)Timeline Frame 1Symbol 3 as "egg_sound"

Labels

"loop"Frame 6
"skipload"Frame 13
"mainmenu"Frame 109
"credits"Frame 115
"instructions"Frame 121
"level1"Frame 139
"level2"Frame 144
"level3"Frame 150
"level4"Frame 156
"level5"Frame 161
"level6"Frame 166
"level7"Frame 174
"level8"Frame 181
"level9"Frame 188
"level10"Frame 195
"gameover"Frame 202
"level11"Frame 215

Dynamic Text Variables

percentSymbol 9 EditableText""
levelSymbol 176 EditableText""
timerSymbol 207 EditableText""
levelSymbol 211 EditableText""
timerSymbol 212 EditableText""
levelSymbol 213 EditableText""
timerSymbol 214 EditableText""
levelSymbol 215 EditableText""
timerSymbol 216 EditableText""
levelSymbol 217 EditableText""
timerSymbol 218 EditableText""
levelSymbol 219 EditableText""
timerSymbol 220 EditableText""
levelSymbol 221 EditableText""
timerSymbol 222 EditableText""
levelSymbol 223 EditableText""
timerSymbol 224 EditableText""
levelSymbol 225 EditableText""
timerSymbol 226 EditableText""
levelSymbol 227 EditableText""
timerSymbol 228 EditableText""




http://swfchan.com/3/12224/info.shtml
Created: 6/6 -2019 07:38:58 Last modified: 6/6 -2019 07:38:58 Server time: 12/05 -2024 13:07:44