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

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

Aqua Massaqua.swf

This is the info page for
Flash #24180

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


Text
AQUA MASSAQUA

my website

luke feiner presents...

extreme rowing

.

g

n

i

d

a

o

l

play

play

Move your mouse left and right to rotate the pontoon...
click to increase speed...

arrow shows the way
to nearest checkpoint
5 checkpoints = next level

tip:  punch the shark in the
nose in emergency / space /

instructions

collect the shells
and starfish
to gain more rowing power

the timer:
shows the time left to reach
the checkpoint

checkpoint

score

0

next level...

GAME OVER

You reached
checkpoints

Your score:

E

EXTRAVAGANJA
core metal band

ActionScript [AS1/AS2]

Frame 1
_global.speed = 0; _global.gravity = 0; _global.wind = 0.1; _global.alive = 1; _global.time = 0; _global.points = 0; _global.checkpt = 20; _global.sharkrot = 0; _global.sharkspeed = 6; _global.lr = 2; _global.nr = 0; _global.distance = 600; _global.timegrad = 400; gotoAndStop (1);
Instance of Symbol 29 MovieClip in Frame 1
/* no clip actions */
Instance of Symbol 32 MovieClip "skeleton" in Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation + 0.5; }
Instance of Symbol 89 MovieClip "rocket" in Frame 2
onClipEvent (enterFrame) { if (this._currentframe < 73) { this._rotation = this._rotation + ((_root._xmouse - 275) / 30); var i = 1; while (i < 20) { var x = getProperty(_root.space.star add i, _x); var y = getProperty(_root.space.star add i, _y); x = x + (((-(speed / 1.5)) * Math.cos((Math.PI/180) * this._rotation)) - (gravity / 2)); y = y + (((-(speed / 1.5)) * Math.sin((Math.PI/180) * this._rotation)) - (gravity / 2)); if (x > 550) { x = 0; y = random(300); } if (x < 0) { x = 550; y = random(300); } if (y > 300) { y = 0; x = random(550); } if (y < 0) { y = 300; x = random(550); } setProperty(_root.space.star add i, _x , x); setProperty(_root.space.star add i, _y , y); i++; } i = 1; while (i < 10) { x = getProperty(_root.space.comet add i, _x); y = getProperty(_root.space.comet add i, _y); x = x + (((-speed) * Math.cos((Math.PI/180) * this._rotation)) - gravity); y = y + (((-speed) * Math.sin((Math.PI/180) * this._rotation)) - gravity); if (x > 550) { x = 0; y = random(300); } if (x < 0) { x = 550; y = random(300); } if (y > 300) { y = 0; x = random(550); } if (y < 0) { y = 300; x = random(550); } setProperty(_root.space.comet add i, _x , x); setProperty(_root.space.comet add i, _y , y); i++; } speed = speed * 0.99; wind = Math.sin(time) - (Math.sin(time) / 2); time = time + 0.05; if (time > 360) { time = 0; } this._x = this._x + wind; } _root.baza._x = _root.baza._x + ((-(speed * 2)) * Math.cos((Math.PI/180) * this._rotation)); _root.baza._y = _root.baza._y + ((-(speed * 2)) * Math.sin((Math.PI/180) * this._rotation)); _root.shark._x = _root.shark._x + ((-(speed * 2)) * Math.cos((Math.PI/180) * this._rotation)); _root.shark._y = _root.shark._y + ((-(speed * 2)) * Math.sin((Math.PI/180) * this._rotation)); _root.shark2._x = _root.shark2._x + ((-(speed * 2)) * Math.cos((Math.PI/180) * this._rotation)); _root.shark2._y = _root.shark2._y + ((-(speed * 2)) * Math.sin((Math.PI/180) * this._rotation)); _root.shark3._x = _root.shark3._x + ((-(speed * 2)) * Math.cos((Math.PI/180) * this._rotation)); _root.shark3._y = _root.shark3._y + ((-(speed * 2)) * Math.sin((Math.PI/180) * this._rotation)); _root.fuel._x = _root.fuel._x + ((-(speed * 2)) * Math.cos((Math.PI/180) * this._rotation)); _root.fuel._y = _root.fuel._y + ((-(speed * 2)) * Math.sin((Math.PI/180) * this._rotation)); _root.wir._x = _root.wir._x + ((-(speed * 2)) * Math.cos((Math.PI/180) * this._rotation)); _root.wir._y = _root.wir._y + ((-(speed * 2)) * Math.sin((Math.PI/180) * this._rotation)); if (_root.fuel.hitTest(this)) { this.nurek.gotoAndPlay(16); var rnd; rnd = random(3); fuel = fuel + 5; _root.fuelmtr._width = fuel * 2; _root.fuel._x = random(1000) - 500; _root.fuel._y = random(1000) - 500; } } onClipEvent (keyDown) { if (Key.getCode() == 17) { gotoAndPlay (37); } } onClipEvent (mouseDown) { speed = speed + 0.5; } onClipEvent (load) { speed = 0; } onClipEvent (keyDown) { if ((Key.getCode() == 32) && (this._currentframe < 134)) { this.gotoAndPlay(139); } }
Frame 3
stopAllSounds(); distance = 300;
Instance of Symbol 32 MovieClip "skeleton" in Frame 3
onClipEvent (enterFrame) { if (_x > 550) { _x = 0; _y = random(300); _rotation = random(360); } if (_x < 0) { _x = 550; _y = random(300); _rotation = random(360); } if (_y > 300) { _y = 0; _x = random(550); _rotation = random(360); } if (_y < 0) { _y = 300; _x = random(550); _rotation = random(360); } }
Instance of Symbol 117 MovieClip "sharksh" in Frame 3
onClipEvent (enterFrame) { this._rotation = _root.shark._rotation; this._x = _root.shark._x - 20; this._y = _root.shark._y + 20; }
Instance of Symbol 122 MovieClip "smoke" in Frame 3
onClipEvent (enterFrame) { this._alpha = this._alpha * 0.95; if (this._alpha < 0.1) { removeMovieClip(this); } }
Instance of Symbol 117 MovieClip "shark" in Frame 3
onClipEvent (enterFrame) { if (this._currentframe < 50) { sharkrot = sharkrot + lr; this._rotation = sharkrot; this._x = this._x + (sharkspeed * Math.cos((Math.PI/180) * this._rotation)); this._y = this._y + (sharkspeed * Math.sin((Math.PI/180) * this._rotation)); if (_x > (distance + 500)) { _x = (-distance); _y = random(300); lr = random(8) - 4; } if (_x < (-distance)) { _x = (distance + 150); _y = random(300); lr = random(8) - 4; } if (_y > (distance + 200)) { _y = (-distance); _x = random(550); lr = random(8) - 4; } if (_y < (-distance)) { _y = (distance + 150); _x = random(550); lr = random(8) - 4; } } } onClipEvent (load) { if (distance > 300) { distance = distance - 100; } else { sharkspeed = sharkspeed + 1; } }
Instance of Symbol 117 MovieClip "sharksh" in Frame 3
onClipEvent (enterFrame) { this._rotation = _root.shark2._rotation; this._x = _root.shark2._x - 20; this._y = _root.shark2._y + 10; }
Instance of Symbol 117 MovieClip "shark2" in Frame 3
onClipEvent (enterFrame) { if (this._currentframe < 50) { sharkrot = sharkrot + lr; this._rotation = sharkrot; this._x = this._x + (sharkspeed * Math.cos((Math.PI/180) * this._rotation)); this._y = this._y + (sharkspeed * Math.sin((Math.PI/180) * this._rotation)); if (_x > (distance + 500)) { _x = (-distance); _y = random(300); lr = random(8) - 4; } if (_x < (-distance)) { _x = (distance + 150); _y = random(300); lr = random(8) - 4; } if (_y > (distance + 200)) { _y = (-distance); _x = random(550); lr = random(8) - 4; } if (_y < (-distance)) { _y = (distance + 150); _x = random(550); lr = random(8) - 4; } } } onClipEvent (load) { if (distance > 300) { distance = distance - 100; } else { sharkspeed = sharkspeed + 1; } }
Instance of Symbol 117 MovieClip "sharksh" in Frame 3
onClipEvent (enterFrame) { this._rotation = _root.shark3._rotation; this._x = _root.shark3._x - 20; this._y = _root.shark3._y + 20; }
Instance of Symbol 117 MovieClip "shark3" in Frame 3
onClipEvent (enterFrame) { if (this._currentframe < 50) { sharkrot = sharkrot + lr; this._rotation = sharkrot; this._x = this._x + (sharkspeed * Math.cos((Math.PI/180) * this._rotation)); this._y = this._y + (sharkspeed * Math.sin((Math.PI/180) * this._rotation)); if (_x > (distance + 500)) { _x = (-distance); _y = random(300); lr = random(8) - 4; } if (_x < (-distance)) { _x = (distance + 150); _y = random(300); lr = random(8) - 4; } if (_y > (distance + 200)) { _y = (-distance); _x = random(550); lr = random(8) - 4; } if (_y < (-distance)) { _y = (distance + 150); _x = random(550); lr = random(8) - 4; } } } onClipEvent (load) { if (distance > 300) { distance = distance - 100; } else { sharkspeed = sharkspeed + 1; } }
Instance of Symbol 147 MovieClip "fuel" in Frame 3
/* no clip actions */
Instance of Symbol 149 MovieClip in Frame 3
onClipEvent (enterFrame) { this._rotation = _root.rocket._rotation; this._x = _root.rocket._x - 20; this._y = (_root.rocket._y + 25) + (Math.sin(a / 4) * 4); a = a + 1; } onClipEvent (load) { var a = 0; }
Instance of Symbol 89 MovieClip "rocket" in Frame 3
onClipEvent (enterFrame) { if (this._currentframe < 73) { this._rotation = this._rotation + ((_root._xmouse - 275) / 30); var i = 1; while (i < 20) { var x = getProperty(_root.space.star add i, _x); var y = getProperty(_root.space.star add i, _y); x = x + (((-(speed / 1.5)) * Math.cos((Math.PI/180) * this._rotation)) - (gravity / 2)); y = y + (((-(speed / 1.5)) * Math.sin((Math.PI/180) * this._rotation)) - (gravity / 2)); if (x > 550) { x = 0; y = random(300); } if (x < 0) { x = 550; y = random(300); } if (y > 300) { y = 0; x = random(550); } if (y < 0) { y = 300; x = random(550); } setProperty(_root.space.star add i, _x , x); setProperty(_root.space.star add i, _y , y); i++; } i = 1; while (i < 10) { x = getProperty(_root.space.comet add i, _x); y = getProperty(_root.space.comet add i, _y); x = x + (((-speed) * Math.cos((Math.PI/180) * this._rotation)) - gravity); y = y + (((-speed) * Math.sin((Math.PI/180) * this._rotation)) - gravity); if (x > 550) { x = 0; y = random(300); } if (x < 0) { x = 550; y = random(300); } if (y > 300) { y = 0; x = random(550); } if (y < 0) { y = 300; x = random(550); } setProperty(_root.space.comet add i, _x , x); setProperty(_root.space.comet add i, _y , y); i++; } speed = speed * 0.99; wind = Math.sin(time) - (Math.sin(time) / 2); time = time + 0.05; if (time > 360) { time = 0; } this._x = this._x + wind; } _root.shark._x = _root.shark._x + ((-(speed * 2)) * Math.cos((Math.PI/180) * this._rotation)); _root.shark._y = _root.shark._y + ((-(speed * 2)) * Math.sin((Math.PI/180) * this._rotation)); _root.shark2._x = _root.shark2._x + ((-(speed * 2)) * Math.cos((Math.PI/180) * this._rotation)); _root.shark2._y = _root.shark2._y + ((-(speed * 2)) * Math.sin((Math.PI/180) * this._rotation)); _root.shark3._x = _root.shark3._x + ((-(speed * 2)) * Math.cos((Math.PI/180) * this._rotation)); _root.shark3._y = _root.shark3._y + ((-(speed * 2)) * Math.sin((Math.PI/180) * this._rotation)); _root.fuel._x = _root.fuel._x + ((-(speed * 2)) * Math.cos((Math.PI/180) * this._rotation)); _root.fuel._y = _root.fuel._y + ((-(speed * 2)) * Math.sin((Math.PI/180) * this._rotation)); _root.skeleton._x = _root.skeleton._x + ((-speed) * Math.cos((Math.PI/180) * this._rotation)); _root.skeleton._y = _root.skeleton._y + ((-speed) * Math.sin((Math.PI/180) * this._rotation)); if (_root.fuel.hitTest(this) && (_root.fuel._currentframe < 11)) { _root.fuel.gotoAndPlay(12); _root.clock.gotoAndStop(1); } } onClipEvent (keyDown) { if (Key.getCode() == 17) { gotoAndPlay (37); } } onClipEvent (mouseDown) { speed = (0.3 + speed) + (parseInt(_root.score.text) / 1000); } onClipEvent (load) { speed = 0; } onClipEvent (keyDown) { if ((Key.getCode() == 32) && (this._currentframe < 43)) { this.gotoAndPlay(139); } }
Instance of Symbol 151 MovieClip "arrow" in Frame 3
onClipEvent (enterFrame) { var dx = (_root.fuel._x - this._x); var dy = (_root.fuel._y - this._y); var dist = Math.sqrt((dx * dx) + (dy * dy)); var angle; if (dy < 0) { angle = (Math.PI*2) - Math.acos(dx / dist); } else { angle = Math.acos(dx / dist); } this._rotation = (angle * 180) / Math.PI; if ((((_root.fuel._x > 0) && (_root.fuel._x < 550)) && (_root.fuel._y > 0)) && (_root.fuel._y < 300)) { this._visible = 0; } else { this._visible = 1; } }
Instance of Symbol 164 MovieClip "clock" in Frame 3
onClipEvent (enterFrame) { timeloc = getTimer(); if (timeloc > (timePressed + timegrad)) { gotoAndStop(_currentframe + 1); timePressed = 0; timePressed = getTimer(); } } onClipEvent (load) { var timeloc = 0; var timePressed = 0; timegrad = timegrad - 10; }
Frame 5
_root.check.text = _root.checkpt._currentframe - 1; _root.score._x = 280; _root.score._y = 200;
Frame 12
stop();
Symbol 11 Button
on (release) { getURL ("http://www.lukefeiner.com", "_self"); }
Symbol 28 Button
on (release) { _root.gotoAndStop("2"); }
Symbol 29 MovieClip Frame 10
if (_root.getBytesLoaded() >= _root.getBytesTotal()) { gotoAndStop (11); } else { gotoAndPlay (1); }
Symbol 89 MovieClip Frame 43
gotoAndPlay (1);
Symbol 89 MovieClip Frame 56
gotoAndPlay (1);
Symbol 89 MovieClip Frame 57
speed = 0;
Symbol 89 MovieClip Frame 138
if (_root.life0._visible == true) { _root.life0._visible = false; } else if (_root.life1._visible == true) { _root.life1._visible = false; } else if (_root.life2._visible == true) { _root.life2._visible = false; } else { _root.gotoAndStop(5); } gotoAndPlay (1);
Instance of Symbol 72 MovieClip in Symbol 89 MovieClip Frame 142
onClipEvent (enterFrame) { if (this.hitTest(_root.shark.pysk)) { _root.shark.gotoAndPlay(50); _root.shark._x = _root.shark._x + (50 * Math.cos((Math.PI/180) * _parent._rotation)); _root.shark._y = _root.shark._y + (50 * Math.sin((Math.PI/180) * _parent._rotation)); } if (this.hitTest(_root.shark3.pysk)) { _root.shark3.gotoAndPlay(50); _root.shark3._x = _root.shark3._x + (50 * Math.cos((Math.PI/180) * _parent._rotation)); _root.shark3._y = _root.shark3._y + (50 * Math.sin((Math.PI/180) * _parent._rotation)); } if (this.hitTest(_root.shark2.pysk)) { _root.shark2.gotoAndPlay(50); _root.shark2._x = _root.shark2._x + (50 * Math.cos((Math.PI/180) * _parent._rotation)); _root.shark2._y = _root.shark2._y + (50 * Math.sin((Math.PI/180) * _parent._rotation)); } }
Symbol 90 Button
on (release) { _root.gotoAndStop("3"); }
Instance of Symbol 104 MovieClip "pysk" in Symbol 117 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.baza)) { } else if (this.hitTest(_root.rocket.nurek) && (_root.rocket._currentframe < 62)) { _root.rocket.gotoAndPlay(57); _parent.gotoAndPlay(21); } }
Symbol 117 MovieClip Frame 20
lr = random(8) - 4; gotoAndPlay (1);
Symbol 117 MovieClip Frame 49
gotoAndPlay (1);
Symbol 117 MovieClip Frame 50
points = points + 100; _root.score.text = parseInt(_root.score.text) + points;
Symbol 137 MovieClip Frame 1
var nb; nb = 0; while (nb <= 5) { nb = nb + 1; duplicateMovieClip (_root.space.star, "star" add nb, nb); setProperty(_root.space.star add nb, _x , random(550)); setProperty(_root.space.star add nb, _y , random(300)); } nb = 0; var cometcount; cometcount = 3; while (nb <= cometcount) { nb = nb + 1; if (random(2) == 1) { duplicateMovieClip (_root.space.comet, "comet" add nb, nb); } else { duplicateMovieClip (_root.space.comet1, "comet" add nb, nb); } setProperty(_root.space.comet add nb, _x , random(550)); setProperty(_root.space.comet add nb, _y , random(300)); setProperty(_root.space.comet add nb, _rotation , random(360)); var rnd = (random(60) + 40); setProperty(_root.space.comet add nb, _xscale , rnd); setProperty(_root.space.comet add nb, _yscale , rnd); }
Instance of Symbol 128 MovieClip "comet1" in Symbol 137 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (this.hitTest(_root.rocket) & (_root.rocket._currentframe < 8)) { if ((_root.rocket._rotation < 80) || (_root.rocket._rotation > 100)) { } } }
Instance of Symbol 136 MovieClip "star" in Symbol 137 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.rocket.nurek)) { _root.rocket.gotoAndPlay(44); var rnd; rnd = random(3); if ((rnd = 1)) { this._x = random(500); this._y = -50; } else if ((rnd = 2)) { this._x = random(500); this._y = 350; } else if ((rnd = 3)) { this._y = random(300); this._x = -50; } else if ((rnd = 2)) { this._y = random(300); this._x = 580; } points = points + 10; _root.score.text = parseInt(_root.score.text) + points; } } onClipEvent (load) { gotoAndStop(random(2) + 1); this._rotation = random(360); }
Symbol 137 MovieClip Frame 2
stop();
Symbol 147 MovieClip Frame 11
gotoAndPlay (1);
Symbol 147 MovieClip Frame 12
_root.checkpt.gotoAndStop(_root.checkpt._currentframe + 1); points = points + 3; _root.score.text = parseInt(_root.score.text) + points;
Symbol 147 MovieClip Frame 50
_root.fuel._x = random(1000) - 500; _root.fuel._y = random(1000) - 500;
Symbol 158 MovieClip Frame 1
stop();
Symbol 158 MovieClip Frame 6
gotoAndStop (1); _root.gotoAndStop(4);
Symbol 164 MovieClip Frame 1
stop();
Symbol 164 MovieClip Frame 90
_root.gotoAndStop(5);
Symbol 166 MovieClip Frame 55
_root.gotoAndStop(3); _root.clock.gotoAndStop(1);
Symbol 176 Button
on (release) { getURL ("http://www.extravaganja.prv.pl", "_self"); }

Library Items

Symbol 1 ShapeTweeningUsed by:4
Symbol 2 ShapeTweeningUsed by:4
Symbol 3 GraphicUsed by:4
Symbol 4 MovieClipUses:1 2 3Used by:Timeline
Symbol 5 FontUsed by:6 165
Symbol 6 TextUses:5Used by:Timeline
Symbol 7 GraphicUsed by:11
Symbol 8 GraphicUsed by:11
Symbol 9 FontUsed by:10 12 94
Symbol 10 TextUses:9Used by:11
Symbol 11 ButtonUses:7 8 10Used by:Timeline
Symbol 12 TextUses:9Used by:Timeline
Symbol 13 FontUsed by:14
Symbol 14 TextUses:13Used by:Timeline
Symbol 15 FontUsed by:16 17 18 19 20 21 22 23 25 27 91 92 93 95 96 145 152 159 167 168 169 170 173
Symbol 16 TextUses:15Used by:29
Symbol 17 TextUses:15Used by:29
Symbol 18 TextUses:15Used by:29
Symbol 19 TextUses:15Used by:29
Symbol 20 TextUses:15Used by:29
Symbol 21 TextUses:15Used by:29
Symbol 22 TextUses:15Used by:29
Symbol 23 TextUses:15Used by:29
Symbol 24 GraphicUsed by:28 90
Symbol 25 TextUses:15Used by:28 90
Symbol 26 GraphicUsed by:28 90
Symbol 27 TextUses:15Used by:28 90
Symbol 28 ButtonUses:24 25 26 27Used by:29  Timeline
Symbol 29 MovieClipUses:16 17 18 19 20 21 22 23 28Used by:Timeline
Symbol 30 GraphicUsed by:32
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:30 31Used by:Timeline
Symbol 33 GraphicUsed by:Timeline
Symbol 34 ShapeTweeningUsed by:89
Symbol 35 ShapeTweeningUsed by:89
Symbol 36 ShapeTweeningUsed by:89
Symbol 37 GraphicUsed by:38
Symbol 38 MovieClipUses:37Used by:89
Symbol 39 GraphicUsed by:89
Symbol 40 GraphicUsed by:89
Symbol 41 GraphicUsed by:89
Symbol 42 ShapeTweeningUsed by:89
Symbol 43 ShapeTweeningUsed by:89
Symbol 44 SoundUsed by:89
Symbol 45 ShapeTweeningUsed by:89
Symbol 46 ShapeTweeningUsed by:89
Symbol 47 ShapeTweeningUsed by:89
Symbol 48 ShapeTweeningUsed by:89
Symbol 49 ShapeTweeningUsed by:89
Symbol 50 ShapeTweeningUsed by:89
Symbol 51 ShapeTweeningUsed by:89
Symbol 52 ShapeTweeningUsed by:89
Symbol 53 ShapeTweeningUsed by:89
Symbol 54 ShapeTweeningUsed by:89
Symbol 55 ShapeTweeningUsed by:89
Symbol 56 ShapeTweeningUsed by:89
Symbol 57 ShapeTweeningUsed by:89
Symbol 58 ShapeTweeningUsed by:89
Symbol 59 GraphicUsed by:89
Symbol 60 SoundUsed by:89
Symbol 61 ShapeTweeningUsed by:89
Symbol 62 ShapeTweeningUsed by:89
Symbol 63 GraphicUsed by:89
Symbol 64 GraphicUsed by:89
Symbol 65 ShapeTweeningUsed by:89
Symbol 66 ShapeTweeningUsed by:89
Symbol 67 ShapeTweeningUsed by:89
Symbol 68 ShapeTweeningUsed by:89
Symbol 69 ShapeTweeningUsed by:89
Symbol 70 SoundUsed by:89
Symbol 71 GraphicUsed by:72
Symbol 72 MovieClipUses:71Used by:89
Symbol 73 ShapeTweeningUsed by:89
Symbol 74 ShapeTweeningUsed by:89
Symbol 75 ShapeTweeningUsed by:89
Symbol 76 ShapeTweeningUsed by:89
Symbol 77 GraphicUsed by:89
Symbol 78 ShapeTweeningUsed by:89
Symbol 79 ShapeTweeningUsed by:89
Symbol 80 ShapeTweeningUsed by:89
Symbol 81 SoundUsed by:89
Symbol 82 ShapeTweeningUsed by:89
Symbol 83 ShapeTweeningUsed by:89
Symbol 84 ShapeTweeningUsed by:89
Symbol 85 ShapeTweeningUsed by:89
Symbol 86 ShapeTweeningUsed by:89
Symbol 87 ShapeTweeningUsed by:89
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:34 35 36 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88Used by:Timeline
Symbol 90 ButtonUses:24 25 26 27Used by:Timeline
Symbol 91 TextUses:15Used by:Timeline
Symbol 92 TextUses:15Used by:Timeline
Symbol 93 TextUses:15Used by:Timeline
Symbol 94 TextUses:9Used by:Timeline
Symbol 95 TextUses:15Used by:Timeline
Symbol 96 TextUses:15Used by:Timeline
Symbol 97 GraphicUsed by:98
Symbol 98 MovieClipUses:97Used by:Timeline
Symbol 99 SoundUsed by:Timeline
Symbol 100 GraphicUsed by:117
Symbol 101 ShapeTweeningUsed by:117
Symbol 102 GraphicUsed by:117
Symbol 103 GraphicUsed by:104
Symbol 104 MovieClipUses:103Used by:117
Symbol 105 ShapeTweeningUsed by:117
Symbol 106 ShapeTweeningUsed by:117
Symbol 107 ShapeTweeningUsed by:117
Symbol 108 ShapeTweeningUsed by:117
Symbol 109 ShapeTweeningUsed by:117
Symbol 110 ShapeTweeningUsed by:117
Symbol 111 ShapeTweeningUsed by:117
Symbol 112 ShapeTweeningUsed by:117
Symbol 113 GraphicUsed by:117
Symbol 114 GraphicUsed by:117
Symbol 115 GraphicUsed by:117
Symbol 116 SoundUsed by:117
Symbol 117 MovieClipUses:100 101 102 104 105 106 107 108 109 110 111 112 113 114 115 116Used by:Timeline
Symbol 118 ShapeTweeningUsed by:122
Symbol 119 ShapeTweeningUsed by:122
Symbol 120 ShapeTweeningUsed by:122
Symbol 121 GraphicUsed by:122
Symbol 122 MovieClipUses:118 119 120 121Used by:Timeline
Symbol 123 GraphicUsed by:124
Symbol 124 MovieClipUses:123Used by:Timeline
Symbol 125 ShapeTweeningUsed by:128
Symbol 126 ShapeTweeningUsed by:128
Symbol 127 GraphicUsed by:128
Symbol 128 MovieClipUses:125 126 127Used by:137
Symbol 129 ShapeTweeningUsed by:133
Symbol 130 ShapeTweeningUsed by:133
Symbol 131 ShapeTweeningUsed by:133
Symbol 132 GraphicUsed by:133
Symbol 133 MovieClipUses:129 130 131 132Used by:137
Symbol 134 GraphicUsed by:136
Symbol 135 GraphicUsed by:136
Symbol 136 MovieClipUses:134 135Used by:137
Symbol 137 MovieClipUses:128 133 136Used by:Timeline
Symbol 138 ShapeTweeningUsed by:147
Symbol 139 GraphicUsed by:147
Symbol 140 ShapeTweeningUsed by:147
Symbol 141 ShapeTweeningUsed by:147
Symbol 142 ShapeTweeningUsed by:147
Symbol 143 GraphicUsed by:147
Symbol 144 GraphicUsed by:147
Symbol 145 TextUses:15Used by:147
Symbol 146 SoundUsed by:147
Symbol 147 MovieClipUses:138 139 140 141 142 143 144 145 146Used by:Timeline
Symbol 148 GraphicUsed by:149
Symbol 149 MovieClipUses:148Used by:Timeline
Symbol 150 GraphicUsed by:151
Symbol 151 MovieClipUses:150Used by:Timeline
Symbol 152 TextUses:15Used by:Timeline
Symbol 153 GraphicUsed by:158
Symbol 154 GraphicUsed by:158
Symbol 155 GraphicUsed by:158
Symbol 156 GraphicUsed by:158
Symbol 157 GraphicUsed by:158
Symbol 158 MovieClipUses:153 154 155 156 157Used by:Timeline
Symbol 159 EditableTextUses:15Used by:Timeline
Symbol 160 GraphicUsed by:164
Symbol 161 GraphicUsed by:163
Symbol 162 SoundUsed by:163
Symbol 163 MovieClipUses:161 162Used by:164
Symbol 164 MovieClipUses:160 163Used by:Timeline
Symbol 165 TextUses:5Used by:166
Symbol 166 MovieClipUses:165Used by:Timeline
Symbol 167 TextUses:15Used by:Timeline
Symbol 168 TextUses:15Used by:Timeline
Symbol 169 EditableTextUses:15Used by:Timeline
Symbol 170 TextUses:15Used by:Timeline
Symbol 171 GraphicUsed by:176
Symbol 172 GraphicUsed by:176
Symbol 173 TextUses:15Used by:176
Symbol 174 FontUsed by:175
Symbol 175 TextUses:174Used by:176
Symbol 176 ButtonUses:171 172 173 175Used by:Timeline

Instance Names

"skeleton"Frame 1Symbol 32 MovieClip
"rocket"Frame 2Symbol 89 MovieClip
"life2"Frame 2Symbol 98 MovieClip
"life1"Frame 2Symbol 98 MovieClip
"life0"Frame 2Symbol 98 MovieClip
"skeleton"Frame 3Symbol 32 MovieClip
"sharksh"Frame 3Symbol 117 MovieClip
"smoke"Frame 3Symbol 122 MovieClip
"shark"Frame 3Symbol 117 MovieClip
"sharksh"Frame 3Symbol 117 MovieClip
"shark2"Frame 3Symbol 117 MovieClip
"sharksh"Frame 3Symbol 117 MovieClip
"shark3"Frame 3Symbol 117 MovieClip
"collisions"Frame 3Symbol 124 MovieClip
"space"Frame 3Symbol 137 MovieClip
"fuel"Frame 3Symbol 147 MovieClip
"rocket"Frame 3Symbol 89 MovieClip
"arrow"Frame 3Symbol 151 MovieClip
"checkpt"Frame 3Symbol 158 MovieClip
"score"Frame 3Symbol 159 EditableText
"clock"Frame 3Symbol 164 MovieClip
"skeleton"Frame 5Symbol 32 MovieClip
"check"Frame 5Symbol 169 EditableText
"nurek"Symbol 89 MovieClip Frame 1Symbol 38 MovieClip
"nurek"Symbol 89 MovieClip Frame 139Symbol 38 MovieClip
"pysk"Symbol 117 MovieClip Frame 1Symbol 104 MovieClip
"comet1"Symbol 137 MovieClip Frame 1Symbol 128 MovieClip
"comet"Symbol 137 MovieClip Frame 1Symbol 133 MovieClip
"star"Symbol 137 MovieClip Frame 1Symbol 136 MovieClip




http://swfchan.com/5/24180/info.shtml
Created: 25/5 -2019 10:44:46 Last modified: 25/5 -2019 10:44:46 Server time: 12/05 -2024 22:58:35