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

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

Wizard of Wor tribute.swf

This is the info page for
Flash #55004

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


Text
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 70
stop();
Instance of Symbol 76 MovieClip in Frame 70
on (keyPress "<Space>") { _root.play(); }
Frame 157
points = 0; var lev1 = new level1(); var game = new game_controll(); var intervalId = setInterval(game, "addMonsters", 5000); _root.stop();
Frame 158
stopAllSounds(); clearInterval(intervalId); game.removeMonsters();
Frame 324
gotoAndPlay (70);
Symbol 5 MovieClip [id_bullet] Frame 1
#initclip 20 Object.registerClass("id_bullet", bullet); #endinitclip
Symbol 9 MovieClip [id_burwor] Frame 1
#initclip 12 Object.registerClass("id_burwor", burwor); #endinitclip stop();
Symbol 9 MovieClip [id_burwor] Frame 2
stop();
Symbol 9 MovieClip [id_burwor] Frame 3
stop();
Symbol 15 MovieClip [id_bum] Frame 1
#initclip 13 Object.registerClass("id_bum", bum); #endinitclip
Symbol 15 MovieClip [id_bum] Frame 15
removeMovieClip(this);
Symbol 19 MovieClip [id_garwor] Frame 1
#initclip 14 Object.registerClass("id_garwor", garwor); #endinitclip stop();
Symbol 19 MovieClip [id_garwor] Frame 2
stop();
Symbol 19 MovieClip [id_garwor] Frame 3
stop();
Symbol 23 MovieClip [id_thorwor] Frame 1
#initclip 15 Object.registerClass("id_thorwor", thorwor); #endinitclip
Symbol 27 MovieClip [id_worluk] Frame 1
#initclip 16 Object.registerClass("id_worluk", worluk); #endinitclip
Symbol 31 MovieClip [id_wizard] Frame 1
#initclip 17 Object.registerClass("id_wizard", wizard); #endinitclip stop();
Symbol 31 MovieClip [id_wizard] Frame 2
Symbol 31 MovieClip [id_wizard] Frame 3
stop();
Symbol 33 MovieClip [id_phlegm] Frame 1
#initclip 18 Object.registerClass("id_phlegm", phlegm); #endinitclip
Symbol 38 MovieClip [id_Player_1] Frame 1
#initclip 19 Object.registerClass("id_Player_1", player); #endinitclip stop();
Symbol 38 MovieClip [id_Player_1] Frame 2
stop();
Symbol 38 MovieClip [id_Player_1] Frame 3
stop();
Symbol 38 MovieClip [id_Player_1] Frame 4
stop();
Symbol 48 Button
on (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 2
gotoAndPlay (1);
Symbol 91 MovieClip [__Packages.burwor] Frame 0
class 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 0
class 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 0
class 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 0
class 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 0
class 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 0
class 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 0
class 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 0
class 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 0
class 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 0
class 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 0
class 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 68
stop();
Symbol 71 Button
on (press) { _root.play(); stopAllSounds(); }
Instance of Symbol 73 MovieClip in Symbol 76 MovieClip Frame 1
onClipEvent (keyDown) { gotoAndPlay (1); }

Library Items

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

Instance Names

"points"Frame 157Symbol 83 EditableText
"player_mc"Frame 157Symbol 38 MovieClip [id_Player_1]
"level"Frame 157Symbol 85 MovieClip
"points"Frame 158Symbol 88 EditableText
"points"Frame 324Symbol 90 EditableText
"bar"Symbol 49 MovieClip Frame 1Symbol 40 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "id_spit"
ExportAssets (56)Timeline Frame 1Symbol 2 as "id_new_monsters"
ExportAssets (56)Timeline Frame 1Symbol 3 as "id_blast"
ExportAssets (56)Timeline Frame 1Symbol 5 as "id_bullet"
ExportAssets (56)Timeline Frame 1Symbol 9 as "id_burwor"
ExportAssets (56)Timeline Frame 1Symbol 15 as "id_bum"
ExportAssets (56)Timeline Frame 1Symbol 19 as "id_garwor"
ExportAssets (56)Timeline Frame 1Symbol 23 as "id_thorwor"
ExportAssets (56)Timeline Frame 1Symbol 27 as "id_worluk"
ExportAssets (56)Timeline Frame 1Symbol 31 as "id_wizard"
ExportAssets (56)Timeline Frame 1Symbol 33 as "id_phlegm"
ExportAssets (56)Timeline Frame 1Symbol 38 as "id_Player_1"
ExportAssets (56)Timeline Frame 1Symbol 91 as "__Packages.burwor"
ExportAssets (56)Timeline Frame 1Symbol 92 as "__Packages.bum"
ExportAssets (56)Timeline Frame 1Symbol 93 as "__Packages.garwor"
ExportAssets (56)Timeline Frame 1Symbol 94 as "__Packages.thorwor"
ExportAssets (56)Timeline Frame 1Symbol 95 as "__Packages.worluk"
ExportAssets (56)Timeline Frame 1Symbol 96 as "__Packages.wizard"
ExportAssets (56)Timeline Frame 1Symbol 97 as "__Packages.phlegm"
ExportAssets (56)Timeline Frame 1Symbol 98 as "__Packages.player"
ExportAssets (56)Timeline Frame 1Symbol 99 as "__Packages.bullet"
ExportAssets (56)Timeline Frame 1Symbol 100 as "__Packages.level1"
ExportAssets (56)Timeline Frame 1Symbol 101 as "__Packages.game_controll"

Labels

"get_ready"Frame 71
"loaded"Symbol 49 MovieClip Frame 3

Dynamic Text Variables

pointsSymbol 83 EditableText"0"
pointsSymbol 88 EditableText"0"
pointsSymbol 90 EditableText"0"




http://swfchan.com/12/55004/info.shtml
Created: 21/4 -2019 01:08:20 Last modified: 21/4 -2019 01:08:20 Server time: 26/04 -2024 11:10:19