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

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

Iceberg.swf

This is the info page for
Flash #26000

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


Text
LOADING - PLEASE WAIT

50%

Graphics: Eris Noren
Trigonometry: Ric Maycroft
Programming: Brad Pennington

Exit

Ships

Score

Levels Completed

level

Ships

Score

email us!

throttle = Space  Bar
Rotate to port = Left Arrow
Rotate to starboard  =Right Arrow
Fire deck gun = M Key
Hyperswim = Delete ( use only in emergencies )
Note: If throttle or gun is not working click screen with the mouse to regain focus.
If nothing is happening on the screen try pressing the "Enter" key.
If nothing is still happening, throw a rotten tomato at the screen.

START

Bonus Ship!

Game Over

ActionScript [AS1/AS2]

Frame 20
stop();
Frame 21
if (restart == "1") { gotoAndPlay (24); } if (vmask < "1") { duplicateMovieClip ("/mask", "mask2", "999999999"); } vmask = "1"; score = "0"; ships = "0"; level = "0"; newshipcounter = "0"; Newship = "0"; adjustnewship = "0"; stop();
Frame 22
level = level + "1"; getrocks = "0"; play();
Frame 23
tellTarget ("/asteroid") { gotoAndStop ("last frame"); }; play();
Frame 24
getrocks = getrocks + "1"; eraserocks = "0"; if (getrocks < ("5" + level)) { duplicateMovieClip ("asteroid", (name add random("1000000")) + "20", random("1000000") + "20"); prevFrame(); } else { play(); }
Frame 25
play();
Frame 26
play();
Frame 27
play();
Frame 28
play();
Frame 29
play();
Frame 30
play();
Frame 31
play();
Frame 32
ships = /ship:ships; if (addship >= "500") { addcounter = addcounter + "1"; tellTarget ("/newship") { play(); }; Set("/ship:ships", ships + "1"); addship = score - ("500" * addcounter); } if (/ship:ships == "0") { gotoAndStop (41); } else if (/rocksizer:newlevel == "1") { gotoAndPlay (22); } else { gotoAndPlay (31); }
Frame 41
eraserocks = "1"; stopAllSounds(); getrocks = "0"; restart = "1";
Symbol 8 MovieClip Frame 2
tellTarget ("/") { FrameLoad = int((_framesloaded / _totalframes) * "100"); }; percentage = /:FrameLoad add "%"; setProperty("Bar", _xscale , /:FrameLoad); if (/:FrameLoad == "100") { tellTarget ("/") { gotoAndPlay(_currentframe + "1"); }; } else { tellTarget ("/") { gotoAndStop(_currentframe - "1"); }; }
Symbol 14 MovieClip Frame 91
tellTarget ("/") { nextFrame(); }
Symbol 18 Button
on (release) { fscommand ("quit"); }
Symbol 30 Button
on (release) { getURL ("mailto:Bundbary@prodigy.net", "", "POST"); }
Symbol 35 Button
on (release) { getURL ("http://www.m1tech.com", "_blank"); }
Symbol 39 Button
on (release, keyPress "<Enter>") { gotoAndPlay (24); }
Symbol 42 MovieClip Frame 1
stop();
Symbol 42 MovieClip Frame 26
gotoAndStop (1);
Symbol 46 MovieClip Frame 1
stop();
Symbol 46 MovieClip Frame 2
play();
Symbol 46 MovieClip Frame 5
stop();
Symbol 47 MovieClip Frame 1
_visible = "0"; distance = "1"; stop();
Symbol 47 MovieClip Frame 2
if (_visible == "0") { tellTarget ("sound") { nextFrame(); }; } _visible = "1"; play();
Symbol 47 MovieClip Frame 3
newRotation = _rotation; PI = "22" / "7"; r = (newRotation * PI) / "180"; sin = ((((r - (((r * r) * r) / "6")) + (((((r * r) * r) * r) * r) / "120")) - (((((((r * r) * r) * r) * r) * r) * r) / ("120" * "42"))) + (((((((((r * r) * r) * r) * r) * r) * r) * r) * r) / "362880")) - (((((((((((r * r) * r) * r) * r) * r) * r) * r) * r) * r) * r) / "39916800"); cos = -(((((("1" - ((r * r) / "2")) + ((((r * r) * r) * r) / "24")) - ((((((r * r) * r) * r) * r) * r) / "720")) + ((((((((r * r) * r) * r) * r) * r) * r) * r) / "40320")) - (((((((((("2" * "2") * "2") * "2") * "2") * "2") * "2") * "2") * "2") * "2") / "3628800")) + ((((((((((((r * r) * r) * r) * r) * r) * r) * r) * r) * r) * r) * r) / "479001600")); _y = (_y + (/ship:BulletSpeed * cos)); _x = (_x + (/ship:BulletSpeed * sin)); if (_x < "0") { _x = (_x + "719"); } if ("719" < _x) { _x = (_x - "719"); } if (_y < "0") { _y = (_y + "520"); } if ("520" < _y) { _y = (_y - "520"); } distance = distance + "1"; if ("7" < distance) { gotoAndStop (1); } else { gotoAndPlay (2); }
Symbol 50 Button
on (keyPress "<Left>") { rotation = int(rotation - "15"); if (rotation < (-"360")) { rotation = -"15"; } _rotation = rotation; } on (keyPress "<Right>") { rotation = int(rotation + "15"); if ("360" < rotation) { rotation = "15"; } _rotation = rotation; } on (keyPress "<Space>") { tellTarget ("flame") { gotoAndPlay (2); }; Rotation = _rotation; PI = "22" / "7"; r = (Rotation * PI) / "180"; sin = ((((r - (((r * r) * r) / "6")) + (((((r * r) * r) * r) * r) / "120")) - (((((((r * r) * r) * r) * r) * r) * r) / ("120" * "42"))) + (((((((((r * r) * r) * r) * r) * r) * r) * r) * r) / "362880")) - (((((((((((r * r) * r) * r) * r) * r) * r) * r) * r) * r) * r) / "39916800"); cos = -(((((("1" - ((r * r) / "2")) + ((((r * r) * r) * r) / "24")) - ((((((r * r) * r) * r) * r) * r) / "720")) + ((((((((r * r) * r) * r) * r) * r) * r) * r) / "40320")) - (((((((((("2" * "2") * "2") * "2") * "2") * "2") * "2") * "2") * "2") * "2") / "3628800")) + ((((((((((((r * r) * r) * r) * r) * r) * r) * r) * r) * r) * r) * r) / "479001600")); Vy = Vy + (Accel * cos); Vx = Vx + (Accel * sin); if (shipmax < Vy) { Vy = shipmax; } else if (Vy < (-shipmax)) { Vy = -shipmax; } if (shipmax < Vx) { Vx = shipmax; } else if (Vx < (-shipmax)) { Vx = -shipmax; } play(); } on (keyPress "m") { if (boom == "0") { BulletCount = BulletCount + "1"; if (BulletCount == "1") { setProperty("/bullet1", _x , _x); setProperty("/bullet1", _y , _y); setProperty("/bullet1", _rotation , _rotation); tellTarget ("/bullet1") { gotoAndPlay (2); }; } if (BulletCount == "2") { setProperty("/bullet2", _x , _x); setProperty("/bullet2", _y , _y); setProperty("/bullet2", _rotation , _rotation); tellTarget ("/bullet2") { gotoAndPlay (2); }; } if (BulletCount == "3") { setProperty("/bullet3", _x , _x); setProperty("/bullet3", _y , _y); setProperty("/bullet3", _rotation , _rotation); tellTarget ("/bullet3") { gotoAndPlay (2); }; } if (BulletCount == "4") { setProperty("/bullet4", _x , _x); setProperty("/bullet4", _y , _y); setProperty("/bullet4", _rotation , _rotation); tellTarget ("/bullet4") { gotoAndPlay (2); }; } if (BulletCount == "5") { setProperty("/bullet5", _x , _x); setProperty("/bullet5", _y , _y); setProperty("/bullet5", _rotation , _rotation); tellTarget ("/bullet5") { gotoAndPlay (2); }; } if (bulletcount == "6") { bulletcount = "0"; } } } on (keyPress "<Delete>") { gotoAndPlay (62); }
Symbol 54 MovieClip Frame 1
stop();
Symbol 54 MovieClip Frame 4
stop();
Symbol 55 Button
on (keyPress "<Left>") { rotation = int(rotation - "15"); if (rotation < (-"360")) { rotation = -"15"; } _rotation = rotation; } on (keyPress "<Right>") { rotation = int(rotation + "15"); if ("360" < rotation) { rotation = "15"; } _rotation = rotation; } on (keyPress "<Space>") { tellTarget ("flame") { gotoAndPlay (2); }; Rotation = _rotation; PI = "22" / "7"; r = (Rotation * PI) / "180"; sin = ((((r - (((r * r) * r) / "6")) + (((((r * r) * r) * r) * r) / "120")) - (((((((r * r) * r) * r) * r) * r) * r) / ("120" * "42"))) + (((((((((r * r) * r) * r) * r) * r) * r) * r) * r) / "362880")) - (((((((((((r * r) * r) * r) * r) * r) * r) * r) * r) * r) * r) / "39916800"); cos = -(((((("1" - ((r * r) / "2")) + ((((r * r) * r) * r) / "24")) - ((((((r * r) * r) * r) * r) * r) / "720")) + ((((((((r * r) * r) * r) * r) * r) * r) * r) / "40320")) - ((((((((((r * r) * r) * r) * r) * r) * r) * r) * r) * r) / "3628800")) + ((((((((((((r * r) * r) * r) * r) * r) * r) * r) * r) * r) * r) * r) / "479001600")); Vy = Vy + (Accel * cos); Vx = Vx + (Accel * sin); if (shipmax < Vy) { Vy = shipmax; } else if (Vy < (-shipmax)) { Vy = -shipmax; } if (shipmax < Vx) { Vx = shipmax; } else if (Vx < (-shipmax)) { Vx = -shipmax; } play(); } on (keyPress "m") { if (boom == "0") { BulletCount = BulletCount + "1"; if (BulletCount == "1") { setProperty("/bullet1", _x , _x); setProperty("/bullet1", _y , _y); setProperty("/bullet1", _rotation , _rotation); tellTarget ("/bullet1") { gotoAndPlay (2); }; } if (BulletCount == "2") { setProperty("/bullet2", _x , _x); setProperty("/bullet2", _y , _y); setProperty("/bullet2", _rotation , _rotation); tellTarget ("/bullet2") { gotoAndPlay (2); }; } if (BulletCount == "3") { setProperty("/bullet3", _x , _x); setProperty("/bullet3", _y , _y); setProperty("/bullet3", _rotation , _rotation); tellTarget ("/bullet3") { gotoAndPlay (2); }; } if (BulletCount == "4") { setProperty("/bullet4", _x , _x); setProperty("/bullet4", _y , _y); setProperty("/bullet4", _rotation , _rotation); tellTarget ("/bullet4") { gotoAndPlay (2); }; } if (BulletCount == "5") { setProperty("/bullet5", _x , _x); setProperty("/bullet5", _y , _y); setProperty("/bullet5", _rotation , _rotation); tellTarget ("/bullet5") { gotoAndPlay (2); }; } if (bulletcount == "6") { bulletcount = "0"; } } } on (keyPress "<Delete>") { gotoAndPlay (62); }
Symbol 62 MovieClip Frame 1
ships = "5"; boom = "1"; sheild = "1";
Symbol 62 MovieClip Frame 2
shipmax = "50"; accel = "2"; BulletSpeed = "60"; Vy = "0"; Vx = "0"; if (hyperspace == "1") { hyperspace = "0"; gotoAndPlay (31); } boom = "1";
Symbol 62 MovieClip Frame 3
call("move ship");
Symbol 62 MovieClip Frame 4
call("move ship");
Symbol 62 MovieClip Frame 5
call("move ship");
Symbol 62 MovieClip Frame 6
call("move ship");
Symbol 62 MovieClip Frame 7
call("move ship");
Symbol 62 MovieClip Frame 8
call("move ship");
Symbol 62 MovieClip Frame 9
call("move ship");
Symbol 62 MovieClip Frame 10
call("move ship");
Symbol 62 MovieClip Frame 11
call("move ship");
Symbol 62 MovieClip Frame 12
call("move ship");
Symbol 62 MovieClip Frame 13
call("move ship");
Symbol 62 MovieClip Frame 14
call("move ship");
Symbol 62 MovieClip Frame 15
call("move ship");
Symbol 62 MovieClip Frame 16
call("move ship");
Symbol 62 MovieClip Frame 17
call("move ship");
Symbol 62 MovieClip Frame 18
call("move ship");
Symbol 62 MovieClip Frame 19
call("move ship");
Symbol 62 MovieClip Frame 20
call("move ship");
Symbol 62 MovieClip Frame 21
call("move ship");
Symbol 62 MovieClip Frame 22
call("move ship");
Symbol 62 MovieClip Frame 23
call("move ship");
Symbol 62 MovieClip Frame 24
call("move ship");
Symbol 62 MovieClip Frame 25
call("move ship");
Symbol 62 MovieClip Frame 26
call("move ship");
Symbol 62 MovieClip Frame 27
call("move ship");
Symbol 62 MovieClip Frame 28
call("move ship"); boom = "0";
Symbol 62 MovieClip Frame 29
play();
Symbol 62 MovieClip Frame 30
call("move ship"); sheild = "0"; Xship = _x; Yship = _y; if (boom <> "1") { prevFrame(); }
Symbol 62 MovieClip Frame 31
tellTarget ("/thrust") { gotoAndStop (1); }; boom = "1"; sheild = "1"; play();
Symbol 62 MovieClip Frame 33
Ships = ships - "1";
Symbol 62 MovieClip Frame 49
_y = (_y + Vy); _x = (_x + Vx); if (_x < "0") { _x = (_x + "719"); } if ("719" < _x) { _x = (_x - "719"); } if (_y < "0") { _y = (_y + "520"); } if ("570" < _y) { _y = (_y - "520"); }
Symbol 62 MovieClip Frame 54
_x = "360"; _y = "270"; gotoAndPlay (2);
Symbol 62 MovieClip Frame 62
_x = (random("700") + "10"); _y = (random("505") + "10"); hyperspace = random("3");
Symbol 62 MovieClip Frame 67
gotoAndPlay (2);
Symbol 65 MovieClip Frame 1
_visible = "0"; distance = "0"; stop();
Symbol 65 MovieClip Frame 2
tellTarget ("/alienship/swim/mouth") { play(); }; _visible = "1"; setProperty("/alienbullet", _x , getProperty("/alienship", _x)); setProperty("/alienbullet", _y , getProperty("/alienship", _y)); x = getProperty("/ship", _x); y = getProperty("/ship", _y); if (getProperty("/ship", _x) < getProperty("/alienship", _x)) { x = x * (-"1"); } if (getProperty("/ship", _y) < getProperty("/alienship", _y)) { y = y * (-"1"); } call("call");
Symbol 65 MovieClip Frame 3
call("call");
Symbol 65 MovieClip Frame 4
distance = distance + "1"; call("call"); if (distance < "17") { gotoAndPlay (3); } else { gotoAndStop (1); }
Symbol 65 MovieClip Frame 18
_y = (((y / x) * "10") + _y); _x = (((x / y) * "10") + _x); if (_y < "0") { _y = (_y + "520"); } if ("520" < _y) { _y = (_y - "520"); } if ("719" < _x) { _x = (_x - "719"); } if (_x < "0") { _x = (_x + "719"); } if (/ship:boom <> "1") { if ((getProperty("/ship", _x) - (getProperty("/ship", _xscale) / "4")) < _x) { if (_x < (getProperty("/ship", _x) + (getProperty("/ship", _xscale) / "4"))) { if ((getProperty("/ship", _y) - (getProperty("/ship", _yscale) / "4")) < _y) { if (_y < (getProperty("/ship", _y) + (getProperty("/ship", _xscale) / "4"))) { tellTarget ("/ship") { boom = "1"; }; gotoAndStop (1); } } } } }
Symbol 69 MovieClip Frame 1
stop();
Symbol 73 MovieClip Frame 21
gotoAndPlay (1);
Symbol 79 MovieClip Frame 1
if (counter == "0") { counter = "1"; } count2 = "0"; if (/:ships == "0") { startcount = "0"; } startcount = startcount + "1";
Symbol 79 MovieClip Frame 2
if (/:score < "20") { gotoAndPlay (1); } else if (startcount < randomstart) { gotoAndPlay (1); } else { _x = "0"; _y = "0"; gotoAndPlay (3); }
Symbol 79 MovieClip Frame 5
if (counter == "0") { directionx = random("10") - "5"; directiony = random("10") - "5"; } counter = counter + "1"; call("collision checker");
Symbol 79 MovieClip Frame 6
_x = (directionx + _x); _y = (directiony + _y); if (counter == "50") { count2 = count2 + "1"; if (count2 == "10") { gotoAndPlay (1); } tellTarget ("/alienbullet") { play(); }; counter = "0"; } if (_y < "0") { _y = (_y + "520"); } if ("520" < _y) { _y = (_y - "520"); } if ("719" < _x) { _x = (_x - "719"); } if (_x < "0") { _x = (_x + "719"); } gotoAndPlay (5); call("collision checker");
Symbol 79 MovieClip Frame 7
play(); tellTarget ("sound") { gotoAndStop ("stop"); }; Set("/:score", /:score + "100"); Set("/:addship", /:addship + "100");
Symbol 79 MovieClip Frame 29
startcount = "0"; level = /:level; randomstart = "500" / level; gotoAndPlay (1);
Symbol 79 MovieClip Frame 36
if (/ship:boom <> "1") { if ((getProperty("/ship", _x) - (getProperty("/ship", _xscale) / "4")) < _x) { if (_x < (getProperty("/ship", _x) + (getProperty("/ship", _xscale) / "4"))) { if ((getProperty("/ship", _y) - (getProperty("/ship", _yscale) / "4")) < _y) { if (_y < (getProperty("/ship", _y) + (getProperty("/ship", _yscale) / "4"))) { tellTarget ("/ship") { boom = "1"; }; gotoAndPlay (7); } } } } } if (getProperty("/bullet1", _visible) == "1") { if ((getProperty("/bullet1", _x) - (getProperty("/ship", _xscale) / "4")) < _x) { if (_x < (getProperty("/bullet1", _x) + (getProperty("/ship", _xscale) / "4"))) { if ((getProperty("/bullet1", _y) - (getProperty("/ship", _yscale) / "4")) < _y) { if (_y < (getProperty("/bullet1", _y) + (getProperty("/ship", _yscale) / "4"))) { tellTarget ("/bullet1") { gotoAndPlay (1); }; gotoAndPlay (7); } } } } } if (getProperty("/bullet2", _visible) == "1") { if ((getProperty("/bullet2", _x) - (getProperty("/ship", _xscale) / "4")) < _x) { if (_x < (getProperty("/bullet2", _x) + (getProperty("/ship", _xscale) / "4"))) { if ((getProperty("/bullet2", _y) - (getProperty("/ship", _yscale) / "4")) < _y) { if (_y < (getProperty("/bullet2", _y) + (getProperty("/ship", _yscale) / "4"))) { tellTarget ("/bullet2") { gotoAndPlay (1); }; gotoAndPlay (7); } } } } } if (getProperty("/bullet3", _visible) == "1") { if ((getProperty("/bullet3", _x) - (getProperty("/ship", _xscale) / "4")) < _x) { if (_x < (getProperty("/bullet3", _x) + (getProperty("/ship", _xscale) / "4"))) { if ((getProperty("/bullet3", _y) - (getProperty("/ship", _yscale) / "4")) < _y) { if (_y < (getProperty("/bullet3", _y) + (getProperty("/ship", _yscale) / "4"))) { tellTarget ("/bullet3") { gotoAndPlay (1); }; gotoAndPlay (7); } } } } } if (getProperty("/bullet4", _visible) == "1") { if ((getProperty("/bullet4", _x) - (getProperty("/ship", _xscale) / "4")) < _x) { if (_x < (getProperty("/bullet4", _x) + (getProperty("/ship", _xscale) / "4"))) { if ((getProperty("/bullet4", _y) - (getProperty("/ship", _yscale) / "4")) < _y) { if (_y < (getProperty("/bullet4", _y) + (getProperty("/ship", _yscale) / "4"))) { tellTarget ("/bullet4") { gotoAndPlay (1); }; gotoAndPlay (7); } } } } } if (getProperty("/bullet5", _visible) == "1") { if ((getProperty("/bullet5", _x) - (getProperty("/ship", _xscale) / "4")) < _x) { if (_x < (getProperty("/bullet5", _x) + (getProperty("/ship", _xscale) / "4"))) { if ((getProperty("/bullet5", _y) - (getProperty("/ship", _yscale) / "4")) < _y) { if (_y < (getProperty("/bullet5", _y) + (getProperty("/ship", _yscale) / "4"))) { tellTarget ("/bullet5") { gotoAndPlay (1); }; gotoAndPlay (7); } } } } }
Symbol 81 Button
on (press) { _xscale = (_xscale * "2"); _yscale = (_yscale * "2"); }
Symbol 84 MovieClip Frame 1
rotation = random("20") - "10"; direction1 = random("20") - "10"; direction2 = random("20") - "10"; if (direction1 == "0") { direction1 = "1"; } if (direction2 == "0") { direction2 = "1"; } _x = getProperty("/rocksizer", _x); _y = getProperty("/rocksizer", _y); newsize = getProperty("/rocksizer", _xscale); _xscale = newsize; _yscale = newsize; D = "10000"; call("checker"); _visible = "0";
Symbol 84 MovieClip Frame 2
call("checker"); _visible = "1";
Symbol 84 MovieClip Frame 3
_x = (_x + direction1); _y = (_y + direction2); _rotation = (_rotation + rotation); if ("719" < _x) { _x = (_x - "719"); } if (_x < "0") { _x = (_x + "719"); } if (_y < "0") { _y = (_y + "520"); } if ("520" < _y) { _y = (_y - "520"); } _xscale = newsize; _yscale = newsize; gotoAndPlay (2);
Symbol 84 MovieClip Frame 4
Set("/:score", /:score + "1"); Set("/:addship", /:addship + "1"); Set("/:newship", /:newship + "1"); Xstartspot = _x; Ystartspot = _y; name = _name; if ("8" < (_xscale / "2")) { duplicateMovieClip ("", (name add random("1000000")) + "20", random("1000000") + "20"); duplicateMovieClip ("", (name add random("1000000")) + "20", random("1000000") + "20"); setProperty("/rocksizer", _xscale , _xscale / "2"); setProperty("/rocksizer", _yscale , _yscale / "2"); setProperty("/rocksizer", _x , _x); setProperty("/rocksizer", _y , _y); tellTarget ("/'") { Xstartspot = _x; Ystartspot = _y; }; } play();
Symbol 84 MovieClip Frame 10
removeMovieClip("/" add name);
Symbol 84 MovieClip Frame 11
removeMovieClip("/" add name);
Symbol 84 MovieClip Frame 12
removeMovieClip("/" add name);
Symbol 84 MovieClip Frame 13
removeMovieClip("/" add name);
Symbol 84 MovieClip Frame 14
removeMovieClip("/" add name);
Symbol 84 MovieClip Frame 15
removeMovieClip("/" add name);
Symbol 84 MovieClip Frame 16
removeMovieClip("/" add name);
Symbol 84 MovieClip Frame 17
removeMovieClip("/" add name);
Symbol 84 MovieClip Frame 18
removeMovieClip("/" add name);
Symbol 84 MovieClip Frame 19
removeMovieClip("/" add name);
Symbol 84 MovieClip Frame 20
removeMovieClip("/" add name);
Symbol 84 MovieClip Frame 21
removeMovieClip("/" add name);
Symbol 84 MovieClip Frame 22
removeMovieClip("/" add name);
Symbol 84 MovieClip Frame 23
removeMovieClip("/" add name);
Symbol 84 MovieClip Frame 24
removeMovieClip("/" add name);
Symbol 84 MovieClip Frame 25
removeMovieClip("/" add name);
Symbol 84 MovieClip Frame 26
removeMovieClip("/" add name);
Symbol 84 MovieClip Frame 27
removeMovieClip("/" add name);
Symbol 84 MovieClip Frame 28
removeMovieClip("/" add name);
Symbol 84 MovieClip Frame 29
stop();
Symbol 84 MovieClip Frame 31
size = _xscale; tellTarget ("/rocksizer") { gotoAndPlay (1); }; if (/:eraserocks == "1") { gotoAndPlay (18); } width = _width; Xrock = _x; Yrock = _y; Xship = /ship:Xship; Yship = /ship:Yship; Ybullet1 = getProperty("/bullet1", _y); Xbullet1 = getProperty("/bullet1", _x); Ybullet2 = getProperty("/bullet2", _y); Xbullet2 = getProperty("/bullet2", _x); Ybullet3 = getProperty("/bullet3", _y); Xbullet3 = getProperty("/bullet3", _x); Ybullet4 = getProperty("/bullet4", _y); Xbullet4 = getProperty("/bullet4", _x); Ybullet5 = getProperty("/bullet5", _y); Xbullet5 = getProperty("/bullet5", _x); Rrock = _width / "2"; D = ((Xrock - Xship) * (Xrock - Xship)) + ((Yrock - Yship) * (Yrock - Yship)); Dbullet1 = ((Xrock - Xbullet1) * (Xrock - Xbullet1)) + ((Yrock - Ybullet1) * (Yrock - Ybullet1)); Dbullet2 = ((Xrock - Xbullet2) * (Xrock - Xbullet2)) + ((Yrock - Ybullet2) * (Yrock - Ybullet2)); Dbullet3 = ((Xrock - Xbullet3) * (Xrock - Xbullet3)) + ((Yrock - Ybullet3) * (Yrock - Ybullet3)); Dbullet4 = ((Xrock - Xbullet4) * (Xrock - Xbullet4)) + ((Yrock - Ybullet4) * (Yrock - Ybullet4)); Dbullet5 = ((Xrock - Xbullet5) * (Xrock - Xbullet5)) + ((Yrock - Ybullet5) * (Yrock - Ybullet5)); if (D < (_width * "30")) { if (/ship:sheild == "0") { tellTarget ("/ship") { gotoAndPlay ("boom"); }; gotoAndPlay (4); } } if (getProperty("/bullet1", _visible) == "1") { if (Dbullet1 < (_width * "30")) { tellTarget ("/bullet1") { gotoAndStop (1); }; gotoAndPlay (4); } } if (getProperty("/bullet2", _visible) == "1") { if (Dbullet2 < (_width * "30")) { tellTarget ("/bullet2") { gotoAndStop (1); }; gotoAndPlay (4); } } if (getProperty("/bullet3", _visible) == "1") { if (Dbullet3 < (_width * "30")) { tellTarget ("/bullet3") { gotoAndStop (1); }; gotoAndPlay (4); } } if (getProperty("/bullet4", _visible) == "1") { if (Dbullet4 < (_width * "30")) { tellTarget ("/bullet4") { gotoAndStop (1); }; gotoAndPlay (4); } } if (getProperty("/bullet5", _visible) == "1") { if (Dbullet5 < (_width * "30")) { tellTarget ("/bullet5") { gotoAndStop (1); }; gotoAndPlay (4); } } if (getProperty("/alienbullet", _visible) == "1") { if ((getProperty("/alienbullet", _x) - (getProperty("/ship", _xscale) / "2")) < _x) { if (_x < (getProperty("/alienbullet", _x) + (getProperty("/ship", _xscale) / "2"))) { if ((getProperty("/alienbullet", _y) - (getProperty("/ship", _yscale) / "2")) < _y) { if (_y < (getProperty("/alienbullet", _y) + (getProperty("/ship", _yscale) / "2"))) { tellTarget ("/alienbullet") { gotoAndStop (1); }; gotoAndPlay (4); } } } } }
Symbol 85 MovieClip Frame 1
newlevel = "0"; play();
Symbol 85 MovieClip Frame 17
newlevel = "1";
Symbol 85 MovieClip Frame 30
gotoAndPlay (1);
Symbol 87 Button
on (release) { score = "0"; ships = "0"; level = "0"; newshipcounter = "0"; Newship = "0"; adjustnewship = "0"; gotoAndPlay (22); }

Library Items

Symbol 1 GraphicUsed by:8
Symbol 2 FontUsed by:3
Symbol 3 TextUses:2Used by:8
Symbol 4 FontUsed by:5 11 15 19 20 21 22 23 24 28 36 37 41 86
Symbol 5 EditableTextUses:4Used by:8
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClipUses:6Used by:8
Symbol 8 MovieClipUses:1 3 5 7Used by:Timeline
Symbol 9 GraphicUsed by:69  Timeline
Symbol 10 GraphicUsed by:14
Symbol 11 TextUses:4Used by:14
Symbol 12 GraphicUsed by:14
Symbol 13 SoundUsed by:14
Symbol 14 MovieClipUses:10 11 12 13Used by:Timeline
Symbol 15 TextUses:4Used by:18
Symbol 16 GraphicUsed by:18
Symbol 17 GraphicUsed by:18
Symbol 18 ButtonUses:15 16 17Used by:Timeline
Symbol 19 TextUses:4Used by:Timeline
Symbol 20 TextUses:4Used by:Timeline
Symbol 21 TextUses:4Used by:Timeline
Symbol 22 EditableTextUses:4Used by:Timeline
Symbol 23 EditableTextUses:4Used by:Timeline
Symbol 24 EditableTextUses:4Used by:Timeline
Symbol 25 GraphicUsed by:26
Symbol 26 MovieClipUses:25Used by:Timeline
Symbol 27 GraphicUsed by:Timeline
Symbol 28 TextUses:4Used by:30
Symbol 29 GraphicUsed by:30
Symbol 30 ButtonUses:28 29Used by:Timeline
Symbol 31 GraphicUsed by:35
Symbol 32 GraphicUsed by:35
Symbol 33 GraphicUsed by:35
Symbol 34 GraphicUsed by:35
Symbol 35 ButtonUses:31 32 33 34Used by:Timeline
Symbol 36 TextUses:4Used by:Timeline
Symbol 37 TextUses:4Used by:39 87
Symbol 38 GraphicUsed by:39 87
Symbol 39 ButtonUses:37 38Used by:Timeline
Symbol 40 SoundUsed by:42
Symbol 41 TextUses:4Used by:42
Symbol 42 MovieClipUses:40 41Used by:Timeline
Symbol 43 GraphicUsed by:Timeline
Symbol 44 GraphicUsed by:47
Symbol 45 SoundUsed by:46
Symbol 46 MovieClipUses:45Used by:47
Symbol 47 MovieClipUses:44 46Used by:Timeline
Symbol 48 GraphicUsed by:62
Symbol 49 GraphicUsed by:50 55
Symbol 50 ButtonUses:49Used by:62
Symbol 51 GraphicUsed by:54
Symbol 52 SoundUsed by:54
Symbol 53 GraphicUsed by:54
Symbol 54 MovieClipUses:51 52 53Used by:62
Symbol 55 ButtonUses:49Used by:62
Symbol 56 GraphicUsed by:60
Symbol 57 GraphicUsed by:60
Symbol 58 GraphicUsed by:60
Symbol 59 GraphicUsed by:60
Symbol 60 MovieClipUses:56 57 58 59Used by:62
Symbol 61 SoundUsed by:62 84
Symbol 62 MovieClipUses:48 50 54 55 60 61Used by:Timeline
Symbol 63 GraphicUsed by:65
Symbol 64 SoundUsed by:65 79
Symbol 65 MovieClipUses:63 64Used by:Timeline
Symbol 66 SoundUsed by:79
Symbol 67 GraphicUsed by:69
Symbol 68 GraphicUsed by:69
Symbol 69 MovieClipUses:67 68 9Used by:73
Symbol 70 GraphicUsed by:73 77
Symbol 71 GraphicUsed by:72
Symbol 72 MovieClipUses:71Used by:73 77
Symbol 73 MovieClipUses:69 70 72Used by:79
Symbol 74 GraphicUsed by:77
Symbol 75 ShapeTweeningUsed by:77
Symbol 76 GraphicUsed by:77
Symbol 77 MovieClipUses:74 70 72 75 76Used by:79
Symbol 78 SoundUsed by:79
Symbol 79 MovieClipUses:66 73 77 64 78Used by:Timeline
Symbol 80 GraphicUsed by:81
Symbol 81 ButtonUses:80Used by:84
Symbol 82 ShapeTweeningUsed by:84
Symbol 83 GraphicUsed by:84
Symbol 84 MovieClipUses:81 82 61 83Used by:Timeline
Symbol 85 MovieClipUsed by:Timeline
Symbol 86 TextUses:4Used by:Timeline
Symbol 87 ButtonUses:37 38Used by:Timeline

Instance Names

"mask"Frame 21Symbol 26 MovieClip
"newship"Frame 21Symbol 42 MovieClip
"bullet5"Frame 22Symbol 47 MovieClip
"bullet4"Frame 22Symbol 47 MovieClip
"bullet3"Frame 22Symbol 47 MovieClip
"bullet2"Frame 22Symbol 47 MovieClip
"bullet1"Frame 22Symbol 47 MovieClip
"ship"Frame 22Symbol 62 MovieClip
"alienbullet"Frame 22Symbol 65 MovieClip
"alienship"Frame 22Symbol 79 MovieClip
"asteroid"Frame 23Symbol 84 MovieClip
"rocksizer"Frame 23Symbol 85 MovieClip
"Bar"Symbol 8 MovieClip Frame 1Symbol 7 MovieClip
"sound"Symbol 47 MovieClip Frame 2Symbol 46 MovieClip
"flame"Symbol 62 MovieClip Frame 1Symbol 54 MovieClip
"mouth"Symbol 73 MovieClip Frame 1Symbol 69 MovieClip
"swim"Symbol 79 MovieClip Frame 5Symbol 73 MovieClip

Labels

"set level"Frame 22
"get rocks"Frame 24
"game"Frame 31
"loop"Frame 32
"end"Frame 41
"newship"Symbol 42 MovieClip Frame 2
"start move"Symbol 47 MovieClip Frame 2
"0 end"Symbol 47 MovieClip Frame 3
"init ship"Symbol 62 MovieClip Frame 1
"start"Symbol 62 MovieClip Frame 2
"boom"Symbol 62 MovieClip Frame 31
"dead count"Symbol 62 MovieClip Frame 33
"move ship"Symbol 62 MovieClip Frame 49
"return to center"Symbol 62 MovieClip Frame 54
"hyperspace"Symbol 62 MovieClip Frame 62
"start move"Symbol 65 MovieClip Frame 2
"middle move"Symbol 65 MovieClip Frame 3
"0 end"Symbol 65 MovieClip Frame 4
"call"Symbol 65 MovieClip Frame 18
"sound"Symbol 79 MovieClip Frame 3
"hunt"Symbol 79 MovieClip Frame 5
"boom"Symbol 79 MovieClip Frame 7
"collision checker"Symbol 79 MovieClip Frame 36
"start position"Symbol 84 MovieClip Frame 1
"start"Symbol 84 MovieClip Frame 2
"move rock loop"Symbol 84 MovieClip Frame 3
"boom"Symbol 84 MovieClip Frame 4
"end remove"Symbol 84 MovieClip Frame 18
"checker"Symbol 84 MovieClip Frame 31

Dynamic Text Variables

percentageSymbol 5 EditableText"50%"
levelSymbol 22 EditableText"level"
ShipsSymbol 23 EditableText"Ships"
ScoreSymbol 24 EditableText"Score"




http://swfchan.com/6/26000/info.shtml
Created: 23/5 -2019 04:21:33 Last modified: 23/5 -2019 04:21:33 Server time: 16/05 -2024 07:45:44