STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229490 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2575 · P5149 |
This is the info page for Flash #55004 |
Cheburashka & sixth arm of the pentagram presents |
Wizard Of Wor TRIBUTE ©2006 |
Not Too Far In The Future humanity started to colonize distant solar systems. But we encounter a problem. Something was there in the dungens of planet Wor. Your plooton was send to investigate and eliminate danger. Can you manage? instructions: You walk with the arrows. fire whith the spacebar. press run to start the journey... |
RUN |
RUN |
hit spacebar to start the game |
0 |
0 |
0 |
ActionScript [AS1/AS2]
Frame 69_root.stop();Frame 70stop();Instance of Symbol 76 MovieClip in Frame 70on (keyPress "<Space>") { _root.play(); }Frame 157points = 0; var lev1 = new level1(); var game = new game_controll(); var intervalId = setInterval(game, "addMonsters", 5000); _root.stop();Frame 158stopAllSounds(); clearInterval(intervalId); game.removeMonsters();Frame 324gotoAndPlay (70);Symbol 5 MovieClip [id_bullet] Frame 1#initclip 20 Object.registerClass("id_bullet", bullet); #endinitclipSymbol 9 MovieClip [id_burwor] Frame 1#initclip 12 Object.registerClass("id_burwor", burwor); #endinitclip stop();Symbol 9 MovieClip [id_burwor] Frame 2stop();Symbol 9 MovieClip [id_burwor] Frame 3stop();Symbol 15 MovieClip [id_bum] Frame 1#initclip 13 Object.registerClass("id_bum", bum); #endinitclipSymbol 15 MovieClip [id_bum] Frame 15removeMovieClip(this);Symbol 19 MovieClip [id_garwor] Frame 1#initclip 14 Object.registerClass("id_garwor", garwor); #endinitclip stop();Symbol 19 MovieClip [id_garwor] Frame 2stop();Symbol 19 MovieClip [id_garwor] Frame 3stop();Symbol 23 MovieClip [id_thorwor] Frame 1#initclip 15 Object.registerClass("id_thorwor", thorwor); #endinitclipSymbol 27 MovieClip [id_worluk] Frame 1#initclip 16 Object.registerClass("id_worluk", worluk); #endinitclipSymbol 31 MovieClip [id_wizard] Frame 1#initclip 17 Object.registerClass("id_wizard", wizard); #endinitclip stop();Symbol 31 MovieClip [id_wizard] Frame 2Symbol 31 MovieClip [id_wizard] Frame 3stop();Symbol 33 MovieClip [id_phlegm] Frame 1#initclip 18 Object.registerClass("id_phlegm", phlegm); #endinitclipSymbol 38 MovieClip [id_Player_1] Frame 1#initclip 19 Object.registerClass("id_Player_1", player); #endinitclip stop();Symbol 38 MovieClip [id_Player_1] Frame 2stop();Symbol 38 MovieClip [id_Player_1] Frame 3stop();Symbol 38 MovieClip [id_Player_1] Frame 4stop();Symbol 48 Buttonon (release) { _root.play(); }Symbol 49 MovieClip Frame 1_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { gotoAndStop ("loaded"); }Symbol 49 MovieClip Frame 2gotoAndPlay (1);Symbol 91 MovieClip [__Packages.burwor] Frame 0class burwor extends MovieClip { var _direction, _xscale, _yscale, _parent, _x, _y, way, goToX, goToY, X, Y, _rotation, hitTest, removeMovieClip, getBounds, gotoAndStop; function burwor () { super(); var _local4; var _local3; counter++; number = counter; _direction = W; _xscale = scale * 100; _yscale = scale * 100; var _local6 = _parent.player_mc._x; var _local5 = _parent.player_mc._y; do { _local4 = Math.floor(Math.random() * 11); _local3 = Math.floor(Math.random() * 6); _x = 100 + (_local4 * 48); _y = 80 + (_local3 * 48); } while (Math.sqrt(((_x - _local6) * (_x - _local6)) + ((_y - _local5) * (_y - _local5))) < 192); _x = 100 + (_local4 * 48); _y = 80 + (_local3 * 48); way = _parent.lev1.randomWay(_local4, _local3); var _local7 = way.shift(); goToX = 100 + ((_local7 % 11) * 48); goToY = 80 + (Math.floor(_local7 / 11) * 48); if (goToX < _x) { _direction = W; } else if (goToX > _x) { _direction = E; } else if (goToY < _y) { _direction = N; } else { _direction = S; } X = _local7 % 11; Y = Math.floor(_local7 / 11); } function onEnterFrame() { var _local3 = false; var _local5; if ((Math.abs(_x - goToX) < 1) and (Math.abs(_y - goToY) < 1)) { if (way.length == 0) { way = _parent.lev1.randomWay(X, Y); } var _local2 = way.shift(); goToX = 100 + ((_local2 % 11) * 48); goToY = 80 + (Math.floor(_local2 / 11) * 48); if (X < (_local2 % 11)) { _direction = E; } else if (X > (_local2 % 11)) { _direction = W; } else if (Y < Math.floor(_local2 / 11)) { _direction = S; } else { _direction = N; } X = _local2 % 11; Y = Math.floor(_local2 / 11); } if (_direction == W) { _x = _x - (48 / speed); _rotation = 0; _xscale = scale * 100; } if (_direction == E) { _x = _x + (48 / speed); _rotation = 0; _xscale = (-scale) * 100; } if (_direction == N) { _y = _y - (48 / speed); _rotation = 90; _xscale = scale * 100; } if (_direction == S) { _y = _y + (48 / speed); _rotation = 90; _xscale = (-scale) * 100; } if (Math.random() < spit_prapability) { _parent.attachMovie("id_phlegm", "phlegm_burwor_mc" + number, _parent.getNextHighestDepth(), {_x:_x, _y:_y}); _parent["phlegm_burwor_mc" + number]._direction = _direction; } if (hitTest(_parent.bullet_mc)) { _parent.attachMovie("id_bum", "bum_mc", _parent.getNextHighestDepth(), {_x:_x, _y:_y, _xscale:scale * 100, _yscale:scale * 100}); _parent.points = _parent.points + score; _parent.bullet_mc._kill = true; (removeMovieClip());// not popped } if (hitTest(_parent.player_mc)) { _parent.player_mc._kill = true; } i++; checkNextFrame(); } function testHit(dir) { var _local4; var _local3; var _local2 = true; var _local6 = getBounds(_parent); if (dir == N) { _local4 = _local6.xMin; _local3 = _local6.yMin - speed; var _local5 = _local4; while ((_local5 < (_local4 + 36)) and _local2) { _local2 = !_parent.level.hitTest(_local5, _local3, true); _local5++; } if (_local2) { _local4 = _local6.xMin; _local3 = _local6.yMin - (speed / 2); _local5 = _local4; while ((_local5 < (_local4 + 36)) and _local2) { _local2 = !_parent.level.hitTest(_local5, _local3, true); _local5++; } } } if (dir == S) { _local4 = _local6.xMin; _local3 = _local6.yMax + speed; var _local5 = _local4; while ((_local5 < (_local4 + 36)) and _local2) { _local2 = !_parent.level.hitTest(_local5, _local3, true); _local5++; } if (_local2) { _local4 = _local6.xMin; _local3 = _local6.yMax + (speed / 2); _local5 = _local4; while ((_local5 < (_local4 + 36)) and _local2) { _local2 = !_parent.level.hitTest(_local5, _local3, true); _local5++; } } } if (dir == E) { _local4 = _local6.xMax + speed; _local3 = _local6.yMin; var _local5 = _local3; while ((_local5 < (_local3 + 36)) and _local2) { _local2 = !_parent.level.hitTest(_local4, _local5, true); _local5++; } if (_local2) { _local4 = _local6.xMax + (speed / 2); _local3 = _local6.yMin; _local5 = _local3; while ((_local5 < (_local3 + 36)) and _local2) { _local2 = !_parent.level.hitTest(_local4, _local5, true); _local5++; } } } if (dir == W) { _local4 = _local6.xMin - speed; _local3 = _local6.yMin; var _local5 = _local3; while ((_local5 < (_local3 + 36)) and _local2) { _local2 = !_parent.level.hitTest(_local4, _local5, true); _local5++; } if (_local2) { _local4 = _local6.xMin - (speed / 2); _local3 = _local6.yMin; _local5 = _local3; while ((_local5 < (_local3 + 36)) and _local2) { _local2 = !_parent.level.hitTest(_local4, _local5, true); _local5++; } } } return(_local2); } function checkNextFrame() { if (i < 4) { (gotoAndStop(1));// not popped } else if (i < 8) { (gotoAndStop(2));// not popped } else if (i < 12) { (gotoAndStop(3));// not popped } else if (i < 16) { (gotoAndStop(2));// not popped } else { i = 1; } } var speed = 24; var scale = 2; var score = 100; var spit_prapability = 0.005; var _killed = false; var i = 0; static var N = 0; static var S = 1; static var E = 2; static var W = 3; static var counter = 0; var number = 0; }Symbol 92 MovieClip [__Packages.bum] Frame 0class bum extends MovieClip { var _xscale, _yscale, removeMovieClip; function bum () { super(); _xscale = (_yscale = scale * 100); } function onEnterFrame() { if (counter > 50) { removeMovieClip(this); } else { counter++; } } var scale = 2; var counter = 0; }Symbol 93 MovieClip [__Packages.garwor] Frame 0class garwor extends MovieClip { var _direction, _xscale, _yscale, _parent, _x, _y, way, goToX, goToY, X, Y, _rotation, hitTest, removeMovieClip, getBounds, gotoAndStop; function garwor () { super(); var _local4; var _local3; counter++; number = counter; _direction = W; _xscale = scale * 100; _yscale = scale * 100; var _local6 = _parent.player_mc._x; var _local5 = _parent.player_mc._y; do { _local4 = Math.floor(Math.random() * 11); _local3 = Math.floor(Math.random() * 6); _x = 100 + (_local4 * 48); _y = 80 + (_local3 * 48); } while (Math.sqrt(((_x - _local6) * (_x - _local6)) + ((_y - _local5) * (_y - _local5))) < 240); _x = 100 + (_local4 * 48); _y = 80 + (_local3 * 48); way = _parent.lev1.randomWay(_local4, _local3); var _local7 = way.shift(); goToX = 100 + ((_local7 % 11) * 48); goToY = 80 + (Math.floor(_local7 / 11) * 48); if (goToX < _x) { _direction = W; } else if (goToX > _x) { _direction = E; } else if (goToY < _y) { _direction = N; } else { _direction = S; } X = _local7 % 11; Y = Math.floor(_local7 / 11); } function onEnterFrame() { var _local3 = false; var _local5; if ((Math.abs(_x - goToX) < 1) and (Math.abs(_y - goToY) < 1)) { if (way.length == 0) { way = _parent.lev1.randomWay(X, Y); } var _local2 = way.shift(); goToX = 100 + ((_local2 % 11) * 48); goToY = 80 + (Math.floor(_local2 / 11) * 48); if (X < (_local2 % 11)) { _direction = E; } else if (X > (_local2 % 11)) { _direction = W; } else if (Y < Math.floor(_local2 / 11)) { _direction = S; } else { _direction = N; } X = _local2 % 11; Y = Math.floor(_local2 / 11); } if (_direction == W) { _x = _x - (48 / speed); _rotation = 0; _xscale = scale * 100; } if (_direction == E) { _x = _x + (48 / speed); _rotation = 0; _xscale = (-scale) * 100; } if (_direction == N) { _y = _y - (48 / speed); _rotation = 90; _xscale = scale * 100; } if (_direction == S) { _y = _y + (48 / speed); _rotation = 90; _xscale = (-scale) * 100; } if (Math.random() < spit_prapability) { _parent.attachMovie("id_phlegm", "phlegm_garwor_mc" + number, _parent.getNextHighestDepth(), {_x:_x, _y:_y}); _parent["phlegm_garwor_mc" + number]._direction = _direction; } if (hitTest(_parent.bullet_mc)) { _parent.attachMovie("id_bum", "bum_mc", _parent.getNextHighestDepth(), {_x:_x, _y:_y, _xscale:scale * 100, _yscale:scale * 100}); _parent.points = _parent.points + score; _parent.bullet_mc._kill = true; (removeMovieClip());// not popped } if (hitTest(_parent.player_mc)) { _parent.player_mc._kill = true; } i++; checkNextFrame(); } function testHit(dir) { var _local4; var _local3; var _local2 = true; var _local6 = getBounds(_parent); if (dir == N) { _local4 = _local6.xMin; _local3 = _local6.yMin - speed; var _local5 = _local4; while ((_local5 < (_local4 + 36)) and _local2) { _local2 = !_parent.level.hitTest(_local5, _local3, true); _local5++; } if (_local2) { _local4 = _local6.xMin; _local3 = _local6.yMin - (speed / 2); _local5 = _local4; while ((_local5 < (_local4 + 36)) and _local2) { _local2 = !_parent.level.hitTest(_local5, _local3, true); _local5++; } } } if (dir == S) { _local4 = _local6.xMin; _local3 = _local6.yMax + speed; var _local5 = _local4; while ((_local5 < (_local4 + 36)) and _local2) { _local2 = !_parent.level.hitTest(_local5, _local3, true); _local5++; } if (_local2) { _local4 = _local6.xMin; _local3 = _local6.yMax + (speed / 2); _local5 = _local4; while ((_local5 < (_local4 + 36)) and _local2) { _local2 = !_parent.level.hitTest(_local5, _local3, true); _local5++; } } } if (dir == E) { _local4 = _local6.xMax + speed; _local3 = _local6.yMin; var _local5 = _local3; while ((_local5 < (_local3 + 36)) and _local2) { _local2 = !_parent.level.hitTest(_local4, _local5, true); _local5++; } if (_local2) { _local4 = _local6.xMax + (speed / 2); _local3 = _local6.yMin; _local5 = _local3; while ((_local5 < (_local3 + 36)) and _local2) { _local2 = !_parent.level.hitTest(_local4, _local5, true); _local5++; } } } if (dir == W) { _local4 = _local6.xMin - speed; _local3 = _local6.yMin; var _local5 = _local3; while ((_local5 < (_local3 + 36)) and _local2) { _local2 = !_parent.level.hitTest(_local4, _local5, true); _local5++; } if (_local2) { _local4 = _local6.xMin - (speed / 2); _local3 = _local6.yMin; _local5 = _local3; while ((_local5 < (_local3 + 36)) and _local2) { _local2 = !_parent.level.hitTest(_local4, _local5, true); _local5++; } } } return(_local2); } function checkNextFrame() { if (i < 4) { (gotoAndStop(1));// not popped } else if (i < 8) { (gotoAndStop(2));// not popped } else if (i < 12) { (gotoAndStop(3));// not popped } else if (i < 16) { (gotoAndStop(2));// not popped } else { i = 1; } } var speed = 16; var scale = 2; var score = 200; var spit_prapability = 0.008; var _killed = false; var i = 0; static var N = 0; static var S = 1; static var E = 2; static var W = 3; static var counter = 0; var number = 0; }Symbol 94 MovieClip [__Packages.thorwor] Frame 0class thorwor extends MovieClip { var _direction, _xscale, _yscale, _parent, _x, _y, way, goToX, goToY, X, Y, _rotation, hitTest, removeMovieClip, getBounds, gotoAndStop; function thorwor () { super(); var _local4; var _local3; counter++; number = counter; _direction = W; _xscale = scale * 100; _yscale = scale * 100; var _local6 = _parent.player_mc._x; var _local5 = _parent.player_mc._y; do { _local4 = Math.floor(Math.random() * 11); _local3 = Math.floor(Math.random() * 6); _x = 100 + (_local4 * 48); _y = 80 + (_local3 * 48); } while (Math.sqrt(((_x - _local6) * (_x - _local6)) + ((_y - _local5) * (_y - _local5))) < 288); _x = 100 + (_local4 * 48); _y = 80 + (_local3 * 48); way = _parent.lev1.randomWay(_local4, _local3); var _local7 = way.shift(); goToX = 100 + ((_local7 % 11) * 48); goToY = 80 + (Math.floor(_local7 / 11) * 48); if (goToX < _x) { _direction = W; } else if (goToX > _x) { _direction = E; } else if (goToY < _y) { _direction = N; } else { _direction = S; } X = _local7 % 11; Y = Math.floor(_local7 / 11); } function onEnterFrame() { var _local3 = false; var _local5; if ((Math.abs(_x - goToX) < 1) and (Math.abs(_y - goToY) < 1)) { if (way.length == 0) { way = _parent.lev1.randomWay(X, Y); } var _local2 = way.shift(); goToX = 100 + ((_local2 % 11) * 48); goToY = 80 + (Math.floor(_local2 / 11) * 48); if (X < (_local2 % 11)) { _direction = E; } else if (X > (_local2 % 11)) { _direction = W; } else if (Y < Math.floor(_local2 / 11)) { _direction = S; } else { _direction = N; } X = _local2 % 11; Y = Math.floor(_local2 / 11); } if (_direction == W) { _x = _x - (48 / speed); _rotation = 0; _xscale = scale * 100; } if (_direction == E) { _x = _x + (48 / speed); _rotation = 0; _xscale = (-scale) * 100; } if (_direction == N) { _y = _y - (48 / speed); _rotation = 90; _xscale = scale * 100; } if (_direction == S) { _y = _y + (48 / speed); _rotation = 90; _xscale = (-scale) * 100; } if (Math.random() < spit_prapability) { _parent.attachMovie("id_phlegm", "phlegm_thorwor_mc" + number, _parent.getNextHighestDepth(), {_x:_x, _y:_y}); _parent["phlegm_thorwor_mc" + number]._direction = _direction; } if (hitTest(_parent.bullet_mc)) { _parent.attachMovie("id_bum", "bum_mc", _parent.getNextHighestDepth(), {_x:_x, _y:_y, _xscale:scale * 100, _yscale:scale * 100}); _parent.points = _parent.points + score; _parent.bullet_mc._kill = true; (removeMovieClip());// not popped } if (hitTest(_parent.player_mc)) { _parent.player_mc._kill = true; } i++; checkNextFrame(); } function testHit(dir) { var _local4; var _local3; var _local2 = true; var _local6 = getBounds(_parent); if (dir == N) { _local4 = _local6.xMin; _local3 = _local6.yMin - speed; var _local5 = _local4; while ((_local5 < (_local4 + 36)) and _local2) { _local2 = !_parent.level.hitTest(_local5, _local3, true); _local5++; } if (_local2) { _local4 = _local6.xMin; _local3 = _local6.yMin - (speed / 2); _local5 = _local4; while ((_local5 < (_local4 + 36)) and _local2) { _local2 = !_parent.level.hitTest(_local5, _local3, true); _local5++; } } } if (dir == S) { _local4 = _local6.xMin; _local3 = _local6.yMax + speed; var _local5 = _local4; while ((_local5 < (_local4 + 36)) and _local2) { _local2 = !_parent.level.hitTest(_local5, _local3, true); _local5++; } if (_local2) { _local4 = _local6.xMin; _local3 = _local6.yMax + (speed / 2); _local5 = _local4; while ((_local5 < (_local4 + 36)) and _local2) { _local2 = !_parent.level.hitTest(_local5, _local3, true); _local5++; } } } if (dir == E) { _local4 = _local6.xMax + speed; _local3 = _local6.yMin; var _local5 = _local3; while ((_local5 < (_local3 + 36)) and _local2) { _local2 = !_parent.level.hitTest(_local4, _local5, true); _local5++; } if (_local2) { _local4 = _local6.xMax + (speed / 2); _local3 = _local6.yMin; _local5 = _local3; while ((_local5 < (_local3 + 36)) and _local2) { _local2 = !_parent.level.hitTest(_local4, _local5, true); _local5++; } } } if (dir == W) { _local4 = _local6.xMin - speed; _local3 = _local6.yMin; var _local5 = _local3; while ((_local5 < (_local3 + 36)) and _local2) { _local2 = !_parent.level.hitTest(_local4, _local5, true); _local5++; } if (_local2) { _local4 = _local6.xMin - (speed / 2); _local3 = _local6.yMin; _local5 = _local3; while ((_local5 < (_local3 + 36)) and _local2) { _local2 = !_parent.level.hitTest(_local4, _local5, true); _local5++; } } } return(_local2); } function checkNextFrame() { if (i < 4) { (gotoAndStop(1));// not popped } else if (i < 8) { (gotoAndStop(2));// not popped } else if (i < 12) { (gotoAndStop(3));// not popped } else if (i < 16) { (gotoAndStop(2));// not popped } else { i = 1; } } var speed = 12; var scale = 2; var score = 500; var spit_prapability = 0.01; var _killed = false; var i = 0; static var N = 0; static var S = 1; static var E = 2; static var W = 3; static var counter = 0; var number = 0; }Symbol 95 MovieClip [__Packages.worluk] Frame 0class worluk extends MovieClip { var _direction, _xscale, _yscale, _parent, _x, _y, way, goToX, goToY, X, Y, hitTest, removeMovieClip, getBounds, gotoAndStop; function worluk () { super(); var _local4; var _local3; counter++; number = counter; _direction = W; _xscale = scale * 100; _yscale = scale * 100; var _local6 = _parent.player_mc._x; var _local5 = _parent.player_mc._y; do { _local4 = Math.floor(Math.random() * 11); _local3 = Math.floor(Math.random() * 6); _x = 100 + (_local4 * 48); _y = 80 + (_local3 * 48); } while (Math.sqrt(((_x - _local6) * (_x - _local6)) + ((_y - _local5) * (_y - _local5))) < 288); _x = 100 + (_local4 * 48); _y = 80 + (_local3 * 48); way = _parent.lev1.randomWay(_local4, _local3); var _local7 = way.shift(); goToX = 100 + ((_local7 % 11) * 48); goToY = 80 + (Math.floor(_local7 / 11) * 48); if (goToX < _x) { _direction = W; } else if (goToX > _x) { _direction = E; } else if (goToY < _y) { _direction = N; } else { _direction = S; } X = _local7 % 11; Y = Math.floor(_local7 / 11); } function onEnterFrame() { var _local3 = false; var _local5; if ((Math.abs(_x - goToX) < 1) and (Math.abs(_y - goToY) < 1)) { if (way.length == 0) { way = _parent.lev1.randomWay(X, Y); } var _local2 = way.shift(); goToX = 100 + ((_local2 % 11) * 48); goToY = 80 + (Math.floor(_local2 / 11) * 48); if (X < (_local2 % 11)) { _direction = E; } else if (X > (_local2 % 11)) { _direction = W; } else if (Y < Math.floor(_local2 / 11)) { _direction = S; } else { _direction = N; } X = _local2 % 11; Y = Math.floor(_local2 / 11); } if (_direction == W) { _x = _x - (48 / speed); _xscale = scale * 100; } if (_direction == E) { _x = _x + (48 / speed); _xscale = (-scale) * 100; } if (_direction == N) { _y = _y - (48 / speed); _xscale = scale * 100; } if (_direction == S) { _y = _y + (48 / speed); _xscale = (-scale) * 100; } if (hitTest(_parent.bullet_mc)) { _parent.attachMovie("id_bum", "bum_mc", _parent.getNextHighestDepth(), {_x:_x, _y:_y, _xscale:scale * 100, _yscale:scale * 100}); _parent.points = _parent.points + score; _parent.bullet_mc._kill = true; (removeMovieClip());// not popped } if (hitTest(_parent.player_mc)) { _parent.player_mc._kill = true; } i++; checkNextFrame(); } function testHit(dir) { var _local4; var _local3; var _local2 = true; var _local6 = getBounds(_parent); if (dir == N) { _local4 = _local6.xMin; _local3 = _local6.yMin - speed; var _local5 = _local4; while ((_local5 < (_local4 + 36)) and _local2) { _local2 = !_parent.level.hitTest(_local5, _local3, true); _local5++; } if (_local2) { _local4 = _local6.xMin; _local3 = _local6.yMin - (speed / 2); _local5 = _local4; while ((_local5 < (_local4 + 36)) and _local2) { _local2 = !_parent.level.hitTest(_local5, _local3, true); _local5++; } } } if (dir == S) { _local4 = _local6.xMin; _local3 = _local6.yMax + speed; var _local5 = _local4; while ((_local5 < (_local4 + 36)) and _local2) { _local2 = !_parent.level.hitTest(_local5, _local3, true); _local5++; } if (_local2) { _local4 = _local6.xMin; _local3 = _local6.yMax + (speed / 2); _local5 = _local4; while ((_local5 < (_local4 + 36)) and _local2) { _local2 = !_parent.level.hitTest(_local5, _local3, true); _local5++; } } } if (dir == E) { _local4 = _local6.xMax + speed; _local3 = _local6.yMin; var _local5 = _local3; while ((_local5 < (_local3 + 36)) and _local2) { _local2 = !_parent.level.hitTest(_local4, _local5, true); _local5++; } if (_local2) { _local4 = _local6.xMax + (speed / 2); _local3 = _local6.yMin; _local5 = _local3; while ((_local5 < (_local3 + 36)) and _local2) { _local2 = !_parent.level.hitTest(_local4, _local5, true); _local5++; } } } if (dir == W) { _local4 = _local6.xMin - speed; _local3 = _local6.yMin; var _local5 = _local3; while ((_local5 < (_local3 + 36)) and _local2) { _local2 = !_parent.level.hitTest(_local4, _local5, true); _local5++; } if (_local2) { _local4 = _local6.xMin - (speed / 2); _local3 = _local6.yMin; _local5 = _local3; while ((_local5 < (_local3 + 36)) and _local2) { _local2 = !_parent.level.hitTest(_local4, _local5, true); _local5++; } } } return(_local2); } function checkNextFrame() { if (i < 4) { (gotoAndStop(1));// not popped } else if (i < 8) { (gotoAndStop(2));// not popped } else if (i < 12) { (gotoAndStop(3));// not popped } else if (i < 16) { (gotoAndStop(2));// not popped } else { i = 1; } } var speed = 6; var scale = 2; var score = 1000; var _killed = false; var i = 0; static var N = 0; static var S = 1; static var E = 2; static var W = 3; static var counter = 0; var number = 0; }Symbol 96 MovieClip [__Packages.wizard] Frame 0class wizard extends MovieClip { var _direction, _xscale, _yscale, _parent, _x, _y, way, goToX, goToY, X, Y, _rotation, hitTest, removeMovieClip, getBounds, gotoAndStop; function wizard () { super(); var _local4; var _local3; counter++; number = counter; _direction = W; _xscale = scale * 100; _yscale = scale * 100; var _local6 = _parent.player_mc._x; var _local5 = _parent.player_mc._y; do { _local4 = Math.floor(Math.random() * 11); _local3 = Math.floor(Math.random() * 6); _x = 100 + (_local4 * 48); _y = 80 + (_local3 * 48); } while (Math.sqrt(((_x - _local6) * (_x - _local6)) + ((_y - _local5) * (_y - _local5))) < 288); _x = 100 + (_local4 * 48); _y = 80 + (_local3 * 48); way = _parent.lev1.randomWay(_local4, _local3); var _local7 = way.shift(); goToX = 100 + ((_local7 % 11) * 48); goToY = 80 + (Math.floor(_local7 / 11) * 48); if (goToX < _x) { _direction = W; } else if (goToX > _x) { _direction = E; } else if (goToY < _y) { _direction = N; } else { _direction = S; } X = _local7 % 11; Y = Math.floor(_local7 / 11); } function onEnterFrame() { var _local3 = false; var _local5; if ((Math.abs(_x - goToX) < 1) and (Math.abs(_y - goToY) < 1)) { if (way.length == 0) { way = _parent.lev1.randomWay(X, Y); } var _local2 = way.shift(); goToX = 100 + ((_local2 % 11) * 48); goToY = 80 + (Math.floor(_local2 / 11) * 48); if (X < (_local2 % 11)) { _direction = E; } else if (X > (_local2 % 11)) { _direction = W; } else if (Y < Math.floor(_local2 / 11)) { _direction = S; } else { _direction = N; } X = _local2 % 11; Y = Math.floor(_local2 / 11); } if (_direction == W) { _x = _x - (48 / speed); _rotation = 0; _xscale = scale * 100; } if (_direction == E) { _x = _x + (48 / speed); _rotation = 0; _xscale = (-scale) * 100; } if (_direction == N) { _y = _y - (48 / speed); _rotation = 90; _xscale = scale * 100; } if (_direction == S) { _y = _y + (48 / speed); _rotation = 90; _xscale = (-scale) * 100; } if (Math.random() < spit_prapability) { number++; _parent.attachMovie("id_phlegm", "phlegm_wizard_mc" + number, _parent.getNextHighestDepth(), {_x:_x, _y:_y}); _parent["phlegm_wizard_mc" + number]._direction = _direction; } if (hitTest(_parent.bullet_mc)) { _parent.attachMovie("id_bum", "bum_mc", _parent.getNextHighestDepth(), {_x:_x, _y:_y, _xscale:scale * 100, _yscale:scale * 100}); _parent.points = _parent.points + score; _parent.bullet_mc._kill = true; (removeMovieClip());// not popped } if (hitTest(_parent.player_mc)) { _parent.player_mc._kill = true; } i++; checkNextFrame(); } function testHit(dir) { var _local4; var _local3; var _local2 = true; var _local6 = getBounds(_parent); if (dir == N) { _local4 = _local6.xMin; _local3 = _local6.yMin - speed; var _local5 = _local4; while ((_local5 < (_local4 + 36)) and _local2) { _local2 = !_parent.level.hitTest(_local5, _local3, true); _local5++; } if (_local2) { _local4 = _local6.xMin; _local3 = _local6.yMin - (speed / 2); _local5 = _local4; while ((_local5 < (_local4 + 36)) and _local2) { _local2 = !_parent.level.hitTest(_local5, _local3, true); _local5++; } } } if (dir == S) { _local4 = _local6.xMin; _local3 = _local6.yMax + speed; var _local5 = _local4; while ((_local5 < (_local4 + 36)) and _local2) { _local2 = !_parent.level.hitTest(_local5, _local3, true); _local5++; } if (_local2) { _local4 = _local6.xMin; _local3 = _local6.yMax + (speed / 2); _local5 = _local4; while ((_local5 < (_local4 + 36)) and _local2) { _local2 = !_parent.level.hitTest(_local5, _local3, true); _local5++; } } } if (dir == E) { _local4 = _local6.xMax + speed; _local3 = _local6.yMin; var _local5 = _local3; while ((_local5 < (_local3 + 36)) and _local2) { _local2 = !_parent.level.hitTest(_local4, _local5, true); _local5++; } if (_local2) { _local4 = _local6.xMax + (speed / 2); _local3 = _local6.yMin; _local5 = _local3; while ((_local5 < (_local3 + 36)) and _local2) { _local2 = !_parent.level.hitTest(_local4, _local5, true); _local5++; } } } if (dir == W) { _local4 = _local6.xMin - speed; _local3 = _local6.yMin; var _local5 = _local3; while ((_local5 < (_local3 + 36)) and _local2) { _local2 = !_parent.level.hitTest(_local4, _local5, true); _local5++; } if (_local2) { _local4 = _local6.xMin - (speed / 2); _local3 = _local6.yMin; _local5 = _local3; while ((_local5 < (_local3 + 36)) and _local2) { _local2 = !_parent.level.hitTest(_local4, _local5, true); _local5++; } } } return(_local2); } function checkNextFrame() { if (i < 4) { (gotoAndStop(1));// not popped } else if (i < 8) { (gotoAndStop(2));// not popped } else if (i < 12) { (gotoAndStop(3));// not popped } else if (i < 16) { (gotoAndStop(2));// not popped } else { i = 1; } } var speed = 6; var scale = 2; var score = 2500; var spit_prapability = 0.15; var _killed = false; var i = 0; static var N = 0; static var S = 1; static var E = 2; static var W = 3; static var counter = 0; var number = 0; }Symbol 97 MovieClip [__Packages.phlegm] Frame 0class phlegm extends MovieClip { var _xscale, _yscale, mySound, _direction, _rotation, _y, _x, getBounds, _parent, hitTest, removeMovieClip; function phlegm (dir) { super(); _xscale = scale * 100; _yscale = scale * 100; mySound = new Sound(this); mySound.attachSound("id_spit"); mySound.start(); } function onEnterFrame() { var _local3 = false; if (_direction == N) { _rotation = 90; _y = _y - speed; } if (_direction == S) { _rotation = 90; _y = _y + speed; } if (_direction == W) { _x = _x - speed; } if (_direction == E) { _x = _x + speed; } else { _local3 = true; } var _local2 = getBounds(_parent); if (_rotation == 0) { var _local5 = _local2.xMin; while ((!_local3) and (_local5 <= _local2.xMax)) { _local3 = _parent.level.hitTest(_local5, _local2.yMin, true); _local5++; } _local5 = _local2.xMin; while ((!_local3) and (_local5 <= _local2.xMax)) { _local3 = _parent.level.hitTest(_local5, _local2.yMax, true); _local5++; } } else { var _local4 = _local2.yMin; while ((!_local3) and (_local4 <= _local2.yMax)) { _local3 = _parent.level.hitTest(_local2.xMin, _local4, true); _local4++; } _local4 = _local2.yMin; while ((!_local3) and (_local4 <= _local2.yMax)) { _local3 = _parent.level.hitTest(_local2.xMax, _local4, true); _local4++; } } if (hitTest(_parent.player_mc)) { _parent.player_mc._kill = true; _local3 = true; } if (_local3 or _kill) { (removeMovieClip());// not popped } } var speed = 16; var scale = 2; var _kill = false; static var N = 0; static var S = 1; static var E = 2; static var W = 3; }Symbol 98 MovieClip [__Packages.player] Frame 0class player extends MovieClip { var _xscale, _yscale, _x, _y, _rotation, _parent, _visible, removeMovieClip, gotoAndStop; function player () { super(); _xscale = scale * 100; _yscale = scale * 100; _x = 580; _y = 320; } function onEnterFrame() { if (!_kill) { if (Key.isDown(37)) { if (testHit(W)) { _x = _x - speed; _rotation = 0; _xscale = scale * 100; _direction = W; i++; } else if (testHit(_direction)) { Move(_direction); } } else if (Key.isDown(39)) { if (testHit(E)) { _x = _x + speed; _rotation = 0; _xscale = (-scale) * 100; _direction = E; i++; } else if (testHit(_direction)) { Move(_direction); } } else if (Key.isDown(38)) { if (testHit(N)) { _y = _y - speed; _rotation = 90; _xscale = scale * 100; _direction = N; i++; } else if (testHit(_direction)) { Move(_direction); } } else if (Key.isDown(40)) { if (testHit(S)) { _y = _y + speed; _rotation = 90; _xscale = (-scale) * 100; _direction = S; i++; } else if (testHit(_direction)) { Move(_direction); } } if (Key.isDown(32)) { if (!(_parent.bullet_mc._visible === true)) { _parent.attachMovie("id_bullet", "bullet_mc", _parent.getNextHighestDepth(), {_x:_x, _y:_y}); _parent.bullet_mc._direction = _direction; i_fire++; } } checkNextFrame(); } else { _killCounter++; if ((Math.floor(_killCounter / 10) % 2) == 1) { _visible = false; } else { _visible = true; } if (_killCounter > 50) { _parent.play(); (removeMovieClip());// not popped } } } function testHit(dir) { var _local4; var _local6; var _local3; var _local5; var _local2 = false; _local4 = Math.floor((_x - 100) / 48); _local6 = Math.ceil((_x - 100) / 48); _local3 = Math.floor((_y - 80) / 48); _local5 = Math.ceil((_y - 80) / 48); if (dir == E) { if ((_local3 == _local5) and _parent.lev1.isEast(_local4, _local3)) { _local2 = true; } } if (dir == W) { if ((_local3 == _local5) and _parent.lev1.isWest(_local6, _local3)) { _local2 = true; } } if (dir == N) { if ((_local4 == _local6) and _parent.lev1.isNorth(_local4, _local5)) { _local2 = true; } } if (dir == S) { if ((_local4 == _local6) and _parent.lev1.isSouth(_local4, _local3)) { _local2 = true; } } return(_local2); } function Move(dir) { if (dir == N) { moveN(); } if (dir == S) { moveS(); } if (dir == W) { moveW(); } if (dir == E) { moveE(); } } function moveN() { _y = _y - speed; _rotation = 90; _xscale = scale * 100; _direction = N; i++; } function moveS() { _y = _y + speed; _rotation = 90; _xscale = (-scale) * 100; _direction = S; i++; } function moveW() { _x = _x - speed; _rotation = 0; _xscale = scale * 100; _direction = W; i++; } function moveE() { _x = _x + speed; _rotation = 0; _xscale = (-scale) * 100; _direction = E; i++; } function checkNextFrame() { if (i_fire > 0) { (gotoAndStop(4));// not popped i_fire = 0; } else if (i < 4) { (gotoAndStop(2));// not popped } else if (i < 8) { (gotoAndStop(3));// not popped } else if (i < 12) { (gotoAndStop(1));// not popped } else if (i < 16) { (gotoAndStop(3));// not popped } else { i = 1; } } var i = 1; var i_fire = 0; var speed = 6; var scale = 2; var _kill = false; var _killCounter = 0; static var N = 0; static var S = 1; static var E = 2; static var W = 3; var _direction = W; }Symbol 99 MovieClip [__Packages.bullet] Frame 0class bullet extends MovieClip { var _xscale, _yscale, mySound, _direction, _rotation, _y, _x, getBounds, _parent, removeMovieClip; function bullet (dir) { super(); _xscale = scale * 100; _yscale = scale * 100; mySound = new Sound(this); mySound.attachSound("id_blast"); mySound.start(); } function onEnterFrame() { var _local3 = false; if (_direction == N) { _rotation = 90; _y = _y - speed; } if (_direction == S) { _rotation = 90; _y = _y + speed; } if (_direction == W) { _x = _x - speed; } if (_direction == E) { _x = _x + speed; } var _local2 = getBounds(_parent); if (_rotation == 0) { var _local5 = _local2.xMin; while ((!_local3) and (_local5 <= _local2.xMax)) { _local3 = _parent.level.hitTest(_local5, _local2.yMin, true); _local5++; } _local5 = _local2.xMin; while ((!_local3) and (_local5 <= _local2.xMax)) { _local3 = _parent.level.hitTest(_local5, _local2.yMax, true); _local5++; } } else { var _local4 = _local2.yMin; while ((!_local3) and (_local4 <= _local2.yMax)) { _local3 = _parent.level.hitTest(_local2.xMin, _local4, true); _local4++; } _local4 = _local2.yMin; while ((!_local3) and (_local4 <= _local2.yMax)) { _local3 = _parent.level.hitTest(_local2.xMax, _local4, true); _local4++; } } if (_local3 or _kill) { mySound.stop("id_blast"); (removeMovieClip());// not popped } } var speed = 16; var scale = 2; var _kill = false; static var N = 0; static var S = 1; static var E = 2; static var W = 3; }Symbol 100 MovieClip [__Packages.level1] Frame 0class level1 { function level1 () { } function isNorth(x, y) { var _local1 = net[x + (y * 11)]; while (_local1 != 0) { if ((_local1 % 10) == 1) { return(true); } _local1 = Math.floor(_local1 / 10); } return(false); } function isEast(x, y) { var _local1 = net[x + (y * 11)]; while (_local1 != 0) { if ((_local1 % 10) == 2) { return(true); } _local1 = Math.floor(_local1 / 10); } return(false); } function isSouth(x, y) { var _local1 = net[x + (y * 11)]; while (_local1 != 0) { if ((_local1 % 10) == 3) { return(true); } _local1 = Math.floor(_local1 / 10); } return(false); } function isWest(x, y) { var _local1 = net[x + (y * 11)]; while (_local1 != 0) { if ((_local1 % 10) == 4) { return(true); } _local1 = Math.floor(_local1 / 10); } return(false); } function pathsNumber(x, y) { var _local1 = net[x + (y * 11)]; var _local2 = 0; while (_local1 != 0) { _local1 = Math.floor(_local1 / 10); _local2++; } return(_local2); } function findWay(fromX, fromY, toX, toY) { var _local1 = new Array(); return(_local1); } function randomWay(fromX, fromY) { var _local9 = new Array(); var _local6; var _local10; var _local2; var _local5; var _local8 = -10; var _local7 = 0; while (_local7 < 10) { _local2 = net[fromX + (fromY * 11)]; _local10 = pathsNumber(fromX, fromY); do { _local6 = Math.floor(Math.random() * _local10); _local2 = net[fromX + (fromY * 11)]; while (_local6 >= 0) { _local5 = _local2 % 10; _local2 = Math.floor(_local2 / 10); _local6--; } } while (Math.abs(_local8 - _local5) == 2); if (_local5 == 1) { _local9[_local7] = fromX + ((fromY - 1) * 11); fromY = fromY - 1; _local8 = 1; } else if (_local5 == 2) { _local9[_local7] = (fromX + 1) + (fromY * 11); fromX = fromX + 1; _local8 = 2; } else if (_local5 == 3) { _local9[_local7] = fromX + ((fromY + 1) * 11); fromY = fromY + 1; _local8 = 3; } else if (_local5 == 4) { _local9[_local7] = (fromX - 1) + (fromY * 11); fromX = fromX - 1; _local8 = 4; } _local7++; } return(_local9); } static var net = new Array(23, 24, 34, 23, 234, 24, 234, 34, 23, 24, 34, 123, 24, 134, 13, 12, 234, 14, 13, 123, 24, 134, 12, 34, 123, 1234, 234, 124, 234, 1234, 134, 23, 14, 23, 124, 14, 13, 123, 24, 134, 13, 12, 124, 34, 123, 24, 234, 1234, 1234, 24, 1234, 1234, 234, 24, 134, 12, 24, 124, 14, 12, 24, 14, 12, 124, 24, 14); }Symbol 101 MovieClip [__Packages.game_controll] Frame 0class game_controll { var my_sound; function game_controll () { my_sound = new Sound(); my_sound.attachSound("id_new_monsters"); } function speedUpMonsters() { } function addMonsters() { var _local3; my_sound.start(); if (counter < 8) { _local3 = "id_burwor"; } else if (counter < 12) { _local3 = "id_garwor"; } else if (counter < 18) { _local3 = "id_thorwor"; } else if (counter < 22) { _local3 = "id_worluk"; } else { _local3 = "id_wizard"; } counter++; _root.attachMovie(_local3, "monster_mc" + monster_count, _root.getNextHighestDepth()); monster_count++; _root.attachMovie(_local3, "monster_mc" + monster_count, _root.getNextHighestDepth()); monster_count++; _root.attachMovie(_local3, "monster_mc" + monster_count, _root.getNextHighestDepth()); monster_count++; } function removeMonsters() { var _local3 = 0; while (_local3 < monster_count) { removeMovieClip(_root["monster_mc" + _local3]); _local3++; } } function intervalCheck() { } var counter = 0; var monster_count = 0; }Symbol 66 MovieClip Frame 68stop();Symbol 71 Buttonon (press) { _root.play(); stopAllSounds(); }Instance of Symbol 73 MovieClip in Symbol 76 MovieClip Frame 1onClipEvent (keyDown) { gotoAndPlay (1); }
Library Items
Symbol 1 Sound [id_spit] | ||
Symbol 2 Sound [id_new_monsters] | ||
Symbol 3 Sound [id_blast] | ||
Symbol 4 Graphic | Used by:5 | |
Symbol 5 MovieClip [id_bullet] | Uses:4 | |
Symbol 6 Graphic | Used by:9 | |
Symbol 7 Graphic | Used by:9 | |
Symbol 8 Graphic | Used by:9 | |
Symbol 9 MovieClip [id_burwor] | Uses:6 7 8 | |
Symbol 10 Graphic | Used by:15 | |
Symbol 11 Sound | Used by:15 | |
Symbol 12 Graphic | Used by:15 | |
Symbol 13 Graphic | Used by:15 | |
Symbol 14 Graphic | Used by:15 | |
Symbol 15 MovieClip [id_bum] | Uses:10 11 12 13 14 | |
Symbol 16 Graphic | Used by:19 | |
Symbol 17 Graphic | Used by:19 | |
Symbol 18 Graphic | Used by:19 | |
Symbol 19 MovieClip [id_garwor] | Uses:16 17 18 | |
Symbol 20 Graphic | Used by:23 | |
Symbol 21 Graphic | Used by:23 | |
Symbol 22 Graphic | Used by:23 | |
Symbol 23 MovieClip [id_thorwor] | Uses:20 21 22 | |
Symbol 24 Graphic | Used by:27 | |
Symbol 25 Graphic | Used by:27 | |
Symbol 26 Graphic | Used by:27 | |
Symbol 27 MovieClip [id_worluk] | Uses:24 25 26 | |
Symbol 28 Graphic | Used by:31 | |
Symbol 29 Graphic | Used by:31 | |
Symbol 30 Graphic | Used by:31 | |
Symbol 31 MovieClip [id_wizard] | Uses:28 29 30 | |
Symbol 32 Graphic | Used by:33 | |
Symbol 33 MovieClip [id_phlegm] | Uses:32 | |
Symbol 34 Graphic | Used by:38 | |
Symbol 35 Graphic | Used by:38 | |
Symbol 36 Graphic | Used by:38 | |
Symbol 37 Graphic | Used by:38 | |
Symbol 38 MovieClip [id_Player_1] | Uses:34 35 36 37 | Used by:Timeline |
Symbol 39 Graphic | Used by:40 | |
Symbol 40 MovieClip | Uses:39 | Used by:49 |
Symbol 41 Graphic | Used by:49 | |
Symbol 42 Bitmap | Used by:43 | |
Symbol 43 Graphic | Uses:42 | Used by:49 |
Symbol 44 Graphic | Used by:48 | |
Symbol 45 Graphic | Used by:48 | |
Symbol 46 Graphic | Used by:48 | |
Symbol 47 Graphic | Used by:48 | |
Symbol 48 Button | Uses:44 45 46 47 | Used by:49 |
Symbol 49 MovieClip | Uses:40 41 43 48 | Used by:Timeline |
Symbol 50 Font | Used by:51 77 | |
Symbol 51 Text | Uses:50 | Used by:Timeline |
Symbol 52 Font | Used by:56 | |
Symbol 53 Font | Used by:56 | |
Symbol 54 Font | Used by:56 | |
Symbol 55 Font | Used by:56 | |
Symbol 56 Text | Uses:52 53 54 55 | Used by:Timeline |
Symbol 91 MovieClip [__Packages.burwor] | ||
Symbol 92 MovieClip [__Packages.bum] | ||
Symbol 93 MovieClip [__Packages.garwor] | ||
Symbol 94 MovieClip [__Packages.thorwor] | ||
Symbol 95 MovieClip [__Packages.worluk] | ||
Symbol 96 MovieClip [__Packages.wizard] | ||
Symbol 97 MovieClip [__Packages.phlegm] | ||
Symbol 98 MovieClip [__Packages.player] | ||
Symbol 99 MovieClip [__Packages.bullet] | ||
Symbol 100 MovieClip [__Packages.level1] | ||
Symbol 101 MovieClip [__Packages.game_controll] | ||
Symbol 57 Graphic | Used by:66 | |
Symbol 58 Graphic | Used by:66 | |
Symbol 59 Graphic | Used by:66 | |
Symbol 60 Graphic | Used by:66 | |
Symbol 61 Graphic | Used by:66 | |
Symbol 62 Graphic | Used by:66 | |
Symbol 63 Font | Used by:64 68 70 | |
Symbol 64 Text | Uses:63 | Used by:66 |
Symbol 65 Sound | Used by:66 | |
Symbol 66 MovieClip | Uses:57 58 59 60 61 62 64 65 | Used by:Timeline |
Symbol 67 Graphic | Used by:71 | |
Symbol 68 Text | Uses:63 | Used by:71 |
Symbol 69 Graphic | Used by:71 | |
Symbol 70 Text | Uses:63 | Used by:71 |
Symbol 71 Button | Uses:67 68 69 70 | Used by:Timeline |
Symbol 72 Graphic | Used by:73 | |
Symbol 73 MovieClip | Uses:72 | Used by:76 |
Symbol 74 Graphic | Used by:75 | |
Symbol 75 MovieClip | Uses:74 | Used by:76 |
Symbol 76 MovieClip | Uses:73 75 | Used by:Timeline |
Symbol 77 Text | Uses:50 | Used by:Timeline |
Symbol 78 Graphic | Used by:80 | |
Symbol 79 Graphic | Used by:80 | |
Symbol 80 MovieClip | Uses:78 79 | Used by:Timeline |
Symbol 81 Sound | Used by:Timeline | |
Symbol 82 Font | Used by:83 88 90 | |
Symbol 83 EditableText | Uses:82 | Used by:Timeline |
Symbol 84 Graphic | Used by:85 | |
Symbol 85 MovieClip | Uses:84 | Used by:Timeline |
Symbol 86 Graphic | Used by:87 | |
Symbol 87 MovieClip | Uses:86 | Used by:Timeline |
Symbol 88 EditableText | Uses:82 | Used by:Timeline |
Symbol 89 Sound | Used by:Timeline | |
Symbol 90 EditableText | Uses:82 | Used by:Timeline |
Instance Names
"points" | Frame 157 | Symbol 83 EditableText |
"player_mc" | Frame 157 | Symbol 38 MovieClip [id_Player_1] |
"level" | Frame 157 | Symbol 85 MovieClip |
"points" | Frame 158 | Symbol 88 EditableText |
"points" | Frame 324 | Symbol 90 EditableText |
"bar" | Symbol 49 MovieClip Frame 1 | Symbol 40 MovieClip |
Special Tags
FileAttributes (69) | Timeline Frame 1 | Access local files only, Metadata not present, AS1/AS2. |
ExportAssets (56) | Timeline Frame 1 | Symbol 1 as "id_spit" |
ExportAssets (56) | Timeline Frame 1 | Symbol 2 as "id_new_monsters" |
ExportAssets (56) | Timeline Frame 1 | Symbol 3 as "id_blast" |
ExportAssets (56) | Timeline Frame 1 | Symbol 5 as "id_bullet" |
ExportAssets (56) | Timeline Frame 1 | Symbol 9 as "id_burwor" |
ExportAssets (56) | Timeline Frame 1 | Symbol 15 as "id_bum" |
ExportAssets (56) | Timeline Frame 1 | Symbol 19 as "id_garwor" |
ExportAssets (56) | Timeline Frame 1 | Symbol 23 as "id_thorwor" |
ExportAssets (56) | Timeline Frame 1 | Symbol 27 as "id_worluk" |
ExportAssets (56) | Timeline Frame 1 | Symbol 31 as "id_wizard" |
ExportAssets (56) | Timeline Frame 1 | Symbol 33 as "id_phlegm" |
ExportAssets (56) | Timeline Frame 1 | Symbol 38 as "id_Player_1" |
ExportAssets (56) | Timeline Frame 1 | Symbol 91 as "__Packages.burwor" |
ExportAssets (56) | Timeline Frame 1 | Symbol 92 as "__Packages.bum" |
ExportAssets (56) | Timeline Frame 1 | Symbol 93 as "__Packages.garwor" |
ExportAssets (56) | Timeline Frame 1 | Symbol 94 as "__Packages.thorwor" |
ExportAssets (56) | Timeline Frame 1 | Symbol 95 as "__Packages.worluk" |
ExportAssets (56) | Timeline Frame 1 | Symbol 96 as "__Packages.wizard" |
ExportAssets (56) | Timeline Frame 1 | Symbol 97 as "__Packages.phlegm" |
ExportAssets (56) | Timeline Frame 1 | Symbol 98 as "__Packages.player" |
ExportAssets (56) | Timeline Frame 1 | Symbol 99 as "__Packages.bullet" |
ExportAssets (56) | Timeline Frame 1 | Symbol 100 as "__Packages.level1" |
ExportAssets (56) | Timeline Frame 1 | Symbol 101 as "__Packages.game_controll" |
Labels
"get_ready" | Frame 71 |
"loaded" | Symbol 49 MovieClip Frame 3 |
Dynamic Text Variables
points | Symbol 83 EditableText | "0" |
points | Symbol 88 EditableText | "0" |
points | Symbol 90 EditableText | "0" |
|