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

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

Rescue Boat Operator.swf

This is the info page for
Flash #110348

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


Text
100

0

ActionScript [AS1/AS2]

Frame 1
System.useCodepage = true; stopAllSounds(); this.stop();
Frame 2
function soundPlay(name, loop) { if (this.gameVolume > 0) { this.soundObj[name].start(0, loop); this.soundObj[name].setVolume(this.gameVolume); } } function DispatchGameData(point, score) { var _local2 = new LoadVars(); _local2.code = "helpanimals"; _local2.point = point; _local2.score = score; _local2.sendAndLoad("./getpoint.php", _local2, "POST"); _local2.onLoad = function () { if (_root.rtnurl.length > 2) { getURL (_root.rtnurl); } else { getURL ("../"); } }; } var soundName = ["shipdown", "landdown", "sinkingg", "move"]; var soundObj = Array(); var gameVolume = 100; var i = 0; while (i <= soundName.length) { soundObj[soundName[i]] = new Sound(); soundObj[soundName[i]].attachSound(soundName[i]); i++; }
Instance of Symbol 191 MovieClip "MENT" in Frame 2
onClipEvent (load) { this._visible = false; this.f = 0; this.rnd = 0; this.cnt = 0; } onClipEvent (enterFrame) { if (((_parent.SHIP.gameplay == false) || (_parent.ANI.hand == true)) || (_parent.ANI.num >= 17)) { this.cnt = 0; this.f = 0; this._visible = false; } else { this.cnt--; if (this.cnt > 0) { this._visible = true; } else { this._visible = false; this.f++; if (this.f >= this.rnd) { this.cnt = 30; this.f = 0; this.rnd = random(50) + 20; if ((_parent.SHIP.weigth[_parent.ANI._currentframe - 1] >= 40) || (_parent.SHIP.sinking == true)) { this.gotoAndStop(3); } else if ((_parent.SHIP._x < 200) && (_parent.SHIP.totalWeigth > 60)) { this.gotoAndStop(4); } else { this.gotoAndStop(random(2) + 1); } this._visible = true; } } } }
Instance of Symbol 321 MovieClip "WATER1" in Frame 2
onClipEvent (load) { this._visible = false; }
Instance of Symbol 325 MovieClip "W1" in Frame 2
onClipEvent (load) { this._visible = false; }
Instance of Symbol 325 MovieClip "W2" in Frame 2
onClipEvent (load) { this._visible = false; }
Instance of Symbol 329 MovieClip "WATER2" in Frame 2
onClipEvent (load) { this._visible = false; }
Instance of Symbol 277 MovieClip "ANI" in Frame 2
onClipEvent (load) { this.tx = this._x; this.ty = this._y; this.num = 0; this.hand = false; this.gotoAndStop(_parent.SHIP.chrAni[this.num]); this.setMask(_parent.MASK); } on (press) { this.hand = true; this.setMask(undefined); this.startDrag(true, 0, 0, 200, 420); } on (release, releaseOutside) { this.stopDrag(); if ((((_parent.SHIP.sinking == false) && (this._y > 320)) && (this._x > (_parent.SHIP._x - 50))) && (this._x < (_parent.SHIP._x + 50))) { _parent.SHIP.putShip(this._currentframe, this._x - _parent.SHIP._x); } this._x = this.tx; this._y = this.ty; this.setMask(_parent.MASK); if (this.num >= 17) { this._visible = false; } this.hand = false; }
Instance of Symbol 333 MovieClip "LAND" in Frame 2
onClipEvent (load) { this._visible = false; }
Instance of Symbol 277 MovieClip "ANI2" in Frame 2
onClipEvent (load) { this.f = 0; this.action = false; this._visible = false; } onClipEvent (enterFrame) { if (this.action == true) { this.f++; if (this.f == 1) { _parent.MENT2._x = this._x - 5; _parent.MENT2._y = this._y - 30; _parent.MENT2.gotoAndStop(random(3) + 1); _parent.MENT2._visible = true; } else if (this.f > 10) { this.action = false; _parent.MENT2._visible = false; this._visible = false; if ((_parent.ANI._visible == false) && (_parent.SHIP.num == 0)) { _parent.SHIP.gameplay = false; _parent.SHIP.showPopup(); } } } else { this.f = 0; } }
Instance of Symbol 337 MovieClip "MENT2" in Frame 2
onClipEvent (load) { this._visible = false; }
Instance of Symbol 346 MovieClip "POPUP" in Frame 2
onClipEvent (load) { this._visible = false; }
Symbol 11 MovieClip Frame 1
this.stop();
Symbol 14 Button
on (release) { this.gotoAndStop(2); }
Symbol 17 Button
on (release) { this.sBUTTON._visible = false; this.hBUTTON._visible = false; this.HELP._visible = true; }
Symbol 22 Button
on (release) { this._visible = false; _parent.sBUTTON._visible = true; _parent.hBUTTON._visible = true; }
Symbol 23 MovieClip Frame 1
this._visible = false;
Symbol 74 MovieClip Frame 1
this.stop();
Symbol 85 MovieClip Frame 18
this.stop();
Symbol 185 MovieClip Frame 1
this.stop();
Instance of Symbol 85 MovieClip "BOX" in Symbol 185 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Symbol 191 MovieClip Frame 1
this.stop();
Symbol 277 MovieClip Frame 1
this.stop();
Symbol 314 Button
on (press) { this.hand = true; } on (release, releaseOutside) { this.hand = false; }
Symbol 315 MovieClip Frame 1
function setClear() { this.num = 0; this.center = 0; this.totalWeigth = 0; this._y = this.ty; var _local2 = 1; while (_local2 <= 5) { this["A" + _local2]._y = -30; this["A" + _local2]._visible = false; _local2++; } } function putShip(frame, xx) { if (this.num < 5) { var _local4 = this["A" + (++this.num)]; _local4.gotoAndStop(frame); _local4._x = xx; if (_local4._x < -50) { _local4._x = -50; } if (_local4._x > 50) { _local4._x = 50; } _local4._visible = true; _parent.ANI.gotoAndStop(this.chrAni[++_parent.ANI.num]); _root.soundPlay("shipdown", 1); } } function outShipAni(tMC) { this.num--; if (this.num < 0) { this.num = 0; } tMC._visible = false; this.interval(); } function inShipAni(tMC) { _root.soundPlay("shipdown", 1); this.num++; tMC._x = _parent.ANI2._x - this._x; if (tMC._x < -50) { tMC._x = -50; } if (tMC._x > 50) { tMC._x = 50; } tMC._visible = true; this.interval(); } function outShipAni2(tMC) { var _local5 = tMC._currentframe; var _local4 = 1; while (_local4 <= this.totalAni) { if (_parent["F" + _local4]._currentframe == _local5) { _parent["F" + _local4].BOX.gotoAndPlay(1); _parent["F" + _local4].BOX._visible = true; break; } _local4++; } tMC._visible = false; _root.soundPlay("landdown", 1); } function outShip() { var _local4 = 1; while (_local4 <= 5) { if (this["A" + _local4]._visible == true) { var _local5 = this["A" + _local4]._currentframe; var _local3 = 1; while (_local3 <= this.totalAni) { if (_parent["F" + _local3]._currentframe == _local5) { _parent["F" + _local3].BOX.gotoAndPlay(1); _parent["F" + _local3].BOX._visible = true; break; } _local3++; } } _local4++; } this.setClear(); } function outShip2() { var _local4 = 1; while (_local4 <= 5) { if (this["A" + _local4]._visible == true) { var _local5 = this["A" + _local4]._currentframe; var _local3 = 1; while (_local3 <= this.totalAni) { if (_parent["F" + _local3]._currentframe == _local5) { _parent["F" + _local3].gotoAndStop(_local5 + 17); break; } _local3++; } } _local4++; } this.setClear(); if (_parent.ANI._visible == false) { this.gameplay = false; this.showPopup(); } } function interval() { this.center = 0; this.totalWeigth = 0; var _local5 = 1; while (_local5 <= 5) { if (this["A" + _local5]._visible == true) { this.center = this.center + ((this["A" + _local5]._x * this.weigth[this["A" + _local5]._currentframe - 1]) / 50); this.totalWeigth = this.totalWeigth + this.weigth[this["A" + _local5]._currentframe - 1]; } _local5++; } this._y = this.ty + (this.totalWeigth / 6); _local5 = 1; while (_local5 <= 5) { var _local4 = 1; while (_local4 <= 5) { if (((_local5 != _local4) && (this["A" + _local5]._visible == true)) && (this["A" + _local4]._visible == true)) { if (Math.abs(this["A" + _local5]._x - this["A" + _local4]._x) < 23) { if (this["A" + _local5]._x > this["A" + _local4]._x) { this["A" + _local5]._x = this["A" + _local5]._x + 2; this["A" + _local4]._x = this["A" + _local4]._x - 2; } else { this["A" + _local5]._x = this["A" + _local5]._x - 2; this["A" + _local4]._x = this["A" + _local4]._x + 2; } } } _local4++; } _local5++; } _local5 = 1; while (_local5 <= 5) { if (this["A" + _local5]._x < -50) { this["A" + _local5]._x = -50; } if (this["A" + _local5]._x > 50) { this["A" + _local5]._x = 50; } _local5++; } if ((this.totalWeigth >= 100) || (Math.abs(this._rotation) > 20)) { _parent.W1._visible = false; _parent.W2._visible = false; _parent.WATER1._visible = false; _parent.WATER2._x = this._x; _parent.WATER2._y = 440; _parent.WATER2.gotoAndPlay(1); _parent.WATER2._visible = true; this.sinking = true; _root.soundPlay("sinkingg", 2); } } function showPopup() { var _local5 = 2; var _local4 = 0; var _local3 = 1; while (_local3 <= this.totalAni) { if (_parent["F" + _local3].BOX._visible == true) { _local4 = _local4 + 20; } else { if (_parent["F" + _local3]._currentframe > this.totalAni) { _local4 = _local4 - 5; } _local5 = 1; } _local3++; } if (_local4 < 0) { _local4 = 0; } _parent.ANI._visible = false; _parent.POPUP.point = _local4; _parent.POPUP.score = _local4; _parent.POPUP.TXT = _local4; _parent.POPUP.gotoAndStop(_local5); _parent.POPUP._visible = true; } this.num = 0; this.r = 0.3; this.maxR = 4; this.center = 0; this.weigth = [30, 10, 20, 50, 10, 40, 50, 20, 20, 10, 10, 60, 10, 10, 15, 15, 40]; this.chrAni = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]; this.totalAni = 17; this.totalWeigth = 0; this.tx = this._x; this.ty = this._y; this.speed = 4; this.sinking = false; this.maxTime = 100; this.ts = getTimer(); this.gameplay = true; this.snd = 0; this.sndOn = false; this.shipMove = 0; this.hand = false; var i = 0; while (i < 100) { var f1 = random(this.totalAni); var f2 = random(this.totalAni); if (f1 != f2) { var c = this.chrAni[f1]; this.chrAni[f1] = this.chrAni[f2]; this.chrAni[f2] = c; } i++; } var i = 1; while (i <= this.totalAni) { _parent["F" + i].gotoAndStop(this.chrAni[i - 1]); _parent["F" + i]._visible = true; i++; } onEnterFrame = function () { if (this.gameplay == true) { var _local4 = this.maxTime - ((getTimer() - this.ts) / 1000); _parent.TIMETXT = Math.round(_local4); if (_local4 < 0) { this.showPopup(); this.gameplay = false; } if (this.hand == true) { if (this._x < _parent._xmouse) { this.shipMove = 1; } else if (this._x > _parent._xmouse) { this.shipMove = -1; } else { this.shipMove = 0; } } else { this.shipMove = 0; } if (this.sinking == true) { this._y++; if (this._rotation > 0) { this._rotation = this._rotation + 0.5; } else { this._rotation = this._rotation - 0.5; } if (this._y > 530) { this._x = this.tx; this._y = this.ty; this.outShip2(); this._rotation = 0; _parent.WATER2._visible = false; this.sinking = false; } } else { this.interval(); this._rotation = this._rotation + this.r; var _local6 = (-this.maxR) + this.center; var _local5 = this.maxR + this.center; if (this._rotation < _local6) { this._rotation = _local6; this.r = this.r * -1; if (this.totalWeigth >= 10) { _parent.W1._x = this._x - 50; _parent.W1._y = 440; _parent.W1.gotoAndPlay(1); _parent.W1._visible = true; } } else if (this._rotation > _local5) { this._rotation = _local5; this.r = this.r * -1; if (this.totalWeigth >= 10) { _parent.W2._x = this._x + 50; _parent.W2._y = 440; _parent.W2.gotoAndPlay(1); _parent.W2._visible = true; } } if ((this.shipMove == -1) || (Key.isDown(37))) { this._x = this._x - this.speed; if (this._x < 130) { this._x = 130; } else { if (this.sndOn == false) { this.sndOn = true; this.snd = 30; } _parent.WATER1._xscale = -100; _parent.WATER1._x = this._x + 15; _parent.WATER1._y = 440; _parent.WATER1._visible = true; } } else if ((this.shipMove == 1) || (Key.isDown(39))) { this._x = this._x + this.speed; if (this._x > 490) { this._x = 490; } else { if (this.sndOn == false) { this.sndOn = true; this.snd = 30; } _parent.WATER1._xscale = 100; _parent.WATER1._x = this._x; _parent.WATER1._y = 440; _parent.WATER1._visible = true; } } else { _parent.WATER1._visible = false; } } if (this.snd == 30) { _root.soundPlay("move", 1); this.snd--; } else if (this.snd == 0) { this.sndOn = false; } else { this.snd--; } } }; this.setClear(); this.stop();
Instance of Symbol 277 MovieClip "A1" in Symbol 315 MovieClip Frame 1
on (press) { if ((_parent._parent.ANI2._visible == false) && (_parent.sinking == false)) { if (_parent._x > 460) { _parent._parent.ANI2._x = _parent._x + this._x; _parent._parent.ANI2._y = _parent._y + this._y; _parent._parent.ANI2.gotoAndStop(this._currentframe); _parent._parent.ANI2._visible = true; _parent._parent.ANI2.startDrag(true, 460, 200, 660, 420); _parent.outShipAni(this); } else { this.startDrag(true, -50, -30, 50, -30); } } } on (release, releaseOutside) { if (_parent._parent.ANI2._visible == true) { _parent._parent.ANI2.stopDrag(); if (_parent._parent.LAND.hitTest(_parent._parent.ANI2._x, _parent._parent.ANI2._y, true)) { _parent.outShipAni2(this); _parent._parent.ANI2._x = 620; _parent._parent.ANI2._y = 405; _parent._parent.ANI2.action = true; } else { _parent._parent.ANI2._visible = false; _parent.inShipAni(this); } } else { this.stopDrag(); } }
Instance of Symbol 277 MovieClip "A2" in Symbol 315 MovieClip Frame 1
on (press) { if ((_parent._parent.ANI2._visible == false) && (_parent.sinking == false)) { if (_parent._x > 460) { _parent._parent.ANI2._x = _parent._x + this._x; _parent._parent.ANI2._y = _parent._y + this._y; _parent._parent.ANI2.gotoAndStop(this._currentframe); _parent._parent.ANI2._visible = true; _parent._parent.ANI2.startDrag(true, 460, 200, 660, 420); _parent.outShipAni(this); } else { this.startDrag(true, -50, -30, 50, -30); } } } on (release, releaseOutside) { if (_parent._parent.ANI2._visible == true) { _parent._parent.ANI2.stopDrag(); if (_parent._parent.LAND.hitTest(_parent._parent.ANI2._x, _parent._parent.ANI2._y, true)) { _parent.outShipAni2(this); _parent._parent.ANI2._x = 620; _parent._parent.ANI2._y = 405; _parent._parent.ANI2.action = true; } else { _parent._parent.ANI2._visible = false; _parent.inShipAni(this); } } else { this.stopDrag(); } }
Instance of Symbol 277 MovieClip "A3" in Symbol 315 MovieClip Frame 1
on (press) { if ((_parent._parent.ANI2._visible == false) && (_parent.sinking == false)) { if (_parent._x > 460) { _parent._parent.ANI2._x = _parent._x + this._x; _parent._parent.ANI2._y = _parent._y + this._y; _parent._parent.ANI2.gotoAndStop(this._currentframe); _parent._parent.ANI2._visible = true; _parent._parent.ANI2.startDrag(true, 460, 200, 660, 420); _parent.outShipAni(this); } else { this.startDrag(true, -50, -30, 50, -30); } } } on (release, releaseOutside) { if (_parent._parent.ANI2._visible == true) { _parent._parent.ANI2.stopDrag(); if (_parent._parent.LAND.hitTest(_parent._parent.ANI2._x, _parent._parent.ANI2._y, true)) { _parent.outShipAni2(this); _parent._parent.ANI2._x = 620; _parent._parent.ANI2._y = 405; _parent._parent.ANI2.action = true; } else { _parent._parent.ANI2._visible = false; _parent.inShipAni(this); } } else { this.stopDrag(); } }
Instance of Symbol 277 MovieClip "A4" in Symbol 315 MovieClip Frame 1
on (press) { if ((_parent._parent.ANI2._visible == false) && (_parent.sinking == false)) { if (_parent._x > 460) { _parent._parent.ANI2._x = _parent._x + this._x; _parent._parent.ANI2._y = _parent._y + this._y; _parent._parent.ANI2.gotoAndStop(this._currentframe); _parent._parent.ANI2._visible = true; _parent._parent.ANI2.startDrag(true, 460, 200, 660, 420); _parent.outShipAni(this); } else { this.startDrag(true, -50, -30, 50, -30); } } } on (release, releaseOutside) { if (_parent._parent.ANI2._visible == true) { _parent._parent.ANI2.stopDrag(); if (_parent._parent.LAND.hitTest(_parent._parent.ANI2._x, _parent._parent.ANI2._y, true)) { _parent.outShipAni2(this); _parent._parent.ANI2._x = 620; _parent._parent.ANI2._y = 405; _parent._parent.ANI2.action = true; } else { _parent._parent.ANI2._visible = false; _parent.inShipAni(this); } } else { this.stopDrag(); } }
Instance of Symbol 277 MovieClip "A5" in Symbol 315 MovieClip Frame 1
on (press) { if ((_parent._parent.ANI2._visible == false) && (_parent.sinking == false)) { if (_parent._x > 460) { _parent._parent.ANI2._x = _parent._x + this._x; _parent._parent.ANI2._y = _parent._y + this._y; _parent._parent.ANI2.gotoAndStop(this._currentframe); _parent._parent.ANI2._visible = true; _parent._parent.ANI2.startDrag(true, 460, 200, 660, 420); _parent.outShipAni(this); } else { this.startDrag(true, -50, -30, 50, -30); } } } on (release, releaseOutside) { if (_parent._parent.ANI2._visible == true) { _parent._parent.ANI2.stopDrag(); if (_parent._parent.LAND.hitTest(_parent._parent.ANI2._x, _parent._parent.ANI2._y, true)) { _parent.outShipAni2(this); _parent._parent.ANI2._x = 620; _parent._parent.ANI2._y = 405; _parent._parent.ANI2.action = true; } else { _parent._parent.ANI2._visible = false; _parent.inShipAni(this); } } else { this.stopDrag(); } }
Symbol 325 MovieClip Frame 7
this._visible = false;
Symbol 328 MovieClip Frame 1
this._visible = false;
Symbol 328 MovieClip Frame 2
this.r = random(5); if (this.r == 0) { this._visible = true; this.play(); } else { this.gotoAndPlay(1); }
Symbol 329 MovieClip Frame 63
this._visible = false;
Symbol 331 MovieClip Frame 1
this._visible = false;
Symbol 337 MovieClip Frame 1
this.stop();
Symbol 342 Button
on (release) { this.BUTTON._visible = false; _root.DispatchGameData(this.point, this.score); }
Symbol 346 MovieClip Frame 1
this.stop();

Library Items

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

Instance Names

"sBUTTON"Frame 1Symbol 14 Button
"hBUTTON"Frame 1Symbol 17 Button
"HELP"Frame 1Symbol 23 MovieClip
"BIGSHIP"Frame 2Symbol 74 MovieClip
"F1"Frame 2Symbol 185 MovieClip
"F2"Frame 2Symbol 185 MovieClip
"F3"Frame 2Symbol 185 MovieClip
"F4"Frame 2Symbol 185 MovieClip
"F5"Frame 2Symbol 185 MovieClip
"F6"Frame 2Symbol 185 MovieClip
"F7"Frame 2Symbol 185 MovieClip
"F8"Frame 2Symbol 185 MovieClip
"F9"Frame 2Symbol 185 MovieClip
"F10"Frame 2Symbol 185 MovieClip
"F11"Frame 2Symbol 185 MovieClip
"F12"Frame 2Symbol 185 MovieClip
"F13"Frame 2Symbol 185 MovieClip
"F14"Frame 2Symbol 185 MovieClip
"F15"Frame 2Symbol 185 MovieClip
"F16"Frame 2Symbol 185 MovieClip
"F17"Frame 2Symbol 185 MovieClip
"MENT"Frame 2Symbol 191 MovieClip
"SHIP"Frame 2Symbol 315 MovieClip
"WATER1"Frame 2Symbol 321 MovieClip
"W1"Frame 2Symbol 325 MovieClip
"W2"Frame 2Symbol 325 MovieClip
"WATER2"Frame 2Symbol 329 MovieClip
"ANI"Frame 2Symbol 277 MovieClip
"MASK"Frame 2Symbol 331 MovieClip
"LAND"Frame 2Symbol 333 MovieClip
"ANI2"Frame 2Symbol 277 MovieClip
"MENT2"Frame 2Symbol 337 MovieClip
"POPUP"Frame 2Symbol 346 MovieClip
"BOX"Symbol 185 MovieClip Frame 1Symbol 85 MovieClip
"A1"Symbol 315 MovieClip Frame 1Symbol 277 MovieClip
"A2"Symbol 315 MovieClip Frame 1Symbol 277 MovieClip
"A3"Symbol 315 MovieClip Frame 1Symbol 277 MovieClip
"A4"Symbol 315 MovieClip Frame 1Symbol 277 MovieClip
"A5"Symbol 315 MovieClip Frame 1Symbol 277 MovieClip
"SHIP"Symbol 315 MovieClip Frame 1Symbol 314 Button

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "landdown"
ExportAssets (56)Timeline Frame 1Symbol 2 as "move"
ExportAssets (56)Timeline Frame 1Symbol 3 as "sinkingg"
ExportAssets (56)Timeline Frame 1Symbol 4 as "shipdown"

Dynamic Text Variables

TXTSymbol 193 EditableText""
TIMETXTSymbol 195 EditableText"100"
TXTSymbol 343 EditableText"0"




http://swfchan.com/23/110348/info.shtml
Created: 13/3 -2019 21:15:02 Last modified: 13/3 -2019 21:15:02 Server time: 13/05 -2024 12:22:35