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

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

362642569.swf

This is the info page for
Flash #14696

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


Text
Start

Help

Play more games

Level

Lives

Health

Money

Time

Overall score:

Next

Health bonus added:

Time bonus added:

Cash to be added:

Restart

You scored:

Menu

Avoid rocks, the bigger the rock the more
damage it will inflict!

Collect the space emeralds, the bigger the
emerald the more it is worth!
Once the cash bar is full, land on the launch
pad!

Grab the power ups when you can!

Health!

Mini - Ship!

Invincibility!

A - Bomb!

ActionScript [AS1/AS2]

Frame 1
_quality = "best"; stop();
Instance of Symbol 23 MovieClip in Frame 1
onClipEvent (mouseDown) { getURL ("http://www.shockarcade.com", "_blank"); }
Frame 2
stop(); Stage.showMenu = false;
Frame 3
stop(); Stage.showMenu = false; var score; var level = (level + 1); var started = false; var setscale; var maxcount; var maxspeed; var kill = false; var time; var lives; boom = new Sound(); boom.attachSound("explosion"); diamond = new Sound(); diamond.attachSound("yeah"); reward = new Sound(); reward.attachSound("power"); abomb = new Sound(); abomb.attachSound("bomb"); healthy = new Sound(); healthy.attachSound("addh"); halfsize = new Sound(); halfsize.attachSound("mini");
Instance of Symbol 28 MovieClip "char" in Frame 3
onClipEvent (load) { _root.char._x = 200; _root.char._y = 303.7; var speedv = 0; var speedh = 0; half = false; invincible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.platform) && (speed <= 0)) { speedv = 1E-11; speedh = 0; } else if (_y <= 27) { speedv = -1; } if (_x >= 386.5) { speedh = -1; } else if (_x <= 13.5) { speedh = 1; } _y = (_y - speedv); _x = (_x + speedh); if (key.isDown(key.up) && (speedv < 10)) { speedv = speedv + 0.125; } else if ((!key.isDown(key.up)) && (!this.hitTest(_root.platform))) { speedv = speedv - 0.125; } if (key.isDown(key.down) && (!this.hitTest(_root.platform))) { speedv = speedv - 0.125; } if (key.isDown(key.left)) { speedh = speedh - 0.125; } if (key.isDown(key.right)) { speedh = speedh + 0.125; } if (_x >= 400) { _x = 0; } else if (_x <= 0) { _x = 400; } if (half == true) { count = count + 1; _yscale = 50; _xscale = 50; if (count == 200) { half = false; } } if (half == false) { _yscale = 100; _xscale = 100; count = 0; } if (invincible == true) { count2 = count2 + 1; this.gotoAndPlay(2); if (count2 == 200) { invincible = false; } } if (invincible == false) { this.gotoAndPlay(1); count2 = 0; } if (this.hitTest(_root.ground)) { _root.boom.start(); _root.lives = _root.lives - 1; _root.char._x = 200; _root.char._y = 303.7; speedv = 0; speedh = 0; half = false; invincible = false; _root.gems.bar._yscale = 0; _root.health.bar._yscale = 100; } if (_root.lives <= 0) { _root.gotoAndPlay("gameover"); } if (this.hitTest(_root.platform)) { if (speedv <= -4) { _root.boom.start(); _root.lives = _root.lives - 1; _root.char._x = 200; _root.char._y = 303.7; speedv = 0; speedh = 0; half = false; _root.gems.bar._yscale = 0; _root.health.bar._yscale = 100; } else if ((speedv > -4) && (_root.gems.bar._yscale == 100)) { _root.healthleft = _root.health.bar._yscale * 10; _root.score = _root.score + _root.healthleft; _root.score = _root.score + 500; _root.gotoAndPlay("levelup"); } } }
Instance of Symbol 37 MovieClip "gem" in Frame 3
onClipEvent (load) { if (_x == 400) { position = 1; } else if (_x == 0) { position = 0; } } onClipEvent (enterFrame) { var speed; if ((_x <= -50) or (_x > 450)) { removeMovieClip(this); } if (position == 0) { _x = (_x + speed); _rotation = (_rotation + speed); } else if (position == 1) { _x = (_x - speed); _rotation = (_rotation - speed); } if (this.hitTest(_root.char) && (_root.gems.bar._yscale < 100)) { _root.diamond.start(); damage = this._yscale / 5; _root.gems.bar._yscale = _root.gems.bar._yscale + damage; removeMovieClip(this); } if (_root.started == true) { removeMovieClip(this); } }
Instance of Symbol 39 MovieClip "rock" in Frame 3
onClipEvent (load) { if (_x == 400) { position = 1; } else if (_x == 0) { position = 0; } } onClipEvent (enterFrame) { var speed; if ((_x <= -50) or (_x > 450)) { removeMovieClip(this); } if (position == 0) { _x = (_x + speed); _rotation = (_rotation + speed); } else if (position == 1) { _x = (_x - speed); _rotation = (_rotation - speed); } if (_root.char.invincible == false) { if (this.hitTest(_root.char) && (_root.health.bar._yscale > 0)) { _root.boom.start(); damage = this._yscale / 5; _root.health.bar._yscale = _root.health.bar._yscale - damage; removeMovieClip(this); } } else if (_root.char.invincible == true) { if (this.hitTest(_root.char)) { _root.boom.start(); removeMovieClip(this); } } if (_root.started == true) { removeMovieClip(this); } if (_root.kill == true) { removeMovieClip(this); } }
Instance of Symbol 55 MovieClip "up" in Frame 3
onClipEvent (load) { if (_x == 400) { position = 1; } else if (_x == 0) { position = 0; } var select = random(16); if (select < 7) { this.gotoAndPlay(1); type = 1; } else if ((select > 6) and (select < 12)) { this.gotoAndPlay(2); type = 2; } else if ((select > 11) and (select < 15)) { this.gotoAndPlay(4); type = 3; } else if (select == 15) { this.gotoAndPlay(3); type = 4; } } onClipEvent (enterFrame) { var speed; if ((_x <= -50) or (_x > 450)) { removeMovieClip(this); } if (this.hitTest(_root.char)) { if (type == 1) { if (_root.health.bar._yscale < 100) { _root.healthy.start(); _root.health.bar._yscale = _root.health.bar._yscale + 25; removeMovieClip(this); } } else if (type == 2) { _root.halfsize.start(); if (_root.char.half == false) { _root.char.half = true; removeMovieClip(this); } else if (_root.char.half == true) { _root.char.count = 0; removeMovieClip(this); } } else if (type == 3) { _root.reward.start(); if (_root.char.invincible == false) { _root.char.invincible = true; removeMovieClip(this); } else if (_root.char.invincible == true) { _root.char.count2 = 0; removeMovieClip(this); } } else if (type == 4) { _root.abomb.start(); _root.kill = true; removeMovieClip(this); } } if (position == 0) { _x = (_x + speed); _rotation = (_rotation + speed); } else if (position == 1) { _x = (_x - speed); _rotation = (_rotation - speed); } if (_root.started == true) { removeMovieClip(this); } }
Instance of Symbol 57 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_root.time > 0) { _root.time = _root.time - 1; } else if (_root.time <= 0) { _root.gotoAndPlay("gameover"); } if (_root.kill == true) { count = count + 1; } if (count == 5) { count = 0; _root.kill = false; } }
Instance of Symbol 62 MovieClip "counter" in Frame 3
onClipEvent (load) { var count = 0; var count2 = 0; var count3 = 0; _root.rock._x = 700; _root.gem._x = 700; _root.up._x = 700; } onClipEvent (enterFrame) { count = count + 1; count2 = count2 + 1; count3 = count3 + 1; if ((count3 == 250) and (_root.started == false)) { count3 = 0; i = i + 1; duplicateMovieClip (_root.up, "up" + i, i); _root["up" + i]._yscale = 200; _root["up" + i]._xscale = 200; var position3 = random(2); if (position3 == 0) { _root["up" + i]._y = random(250) + 10; _root["up" + i]._x = 0; _root["up" + i].speed = random(4) + 2; } else if (position3 == 1) { _root["up" + i]._y = random(250) + 10; _root["up" + i]._x = 400; _root["up" + i].speed = random(4) + 2; } } if ((count2 == (75 - _root.maxcount)) and (_root.started == false)) { count2 = 0; i = i + 1; duplicateMovieClip (_root.rock, "rock" + i, i); var position = random(2); if (position == 0) { _root["rock" + i]._y = random(250) + 10; _root["rock" + i]._x = 0; _root["rock" + i].speed = random(4 + _root.maxspeed) + 1; scale = (random(150) + 175) + _root.setscale; _root["rock" + i]._xscale = scale; _root["rock" + i]._yscale = scale; } else if (position == 1) { _root["rock" + i]._y = random(250) + 10; _root["rock" + i]._x = 400; _root["rock" + i].speed = random(4 + _root.maxspeed) + 1; scale = (random(150) + 175) + _root.setscale; _root["rock" + i]._xscale = scale; _root["rock" + i]._yscale = scale; } } if ((count == 175) and (_root.started == false)) { count = 0; i = i + 1; duplicateMovieClip (_root.gem, "gem" + i, i); var position2 = random(2); if (position2 == 0) { _root["gem" + i]._y = random(250) + 10; _root["gem" + i]._x = 0; _root["gem" + i].speed = random(4) + 1; scale2 = random(100) + 150; _root["gem" + i]._xscale = scale2; _root["gem" + i]._yscale = scale2; } else if (position2 == 1) { _root["gem" + i]._y = random(250) + 10; _root["gem" + i]._x = 400; _root["gem" + i].speed = random(4) + 1; scale2 = random(100) + 150; _root["gem" + i]._xscale = scale2; _root["gem" + i]._yscale = scale2; } } }
Instance of Symbol 13 MovieClip [clock] in Frame 3
onClipEvent (enterFrame) { if (_root.time >= 1125) { this.gotoAndPlay(1); } else if ((_root.time < 1125) and (_root.time >= 750)) { this.gotoAndPlay(2); } else if ((_root.time < 750) and (_root.time >= 375)) { this.gotoAndPlay(3); } else if ((_root.time < 375) and (_root.time > 0)) { this.gotoAndPlay(4); } else if (_root.time < 0) { this.gotoAndPlay(5); } }
Frame 4
stop(); Stage.showMenu = false; var started = true; var score; var level; var setscale; var maxcount; var maxspeed; var lives; var time; var healthleft;
Instance of Symbol 68 MovieClip "health" in Frame 4
onClipEvent (load) { timeadded = null; } onClipEvent (enterFrame) { if (timeadded == null) { _root.timeleft = _root.time; _root.score = _root.score + _root.time; timeadded = true; } }
Frame 5
stop(); Stage.showMenu = false; var score; var started = true;
Frame 6
stop(); Stage.showMenu = false; var started = true;
Symbol 13 MovieClip [clock] Frame 1
stop();
Symbol 13 MovieClip [clock] Frame 2
stop();
Symbol 13 MovieClip [clock] Frame 3
stop();
Symbol 13 MovieClip [clock] Frame 4
stop();
Symbol 13 MovieClip [clock] Frame 5
stop();
Symbol 15 Button
on (release) { getURL ("http://www.shockarcade.com"); }
Symbol 23 MovieClip Frame 1
play();
Symbol 23 MovieClip Frame 2
play();
Symbol 23 MovieClip Frame 40
stop();
Instance of Symbol 22 MovieClip in Symbol 23 MovieClip Frame 40
onClipEvent (enterFrame) { if (_root.getBytesLoaded() >= _root.getBytesTotal()) { with (_level0) { nextFrame(); } } }
Symbol 28 MovieClip Frame 1
stop();
Symbol 28 MovieClip Frame 2
stop();
Symbol 33 Button
on (release) { _root.gotoAndPlay("game"); _root.level = 0; _root.time = 1500; _root.lives = 3; _root.maxcount = null; _root.setscale = null; _root.maxspeed = null; }
Symbol 35 Button
on (release) { _root.gotoAndPlay("help"); }
Symbol 43 Button
on (release) { getURL ("http://www.shockarcade.com"); }
Symbol 55 MovieClip Frame 1
stop();
Symbol 55 MovieClip Frame 2
stop();
Symbol 55 MovieClip Frame 3
stop();
Symbol 55 MovieClip Frame 4
stop();
Instance of Symbol 66 MovieClip "bar" in Symbol 68 MovieClip Frame 1
onClipEvent (load) { _yscale = 100; _root.nextlevel = false; } onClipEvent (enterFrame) { if ((_root.started == true) && (_yscale > 0)) { _root.score = _root.score + 10; _yscale = (_yscale-1); } if (_yscale >= 100) { _yscale = 100; } if (_yscale <= 0) { _yscale = 0; _root.nextlevel = true; if (_root.started == false) { _root.char.invincible = false; _root.char.half = false; this._yscale = 100; _root.char._x = 200; _root.char._y = 382; _root.char.speedv = 0; _root.char.speedh = 0; } } }
Symbol 72 MovieClip Frame 1
stop();
Instance of Symbol 70 MovieClip "bar" in Symbol 72 MovieClip Frame 1
onClipEvent (load) { _yscale = 0; } onClipEvent (enterFrame) { if (_yscale >= 100) { _yscale = 100; } }
Symbol 83 Button
on (release) { if (_root.nextlevel == true) { _root.gotoAndPlay("game"); _root.health.bar._yscale = 100; _root.gems.bar._yscale = 0; if (_root.maxcount < 50) { _root.maxcount = _root.maxcount + 1; } _root.maxspeed = _root.maxspeed + 0.2; _root.setscale = _root.setscale + 5; _root.char._x = 200; _root.char._y = 303.7; _root.time = 1500; _root.nextlevel = false; } }
Symbol 94 Button
on (release) { _root.gotoAndPlay("game"); _root.level = 0; _root.time = 1500; _root.lives = 3; _root.maxcount = null; _root.setscale = null; _root.maxspeed = null; }
Symbol 98 Button
on (release) { _root.gotoAndPlay("menu"); }

Library Items

Symbol 1 Sound [power]
Symbol 2 Sound [mini]
Symbol 3 Sound [explosion]
Symbol 4 Sound [yeah]
Symbol 5 Sound [bomb]
Symbol 6 Sound [addh]
Symbol 7 MovieClip [skull]
Symbol 8 GraphicUsed by:13
Symbol 9 GraphicUsed by:13
Symbol 10 GraphicUsed by:13
Symbol 11 GraphicUsed by:13
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClip [clock]Uses:8 9 10 11 12Used by:Timeline
Symbol 14 GraphicUsed by:15
Symbol 15 ButtonUses:14Used by:Timeline
Symbol 16 GraphicUsed by:23
Symbol 17 BitmapUsed by:18 19 20
Symbol 18 GraphicUses:17Used by:23
Symbol 19 GraphicUses:17Used by:23
Symbol 20 GraphicUses:17Used by:23
Symbol 21 GraphicUsed by:22
Symbol 22 MovieClipUses:21Used by:23
Symbol 23 MovieClipUses:16 18 19 20 22Used by:Timeline
Symbol 24 BitmapUsed by:25
Symbol 25 GraphicUses:24Used by:Timeline
Symbol 26 GraphicUsed by:28
Symbol 27 GraphicUsed by:28
Symbol 28 MovieClipUses:26 27Used by:Timeline
Symbol 29 GraphicUsed by:Timeline
Symbol 30 GraphicUsed by:33 35 83
Symbol 31 FontUsed by:32 34 82 93 97
Symbol 32 TextUses:31Used by:33
Symbol 33 ButtonUses:30 32Used by:Timeline
Symbol 34 TextUses:31Used by:35
Symbol 35 ButtonUses:30 34Used by:Timeline
Symbol 36 GraphicUsed by:37
Symbol 37 MovieClipUses:36Used by:Timeline
Symbol 38 GraphicUsed by:39
Symbol 39 MovieClipUses:38Used by:Timeline
Symbol 40 GraphicUsed by:43
Symbol 41 FontUsed by:42 59 60 63 64 73 74 75 80 81 84 85 86 87 88 95 96 102 103 104 105 106 107 108
Symbol 42 TextUses:41Used by:43
Symbol 43 ButtonUses:40 42Used by:Timeline
Symbol 44 GraphicUsed by:Timeline
Symbol 45 BitmapUsed by:46
Symbol 46 GraphicUses:45Used by:Timeline
Symbol 47 GraphicUsed by:48
Symbol 48 MovieClipUses:47Used by:Timeline
Symbol 49 GraphicUsed by:50
Symbol 50 MovieClipUses:49Used by:Timeline
Symbol 51 GraphicUsed by:55  Timeline
Symbol 52 GraphicUsed by:55  Timeline
Symbol 53 GraphicUsed by:55  Timeline
Symbol 54 GraphicUsed by:55  Timeline
Symbol 55 MovieClipUses:51 52 53 54Used by:Timeline
Symbol 56 GraphicUsed by:57
Symbol 57 MovieClipUses:56Used by:Timeline
Symbol 58 GraphicUsed by:Timeline
Symbol 59 TextUses:41Used by:Timeline
Symbol 60 EditableTextUses:41Used by:Timeline
Symbol 61 GraphicUsed by:62
Symbol 62 MovieClipUses:61Used by:Timeline
Symbol 63 TextUses:41Used by:Timeline
Symbol 64 EditableTextUses:41Used by:Timeline
Symbol 65 GraphicUsed by:66
Symbol 66 MovieClipUses:65Used by:68
Symbol 67 GraphicUsed by:68
Symbol 68 MovieClipUses:66 67Used by:Timeline
Symbol 69 GraphicUsed by:70
Symbol 70 MovieClipUses:69Used by:72
Symbol 71 GraphicUsed by:72
Symbol 72 MovieClipUses:70 71Used by:Timeline
Symbol 73 TextUses:41Used by:Timeline
Symbol 74 TextUses:41Used by:Timeline
Symbol 75 TextUses:41Used by:Timeline
Symbol 76 SoundUsed by:Timeline
Symbol 77 BitmapUsed by:78
Symbol 78 GraphicUses:77Used by:Timeline
Symbol 79 GraphicUsed by:Timeline
Symbol 80 TextUses:41Used by:Timeline
Symbol 81 EditableTextUses:41Used by:Timeline
Symbol 82 TextUses:31Used by:83
Symbol 83 ButtonUses:30 82Used by:Timeline
Symbol 84 TextUses:41Used by:Timeline
Symbol 85 EditableTextUses:41Used by:Timeline
Symbol 86 TextUses:41Used by:Timeline
Symbol 87 EditableTextUses:41Used by:Timeline
Symbol 88 TextUses:41Used by:Timeline
Symbol 89 SoundUsed by:Timeline
Symbol 90 BitmapUsed by:91
Symbol 91 GraphicUses:90Used by:Timeline
Symbol 92 GraphicUsed by:94 98
Symbol 93 TextUses:31Used by:94
Symbol 94 ButtonUses:92 93Used by:Timeline
Symbol 95 TextUses:41Used by:Timeline
Symbol 96 EditableTextUses:41Used by:Timeline
Symbol 97 TextUses:31Used by:98
Symbol 98 ButtonUses:92 97Used by:Timeline
Symbol 99 SoundUsed by:Timeline
Symbol 100 BitmapUsed by:101
Symbol 101 GraphicUses:100Used by:Timeline
Symbol 102 TextUses:41Used by:Timeline
Symbol 103 TextUses:41Used by:Timeline
Symbol 104 TextUses:41Used by:Timeline
Symbol 105 TextUses:41Used by:Timeline
Symbol 106 TextUses:41Used by:Timeline
Symbol 107 TextUses:41Used by:Timeline
Symbol 108 TextUses:41Used by:Timeline

Instance Names

"char"Frame 2Symbol 28 MovieClip
"char"Frame 3Symbol 28 MovieClip
"ground"Frame 3Symbol 48 MovieClip
"platform"Frame 3Symbol 50 MovieClip
"gem"Frame 3Symbol 37 MovieClip
"rock"Frame 3Symbol 39 MovieClip
"up"Frame 3Symbol 55 MovieClip
"counter"Frame 3Symbol 62 MovieClip
"health"Frame 3Symbol 68 MovieClip
"gems"Frame 3Symbol 72 MovieClip
"health"Frame 4Symbol 68 MovieClip
"levelup"Frame 4Symbol 83 Button
"bar"Symbol 68 MovieClip Frame 1Symbol 66 MovieClip
"bar"Symbol 72 MovieClip Frame 1Symbol 70 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "power"
ExportAssets (56)Timeline Frame 1Symbol 2 as "mini"
ExportAssets (56)Timeline Frame 1Symbol 3 as "explosion"
ExportAssets (56)Timeline Frame 1Symbol 4 as "yeah"
ExportAssets (56)Timeline Frame 1Symbol 5 as "bomb"
ExportAssets (56)Timeline Frame 1Symbol 6 as "addh"
ExportAssets (56)Timeline Frame 1Symbol 7 as "skull"
ExportAssets (56)Timeline Frame 1Symbol 13 as "clock"
ExportAssets (56)Timeline Frame 3Symbol 13 as "clock"

Labels

"menu"Frame 2
"game"Frame 3
"levelup"Frame 4
"gameover"Frame 5
"help"Frame 6

Dynamic Text Variables

levelSymbol 60 EditableText""
livesSymbol 64 EditableText""
scoreSymbol 81 EditableText""
_root.healthleftSymbol 85 EditableText""
_root.timeleftSymbol 87 EditableText""
_root.scoreSymbol 96 EditableText""




http://swfchan.com/3/14696/info.shtml
Created: 3/6 -2019 11:05:27 Last modified: 3/6 -2019 11:05:27 Server time: 28/04 -2024 20:10:44