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

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

_Prisa_.swf

This is the info page for
Flash #65918

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


Text
Play

This game is controlled using only the
arrow keys and the mouse.
When you play words will appear
that tell you what to do.
But it is up to you to decipher
the meaning of the instructions,
and to keep up with the pace.

TEST

TEST

TEST

TEST

TEST

TEST

SCORE

Restart

ActionScript [AS1/AS2]

Frame 1
loadedbytes = getBytesLoaded(); totalbytes = getBytesTotal(); percentbytes = int(loadedbytes / (totalbytes / 100)); loader.gotoAndStop(percentbytes);
Frame 2
if (loadedbytes == totalbytes) { gotoAndPlay (3); } else { gotoAndPlay (1); }
Frame 3
stop();
Frame 4
stop();
Frame 5
Frame 6
score = 1; strike = 3; gamelevel = 1; stopAllSounds();
Frame 7
thing = "MOVE!"; trace(score); stop(); function randomize(currentgame, won) { trace(strike); if (won) { score = score + 0.5; scores = score * 2; } else { strike--; } if (strike == 0) { _root.gotoAndStop(15); } _root.Flash.play(); _root.gamelevel = _root.gamelevel + 0.4; while ((currentgame == _root._currentframe) or ((_root._currentframe == 15) and (strike > 0))) { _root.gotoAndStop(random(9) + 7); } } stop();
Instance of Symbol 59 MovieClip in Frame 7
onClipEvent (load) { down = false; up = false; spd = 25; if (_root.gamelevel > 25) { spd = 50; } } onClipEvent (enterFrame) { if (_root.topp.hitTest(_x, _y, true) or _root.bottomm.hitTest(_x, _y, true)) { _root.randomize(_root._currentframe, false); } if (this._x > 550) { _root.randomize(_root._currentframe, true); } if (Key.isDown(37) and (!down)) { this._x = this._x + spd; down = true; } if (!Key.isDown(37)) { down = false; } if (Key.isDown(39) and (!up)) { this._x = this._x + spd; up = true; } if (!Key.isDown(39)) { up = false; } }
Instance of Symbol 61 MovieClip "topp" in Frame 7
onClipEvent (enterFrame) { this._y = this._y + (_root.gamelevel / 15); }
Instance of Symbol 61 MovieClip "bottomm" in Frame 7
onClipEvent (enterFrame) { this._y = this._y - (_root.gamelevel / 15); }
Instance of Symbol 71 MovieClip in Frame 7
onClipEvent (enterFrame) { this.gotoAndStop(_root.strike); }
Frame 8
thing = "DODGE!"; stop();
Instance of Symbol 59 MovieClip "H" in Frame 8
onClipEvent (enterFrame) { this._x = _root._xmouse; this._y = _root._ymouse; time--; if (time <= 0) { i = -1; while (i < (_root.gamelevel + 5)) { removeMovieClip(_root[i]); i++; } _root.randomize(_root._currentframe, true); } } onClipEvent (load) { time = 150; }
Instance of Symbol 74 MovieClip "0" in Frame 8
onClipEvent (enterFrame) { if (_root.gamelevel < 30) { this._y = this._y + (_root.gamelevel / 1.5); } else { this._y = this._y + 20; } if (this.hitTest(_root.H)) { i = -1; while (i < (_root._root.gamelevel + 5)) { removeMovieClip(_root[i]); i++; } i = -1; while (i < (_root.gamelevel + 5)) { removeMovieClip(_root[i]); i++; } _root.randomize(_root._currentframe, false); } } onClipEvent (load) { if (this._name == "0") { i = 1; while (i < (_root.gamelevel + 5)) { if (i < 17) { duplicateMovieClip (this, i, i); } i++; } } if (_root.gamelevel > 15) { this._y = this._y - 500; } this._y = this._y - random(550); this._x = this._x + random(550); }
Frame 9
thing = "POKE!";
Instance of Symbol 59 MovieClip "H" in Frame 9
onClipEvent (load) { this._yscale = this._yscale / _root.gamelevel; this._xscale = this._xscale / _root.gamelevel; time = 200 - _root.gamelevel; if (time > 50) { time = 50; } } onClipEvent (enterFrame) { time--; if (time <= 0) { _root.randomize(_root._currentframe, false); } } on (press) { _root.randomize(_root._currentframe, true); }
Frame 10
thing = "LAND!";
Instance of Symbol 59 MovieClip "H" in Frame 10
onClipEvent (load) { if (_root.gamelevel > 10) { this._y = this._y - 190; } } onClipEvent (enterFrame) { if (_root.gamelevel > 15) { this._y = this._y - 5; } if (_root.gamelevel > 20) { this._y = this._y + 20; } else { this._y = this._y + _root.gamelevel; } if (Key.isDown(37)) { this._x = this._x - 16; } if (Key.isDown(39)) { this._x = this._x + 16; } if (this._y > 380) { _root.randomize(_root._currentframe, false); } if (this.hitTest(_root.Plat)) { _root.randomize(_root._currentframe, true); } }
Instance of Symbol 59 MovieClip "Plat" in Frame 10
onClipEvent (load) { if ((_root.gamelevel * 10) < this._width) { this._width = this._width - (_root.gamelevel * 10); } else { this._width = 30; } this._x = this._x + random(500); }
Frame 11
thing = "SHOOT!";
Instance of Symbol 59 MovieClip "H" in Frame 11
onClipEvent (enterFrame) { if (shot) { this._x = this._x + 20; if (this._x > 550) { _root.randomize(_root._currentframe, true); } if (_root.gr.hitTest(_x, _y, true)) { _root.randomize(_root._currentframe, false); } } else { this._y = _root._ymouse; time--; if (time <= 0) { shot = true; } } } onClipEvent (mouseDown) { shot = true; } onClipEvent (load) { shot = false; time = 300 - (_root.gamelevel * 5); if (time < 50) { time = 50; } }
Instance of Symbol 79 MovieClip "gr" in Frame 11
onClipEvent (load) { this._y = this._y + random(350); }
Frame 12
thing = "TOUCH!";
Instance of Symbol 74 MovieClip "H" in Frame 12
onClipEvent (load) { this._yscale = this._yscale / _root.gamelevel; this._xscale = this._xscale / _root.gamelevel; time = 200 - _root.gamelevel; if (time < 60) { time = 60; } } onClipEvent (enterFrame) { time--; if (this.hitTest(_root.h)) { _root.randomize(_root._currentframe, true); } if (time <= 0) { _root.randomize(_root._currentframe, false); } }
Instance of Symbol 59 MovieClip "h" in Frame 12
onClipEvent (load) { } onClipEvent (enterFrame) { if (Key.isDown(37)) { this._x = this._x - 5; } if (Key.isDown(39)) { this._x = this._x + 5; } if (Key.isDown(38)) { this._y = this._y - 5; } if (Key.isDown(40)) { this._y = this._y + 5; } }
Frame 13
thing = "Aim!";
Instance of Symbol 59 MovieClip "can" in Frame 13
onClipEvent (enterFrame) { Xd = _root._xmouse - this._x; Yd = _root._ymouse - this._y; radAngle = Math.atan2(Yd, Xd); this._rotation = int(((radAngle * 360) / (Math.PI*2)) + 90); }
Instance of Symbol 59 MovieClip "H" in Frame 13
onClipEvent (load) { time = 200 - _root.gamelevel; this._x = _root.can._x; this._y = _root.can._y; shot = false; } onClipEvent (mouseDown) { shot = true; } onClipEvent (enterFrame) { if (time <= 0) { _root.randomize(_root._currentframe, false); } if (shot) { if (this.hitTest(_root.hell)) { _root.randomize(_root._currentframe, true); } if ((((this._x > 550) or (this._x < 0)) or (this._y > 500)) or (this._y < 0)) { _root.randomize(_root._currentframe, false); } if (_rotation > 180) { _y = (_y + (15 * Math.cos((Math.PI/180) * _rotation))); _x = (_x - (15 * Math.sin((Math.PI/180) * _rotation))); } else { _y = (_y - (15 * Math.cos((Math.PI/180) * _rotation))); _x = (_x + (15 * Math.sin((Math.PI/180) * _rotation))); } } else { time--; this._rotation = _root.can._rotation; } }
Instance of Symbol 74 MovieClip "hell" in Frame 13
onClipEvent (load) { this._x = this._x + random(500); this._y = this._y + random(200); }
Frame 14
thing = "GET!";
Instance of Symbol 59 MovieClip "H" in Frame 14
onClipEvent (load) { time = 300 - _root.gamelevel; } onClipEvent (enterFrame) { this._x = this._x - (Key.isDown(37) * 5); this._x = this._x + (Key.isDown(39) * 5); this._y = this._y + (Key.isDown(40) * 5); this._y = this._y - (Key.isDown(38) * 5); time = time - 1; if (time <= 0) { _root.randomize(_root._currentframe, false); } if (_root.hell.hitTest(this._x, this._y, true)) { _root.randomize(_root._currentframe, false); } if (this.hitTest(_root.helll)) { _root.randomize(_root._currentframe, true); } }
Frame 15
if (strike <= 0) { score = score * 2; } stop(); _root.HPScoreService.postScore(_root.score, "");
Symbol 2 MovieClip Frame 1
stop();
Symbol 2 MovieClip Frame 2
stop();
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y + yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y + yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y + yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y + yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y + yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y + yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y + yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y + yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y + yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y + yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y + yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y + yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y + yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y + yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y + yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y + yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y + yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y + yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y + yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y + yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y + yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y + yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y + yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y + yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y + yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y + yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y + yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y + yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y + yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y + yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y + yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 3 MovieClip [preloaderexplosion] Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y + yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Symbol 11 MovieClip Frame 100
stop();
Symbol 19 MovieClip Frame 1
stop();
Symbol 21 Button
on (release) { getURL ("http://www.hallpass.com", "_blank"); }
Symbol 31 MovieClip Frame 1
stop();
Symbol 31 MovieClip Frame 2
stop();
Instance of Symbol 31 MovieClip in Symbol 32 MovieClip Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y - yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 31 MovieClip in Symbol 32 MovieClip Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y - yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 31 MovieClip in Symbol 32 MovieClip Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y - yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 31 MovieClip in Symbol 32 MovieClip Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y - yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 31 MovieClip in Symbol 32 MovieClip Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y - yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 31 MovieClip in Symbol 32 MovieClip Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y - yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 31 MovieClip in Symbol 32 MovieClip Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y - yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 31 MovieClip in Symbol 32 MovieClip Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y - yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 31 MovieClip in Symbol 32 MovieClip Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y - yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 31 MovieClip in Symbol 32 MovieClip Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y - yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 31 MovieClip in Symbol 32 MovieClip Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y - yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 31 MovieClip in Symbol 32 MovieClip Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y - yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 33 MovieClip Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y - yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 33 MovieClip Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y - yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 33 MovieClip Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y - yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 33 MovieClip Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y - yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 33 MovieClip Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y - yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 33 MovieClip Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y - yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 33 MovieClip Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y - yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 33 MovieClip Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y - yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 33 MovieClip Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y - yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 33 MovieClip Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y - yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 33 MovieClip Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y - yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 33 MovieClip Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y - yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 33 MovieClip Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y - yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 33 MovieClip Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y - yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 33 MovieClip Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y - yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 33 MovieClip Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y - yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 33 MovieClip Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y - yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 33 MovieClip Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y - yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Instance of Symbol 2 MovieClip in Symbol 33 MovieClip Frame 1
onClipEvent (load) { size = random(100); _xscale = size; _yscale = size; xspeed = random(30) - 15; yspeed = random(30) - 15; _alpha = 100; gotoAndStop(random(2) + 1); } onClipEvent (enterFrame) { _rotation = (_rotation + 3); this._x = this._x + xspeed; this._y = this._y - yspeed; _alpha = (_alpha - 2); if (_alpha < 0) { _parent.swapDepths(_parent.getNextHighestDepth()); _parent.removeMovieClip(); } }
Symbol 38 MovieClip Frame 222
_root.gotoAndPlay(_root._currentframe + 1);
Symbol 49 Button
on (release) { _root.nextFrame(); }
Symbol 50 Button
on (release) { getURL ("http://www.hallpass.com", "_blank"); }
Symbol 51 MovieClip Frame 1
Play.p.text = "Play";
Symbol 51 MovieClip Frame 20
stop();
Symbol 55 Button
on (release) { _root.play(); }
Symbol 66 MovieClip Frame 20
stop();
Symbol 71 MovieClip Frame 1
stop();
Symbol 84 MovieClip Frame 1
this._rotation = this._rotation + random(361);
Symbol 90 Button
on (press) { _root.score = 1; _root.gamelevel = 1; _root.gotoAndPlay(5); }

Library Items

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

Instance Names

"loader"Frame 1Symbol 11 MovieClip
"Play"Frame 5Symbol 55 Button
"topp"Frame 7Symbol 61 MovieClip
"bottomm"Frame 7Symbol 61 MovieClip
"Flash"Frame 7Symbol 66 MovieClip
"H"Frame 8Symbol 59 MovieClip
"0"Frame 8Symbol 74 MovieClip
"H"Frame 9Symbol 59 MovieClip
"H"Frame 10Symbol 59 MovieClip
"Plat"Frame 10Symbol 59 MovieClip
"H"Frame 11Symbol 59 MovieClip
"gr"Frame 11Symbol 79 MovieClip
"H"Frame 12Symbol 74 MovieClip
"h"Frame 12Symbol 59 MovieClip
"can"Frame 13Symbol 59 MovieClip
"H"Frame 13Symbol 59 MovieClip
"hell"Frame 13Symbol 74 MovieClip
"H"Frame 14Symbol 59 MovieClip
"hell"Frame 14Symbol 85 MovieClip
"helll"Frame 14Symbol 59 MovieClip
"More"Frame 15Symbol 50 Button
"loader"Symbol 38 MovieClip Frame 1Symbol 19 MovieClip
"loader"Symbol 38 MovieClip Frame 20Symbol 11 MovieClip
"Play"Symbol 51 MovieClip Frame 1Symbol 44 Button
"Play"Symbol 51 MovieClip Frame 20Symbol 49 Button
"More"Symbol 51 MovieClip Frame 20Symbol 50 Button

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 3 as "preloaderexplosion"

Labels

"gameover"Frame 15

Dynamic Text Variables

_root.loadedbytesSymbol 15 EditableText""
_root.totalbytesSymbol 16 EditableText""
_root.loadedbytesSymbol 17 EditableText""
_root.totalbytesSymbol 18 EditableText""
_root._root.thingSymbol 63 EditableText""
scoresSymbol 67 EditableText""
H.timeSymbol 75 EditableText"TEST"
H.timeSymbol 76 EditableText"TEST"
H.timeSymbol 77 EditableText"TEST"
H.timeSymbol 80 EditableText"TEST"
H.timeSymbol 81 EditableText"TEST"
H.timeSymbol 82 EditableText"TEST"
_root.scoreSymbol 87 EditableText""




http://swfchan.com/14/65918/info.shtml
Created: 12/4 -2019 09:13:57 Last modified: 12/4 -2019 09:13:57 Server time: 03/05 -2024 17:06:17