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

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

minefield.swf

This is the info page for
Flash #25364

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


Text
MineField

Play

Play

Instructions

Instructions

Instructions:
Use the arrow keys to walk across the
level to the other side...
Watchout for mines hidden underground
which could blow you up!
Try and complete the game in the
fastest possible time!

1

00

00

KILLED IN ACTION!

Exit

Exit

Exit

:

Level:

shockarcade.com

shockarcade.com

shockarcade.com

2

00

00

3

00

00

4

00

00

5

00

00

6

00

00

7

00

00

8

00

00

9

00

00

10

00

00

You completed the game in...

Play Again

Play Again

Play Again

ActionScript [AS1/AS2]

Frame 1
stop();
Instance of Symbol 5 MovieClip in Frame 1
onClipEvent (enterFrame) { if (aniplay == true) { if (_root.getBytesLoaded() >= _root.getBytesTotal()) { with (_level0) { nextFrame(); } } } }
Frame 2
stop(); _root.deadcount = 0; _root.sectimer2 = 0; _root.sectimer = 0; _root.mintimer2 = 0; _root.mintimer = 0;
Frame 4
_root.playx = _root.player._x; _root.playy = _root.player._y; _root.currlev = "1";
Instance of Symbol 33 MovieClip "mine" in Frame 4
onClipEvent (enterFrame) { gotoAndStop(Number(_root.currlev)); }
Instance of Symbol 53 MovieClip "player" in Frame 4
onClipEvent (load) { myspeed = 3; } onClipEvent (enterFrame) { if (_root.playerok == true) { if (Key.isDown(40)) { _y = (_y + myspeed); } if (Key.isDown(38)) { _y = (_y - myspeed); } if (Key.isDown(37)) { _x = (_x - myspeed); } if (Key.isDown(39)) { _x = (_x + myspeed); } if (_root.coll.hittest(getbounds(_root).xmax, _y, true)) { _x = (_x - myspeed); } if (_root.coll.hittest(getbounds(_root).xmin, _y, true)) { _x = (_x + myspeed); } if (_root.coll.hittest(_x, getbounds(_root).ymax, true)) { _y = (_y - myspeed); } if (_root.coll.hittest(_x, getbounds(_root).ymin, true)) { _y = (_y + myspeed); } } } onClipEvent (enterFrame) { if (_root.playerok == true) { if (((_root.mine.hittest(getbounds(_root).xmax, _y, true) or _root.mine.hittest(getbounds(_root).xmin, _y, true)) or _root.mine.hittest(_x, getbounds(_root).ymax, true)) or _root.mine.hittest(_x, getbounds(_root).ymin, true)) { gotoAndPlay (2); } if (((_root.door.hittest(getbounds(_root).xmax, _y, true) or _root.door.hittest(getbounds(_root).xmin, _y, true)) or _root.door.hittest(_x, getbounds(_root).ymax, true)) or _root.door.hittest(_x, getbounds(_root).ymin, true)) { with (_level0) { nextFrame(); } } } }
Instance of Symbol 64 MovieClip "coll" in Frame 4
onClipEvent (enterFrame) { gotoAndStop(Number(_root.currlev)); }
Instance of Symbol 79 MovieClip in Frame 4
onClipEvent (load) { timerx = 0; _root.sectimer2 = Number(0); _root.mintimer2 = Number(0); } onClipEvent (enterFrame) { timerx = timerx + 1; if (timerx > 39) { _root.sectimer2 = _root.sectimer2 + 1; timerx = 0; } } onClipEvent (enterFrame) { if (_root.sectimer2 > 59) { _root.mintimer2 = _root.mintimer2 + 1; _root.sectimer2 = 0; } } onClipEvent (enterFrame) { if (_root.sectimer2 < 10) { _root.sectimer = "0" + _root.sectimer2; } else { _root.sectimer = _root.sectimer2; } if (_root.mintimer2 < 10) { _root.mintimer = "0" + _root.mintimer2; } else { _root.mintimer = _root.mintimer2; } }
Frame 5
_root.playx = _root.player._x; _root.playy = _root.player._y; _root.currlev = "2";
Instance of Symbol 53 MovieClip "player" in Frame 5
onClipEvent (load) { myspeed = 3; } onClipEvent (enterFrame) { if (_root.playerok == true) { if (Key.isDown(40)) { _y = (_y + myspeed); } if (Key.isDown(38)) { _y = (_y - myspeed); } if (Key.isDown(37)) { _x = (_x - myspeed); } if (Key.isDown(39)) { _x = (_x + myspeed); } if (_root.coll.hittest(getbounds(_root).xmax, _y, true)) { _x = (_x - myspeed); } if (_root.coll.hittest(getbounds(_root).xmin, _y, true)) { _x = (_x + myspeed); } if (_root.coll.hittest(_x, getbounds(_root).ymax, true)) { _y = (_y - myspeed); } if (_root.coll.hittest(_x, getbounds(_root).ymin, true)) { _y = (_y + myspeed); } } } onClipEvent (enterFrame) { if (_root.playerok == true) { if (((_root.mine.hittest(getbounds(_root).xmax, _y, true) or _root.mine.hittest(getbounds(_root).xmin, _y, true)) or _root.mine.hittest(_x, getbounds(_root).ymax, true)) or _root.mine.hittest(_x, getbounds(_root).ymin, true)) { gotoAndPlay (2); } if (((_root.door.hittest(getbounds(_root).xmax, _y, true) or _root.door.hittest(getbounds(_root).xmin, _y, true)) or _root.door.hittest(_x, getbounds(_root).ymax, true)) or _root.door.hittest(_x, getbounds(_root).ymin, true)) { with (_level0) { nextFrame(); } } } }
Frame 6
_root.playx = _root.player._x; _root.playy = _root.player._y; _root.currlev = "3";
Instance of Symbol 53 MovieClip "player" in Frame 6
onClipEvent (load) { myspeed = 3; } onClipEvent (enterFrame) { if (_root.playerok == true) { if (Key.isDown(40)) { _y = (_y + myspeed); } if (Key.isDown(38)) { _y = (_y - myspeed); } if (Key.isDown(37)) { _x = (_x - myspeed); } if (Key.isDown(39)) { _x = (_x + myspeed); } if (_root.coll.hittest(getbounds(_root).xmax, _y, true)) { _x = (_x - myspeed); } if (_root.coll.hittest(getbounds(_root).xmin, _y, true)) { _x = (_x + myspeed); } if (_root.coll.hittest(_x, getbounds(_root).ymax, true)) { _y = (_y - myspeed); } if (_root.coll.hittest(_x, getbounds(_root).ymin, true)) { _y = (_y + myspeed); } } } onClipEvent (enterFrame) { if (_root.playerok == true) { if (((_root.mine.hittest(getbounds(_root).xmax, _y, true) or _root.mine.hittest(getbounds(_root).xmin, _y, true)) or _root.mine.hittest(_x, getbounds(_root).ymax, true)) or _root.mine.hittest(_x, getbounds(_root).ymin, true)) { gotoAndPlay (2); } if (((_root.door.hittest(getbounds(_root).xmax, _y, true) or _root.door.hittest(getbounds(_root).xmin, _y, true)) or _root.door.hittest(_x, getbounds(_root).ymax, true)) or _root.door.hittest(_x, getbounds(_root).ymin, true)) { with (_level0) { nextFrame(); } } } }
Frame 7
_root.playx = _root.player._x; _root.playy = _root.player._y; _root.currlev = "4";
Instance of Symbol 53 MovieClip "player" in Frame 7
onClipEvent (load) { myspeed = 3; } onClipEvent (enterFrame) { if (_root.playerok == true) { if (Key.isDown(40)) { _y = (_y + myspeed); } if (Key.isDown(38)) { _y = (_y - myspeed); } if (Key.isDown(37)) { _x = (_x - myspeed); } if (Key.isDown(39)) { _x = (_x + myspeed); } if (_root.coll.hittest(getbounds(_root).xmax, _y, true)) { _x = (_x - myspeed); } if (_root.coll.hittest(getbounds(_root).xmin, _y, true)) { _x = (_x + myspeed); } if (_root.coll.hittest(_x, getbounds(_root).ymax, true)) { _y = (_y - myspeed); } if (_root.coll.hittest(_x, getbounds(_root).ymin, true)) { _y = (_y + myspeed); } } } onClipEvent (enterFrame) { if (_root.playerok == true) { if (((_root.mine.hittest(getbounds(_root).xmax, _y, true) or _root.mine.hittest(getbounds(_root).xmin, _y, true)) or _root.mine.hittest(_x, getbounds(_root).ymax, true)) or _root.mine.hittest(_x, getbounds(_root).ymin, true)) { gotoAndPlay (2); } if (((_root.door.hittest(getbounds(_root).xmax, _y, true) or _root.door.hittest(getbounds(_root).xmin, _y, true)) or _root.door.hittest(_x, getbounds(_root).ymax, true)) or _root.door.hittest(_x, getbounds(_root).ymin, true)) { with (_level0) { nextFrame(); } } } }
Frame 8
_root.playx = _root.player._x; _root.playy = _root.player._y; _root.currlev = "5";
Instance of Symbol 53 MovieClip "player" in Frame 8
onClipEvent (load) { myspeed = 3; } onClipEvent (enterFrame) { if (_root.playerok == true) { if (Key.isDown(40)) { _y = (_y + myspeed); } if (Key.isDown(38)) { _y = (_y - myspeed); } if (Key.isDown(37)) { _x = (_x - myspeed); } if (Key.isDown(39)) { _x = (_x + myspeed); } if (_root.coll.hittest(getbounds(_root).xmax, _y, true)) { _x = (_x - myspeed); } if (_root.coll.hittest(getbounds(_root).xmin, _y, true)) { _x = (_x + myspeed); } if (_root.coll.hittest(_x, getbounds(_root).ymax, true)) { _y = (_y - myspeed); } if (_root.coll.hittest(_x, getbounds(_root).ymin, true)) { _y = (_y + myspeed); } } } onClipEvent (enterFrame) { if (_root.playerok == true) { if (((_root.mine.hittest(getbounds(_root).xmax, _y, true) or _root.mine.hittest(getbounds(_root).xmin, _y, true)) or _root.mine.hittest(_x, getbounds(_root).ymax, true)) or _root.mine.hittest(_x, getbounds(_root).ymin, true)) { gotoAndPlay (2); } if (((_root.door.hittest(getbounds(_root).xmax, _y, true) or _root.door.hittest(getbounds(_root).xmin, _y, true)) or _root.door.hittest(_x, getbounds(_root).ymax, true)) or _root.door.hittest(_x, getbounds(_root).ymin, true)) { with (_level0) { nextFrame(); } } } }
Frame 9
_root.playx = _root.player._x; _root.playy = _root.player._y; _root.currlev = "6";
Instance of Symbol 53 MovieClip "player" in Frame 9
onClipEvent (load) { myspeed = 3; } onClipEvent (enterFrame) { if (_root.playerok == true) { if (Key.isDown(40)) { _y = (_y + myspeed); } if (Key.isDown(38)) { _y = (_y - myspeed); } if (Key.isDown(37)) { _x = (_x - myspeed); } if (Key.isDown(39)) { _x = (_x + myspeed); } if (_root.coll.hittest(getbounds(_root).xmax, _y, true)) { _x = (_x - myspeed); } if (_root.coll.hittest(getbounds(_root).xmin, _y, true)) { _x = (_x + myspeed); } if (_root.coll.hittest(_x, getbounds(_root).ymax, true)) { _y = (_y - myspeed); } if (_root.coll.hittest(_x, getbounds(_root).ymin, true)) { _y = (_y + myspeed); } } } onClipEvent (enterFrame) { if (_root.playerok == true) { if (((_root.mine.hittest(getbounds(_root).xmax, _y, true) or _root.mine.hittest(getbounds(_root).xmin, _y, true)) or _root.mine.hittest(_x, getbounds(_root).ymax, true)) or _root.mine.hittest(_x, getbounds(_root).ymin, true)) { gotoAndPlay (2); } if (((_root.door.hittest(getbounds(_root).xmax, _y, true) or _root.door.hittest(getbounds(_root).xmin, _y, true)) or _root.door.hittest(_x, getbounds(_root).ymax, true)) or _root.door.hittest(_x, getbounds(_root).ymin, true)) { with (_level0) { nextFrame(); } } } }
Frame 10
_root.playx = _root.player._x; _root.playy = _root.player._y; _root.currlev = "7";
Instance of Symbol 53 MovieClip "player" in Frame 10
onClipEvent (load) { myspeed = 3; } onClipEvent (enterFrame) { if (_root.playerok == true) { if (Key.isDown(40)) { _y = (_y + myspeed); } if (Key.isDown(38)) { _y = (_y - myspeed); } if (Key.isDown(37)) { _x = (_x - myspeed); } if (Key.isDown(39)) { _x = (_x + myspeed); } if (_root.coll.hittest(getbounds(_root).xmax, _y, true)) { _x = (_x - myspeed); } if (_root.coll.hittest(getbounds(_root).xmin, _y, true)) { _x = (_x + myspeed); } if (_root.coll.hittest(_x, getbounds(_root).ymax, true)) { _y = (_y - myspeed); } if (_root.coll.hittest(_x, getbounds(_root).ymin, true)) { _y = (_y + myspeed); } } } onClipEvent (enterFrame) { if (_root.playerok == true) { if (((_root.mine.hittest(getbounds(_root).xmax, _y, true) or _root.mine.hittest(getbounds(_root).xmin, _y, true)) or _root.mine.hittest(_x, getbounds(_root).ymax, true)) or _root.mine.hittest(_x, getbounds(_root).ymin, true)) { gotoAndPlay (2); } if (((_root.door.hittest(getbounds(_root).xmax, _y, true) or _root.door.hittest(getbounds(_root).xmin, _y, true)) or _root.door.hittest(_x, getbounds(_root).ymax, true)) or _root.door.hittest(_x, getbounds(_root).ymin, true)) { with (_level0) { nextFrame(); } } } }
Frame 11
_root.playx = _root.player._x; _root.playy = _root.player._y; _root.currlev = "8";
Instance of Symbol 53 MovieClip "player" in Frame 11
onClipEvent (load) { myspeed = 3; } onClipEvent (enterFrame) { if (_root.playerok == true) { if (Key.isDown(40)) { _y = (_y + myspeed); } if (Key.isDown(38)) { _y = (_y - myspeed); } if (Key.isDown(37)) { _x = (_x - myspeed); } if (Key.isDown(39)) { _x = (_x + myspeed); } if (_root.coll.hittest(getbounds(_root).xmax, _y, true)) { _x = (_x - myspeed); } if (_root.coll.hittest(getbounds(_root).xmin, _y, true)) { _x = (_x + myspeed); } if (_root.coll.hittest(_x, getbounds(_root).ymax, true)) { _y = (_y - myspeed); } if (_root.coll.hittest(_x, getbounds(_root).ymin, true)) { _y = (_y + myspeed); } } } onClipEvent (enterFrame) { if (_root.playerok == true) { if (((_root.mine.hittest(getbounds(_root).xmax, _y, true) or _root.mine.hittest(getbounds(_root).xmin, _y, true)) or _root.mine.hittest(_x, getbounds(_root).ymax, true)) or _root.mine.hittest(_x, getbounds(_root).ymin, true)) { gotoAndPlay (2); } if (((_root.door.hittest(getbounds(_root).xmax, _y, true) or _root.door.hittest(getbounds(_root).xmin, _y, true)) or _root.door.hittest(_x, getbounds(_root).ymax, true)) or _root.door.hittest(_x, getbounds(_root).ymin, true)) { with (_level0) { nextFrame(); } } } }
Frame 12
_root.playx = _root.player._x; _root.playy = _root.player._y; _root.currlev = "9";
Instance of Symbol 53 MovieClip "player" in Frame 12
onClipEvent (load) { myspeed = 3; } onClipEvent (enterFrame) { if (_root.playerok == true) { if (Key.isDown(40)) { _y = (_y + myspeed); } if (Key.isDown(38)) { _y = (_y - myspeed); } if (Key.isDown(37)) { _x = (_x - myspeed); } if (Key.isDown(39)) { _x = (_x + myspeed); } if (_root.coll.hittest(getbounds(_root).xmax, _y, true)) { _x = (_x - myspeed); } if (_root.coll.hittest(getbounds(_root).xmin, _y, true)) { _x = (_x + myspeed); } if (_root.coll.hittest(_x, getbounds(_root).ymax, true)) { _y = (_y - myspeed); } if (_root.coll.hittest(_x, getbounds(_root).ymin, true)) { _y = (_y + myspeed); } } } onClipEvent (enterFrame) { if (_root.playerok == true) { if (((_root.mine.hittest(getbounds(_root).xmax, _y, true) or _root.mine.hittest(getbounds(_root).xmin, _y, true)) or _root.mine.hittest(_x, getbounds(_root).ymax, true)) or _root.mine.hittest(_x, getbounds(_root).ymin, true)) { gotoAndPlay (2); } if (((_root.door.hittest(getbounds(_root).xmax, _y, true) or _root.door.hittest(getbounds(_root).xmin, _y, true)) or _root.door.hittest(_x, getbounds(_root).ymax, true)) or _root.door.hittest(_x, getbounds(_root).ymin, true)) { with (_level0) { nextFrame(); } } } }
Frame 13
_root.playx = _root.player._x; _root.playy = _root.player._y; _root.currlev = "10";
Instance of Symbol 53 MovieClip "player" in Frame 13
onClipEvent (load) { myspeed = 3; } onClipEvent (enterFrame) { if (_root.playerok == true) { if (Key.isDown(40)) { _y = (_y + myspeed); } if (Key.isDown(38)) { _y = (_y - myspeed); } if (Key.isDown(37)) { _x = (_x - myspeed); } if (Key.isDown(39)) { _x = (_x + myspeed); } if (_root.coll.hittest(getbounds(_root).xmax, _y, true)) { _x = (_x - myspeed); } if (_root.coll.hittest(getbounds(_root).xmin, _y, true)) { _x = (_x + myspeed); } if (_root.coll.hittest(_x, getbounds(_root).ymax, true)) { _y = (_y - myspeed); } if (_root.coll.hittest(_x, getbounds(_root).ymin, true)) { _y = (_y + myspeed); } } } onClipEvent (enterFrame) { if (_root.playerok == true) { if (((_root.mine.hittest(getbounds(_root).xmax, _y, true) or _root.mine.hittest(getbounds(_root).xmin, _y, true)) or _root.mine.hittest(_x, getbounds(_root).ymax, true)) or _root.mine.hittest(_x, getbounds(_root).ymin, true)) { gotoAndPlay (2); } if (((_root.door.hittest(getbounds(_root).xmax, _y, true) or _root.door.hittest(getbounds(_root).xmin, _y, true)) or _root.door.hittest(_x, getbounds(_root).ymax, true)) or _root.door.hittest(_x, getbounds(_root).ymin, true)) { with (_level0) { nextFrame(); } } } }
Frame 14
_root.endtxt = ((((("You completed the game in " + _root.mintimer2) + " mins ") + _root.sectimer2) + " seconds... \n \nYou lost ") + _root.deadcount) + " men.\n\nYour rating is: "; if (_root.mintimer2 < 5) { if (_root.deadcount < 10) { _root.rated = "Suicide Commander"; } if (_root.deadcount < 4) { _root.rated = "Trained Soldier"; } if (_root.deadcount < 1) { _root.rated = "Super Ninja"; } if (_root.deadcount > 9) { _root.rated = "Live fast, die young!"; } } if (_root.mintimer2 > 5) { if (_root.deadcount < 10) { _root.rated = "Sitting Duck"; } if (_root.deadcount < 4) { _root.rating = "Trained but slow"; } if (_root.deadcount < 1) { _root.rated = "Skilled Turtle"; } if (_root.deadcount > 9) { _root.rated = "Osama Bin Laden"; } } _root.endtxt = _root.endtxt + _root.rated;
Symbol 5 MovieClip Frame 1
play(); aniplay = false;
Symbol 5 MovieClip Frame 2
play();
Symbol 5 MovieClip Frame 40
aniplay = true; stop();
Symbol 15 Button
on (release) { gotoAndStop (4); }
Symbol 19 Button
on (release) { gotoAndStop (3); }
Symbol 33 MovieClip Frame 1
stop();
Symbol 53 MovieClip Frame 1
stop(); _root.playerok = true;
Symbol 53 MovieClip Frame 2
_root.playerok = false; _rotation = Number(random(361));
Symbol 53 MovieClip Frame 17
stop(); _root.playerok = false; _root.deadcount = _root.deadcount + 1; with (_root.kia) { play(); }
Symbol 64 MovieClip Frame 1
stop();
Symbol 72 MovieClip Frame 1
stop();
Symbol 72 MovieClip Frame 90
_root.player._x = _root.playx; _root.player._y = _root.playy; with (_root.player) { gotoAndStop(1); } gotoAndStop (1);
Symbol 77 Button
on (release) { gotoAndPlay (2); }
Symbol 85 Button
on (press) { getURL ("http://www.shockarcade.com", "_blank"); }
Symbol 136 Button
on (release) { gotoAndStop (2); }

Library Items

Symbol 1 GraphicUsed by:5
Symbol 2 BitmapUsed by:3 4
Symbol 3 GraphicUses:2Used by:5
Symbol 4 GraphicUses:2Used by:5
Symbol 5 MovieClipUses:1 3 4Used by:Timeline
Symbol 6 GraphicUsed by:Timeline
Symbol 7 FontUsed by:8 10 11 16 17 21 68 69 70 71 73 74 75 78 80 81 82 83 88 89 90 93 94 95 98 99 100 103 104 105 108 109 110 113 114 115 118 119 120 123 124 125 128 129 130 131 132 133 134
Symbol 8 TextUses:7Used by:Timeline
Symbol 9 GraphicUsed by:Timeline
Symbol 10 TextUses:7Used by:15
Symbol 11 TextUses:7Used by:15
Symbol 12 GraphicUsed by:15
Symbol 13 SoundUsed by:15 19 77
Symbol 14 SoundUsed by:15 19 77
Symbol 15 ButtonUses:10 11 12 13 14Used by:Timeline
Symbol 16 TextUses:7Used by:19
Symbol 17 TextUses:7Used by:19
Symbol 18 GraphicUsed by:19
Symbol 19 ButtonUses:16 17 18 13 14Used by:Timeline
Symbol 20 GraphicUsed by:Timeline
Symbol 21 TextUses:7Used by:Timeline
Symbol 22 GraphicUsed by:Timeline
Symbol 23 GraphicUsed by:33
Symbol 24 GraphicUsed by:33
Symbol 25 GraphicUsed by:33
Symbol 26 GraphicUsed by:33
Symbol 27 GraphicUsed by:33
Symbol 28 GraphicUsed by:33
Symbol 29 GraphicUsed by:33
Symbol 30 GraphicUsed by:33
Symbol 31 GraphicUsed by:33
Symbol 32 GraphicUsed by:33
Symbol 33 MovieClipUses:23 24 25 26 27 28 29 30 31 32Used by:Timeline
Symbol 34 GraphicUsed by:Timeline
Symbol 35 GraphicUsed by:53
Symbol 36 GraphicUsed by:53
Symbol 37 SoundUsed by:53
Symbol 38 GraphicUsed by:53
Symbol 39 GraphicUsed by:53
Symbol 40 GraphicUsed by:53
Symbol 41 GraphicUsed by:53
Symbol 42 GraphicUsed by:53
Symbol 43 GraphicUsed by:53
Symbol 44 GraphicUsed by:53
Symbol 45 GraphicUsed by:53
Symbol 46 GraphicUsed by:53
Symbol 47 GraphicUsed by:53
Symbol 48 GraphicUsed by:53
Symbol 49 GraphicUsed by:53
Symbol 50 GraphicUsed by:53
Symbol 51 GraphicUsed by:53
Symbol 52 GraphicUsed by:53
Symbol 53 MovieClipUses:35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52Used by:Timeline
Symbol 54 GraphicUsed by:64
Symbol 55 GraphicUsed by:64
Symbol 56 GraphicUsed by:64
Symbol 57 GraphicUsed by:64
Symbol 58 GraphicUsed by:64
Symbol 59 GraphicUsed by:64
Symbol 60 GraphicUsed by:64
Symbol 61 GraphicUsed by:64
Symbol 62 GraphicUsed by:64
Symbol 63 GraphicUsed by:64
Symbol 64 MovieClipUses:54 55 56 57 58 59 60 61 62 63Used by:Timeline
Symbol 65 GraphicUsed by:66
Symbol 66 MovieClipUses:65Used by:Timeline
Symbol 67 GraphicUsed by:Timeline
Symbol 68 EditableTextUses:7Used by:Timeline
Symbol 69 EditableTextUses:7Used by:Timeline
Symbol 70 EditableTextUses:7Used by:Timeline
Symbol 71 TextUses:7Used by:72
Symbol 72 MovieClipUses:71Used by:Timeline
Symbol 73 TextUses:7Used by:77
Symbol 74 TextUses:7Used by:77
Symbol 75 TextUses:7Used by:77
Symbol 76 GraphicUsed by:77
Symbol 77 ButtonUses:73 74 75 76 13 14Used by:Timeline
Symbol 78 TextUses:7Used by:79
Symbol 79 MovieClipUses:78Used by:Timeline
Symbol 80 TextUses:7Used by:Timeline
Symbol 81 TextUses:7Used by:85
Symbol 82 TextUses:7Used by:85
Symbol 83 TextUses:7Used by:85
Symbol 84 GraphicUsed by:85
Symbol 85 ButtonUses:81 82 83 84Used by:Timeline
Symbol 86 GraphicUsed by:Timeline
Symbol 87 GraphicUsed by:Timeline
Symbol 88 EditableTextUses:7Used by:Timeline
Symbol 89 EditableTextUses:7Used by:Timeline
Symbol 90 EditableTextUses:7Used by:Timeline
Symbol 91 GraphicUsed by:Timeline
Symbol 92 GraphicUsed by:Timeline
Symbol 93 EditableTextUses:7Used by:Timeline
Symbol 94 EditableTextUses:7Used by:Timeline
Symbol 95 EditableTextUses:7Used by:Timeline
Symbol 96 GraphicUsed by:Timeline
Symbol 97 GraphicUsed by:Timeline
Symbol 98 EditableTextUses:7Used by:Timeline
Symbol 99 EditableTextUses:7Used by:Timeline
Symbol 100 EditableTextUses:7Used by:Timeline
Symbol 101 GraphicUsed by:Timeline
Symbol 102 GraphicUsed by:Timeline
Symbol 103 EditableTextUses:7Used by:Timeline
Symbol 104 EditableTextUses:7Used by:Timeline
Symbol 105 EditableTextUses:7Used by:Timeline
Symbol 106 GraphicUsed by:Timeline
Symbol 107 GraphicUsed by:Timeline
Symbol 108 EditableTextUses:7Used by:Timeline
Symbol 109 EditableTextUses:7Used by:Timeline
Symbol 110 EditableTextUses:7Used by:Timeline
Symbol 111 GraphicUsed by:Timeline
Symbol 112 GraphicUsed by:Timeline
Symbol 113 EditableTextUses:7Used by:Timeline
Symbol 114 EditableTextUses:7Used by:Timeline
Symbol 115 EditableTextUses:7Used by:Timeline
Symbol 116 GraphicUsed by:Timeline
Symbol 117 GraphicUsed by:Timeline
Symbol 118 EditableTextUses:7Used by:Timeline
Symbol 119 EditableTextUses:7Used by:Timeline
Symbol 120 EditableTextUses:7Used by:Timeline
Symbol 121 GraphicUsed by:Timeline
Symbol 122 GraphicUsed by:Timeline
Symbol 123 EditableTextUses:7Used by:Timeline
Symbol 124 EditableTextUses:7Used by:Timeline
Symbol 125 EditableTextUses:7Used by:Timeline
Symbol 126 GraphicUsed by:Timeline
Symbol 127 GraphicUsed by:Timeline
Symbol 128 EditableTextUses:7Used by:Timeline
Symbol 129 EditableTextUses:7Used by:Timeline
Symbol 130 EditableTextUses:7Used by:Timeline
Symbol 131 EditableTextUses:7Used by:Timeline
Symbol 132 TextUses:7Used by:136
Symbol 133 TextUses:7Used by:136
Symbol 134 TextUses:7Used by:136
Symbol 135 GraphicUsed by:136
Symbol 136 ButtonUses:132 133 134 135Used by:Timeline

Instance Names

"mine"Frame 4Symbol 33 MovieClip
"player"Frame 4Symbol 53 MovieClip
"coll"Frame 4Symbol 64 MovieClip
"door"Frame 4Symbol 66 MovieClip
"kia"Frame 4Symbol 72 MovieClip
"player"Frame 5Symbol 53 MovieClip
"player"Frame 6Symbol 53 MovieClip
"player"Frame 7Symbol 53 MovieClip
"player"Frame 8Symbol 53 MovieClip
"player"Frame 9Symbol 53 MovieClip
"player"Frame 10Symbol 53 MovieClip
"player"Frame 11Symbol 53 MovieClip
"player"Frame 12Symbol 53 MovieClip
"player"Frame 13Symbol 53 MovieClip

Labels

"menu"Frame 2
"instructions"Frame 3
"game"Frame 4

Dynamic Text Variables

currlevSymbol 68 EditableText"1"
mintimerSymbol 69 EditableText"00"
sectimerSymbol 70 EditableText"00"
currlevSymbol 88 EditableText"2"
mintimerSymbol 89 EditableText"00"
sectimerSymbol 90 EditableText"00"
currlevSymbol 93 EditableText"3"
mintimerSymbol 94 EditableText"00"
sectimerSymbol 95 EditableText"00"
currlevSymbol 98 EditableText"4"
mintimerSymbol 99 EditableText"00"
sectimerSymbol 100 EditableText"00"
currlevSymbol 103 EditableText"5"
mintimerSymbol 104 EditableText"00"
sectimerSymbol 105 EditableText"00"
currlevSymbol 108 EditableText"6"
mintimerSymbol 109 EditableText"00"
sectimerSymbol 110 EditableText"00"
currlevSymbol 113 EditableText"7"
mintimerSymbol 114 EditableText"00"
sectimerSymbol 115 EditableText"00"
currlevSymbol 118 EditableText"8"
mintimerSymbol 119 EditableText"00"
sectimerSymbol 120 EditableText"00"
currlevSymbol 123 EditableText"9"
mintimerSymbol 124 EditableText"00"
sectimerSymbol 125 EditableText"00"
currlevSymbol 128 EditableText"10"
mintimerSymbol 129 EditableText"00"
sectimerSymbol 130 EditableText"00"
endtxtSymbol 131 EditableText"You completed the game in..."




http://swfchan.com/6/25364/info.shtml
Created: 23/5 -2019 18:47:01 Last modified: 23/5 -2019 18:47:01 Server time: 14/05 -2024 02:46:45