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

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

Bouncin Bop - Episode 4.swf

This is the info page for
Flash #23846

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


Text
loading..99%

Loading the game, please wait

race the space until game loaded

Vector
Engine 2.0

API
1.1

SND
LIB

OK

onlinegames

presents

preload

exit

more

(c)2004 neodelight.com

start

Episode 4

Welcome to Bouncin Bop
Please read these instructions until
the level finished loading

Basic Bopping:
Bouncin Bop is a ever bouncing rubber ball. You
can direct him left and right and control his
jump height:

jump right

jump left

jump
lower

jump
higher

Precious Prizes:
Try to collect as many of these coins as possible.

For 30 coins you get an extra life:

Dangerous Dangers:
Beware of all the traps, cats and rats
threatening Bops life!

some of Bops enemies

The 5 Episodes
This game consists of 5 episodes, each episode
features 20 levels.
All episodes are available FOR FREE at
Neodelight.com, your place for gaming delight...

The 5 Episodes
This game consists of 5 episodes, each episode
features 20 levels.
All episodes are available FOR FREE at
ArcadeTown..com, your place for online games...

TM

Level
Media

36

coins:     of 30

5

OSD
on screen display

exit game

exit game

really quit ?

yes

really quit ?

yes

yes

yes

no

no

no

no

36

coins:     of 30

retry

Game Over

Congratulations!

You completed the fourth episode of Bouncing Bop!

play again

send highscore

NEXT EPISODE

Neodelight.com has five episodes of Bouncing Bop,
go and see the next...

ArcadeTown.com has five episodes of Bouncing Bop,
go and see the next...

ActionScript [AS1/AS2]

Frame 1
game = "bbop1"; version = "20040903"; moreGamesUrl = (("http://www.neodelight.com/?ref=" + game) + "&ref_loc=moregames&ref_ver=") + version; stop(); this.onEnterFrame = function () { var percentage = ((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); this.percentageDisplay = ("loading.." + Math.min(100, int(percentage))) + "%"; if ((percentage == 100) || (_root._framesloaded >= 1)) { this.onEnterFrame = undefined; _root.nextFrame(); } };
Frame 2
version = "at"; if ((version == "nd") && ((((((_url.indexOf("http://www.neodelight.") == 0) || (_url.indexOf("http://games.neodelight.") == 0)) || (_url.indexOf("http://dev.neodelight.") == 0)) || (_url.indexOf("http://neodelight.") == 0)) || (_url.indexOf("http://neodelight.") == 0)) || (_url.indexOf("file://") == 0))) { if (_url.indexOf("file://") != 0) { getURL ("javascript:if (top.location != location) top.location.href ='http://www.neodelight.com/';"); } moreGamesUrl = (("http://www.neodelight.com/?ref=" + game) + "&ref_loc=moregames&ref_ver=") + version; nextEpisodeUrl = "http://www.neodelight.com/games/bbop5"; play(); } else if ((version == "at") && (((((((_url.indexOf("http://arcadetown.com") == 0) || (_url.indexOf("http://www.arcadetown.com") == 0)) || (_url.indexOf("http://heavygames.com") == 0)) || (_url.indexOf("http://www.heavygames.com") == 0)) || (_url.indexOf("http://freewebgames.com") == 0)) || (_url.indexOf("http://www.freewebgames.com") == 0)) || (_url.indexOf("file://") == 0))) { if ((_url.toLowerCase().substr(0, 4) != "http") && (System.capabilities.os.toLowerCase().indexOf("mac") >= 0)) { fscommand ("fullscreen", true); fscommand ("showmenu", false); Stage.scaleMode = "noScale"; } moreGamesUrl = "http://www.arcadetown.com/index.asp?gameid=bouncinbop4"; nextEpisodeUrl = "http://www.arcadetown.com/bouncinbop5/playgame.asp"; reducedBranding = true; play(); } else { stop(); }
Frame 4
stop(); trace("start v2d");
Frame 5
stop();
Frame 11
play();
Frame 67
stop();
Frame 72
stop(); this.onEnterFrame = function () { var percentage = (((_root.getBytesLoaded() - this.preloaded) / (_root.getBytesTotal() - this.preloaded)) * 100); this.percentageDisplay = ("loading.." + Math.min(100, int(percentage))) + "%"; if (percentage == 100) { this.onEnterFrame = undefined; _root.nextFrame(); } };
Frame 73
stop();
Frame 74
_global.v2d.main.startGame(pass); play();
Frame 75
stop();
Frame 76
prevFrame();
Frame 80
_global.v2d.main.pause(); play();
Frame 90
stop();
Symbol 4 MovieClip [star] Frame 1
function update() { _y = (_y + this.vy); if (_y > (_parent._parent.height + 20)) { this.removeMovieClip(); } }
Symbol 4 MovieClip [star] Frame 2
update();
Symbol 4 MovieClip [star] Frame 3
update(); gotoAndPlay (2);
Symbol 6 MovieClip Frame 1
stop();
Symbol 6 MovieClip Frame 13
_parent._parent.removeMovieClip();
Symbol 11 MovieClip Frame 1
stop();
Symbol 11 MovieClip Frame 13
_parent._parent.removeMovieClip();
Symbol 13 MovieClip [object] Frame 1
function update() { _y = (_y + this.vy); if (_y > (_parent._parent.height + 20)) { this.removeMovieClip(); } if (((_y + this._height) > (_parent.ship._y + 20)) && ((_y - this._height) < (_parent.ship._y + 20))) { if (((_x + this._width) > (_parent.ship._x + 1)) && ((_x - this._width) < (_parent.ship._x - 1))) { gotoAndPlay (4); } } }
Symbol 13 MovieClip [object] Frame 2
update();
Symbol 13 MovieClip [object] Frame 3
update(); gotoAndPlay (2);
Symbol 13 MovieClip [object] Frame 4
if (gfx._currentframe == 1) { _parent._parent.score = _parent._parent.score - 10; if (_parent._parent.score < 0) { _parent._parent.score = 0; } } else { _parent._parent.score = _parent._parent.score + 10; } gfx.gfx.play(); stop();
Symbol 24 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(frame5, "face"); component.registerSkinElement(frame3, "shadow"); component.registerSkinElement(frame1, "darkshadow"); component.registerSkinElement(frame4, "highlight"); component.registerSkinElement(frame2, "highlight3D");
Symbol 30 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(frame5, "face"); component.registerSkinElement(frame3, "shadow"); component.registerSkinElement(frame1, "darkshadow"); component.registerSkinElement(frame4, "highlight"); component.registerSkinElement(frame2, "highlight3D");
Symbol 36 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(frame5, "face"); component.registerSkinElement(frame4, "shadow"); component.registerSkinElement(frame2, "darkshadow"); component.registerSkinElement(frame3, "highlight"); component.registerSkinElement(frame1, "highlight3D");
Symbol 42 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(frame5, "face"); component.registerSkinElement(frame3, "shadow"); component.registerSkinElement(frame1, "darkshadow"); component.registerSkinElement(frame4, "highlight"); component.registerSkinElement(frame2, "highlight3D");
Symbol 43 MovieClip [fpb_states] Frame 1
stop();
Symbol 43 MovieClip [fpb_states] Frame 2
stop();
Symbol 43 MovieClip [fpb_states] Frame 3
stop();
Symbol 43 MovieClip [fpb_states] Frame 4
stop();
Symbol 55 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "arrow"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 65 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "arrow"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 74 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "foregroundDisabled"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 75 MovieClip [UpArrow] Frame 1
stop();
Symbol 75 MovieClip [UpArrow] Frame 2
stop();
Symbol 75 MovieClip [UpArrow] Frame 3
stop();
Symbol 81 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 88 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 93 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(highlight3D_mc, "highlight3D"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight");
Symbol 94 MovieClip [ScrollThumb] Frame 1
stop();
Symbol 102 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "arrow"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 110 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "arrow"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 118 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "foregroundDisabled"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 119 MovieClip [DownArrow] Frame 1
stop();
Symbol 119 MovieClip [DownArrow] Frame 2
stop();
Symbol 119 MovieClip [DownArrow] Frame 3
stop();
Symbol 132 MovieClip Frame 1
function do_loop() { var x = _xmouse; if (x < this.minX) { x = this.minX; } if (x > this.maxX) { x = this.maxX; } sky.ship._x = x; if (Math.random() < 0.1) { newObject = this.sky.attachMovie("object", "object_" + (nextObjectId++), nextObjectId + 1000); newObject._x = Math.random() * width; newObject._y = -20; newObject.vy = (Math.random() * 7) + 3; if (Math.random() < 0.5) { newObject.gfx.gotoAndStop(1); } else { newObject.gfx.gotoAndStop(2); } } if (Math.random() < 0.05) { newObject = this.sky.attachMovie("star", "object_" + (nextObjectId++), nextObjectId); newObject._x = Math.random() * width; newObject._y = -20; newObject.vy = (Math.random() * 3) + 1; newObject.gfx.gotoAndStop(int(newObject.vy)); } } minX = 10; maxX = 240; width = 250; height = 250; objects = new Array(); nextObjectId = 0; shipV = 2; score = 0;
Symbol 132 MovieClip Frame 2
do_loop();
Symbol 132 MovieClip Frame 3
do_loop(); gotoAndPlay (2);
Symbol 140 MovieClip Frame 1
Symbol 140 MovieClip Frame 2
percent = _root.getBytesLoaded() / 1000000; percent = Math.min(90, int(percent * 90)); percent = percent + int(_global.v2d.initProgress * 10); percent = Math.min(100, percent); bar._xscale = percent; if ((_global.v2d.initProgress == 1) && (_root._framesloaded >= 67)) { _root.gotoAndPlay("ready"); }
Symbol 149 MovieClip Frame 1
_global.v2d.main.loop();
Symbol 149 MovieClip Frame 2
_global.v2d.main.loop();
Symbol 152 MovieClip Frame 1
_global.v2d.initProgress = 0; _global.v2d.world = new _global.v2d.CWorld(); _global.v2d.tiles = new _global.v2d.CTileSystem(550, 400, 25, 25); _global.v2d.event = new _global.v2d.CEventSystem(); _global.v2d.respawn = new _global.v2d.CRespawnSystem(); _global.v2d.sprites = new _global.v2d.CSpriteSystem(); trace("InitFunc: Objects inited...");
Symbol 152 MovieClip Frame 2
var world = ""; world = "<?xml version=\"1.0\" ?><!DOCTYPE (c)neodelight v2dml ><world><script name=\"indy_phallusSetPlatform\"><c r=\"stat\" p1=\"_22stat_22\" p0=\"_5Fself\" id=\"0\" c=\"propGet\" /><c r=\"pos\" p2=\"3\" p1=\"_22_2F_22\" p0=\"stat\" id=\"1\" c=\"math\" /><c p1=\"pos\" p0=\"_5Fself\" id=\"2\" c=\"droneSetPos\" /></script><script name=\"indy_phallusStat\"><c r=\"p0\" p0=\"_22phallus0_22\" id=\"0\" c=\"objectByName\" /><c r=\"p1\" p0=\"_22phallus1_22\" id=\"1\" c=\"objectByName\" /><c r=\"p2\" p0=\"_22phallus2_22\" id=\"2\" c=\"objectByName\" /><c r=\"s0\" p1=\"_22stat_22\" p0=\"p0\" id=\"3\" c=\"propGet\" /><c r=\"s1\" p1=\"_22stat_22\" p0=\"p1\" id=\"4\" c=\"propGet\" /><c r=\"s2\" p1=\"_22stat_22\" p0=\"p2\" id=\"5\" c=\"propGet\" /><c r=\"stat\" p2=\"s2\" p1=\"s1\" p0=\"s0\" id=\"6\" c=\"strCat\" /><c p0=\"stat\" id=\"7\" c=\"return\" /></script><script name=\"indy_phallusUp\"><c r=\"newStat\" p1=\"_22stat_22\" p0=\"_5Fself\" id=\"0\" c=\"propGet\" /><c r=\"newStat\" p2=\"1\" p1=\"_22_2D_22\" p0=\"newStat\" id=\"1\" c=\"math\" /><c p2=\"0\" p1=\"_22_3C_22\" p0=\"newStat\" id=\"2\" c=\"if\" /><c r=\"newStat\" p0=\"0\" id=\"3\" c=\"val\" /><c id=\"4\" c=\"else\" /><c p2=\"_2D22_2E6\" p1=\"0\" p0=\"_5Fobject\" id=\"5\" c=\"posOffset\" /><c p2=\"newStat\" p1=\"_22stat_22\" p0=\"_5Fself\" id=\"6\" c=\"propSet\" /></script><script name=\"indy_phallusDown\"><c r=\"newStat\" p1=\"_22stat_22\" p0=\"_5Fself\" id=\"0\" c=\"propGet\" /><c r=\"newStat\" p2=\"1\" p1=\"_22_2B_22\" p0=\"newStat\" id=\"1\" c=\"math\" /><c p2=\"newStat\" p1=\"_22stat_22\" p0=\"_5Fself\" id=\"2\" c=\"propSet\" /></script><prop name=\"new\"><p v=\"script\" n=\"onInitScreen\"><script><c r=\"b\" p0=\"_22bird_22\" id=\"0\" c=\"plGetBehaviour\" /><c p2=\"_22bird_22\" p1=\"_22_3D_3D_22\" p0=\"b\" id=\"1\" c=\"if\" /><c p2=\"0\" p1=\"_22active_22\" p0=\"_5Fself\" id=\"2\" c=\"propSet\" /><c id=\"3\" c=\"else\" /><c p2=\"1\" p1=\"_22active_22\" p0=\"_5Fself\" id=\"4\" c=\"propSet\" /></script></p><p v=\"script\" n=\"onHit\"><script><c p2=\"0\" p1=\"_22active_22\" p0=\"_5Fself\" id=\"0\" c=\"propSet\" /><c p1=\"_22birdstart_22\" p0=\"60\" id=\"1\" c=\"plSetContinuePoint\" /><c p0=\"_22bird_22\" id=\"2\" c=\"plSetBehaviour\" /><c p1=\"_22birdstart_22\" p0=\"60\" id=\"3\" c=\"goLevel\" /></script></p><p v=\"1\" n=\"active\" /><p v=\"bird_5Fempty\" n=\"activeGfx\" /><p v=\"10\" n=\"engine_5Fradius\" /><p v=\"CSECircle\" n=\"engine\" /></prop><prop name=\"space_5Fplat_5Fvanish\"><p v=\"script\" n=\"onInitScreen\"><script><c p2=\"1\" p1=\"_22active_22\" p0=\"_5Fself\" id=\"0\" c=\"propSet\" /></script></p><p v=\"script\" n=\"onHit\"><script><c p2=\"0\" p1=\"_22active_22\" p0=\"_5Fself\" id=\"0\" c=\"propSet\" /><c p2=\"_2D0_2E4\" p1=\"0\" p0=\"_5Fobject\" id=\"1\" c=\"speedAdd\" /><c p1=\"0_2E4\" p0=\"_5Fobject\" id=\"2\" c=\"speedLimitAbs\" /></script></p><p v=\"space_5Fplat\" n=\"sprite\" /><p v=\"44\" n=\"engine_5Fwidth\" /><p v=\"CSEPlatform\" n=\"engine\" /></prop><prop name=\"ball_5Fdummy\"><p v=\"73\" n=\"player_5FdieAnimFrames\" /><p v=\"sprite_5F0\" n=\"sprite\" /><p v=\"0_2E13\" n=\"engine_5FvUpMed\" /><p v=\"0_2E5\" n=\"engine_5FcontrolAY\" /><p v=\"0\" n=\"engine_5Fweight\" /><p v=\"0_2E08\" n=\"engine_5FvUpMin\" /><p v=\"0_2E2\" n=\"engine_5FvUpMax\" /><p v=\"0_2E15\" n=\"engine_5FvSideMax\" /><p v=\"0_2E7\" n=\"engine_5FfrictXOverSpeed\" /><p v=\"0_2E99\" n=\"engine_5FfrictX\" /><p v=\"1\" n=\"engine_5Fflex\" /><p v=\"0_2E05\" n=\"engine_5FcontrolAX\" /><p v=\"7_2E5\" n=\"engine_5Fradius\" /><p v=\"CSEBall\" n=\"engine\" /></prop><prop name=\"space_5Fsat\"><p v=\"script\" n=\"onHit\"><script><c p1=\"99999\" p0=\"_5Fobject\" id=\"0\" c=\"damage\" /></script></p><p v=\"0_2E02\" n=\"engine_5Fspeed\" /><p v=\"13\" n=\"engine_5Fradius\" /><p v=\"0\" n=\"engine_5Fpos\" /><p v=\"CSECircleDrone\" n=\"engine\" /><p v=\"space_5Fsat\" n=\"sprite\" /></prop><prop name=\"city_5Fkatze\"><p v=\"script\" n=\"onHit\"><script><c p1=\"99999\" p0=\"_5Fobject\" id=\"0\" c=\"damage\" /></script></p><p v=\"0_2E02\" n=\"engine_5Fspeed\" /><p v=\"20\" n=\"engine_5Fradius\" /><p v=\"0\" n=\"engine_5Fpos\" /><p v=\"CSECircleDrone\" n=\"engine\" /><p v=\"city_5Fkatze\" n=\"sprite\" /></prop><prop name=\"plat_5F50\"><p v=\"script\" n=\"onHit\"><script><c p2=\"_2D0_2E15\" p1=\"0\" p0=\"_5Fobject\" id=\"0\" c=\"speedAdd\" /><c p1=\"0_2E2\" p0=\"_5Fobject\" id=\"1\" c=\"speedLimitAbs\" /></script></p><p v=\"50\" n=\"engine_5Fwidth\" /><p v=\"CSEPlatform\" n=\"engine\" /></prop><prop name=\"sky_5Fbutton\"><p v=\"script\" n=\"onInitScreen\"><script><c r=\"o\" p1=\"_223doors_22\" p0=\"_22door_5Fred_22\" id=\"0\" c=\"objectByName\" /><c r=\"s\" p1=\"_22active_22\" p0=\"o\" id=\"1\" c=\"propGet\" /><c p2=\"0\" p1=\"_22_3D_3D_22\" p0=\"s\" id=\"2\" c=\"if\" /><c p2=\"1\" p1=\"_22stat_22\" p0=\"_5Fself\" id=\"3\" c=\"propSet\" /><c id=\"4\" c=\"else\" /><c p2=\"0\" p1=\"_22stat_22\" p0=\"_5Fself\" id=\"5\" c=\"propSet\" /></script></p><p v=\"script\" n=\"onHit\"><script><c p2=\"1\" p1=\"_22stat_22\" p0=\"_5Fself\" id=\"0\" c=\"propSet\" /><c r=\"o\" p1=\"_223doors_22\" p0=\"_22door_5Fred_22\" id=\"1\" c=\"objectByName\" /><c p2=\"0\" p1=\"_22active_22\" p0=\"o\" id=\"2\" c=\"propSet\" /></script></p><p v=\"0\" n=\"stat\" /><p v=\"button_5Fred\" n=\"activeGfx\" /><p v=\"15\" n=\"engine_5Fradius\" /><p v=\"CSECircle\" n=\"engine\" /></prop><prop name=\"bird\"><p v=\"CSEStarshipBall\" n=\"engine\" /><p v=\"73\" n=\"player_5FdieAnimFrames\" /><p v=\"bird\" n=\"sprite\" /><p v=\"0_2E023\" n=\"engine_5FcontrolAY\" /><p v=\"0_2E00015\" n=\"engine_5Fweight\" /><p v=\"0_2E3\" n=\"engine_5Fflex\" /><p v=\"0_2E015\" n=\"engine_5FcontrolAX\" /><p v=\"9\" n=\"engine_5Fradius\" /></prop><prop name=\"wald_5Fplat_5Fvanish_5Frespawn\"><p v=\"25\" n=\"engine_5Fwidth\" /><p v=\"CSEPlatform\" n=\"engine\" /><p v=\"script\" n=\"onHit\"><script><c r=\"b\" p0=\"_22bird_22\" id=\"0\" c=\"plGetBehaviour\" /><c p2=\"_22bird_22\" p1=\"_22_3D_3D_22\" p0=\"b\" id=\"1\" c=\"if\" /><c id=\"2\" c=\"return\" /><c p2=\"0\" p1=\"_22active_22\" p0=\"_5Fself\" id=\"3\" c=\"propSet\" /><c p2=\"_2D0_2E06\" p1=\"0\" p0=\"_5Fobject\" id=\"4\" c=\"speedAdd\" /><c p1=\"0_2E29\" p0=\"_5Fobject\" id=\"5\" c=\"speedLimitAbs\" /></script></p><p v=\"wald_5Fplatform_5Fsmall\" n=\"sprite\" /><p v=\"script\" n=\"onInitScreen\"><script><c p2=\"1\" p1=\"_22active_22\" p0=\"_5Fself\" id=\"0\" c=\"propSet\" /></script></p></prop><prop name=\"wald_5Fspinne\"><p v=\"script\" n=\"onHit\"><script><c p1=\"99999\" p0=\"_5Fobject\" id=\"0\" c=\"damage\" /></script></p><p v=\"0_2E01\" n=\"engine_5Fspeed\" /><p v=\"12\" n=\"engine_5Fradius\" /><p v=\"0\" n=\"engine_5Fpos\" /><p v=\"CSECircleDrone\" n=\"engine\" /><p v=\"wald_5Fspinne\" n=\"sprite\" /></prop><prop name=\"xtra10\"><p v=\"script\" n=\"onHit\"><script><c id=\"0\" c=\"plCoin\" /><c p2=\"0\" p1=\"_22active_22\" p0=\"_5Fself\" id=\"1\" c=\"propSet\" /><c p0=\"_22coin_22\" id=\"2\" c=\"sndPlay\" /></script></p><p v=\"9\" n=\"engine_5Fradius\" /><p v=\"CSECircle\" n=\"engine\" /><p v=\"points10\" n=\"sprite\" /></prop><prop name=\"wald_5Fplat_5Fvanish\"><p v=\"25\" n=\"engine_5Fwidth\" /><p v=\"CSEPlatform\" n=\"engine\" /><p v=\"script\" n=\"onHit\"><script><c p2=\"0\" p1=\"_22active_22\" p0=\"_5Fself\" id=\"0\" c=\"propSet\" /><c p2=\"_2D0_2E06\" p1=\"0\" p0=\"_5Fobject\" id=\"1\" c=\"speedAdd\" /><c p1=\"0_2E29\" p0=\"_5Fobject\" id=\"2\" c=\"speedLimitAbs\" /></script></p><p v=\"wald_5Fplatform_5Fsmall\" n=\"sprite\" /></prop><prop name=\"wald_5Fplat\"><p v=\"0\" n=\"engine_5Fpos\" /><p v=\"0_2E01\" n=\"engine_5Fspeed\" /><p v=\"50\" n=\"engine_5Fwidth\" /><p v=\"CSEPlatformDrone\" n=\"engine\" /><p v=\"wald_5Fplatform_5Fbig\" n=\"sprite\" /></prop><prop name=\"wald_5Fbiene\"><p v=\"script\" n=\"onHit\"><script><c p1=\"99999\" p0=\"_5Fobject\" id=\"0\" c=\"damage\" /></script></p><p v=\"0_2E01\" n=\"engine_5Fspeed\" /><p v=\"12\" n=\"engine_5Fradius\" /><p v=\"0\" n=\"engine_5Fpos\" /><p v=\"CSECircleDrone\" n=\"engine\" /><p v=\"wald_5Fbiene\" n=\"sprite\" /></prop><prop name=\"indy_5Fbat\"><p v=\"script\" n=\"onHit\"><script><c p1=\"99999\" p0=\"_5Fobject\" id=\"0\" c=\"damage\" /></script></p><p v=\"0_2E02\" n=\"engine_5Fspeed\" /><p v=\"10\" n=\"engine_5Fradius\" /><p v=\"0\" n=\"engine_5Fpos\" /><p v=\"CSECircleDrone\" n=\"engine\" /><p v=\"indy_5Fbat\" n=\"sprite\" /></prop><prop name=\"xtraLive\"><p v=\"script\" n=\"onHit\"><script><c p2=\"0\" p1=\"_22active_22\" p0=\"_5Fself\" id=\"0\" c=\"propSet\" /><c id=\"1\" c=\"plXtraLive\" /><c p0=\"_22newlife2_22\" id=\"2\" c=\"sndPlay\" /></script></p><p v=\"xtraLive\" n=\"sprite\" /><p v=\"20\" n=\"engine_5Fradius\" /><p v=\"CSECircle\" n=\"engine\" /></prop><prop name=\"deadlyObject\"><p v=\"script\" n=\"onHit\"><script><c p1=\"99999\" p0=\"_5Fobject\" id=\"0\" c=\"damage\" /></script></p></prop><prop name=\"indy_5Fplatform_5Fmoving\"><p v=\"0\" n=\"engine_5Fpos\" /><p v=\"0_2E05\" n=\"engine_5Fspeed\" /><p v=\"60\" n=\"engine_5Fwidth\" /><p v=\"CSEPlatformDrone\" n=\"engine\" /><p v=\"indy_5Fplatform_5Fmoving\" n=\"sprite\" /></prop><prop name=\"indy_5Fplatform\"><p v=\"indy_5Fplatform\" n=\"sprite\" /><p v=\"60\" n=\"engine_5Fwidth\" /><p v=\"CSEPlatform\" n=\"engine\" /></prop><prop name=\"indy_5Fplatform_5Fsmall_5Fvanish\"><p v=\"script\" n=\"onInitScreen\"><script><c p2=\"1\" p1=\"_22active_22\" p0=\"_5Fself\" id=\"0\" c=\"propSet\" /></script></p><p v=\"script\" n=\"onHit\"><script><c p2=\"0\" p1=\"_22active_22\" p0=\"_5Fself\" id=\"0\" c=\"propSet\" /></script></p><p v=\"1\" n=\"active\" /><p v=\"indy_5Fplatform_5Fsmall\" n=\"sprite\" /><p v=\"34\" n=\"engine_5Fwidth\" /><p v=\"CSEPlatform\" n=\"engine\" /></prop><prop name=\"indy_5Fbumper_5F1_2E5\"><p v=\"script\" n=\"onHit\"><script><c p2=\"_2D0_2E15\" p1=\"0\" p0=\"_5Fobject\" id=\"0\" c=\"speedAdd\" /><c p1=\"0_2E4\" p0=\"_5Fobject\" id=\"1\" c=\"speedLimitAbs\" /></script></p></prop><prop name=\"indy_5Fphallus\"><p v=\"script\" n=\"onInitScreen\"><script><c p0=\"_22indy_5FphallusSetPlatform_22\" id=\"0\" c=\"script\" /></script></p><p v=\"0\" n=\"engine_5Fspeed\" /><p v=\"0\" n=\"engine_5Fpos\" /><p v=\"67_2E8\" n=\"engine_5Fdy\" /><p v=\"0\" n=\"engine_5Fdx\" /><p v=\"0\" n=\"stat\" /><p v=\"phallus\" n=\"activeGfx\" /><p v=\"1\" n=\"active\" /><p v=\"47\" n=\"engine_5Fwidth\" /><p v=\"CSEPlatformDrone\" n=\"engine\" /></prop><prop name=\"indy_5Flore\"><p v=\"70\" n=\"engine_5Fwidth\" /><p v=\"0_2E02\" n=\"engine_5Fspeed\" /><p v=\"0\" n=\"engine_5Fpos\" /><p v=\"CSEPlatformDrone\" n=\"engine\" /><p v=\"indy_5Flore\" n=\"sprite\" /></prop><prop name=\"wald_5Fnager\"><p v=\"script\" n=\"onHit\"><script><c p1=\"99999\" p0=\"_5Fobject\" id=\"0\" c=\"damage\" /></script></p><p v=\"0_2E01\" n=\"engine_5Fspeed\" /><p v=\"15\" n=\"engine_5Fradius\" /><p v=\"0\" n=\"engine_5Fpos\" /><p v=\"CSECircleDrone\" n=\"engine\" /><p v=\"wald_5Fnager\" n=\"sprite\" /></prop><prop name=\"wald_5Fpilz\"><p v=\"script\" n=\"onHit\"><script><c p2=\"_2D0_2E25\" p1=\"0\" p0=\"_5Fobject\" id=\"0\" c=\"speedAdd\" /><c p1=\"0_2E55\" p0=\"_5Fobject\" id=\"1\" c=\"speedLimitAbs\" /></script></p><p v=\"35\" n=\"engine_5Fwidth\" /><p v=\"CSEPlatform\" n=\"engine\" /><p v=\"wald_5Fpilz\" n=\"sprite\" /></prop><prop name=\"wald_5Fswitch\"><p v=\"0\" n=\"stat\" /><p v=\"wald_5Fswitch\" n=\"sprite\" /><p v=\"16\" n=\"engine_5Fradius\" /><p v=\"CSECircle\" n=\"engine\" /></prop><prop name=\"sky_5Fplatform\"><p v=\"sky_5Fplatform\" n=\"sprite\" /><p v=\"50\" n=\"engine_5Fwidth\" /><p v=\"CSEPlatform\" n=\"engine\" /></prop><prop name=\"sky_5Fplatform_5Fmoving\"><p v=\"0\" n=\"engine_5Fpos\" /><p v=\"0_2E05\" n=\"engine_5Fspeed\" /><p v=\"50\" n=\"engine_5Fwidth\" /><p v=\"CSEPlatformDrone\" n=\"engine\" /><p v=\"sky_5Fplatform\" n=\"sprite\" /></prop><prop name=\"sky_5Fplatform_5Fsmall\"><p v=\"sky_5Fplatform_5Fsmall\" n=\"sprite\" /><p v=\"23\" n=\"engine_5Fwidth\" /><p v=\"CSEPlatform\" n=\"engine\" /></prop><prop name=\"sky_5Fspeer\"><p v=\"script\" n=\"onHit\"><script><c p1=\"99999\" p0=\"_5Fobject\" id=\"0\" c=\"damage\" /></script></p><p v=\"0_2E01\" n=\"engine_5Fspeed\" /><p v=\"12\" n=\"engine_5Fradius\" /><p v=\"0\" n=\"engine_5Fpos\" /><p v=\"CSECircleDrone\" n=\"engine\" /><p v=\"sky_5Fspear\" n=\"sprite\" /></prop><prop name=\"sky_5Fplat_5Fvan_5Fresp\"><p v=\"22\" n=\"engine_5Fwidth\" /><p v=\"CSEPlatform\" n=\"engine\" /><p v=\"script\" n=\"onHit\"><script><c p2=\"0\" p1=\"_22active_22\" p0=\"_5Fself\" id=\"0\" c=\"propSet\" /><c p2=\"_2D0_2E06\" p1=\"0\" p0=\"_5Fobject\" id=\"1\" c=\"speedAdd\" /><c p1=\"0_2E29\" p0=\"_5Fobject\" id=\"2\" c=\"speedLimitAbs\" /></script></p><p v=\"sky_5Fplatform_5Fsmall\" n=\"sprite\" /><p v=\"script\" n=\"onInitScreen\"><script><c p2=\"1\" p1=\"_22active_22\" p0=\"_5Fself\" id=\"0\" c=\"propSet\" /></script></p></prop><prop name=\"wald_5Fplat_5Fspecial\"><p v=\"25\" n=\"engine_5Fwidth\" /><p v=\"CSEPlatform\" n=\"engine\" /><p v=\"script\" n=\"onHit\"><script><c r=\"b\" p0=\"_22bird_22\" id=\"0\" c=\"plGetBehaviour\" /><c p2=\"_22bird_22\" p1=\"_22_3D_3D_22\" p0=\"b\" id=\"1\" c=\"if\" /><c id=\"2\" c=\"return\" /><c p2=\"0\" p1=\"_22active_22\" p0=\"_5Fself\" id=\"3\" c=\"propSet\" /><c p2=\"_2D0_2E06\" p1=\"0\" p0=\"_5Fobject\" id=\"4\" c=\"speedAdd\" /><c p1=\"0_2E29\" p0=\"_5Fobject\" id=\"5\" c=\"speedLimitAbs\" /></script></p><p v=\"wald_5Fplatform_5Fsmall\" n=\"sprite\" /><p v=\"script\" n=\"onInitScreen\"><script><c p2=\"1\" p1=\"_22active_22\" p0=\"_5Fself\" id=\"0\" c=\"propSet\" /></script></p></prop><prop name=\"sky_5Fmorgenstern\"><p v=\"script\" n=\"onHit\"><script><c p1=\"99999\" p0=\"_5Fobject\" id=\"0\" c=\"damage\" /></script></p><p v=\"0_2E02\" n=\"engine_5Fspeed\" /><p v=\"15\" n=\"engine_5Fradius\" /><p v=\"0\" n=\"engine_5Fpos\" /><p v=\"CSECircleDrone\" n=\"engine\" /><p v=\"sky_5Fmorgenstern\" n=\"sprite\" /></prop><prop name=\"city_5Fratte\"><p v=\"script\" n=\"onHit\"><script><c p1=\"99999\" p0=\"_5Fobject\" id=\"0\" c=\"damage\" /></script></p><p v=\"0_2E02\" n=\"engine_5Fspeed\" /><p v=\"12\" n=\"engine_5Fradius\" /><p v=\"0\" n=\"engine_5Fpos\" /><p v=\"CSECircleDrone\" n=\"engine\" /><p v=\"city_5Fratte\" n=\"sprite\" /></prop><prop name=\"city_5Fplat_5F86\"><p v=\"0\" n=\"engine_5Fpos\" /><p v=\"0_2E05\" n=\"engine_5Fspeed\" /><p v=\"50\" n=\"engine_5Fwidth\" /><p v=\"CSEPlatformDrone\" n=\"engine\" /><p v=\"city_5Fplat_5F86\" n=\"sprite\" /></prop><prop name=\"rocket\"><p v=\"0_2E04\" n=\"engine_5FcontrolAR\" /><p v=\"0_2E9\" n=\"engine_5FfrictR\" /><p v=\"73\" n=\"player_5FdieAnimFrames\" /><p v=\"rocket\" n=\"sprite\" /><p v=\"0_2E02\" n=\"engine_5FcontrolAY\" /><p v=\"0_2E000021\" n=\"engine_5Fweight\" /><p v=\"0_2E5\" n=\"engine_5Fflex\" /><p v=\"7_2E5\" n=\"engine_5Fradius\" /><p v=\"CSERocketBall\" n=\"engine\" /></prop><prop name=\"ball\"><p v=\"73\" n=\"player_5FdieAnimFrames\" /><p v=\"sprite_5F0\" n=\"sprite\" /><p v=\"0_2E13\" n=\"engine_5FvUpMed\" /><p v=\"0_2E5\" n=\"engine_5FcontrolAY\" /><p v=\"0_2E00035\" n=\"engine_5Fweight\" /><p v=\"0_2E08\" n=\"engine_5FvUpMin\" /><p v=\"0_2E2\" n=\"engine_5FvUpMax\" /><p v=\"0_2E15\" n=\"engine_5FvSideMax\" /><p v=\"0_2E7\" n=\"engine_5FfrictXOverSpeed\" /><p v=\"0_2E99\" n=\"engine_5FfrictX\" /><p v=\"1\" n=\"engine_5Fflex\" /><p v=\"0_2E05\" n=\"engine_5FcontrolAX\" /><p v=\"7_2E5\" n=\"engine_5Fradius\" /><p v=\"CSEWonderBall\" n=\"engine\" /></prop><prop name=\"vanish\"><p v=\"script\" n=\"onHit\"><script><c p2=\"0\" p1=\"_22active_22\" p0=\"_5Fself\" id=\"0\" c=\"propSet\" /><c r=\"o\" p0=\"_22counter_22\" id=\"1\" c=\"objectByName\" /><c r=\"n\" p1=\"_22n_22\" p0=\"o\" id=\"2\" c=\"propGet\" /><c r=\"n\" p2=\"1\" p1=\"_22_2D_22\" p0=\"n\" id=\"3\" c=\"math\" /><c p2=\"n\" p1=\"_22n_22\" p0=\"o\" id=\"4\" c=\"propSet\" /><c p2=\"0\" p1=\"_22_3C_3D_22\" p0=\"n\" id=\"5\" c=\"if\" /><c r=\"o\" p0=\"_22door_22\" id=\"6\" c=\"objectByName\" /><c p2=\"0\" p1=\"_22active_22\" p0=\"o\" id=\"7\" c=\"propSet\" /></script></p></prop><prop name=\"space_5Fplat_5Fmoving\"><p v=\"0\" n=\"engine_5Fpos\" /><p v=\"0_2E05\" n=\"engine_5Fspeed\" /><p v=\"44\" n=\"engine_5Fwidth\" /><p v=\"CSEPlatformDrone\" n=\"engine\" /><p v=\"space_5Fplat\" n=\"sprite\" /></prop><l id=\"46\" /><l id=\"60\"><prop name=\"\"><p v=\"flysky\" n=\"password\" /></prop><p><v y0=\"1\" x0=\"78.85\" /><v y0=\"2\" x0=\"236\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22nw_22\" p0=\"61\" id=\"0\" c=\"goLevel\" /></script></p></prop></v><v y0=\"3\" x0=\"545.95\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22w_22\" p0=\"61\" id=\"0\" c=\"goLevel\" /></script></p></prop></v><v y0=\"398.85\" x0=\"548.1\"><prop super=\"deadlyObject\" name=\"\"><p v=\"script\" n=\"onHit\"><script><c r=\"b\" id=\"0\" c=\"plGetBehaviour\" /><c p2=\"_22bird_22\" p1=\"_22_21_3D_22\" p0=\"b\" id=\"1\" c=\"if\" /><c p1=\"99999\" p0=\"_5Fobject\" id=\"2\" c=\"damageObject\" /><c id=\"3\" c=\"else\" /><c p1=\"_22sw_22\" p0=\"61\" id=\"4\" c=\"goLevel\" /></script></p></prop></v><v y0=\"396.85\" x0=\"118.8\" /><v y0=\"319.1\" x0=\"106.8\" /><v y0=\"126.6\" x0=\"91.85\" /><v y0=\"124.65\" x0=\"108.8\" /><v y0=\"135.6\" x0=\"119.8\" /><v y0=\"122.65\" x0=\"120.8\" /><v y0=\"121.65\" x0=\"167.7\" /><v y0=\"111.65\" x0=\"178.7\" /><v y0=\"109.65\" x0=\"172.7\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22savepoint_22\" p0=\"60\" id=\"0\" c=\"plSetContinuePoint\" /></script></p></prop></v><v y0=\"111.65\" x0=\"61.9\" /><v y0=\"55.8\" x0=\"70.85\" /><v y0=\"48.85\" x0=\"82.85\" /></p><m y1=\"83\" x1=\"127\" y0=\"82\" x0=\"128\"><prop name=\"w\" /></m><m y1=\"76.75\" x1=\"155.75\" y0=\"77\" x0=\"155\"><prop name=\"savepoint\" /></m><m y1=\"160.55\" x1=\"253.55\" y0=\"164\" x0=\"259\"><prop name=\"bird_5Fempty\"><p v=\"script\" n=\"onInitScreen\"><script><c r=\"b\" p0=\"_22bird_22\" id=\"0\" c=\"plGetBehaviour\" /><c p2=\"_22bird_22\" p1=\"_22_3D_3D_22\" p0=\"b\" id=\"1\" c=\"if\" /><c p2=\"0\" p1=\"_22active_22\" p0=\"_5Fself\" id=\"2\" c=\"propSet\" /><c id=\"3\" c=\"else\" /><c p2=\"1\" p1=\"_22active_22\" p0=\"_5Fself\" id=\"4\" c=\"propSet\" /></script></p><p v=\"script\" n=\"onHit\"><script><c p2=\"0\" p1=\"_22active_22\" p0=\"_5Fself\" id=\"0\" c=\"propSet\" /><c p1=\"_22birdstart_22\" p0=\"60\" id=\"1\" c=\"plSetContinuePoint\" /><c p0=\"_22bird_22\" id=\"2\" c=\"plSetBehaviour\" /><c p1=\"_22birdstart_22\" p0=\"60\" id=\"3\" c=\"goLevel\" /></script></p><p v=\"1\" n=\"active\" /><p v=\"bird_5Fempty\" n=\"activeGfx\" /><p v=\"10\" n=\"engine_5Fradius\" /><p v=\"CSECircle\" n=\"engine\" /></prop></m><m y1=\"165\" x1=\"260.3\" y0=\"164.05\" x0=\"260.3\"><prop name=\"birdstart\" /></m><m y1=\"180.45\" x1=\"210.65\" y0=\"181\" x0=\"194\"><prop name=\"\"><p v=\"128\" n=\"engine_5Fwidth\" /><p v=\"CSEPlatform\" n=\"engine\" /></prop></m><m y1=\"28\" x1=\"522.95\" y0=\"357.95\" x0=\"524.95\"><prop name=\"e\" /></m><m y1=\"30.9\" x1=\"513.15\" y0=\"30.9\" x0=\"513.15\"><prop name=\"ne\" /></m><m y1=\"361.95\" x1=\"505.15\" y0=\"361.95\" x0=\"505.15\"><prop name=\"se\" /></m><m y1=\"170.55\" x1=\"502.25\" y0=\"170.1\" x0=\"501.3\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"169.65\" x1=\"465.4\" y0=\"169.65\" x0=\"465.4\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"168.75\" x1=\"429.5\" y0=\"168.75\" x0=\"429.5\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"168.75\" x1=\"446.55\" y0=\"168.75\" x0=\"446.55\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"168.75\" x1=\"483.4\" y0=\"170.1\" x0=\"483.3\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"149.9\" x1=\"484.3\" y0=\"151.2\" x0=\"487.8\"><prop super=\"xtra10\" name=\"\" />"; world = world + "</m><m y1=\"131.05\" x1=\"465.4\" y0=\"135\" x0=\"474.3\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"187.6\" x1=\"485.2\" y0=\"188.1\" x0=\"487.8\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"204.65\" x1=\"466.3\" y0=\"203.4\" x0=\"473.4\"><prop super=\"xtra10\" name=\"\" /></m></l><l id=\"61\"><p><v y0=\"2.95\" x0=\"120.8\" /><v y0=\"78.75\" x0=\"242.6\" /><v y0=\"79.75\" x0=\"292.5\" /><v y0=\"64.8\" x0=\"327.45\" /><v y0=\"81.75\" x0=\"360.4\" /><v y0=\"77.75\" x0=\"452.25\" /><v y0=\"55.8\" x0=\"497.2\" /><v y0=\"64.8\" x0=\"546.1\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22w_22\" p0=\"62\" id=\"0\" c=\"goLevel\" /></script></p></prop></v><v y0=\"329.05\" x0=\"547.1\" /><v y0=\"345\" x0=\"522.15\" /><v y0=\"332.05\" x0=\"459.25\" /><v y0=\"343\" x0=\"421.3\" /><v y0=\"340\" x0=\"388.35\" /><v y0=\"349\" x0=\"362.4\" /><v y0=\"335.05\" x0=\"325.45\" /><v y0=\"345\" x0=\"246.6\" /><v y0=\"354\" x0=\"234.6\" /><v y0=\"354\" x0=\"171.7\" /><v y0=\"378.9\" x0=\"121.8\" /><v y0=\"396.85\" x0=\"100.8\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22se_22\" p0=\"60\" id=\"0\" c=\"goLevel\" /></script></p></prop></v><v y0=\"395.85\" x0=\"1.95\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22e_22\" p0=\"60\" id=\"0\" c=\"goLevel\" /></script></p></prop></v><v y0=\"2\" x0=\"2\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22ne_22\" p0=\"60\" id=\"0\" c=\"goLevel\" /></script></p></prop></v></p><m y1=\"376.95\" x1=\"30\" y0=\"32\" x0=\"32\"><prop name=\"w\" /></m><m y1=\"90\" x1=\"518.95\" y0=\"307\" x0=\"519.95\"><prop name=\"e\" /></m><m y1=\"49.85\" x1=\"30.95\" y0=\"49.85\" x0=\"30.95\"><prop name=\"nw\" /></m><m y1=\"369.75\" x1=\"26.05\" y0=\"364.5\" x0=\"30.6\"><prop name=\"sw\" /></m><m y1=\"330.3\" x1=\"200.7\" y0=\"98.1\" x0=\"205.2\"><prop super=\"sky_5Fmorgenstern\" name=\"\" /></m><m y1=\"102.6\" x1=\"302.4\" y0=\"310.5\" x0=\"297.9\"><prop super=\"sky_5Fmorgenstern\" name=\"\"><p v=\"_2D0_2E5\" n=\"engine_5Fpos\" /></prop></m><m y1=\"107.1\" x1=\"407.7\" y0=\"312.3\" x0=\"408.6\"><prop super=\"sky_5Fmorgenstern\" name=\"\" /></m><m y1=\"151.7\" x1=\"253.4\" y0=\"146.7\" x0=\"253.8\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"211.8\" x1=\"250.7\" y0=\"211.8\" x0=\"250.7\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"269.25\" x1=\"248\" y0=\"269.25\" x0=\"248\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"177.7\" x1=\"353.1\" y0=\"177.7\" x0=\"353.1\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"240.55\" x1=\"354\" y0=\"236.7\" x0=\"351.9\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"210.9\" x1=\"456.45\" y0=\"212.4\" x0=\"454.5\"><prop super=\"xtra10\" name=\"\" /></m></l><l id=\"62\"><p><v y0=\"49.85\" x0=\"2.95\" /><v y0=\"62.8\" x0=\"43.9\" /><v y0=\"57.8\" x0=\"106.8\" /><v y0=\"95.7\" x0=\"100.8\" /><v y0=\"112.65\" x0=\"110.8\" /><v y0=\"130.6\" x0=\"104.8\" /><v y0=\"166.5\" x0=\"121.8\" /><v y0=\"179.45\" x0=\"109.8\" /><v y0=\"216.35\" x0=\"116.8\" /><v y0=\"233.3\" x0=\"137.75\" /><v y0=\"226.35\" x0=\"165.7\" /><v y0=\"197.4\" x0=\"174.7\" /><v y0=\"171.5\" x0=\"187.7\" /><v y0=\"157.55\" x0=\"179.7\" /><v y0=\"133.6\" x0=\"191.65\" /><v y0=\"108.65\" x0=\"180.7\" /><v y0=\"85.75\" x0=\"187.7\" /><v y0=\"69.8\" x0=\"178.7\" /><v y0=\"45.85\" x0=\"185.7\" /><v y0=\"24.9\" x0=\"176.7\" /><v y0=\"27.9\" x0=\"216.65\" /><v y0=\"9.95\" x0=\"258.55\" /><v y0=\"19.9\" x0=\"258.55\" /><v y0=\"30.9\" x0=\"298.5\" /><v y0=\"26.9\" x0=\"355.4\" /><v y0=\"54.8\" x0=\"383.35\" /><v y0=\"65.8\" x0=\"384.35\" /><v y0=\"82.75\" x0=\"408.35\" /><v y0=\"92.7\" x0=\"437.3\" /><v y0=\"122.65\" x0=\"440.3\" /><v y0=\"146.55\" x0=\"460.25\" /><v y0=\"184.45\" x0=\"449.25\" /><v y0=\"213.4\" x0=\"462.25\" /><v y0=\"196.45\" x0=\"488.2\" /><v y0=\"115.65\" x0=\"519.15\" /><v y0=\"96.7\" x0=\"536.1\" /><v y0=\"48.85\" x0=\"533.15\" /><v y0=\"45.85\" x0=\"548.1\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22w_22\" p0=\"64\" id=\"0\" c=\"goLevel\" /></script></p></prop></v><v y0=\"302.15\" x0=\"547.1\" /><v y0=\"335.05\" x0=\"497.2\" /><v y0=\"352\" x0=\"480.2\" /><v y0=\"358.95\" x0=\"441.3\" /><v y0=\"365.95\" x0=\"431.3\" /><v y0=\"356\" x0=\"408.35\" /><v y0=\"355\" x0=\"357.4\" /><v y0=\"338.05\" x0=\"324.45\" /><v y0=\"316.1\" x0=\"329.45\" /><v y0=\"299.15\" x0=\"314.5\" /><v y0=\"255.25\" x0=\"334.45\" /><v y0=\"241.3\" x0=\"322.45\" /><v y0=\"199.4\" x0=\"305.5\" /><v y0=\"179.45\" x0=\"281.55\" /><v y0=\"182.45\" x0=\"272.55\" /><v y0=\"245.3\" x0=\"249.6\" /><v y0=\"284.2\" x0=\"251.6\" /><v y0=\"294.15\" x0=\"261.55\" /><v y0=\"302.15\" x0=\"251.6\" /><v y0=\"340\" x0=\"248.6\" /><v y0=\"344\" x0=\"217.65\" /><v y0=\"362.95\" x0=\"187.7\" /><v y0=\"344\" x0=\"144.75\" /><v y0=\"348\" x0=\"102.8\" /><v y0=\"326.05\" x0=\"75.85\" /><v y0=\"317.1\" x0=\"1.95\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22e_22\" p0=\"61\" id=\"0\" c=\"goLevel\" /></script></p></prop></v></p><m y1=\"284.2\" x1=\"27.95\" y0=\"95\" x0=\"29\"><prop name=\"w\" /></m><m y1=\"150\" x1=\"527.95\" y0=\"281\" x0=\"527.95\"><prop name=\"e\" /></m><m y1=\"91.55\" x1=\"223.75\" y0=\"325.8\" x0=\"198\"><prop super=\"sky_5Fmorgenstern\" name=\"\" /></m><m y1=\"108.6\" x1=\"292.9\" y0=\"311.4\" x0=\"404.1\"><prop super=\"sky_5Fmorgenstern\" name=\"\" /></m><m y1=\"87.3\" x1=\"343.8\" y0=\"277.2\" x0=\"458.1\"><prop super=\"sky_5Fmorgenstern\" name=\"\"><p v=\"1\" n=\"engine_5Fpos\" /></prop></m><m y1=\"288.1\" x1=\"138.35\" y0=\"294.3\" x0=\"134.1\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"131.95\" x1=\"257.85\" y0=\"131.95\" x0=\"257.85\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"60.15\" x1=\"258.75\" y0=\"60.15\" x0=\"258.75\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"124.75\" x1=\"335.15\" y0=\"96.3\" x0=\"258.3\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"175.9\" x1=\"363\" y0=\"124.2\" x0=\"407.7\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"231.55\" x1=\"393.55\" y0=\"155.7\" x0=\"428.4\"><prop super=\"xtra10\" name=\"\" /></m></l><l id=\"63\"><p><v y0=\"78.75\" x0=\"28.95\" /><v y0=\"66.8\" x0=\"63.85\" /><v y0=\"69.8\" x0=\"112.8\" /><v y0=\"56.8\" x0=\"170.7\" /><v y0=\"61.8\" x0=\"200.65\" /><v y0=\"50.85\" x0=\"231.6\" /><v y0=\"59.8\" x0=\"247.6\" /><v y0=\"43.85\" x0=\"275.55\" /><v y0=\"49.85\" x0=\"315.45\" /><v y0=\"42.85\" x0=\"372.4\" /><v y0=\"52.85\" x0=\"390.35\" /><v y0=\"57.8\" x0=\"440.3\" /><v y0=\"46.85\" x0=\"488.2\" /><v y0=\"65.8\" x0=\"517.15\" /><v y0=\"84.75\" x0=\"510.15\" /><v y0=\"105.7\" x0=\"522.15\" /><v y0=\"128.6\" x0=\"513.15\" /><v y0=\"146.55\" x0=\"523.15\" /><v y0=\"173.5\" x0=\"500.2\" /><v y0=\"216.35\" x0=\"507.15\" /><v y0=\"227.35\" x0=\"524.15\" /><v y0=\"243.3\" x0=\"518.15\" /><v y0=\"273.2\" x0=\"524.15\" /><v y0=\"293.15\" x0=\"539.1\" /><v y0=\"307.1\" x0=\"500.2\" /><v y0=\"321.1\" x0=\"487.2\" /><v y0=\"333.05\" x0=\"457.25\" /><v y0=\"339.05\" x0=\"382.35\" /><v y0=\"370.95\" x0=\"333.45\" /><v y0=\"397.85\" x0=\"320.45\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22n_22\" p0=\"64\" id=\"0\" c=\"goLevel\" /></script></p></prop></v><v y0=\"395.85\" x0=\"220.65\" /><v y0=\"364.95\" x0=\"217.65\" /><v y0=\"347\" x0=\"195.65\" /><v y0=\"333.05\" x0=\"65.85\" /><v y0=\"322.05\" x0=\"46.9\" /><v y0=\"300.15\" x0=\"45.9\" /><v y0=\"284.2\" x0=\"27.95\" /><v y0=\"245.3\" x0=\"31.9\" /><v y0=\"227.35\" x0=\"18.95\" /><v y0=\"183.45\" x0=\"22.95\" /><v y0=\"164.5\" x0=\"33.9\" /><v y0=\"140.6\" x0=\"34.9\" /><v y0=\"129.6\" x0=\"25.95\" /><v y0=\"103.7\" x0=\"36.9\" /></p><m y1=\"385.95\" x1=\"305.95\" y0=\"383.95\" x0=\"239\"><prop name=\"s\" /></m><m y1=\"104.1\" x1=\"70.1\" y0=\"120\" x0=\"90\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"101.4\" x1=\"112.3\" y0=\"180\" x0=\"90\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"99.6\" x1=\"162.65\" y0=\"240\" x0=\"90\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"96.05\" x1=\"216.55\" y0=\"120\" x0=\"150\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"90.65\" x1=\"268.65\" y0=\"180\" x0=\"150\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"89.75\" x1=\"321.65\" y0=\"240\" x0=\"150\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"100\" x1=\"300\" y0=\"120\" x0=\"210\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"99.6\" x1=\"344.15\" y0=\"180\" x0=\"270\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"100.5\" x1=\"390.85\" y0=\"120\" x0=\"270\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"101.4\" x1=\"430.4\" y0=\"120\" x0=\"330\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"166.05\" x1=\"294.7\" y0=\"180\" x0=\"210\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"173.2\" x1=\"166.25\" y0=\"240\" x0=\"270\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"260.3\" x1=\"230\" y0=\"240\" x0=\"210\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"176.8\" x1=\"334.25\" y0=\"180\" x0=\"330\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"236.05\" x1=\"334.25\" y0=\"240\" x0=\"330\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"116.7\" x1=\"398.95\" y0=\"120\" x0=\"390\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"170.55\" x1=\"401.65\" y0=\"180\" x0=\"390\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"222.6\" x1=\"406.1\" y0=\"240\" x0=\"390\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"115.8\" x1=\"459.15\" y0=\"120\" x0=\"450\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"161.55\" x1=\"457.35\" y0=\"180\" x0=\"450\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"231.55\" x1=\"454.65\" y0=\"240\" x0=\"450\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"148.1\" x1=\"85.35\" y0=\"150\" x0=\"450\"><prop super=\"sky_5Fmorgenstern\" name=\"\" /></m><m y1=\"208.2\" x1=\"84.45\" y0=\"210\" x0=\"450\"><prop super=\"sky_5Fmorgenstern\" name=\"\"><p v=\"1\" n=\"engine_5Fpos\" /></prop></m></l><l id=\"64\"><p><v y0=\"1.95\" x0=\"215.65\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22s_22\" p0=\"63\" id=\"0\" c=\"goLevel\" /></script></p></prop></v><v y0=\"2.95\" x0=\"330.45\" /><v y0=\"17.95\" x0=\"331.45\" /><v y0=\"29.9\" x0=\"349.4\" /><v y0=\"20.9\" x0=\"376.4\" /><v y0=\"29.9\" x0=\"429.3\" /><v y0=\"57.8\" x0=\"448.25\" /><v y0=\"82.75\" x0=\"477.2\" /><v y0=\"80.75\" x0=\"506.15\" /><v y0=\"172.5\" x0=\"547.1\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22w_22\" p0=\"66\" id=\"0\" c=\"goLevel\" /></script></p></prop></v><v y0=\"311.1\" x0=\"548.1\" /><v y0=\"369.95\" x0=\"398.35\" /><v y0=\"360.95\" x0=\"311.5\" /><v y0=\"362.95\" x0=\"269.55\" /><v y0=\"351\" x0=\"205.65\" /><v y0=\"362.95\" x0=\"151.75\" /><v y0=\"330.05\" x0=\"120.8\" /><v y0=\"308.1\" x0=\"69.85\" /><v y0=\"297.15\" x0=\"45.9\" /><v y0=\"289.15\" x0=\"0.95\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22e_22\" p0=\"62\" id=\"0\" c=\"goLevel\" /></script></p></prop></v><v y0=\"65.8\" x0=\"0.95\" /><v y0=\"53.85\" x0=\"39.9\" /><v y0=\"52.85\" x0=\"87.85\" /><v y0=\"37.85\" x0=\"113.8\" /><v y0=\"41.85\" x0=\"155.75\" /><v y0=\"22.9\" x0=\"205.65\" /></p><p><v y0=\"111.65\" x0=\"182.7\" /><v y0=\"150.55\" x0=\"150.75\" /><v y0=\"164.5\" x0=\"155.75\" /><v y0=\"165.5\" x0=\"166.7\" /><v y0=\"184.45\" x0=\"162.7\" /><v y0=\"207.4\" x0=\"176.7\" /><v y0=\"224.35\" x0=\"208.65\" /><v y0=\"207.4\" x0=\"254.55\" /><v y0=\"211.4\" x0=\"299.5\" /><v y0=\"203.4\" x0=\"349.4\" /><v y0=\"188.45\" x0=\"370.4\" /><v y0=\"168.5\" x0=\"372.4\" /><v y0=\"160.55\" x0=\"354.4\" /><v y0=\"143.6\" x0=\"367.4\" /><v y0=\"119.65\" x0=\"358.4\" /><v y0=\"105.7\" x0=\"319.45\" /><v y0=\"103.7\" x0=\"276.55\" /><v y0=\"92.7\" x0=\"246.6\" /></p><m y1=\"275\" x1=\"14\" y0=\"82\" x0=\"16\"><prop name=\"w\" /></m><m y1=\"17\" x1=\"232\" y0=\"17\" x0=\"307.95\"><prop name=\"n\" /></m><m y1=\"193\" x1=\"533.95\" y0=\"295\" x0=\"531.95\"><prop name=\"e\" /></m><m y1=\"68.4\" x1=\"163.8\" y0=\"55.8\" x0=\"294.3\"><prop super=\"sky_5Fmorgenstern\" name=\"\"><p v=\"0_2E03\" n=\"engine_5Fspeed\" /></prop></m><m y1=\"246.8\" x1=\"139.25\" y0=\"245.7\" x0=\"398.7\"><prop super=\"sky_5Fmorgenstern\" name=\"\"><p v=\"_2D1\" n=\"engine_5Fpos\" /></prop></m><m y1=\"305.15\" x1=\"156.35\" y0=\"306\" x0=\"371.7\"><prop super=\"sky_5Fmorgenstern\" name=\"\" /></m><m y1=\"71.8\" x1=\"372\" y0=\"71.8\" x0=\"372\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"105\" x1=\"416\" y0=\"101.7\" x0=\"414\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"161.55\" x1=\"444.75\" y0=\"148.5\" x0=\"441.9\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"214.5\" x1=\"458.25\" y0=\"202.5\" x0=\"453.6\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"253.1\" x1=\"488.8\" y0=\"237.6\" x0=\"487.8\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"251.3\" x1=\"530.1\" y0=\"251.3\" x0=\"530.1\"><prop super=\"xtra10\" name=\"\" /></m></l><l id=\"65\"><p><v y0=\"175.5\" x0=\"100.8\" /><v y0=\"182.7\" x0=\"145.8\" /><v y0=\"162\" x0=\"156.6\" /><v y0=\"152.55\" x0=\"106.8\" /><v y0=\"108.65\" x0=\"77.85\" /><v y0=\"81.75\" x0=\"73.85\" /><v y0=\"63.8\" x0=\"80.85\" /><v y0=\"42.85\" x0=\"101.8\" /><v y0=\"23.9\" x0=\"135.75\" /><v y0=\"18.95\" x0=\"172.7\" /><v y0=\"25.9\" x0=\"205.65\" /><v y0=\"38.85\" x0=\"227.6\" /><v y0=\"67.8\" x0=\"244.6\" /><v y0=\"64.8\" x0=\"257.55\" /><v y0=\"28.9\" x0=\"226.6\" /><v y0=\"11.95\" x0=\"199.65\" /><v y0=\"2.95\" x0=\"205.65\" /><v y0=\"2.95\" x0=\"369.4\" /><v y0=\"19.9\" x0=\"386.35\" /><v y0=\"39.85\" x0=\"421.3\" /><v y0=\"38.85\" x0=\"451.25\" /><v y0=\"50.85\" x0=\"514.15\" /><v y0=\"39.85\" x0=\"528.15\" /><v y0=\"37.85\" x0=\"546.1\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22w_22\" p0=\"80\" id=\"0\" c=\"goLevel\" /></script></p></prop></v><v y0=\"153\" x0=\"549.95\" /><v y0=\"144\" x0=\"524.95\" /><v y0=\"144\" x0=\"466.95\" /><v y0=\"131.6\" x0=\"420.3\" /><v y0=\"142.6\" x0=\"347.4\" /><v y0=\"137.6\" x0=\"299.5\" /><v y0=\"146.55\" x0=\"244.6\" /><v y0=\"120.65\" x0=\"258.55\" /><v y0=\"122.65\" x0=\"241.6\" /><v y0=\"143.1\" x0=\"227.7\" /><v y0=\"158.4\" x0=\"184.5\" /><v y0=\"161.1\" x0=\"140.4\" /><v y0=\"182.7\" x0=\"132.3\" /><v y0=\"173.5\" x0=\"209.65\" /><v y0=\"188.45\" x0=\"217.65\" /><v y0=\"194.45\" x0=\"245.6\" /><v y0=\"208.4\" x0=\"270.55\" /><v y0=\"215.35\" x0=\"322.45\" /><v y0=\"208.4\" x0=\"350.4\" /><v y0=\"197.4\" x0=\"359.4\" /><v y0=\"209.4\" x0=\"381.35\" /><v y0=\"218.35\" x0=\"421.3\" /><v y0=\"206.4\" x0=\"456.25\" /><v y0=\"222.35\" x0=\"482.2\" /><v y0=\"232.35\" x0=\"517.15\" /><v y0=\"249.3\" x0=\"521.15\" /><v y0=\"262.25\" x0=\"533.15\" /><v y0=\"271.2\" x0=\"511.15\" /><v y0=\"294.15\" x0=\"504.2\" /><v y0=\"318.1\" x0=\"515.15\" /><v y0=\"336.05\" x0=\"532.15\" /><v y0=\"348\" x0=\"509.15\" /><v y0=\"367.95\" x0=\"507.15\" /><v y0=\"394.85\" x0=\"519.15\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22n_22\" p0=\"69\" id=\"0\" c=\"goLevel\" /></script></p></prop></v><v y0=\"395.85\" x0=\"436.3\" /><v y0=\"370.95\" x0=\"423.3\" /><v y0=\"355\" x0=\"393.35\" /><v y0=\"336.05\" x0=\"362.4\" /><v y0=\"334.05\" x0=\"322.45\" /><v y0=\"330.05\" x0=\"275.55\" /><v y0=\"340\" x0=\"232.6\" /><v y0=\"323.05\" x0=\"181.7\" /><v y0=\"318.1\" x0=\"128.75\" /><v y0=\"322.05\" x0=\"94.85\" /><v y0=\"289.15\" x0=\"101.8\" /><v y0=\"251.25\" x0=\"88.85\" /><v y0=\"226.35\" x0=\"70.85\" /><v y0=\"211.4\" x0=\"93.85\" /></p><m y1=\"113\" x1=\"507.95\" y0=\"113\" x0=\"507.95\"><prop name=\"e\" /></m><m y1=\"369.95\" x1=\"467.25\" y0=\"369.95\" x0=\"467.25\"><prop name=\"s\" /></m><m y1=\"97.85\" x1=\"158.15\" y0=\"97.85\" x0=\"158.15\"><prop super=\"xtraLive\" name=\"\" /></m><m y1=\"259.4\" x1=\"169.8\" y0=\"259.4\" x0=\"169.8\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"266.55\" x1=\"291.1\" y0=\"266.55\" x0=\"291.1\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"271.95\" x1=\"411.5\" y0=\"271.95\" x0=\"411.5\"><prop super=\"xtra10\" name=\"\" /></m></l><l id=\"66\"><p><v y0=\"1.95\" x0=\"352.4\" /><v y0=\"36.9\" x0=\"359.4\" /><v y0=\"52.85\" x0=\"405.35\" /><v y0=\"65.8\" x0=\"407.35\" /><v y0=\"70.8\" x0=\"428.3\" /><v y0=\"83.75\" x0=\"426.3\" /><v y0=\"100.7\" x0=\"459.25\" /><v y0=\"98.7\" x0=\"504.2\" /><v y0=\"118.65\" x0=\"506.15\" /><v y0=\"154.55\" x0=\"536.1\" /><v y0=\"195.45\" x0=\"533.15\" /><v y0=\"226.35\" x0=\"549.1\" /><v y0=\"254.25\" x0=\"520.15\" /><v y0=\"282.2\" x0=\"507.15\" /><v y0=\"290.15\" x0=\"465.25\" /><v y0=\"309.1\" x0=\"429.3\" /><v y0=\"324.05\" x0=\"422.3\" /><v y0=\"336.05\" x0=\"374.4\" /><v y0=\"349\" x0=\"349.4\" /><v y0=\"341\" x0=\"311.5\" /><v y0=\"358.95\" x0=\"274.55\" /><v y0=\"350\" x0=\"240.6\" /><v y0=\"356\" x0=\"210.65\" /><v y0=\"321.1\" x0=\"183.7\" /><v y0=\"321.1\" x0=\"150.75\" /><v y0=\"278.2\" x0=\"149.75\" /><v y0=\"253.25\" x0=\"123.8\" /><v y0=\"260.25\" x0=\"98.8\" /><v y0=\"281.2\" x0=\"81.85\" /><v y0=\"287.15\" x0=\"38.9\" /><v y0=\"276.2\" x0=\"17.95\" /><v y0=\"280.2\" x0=\"1.95\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22e_22\" p0=\"64\" id=\"0\" c=\"goLevel\" /></script></p></prop></v><v y0=\"195.45\" x0=\"1.95\" /><v y0=\"193.45\" x0=\"23.95\" /><v y0=\"171.5\" x0=\"52.9\" /><v y0=\"143.6\" x0=\"58.9\" /><v y0=\"139.6\" x0=\"87.85\" /><v y0=\"119.65\" x0=\"111.8\" /><v y0=\"108.65\" x0=\"142.75\" /><v y0=\"85.75\" x0=\"174.7\" /><v y0=\"117.65\" x0=\"172.7\" /><v y0=\"137.6\" x0=\"183.7\" /><v y0=\"166.5\" x0=\"178.7\" /><v y0=\"190.45\" x0=\"199.65\" /><v y0=\"204.4\" x0=\"199.65\" /><v y0=\"227.35\" x0=\"226.6\" /><v y0=\"222.35\" x0=\"244.6\" /><v y0=\"186.45\" x0=\"255.55\" /><v y0=\"150.55\" x0=\"244.6\" /><v y0=\"119.65\" x0=\"250.6\" /><v y0=\"79.75\" x0=\"241.6\" /><v y0=\"65.8\" x0=\"250.6\" /><v y0=\"41.85\" x0=\"243.6\" /><v y0=\"1\" x0=\"263.55\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22s_22\" p0=\"67\" id=\"0\" c=\"goLevel\" /></script></p></prop></v></p><m y1=\"262\" x1=\"19\" y0=\"214\" x0=\"19\"><prop name=\"w\" /></m><m y1=\"16\" x1=\"277\" y0=\"17.1\" x0=\"334.8\"><prop name=\"n\" /></m><m y1=\"159.75\" x1=\"119.5\" y0=\"316.8\" x0=\"230.4\"><prop super=\"sky_5Fmorgenstern\" name=\"\"><p v=\"0_2E023\" n=\"engine_5Fspeed\" /></prop></m><m y1=\"130.15\" x1=\"284.85\" y0=\"131.4\" x0=\"482.4\"><prop super=\"sky_5Fmorgenstern\" name=\"\" /></m><m y1=\"192.05\" x1=\"282.15\" y0=\"191.7\" x0=\"486\"><prop super=\"sky_5Fmorgenstern\" name=\"\"><p v=\"_2D1\" n=\"engine_5Fpos\" /></prop></m><m y1=\"160.65\" x1=\"324.35\" y0=\"160.65\" x0=\"324.35\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"159.75\" x1=\"384.55\" y0=\"159.75\" x0=\"384.55\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"159.75\" x1=\"445.65\" y0=\"159.75\" x0=\"445.65\"><prop super=\"xtra10\" name=\"\" /></m></l><l id=\"67\"><p><v y0=\"3.95\" x0=\"312.5\" /><v y0=\"36.9\" x0=\"331.45\" /><v y0=\"53.85\" x0=\"368.4\" /><v y0=\"51.85\" x0=\"409.35\" /><v y0=\"58.8\" x0=\"424.3\" /><v y0=\"59.8\" x0=\"452.25\" /><v y0=\"80.75\" x0=\"471.25\" /><v y0=\"93.7\" x0=\"499.2\" /><v y0=\"132.6\" x0=\"493.2\" /><v y0=\"161.55\" x0=\"474.2\" /><v y0=\"175.5\" x0=\"472.25\" /><v y0=\"189.45\" x0=\"459.25\" /><v y0=\"220.35\" x0=\"456.25\" /><v y0=\"253.25\" x0=\"472.25\" /><v y0=\"273.2\" x0=\"441.3\" /><v y0=\"293.15\" x0=\"434.3\" /><v y0=\"302.15\" x0=\"413.3\" /><v y0=\"340\" x0=\"400.35\" /><v y0=\"342\" x0=\"385.35\" /><v y0=\"336.05\" x0=\"355.4\" /><v y0=\"352\" x0=\"328.45\" /><v y0=\"378.9\" x0=\"308.5\" /><v y0=\"396.85\" x0=\"308.5\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22n_22\" p0=\"66\" id=\"0\" c=\"goLevel\" /></script></p></prop></v><v y0=\"396.85\" x0=\"209.65\" /><v y0=\"378.9\" x0=\"209.65\" /><v y0=\"361.95\" x0=\"194.65\" /><v y0=\"362.95\" x0=\"167.7\" /><v y0=\"339.05\" x0=\"135.75\" /><v y0=\"334.05\" x0=\"110.8\" /><v y0=\"301.15\" x0=\"103.8\" /><v y0=\"299.15\" x0=\"69.85\" /><v y0=\"291.15\" x0=\"67.85\" /><v y0=\"267.25\" x0=\"81.85\" /><v y0=\"251.25\" x0=\"75.85\" /><v y0=\"225.35\" x0=\"41.9\" /><v y0=\"213.4\" x0=\"60.9\" /><v y0=\"204.4\" x0=\"61.9\" /><v y0=\"194.45\" x0=\"47.9\" /><v y0=\"160.55\" x0=\"88.85\" /><v y0=\"88.75\" x0=\"136.75\" /><v y0=\"61.8\" x0=\"145.75\" /><v y0=\"49.85\" x0=\"142.75\" /><v y0=\"31.9\" x0=\"184.7\" /><v y0=\"8.95\" x0=\"208.65\" /><v y0=\"1.95\" x0=\"209.65\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22s_22\" p0=\"68\" id=\"0\" c=\"goLevel\" /></script></p></prop></v></p><m y1=\"380.95\" x1=\"294\" y0=\"380.95\" x0=\"235\"><prop name=\"s\" /></m><m y1=\"19\" x1=\"228\" y0=\"21\" x0=\"291\"><prop name=\"n\" /></m><m y1=\"46.65\" x1=\"256.95\" y0=\"335.7\" x0=\"250.2\"><prop super=\"sky_5Fmorgenstern\" name=\"\"><p v=\"_2D0_2E5\" n=\"engine_5Fpos\" /></prop></m><m y1=\"147.6\" x1=\"130.5\" y0=\"150.3\" x0=\"424.8\"><prop super=\"sky_5Fmorgenstern\" name=\"\"><p v=\"_2D1\" n=\"engine_5Fpos\" /></prop></m><m y1=\"209.1\" x1=\"112.3\" y0=\"213.3\" x0=\"425.7\"><prop super=\"sky_5Fmorgenstern\" name=\"\" /></m><m y1=\"264.75\" x1=\"170.7\" y0=\"264.75\" x0=\"170.7\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"292.6\" x1=\"135.7\" y0=\"292.6\" x0=\"135.7\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"262.05\" x1=\"325.25\" y0=\"262.05\" x0=\"325.25\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"294.4\" x1=\"360.3\" y0=\"294.4\" x0=\"360.3\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"113.1\" x1=\"210.25\" y0=\"113.1\" x0=\"210.25\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"79\" x1=\"179.7\" y0=\"79\" x0=\"179.7\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"114.9\" x1=\"311.8\" y0=\"114.9\" x0=\"311.8\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"87.05\" x1=\"347.7\" y0=\"87.05\" x0=\"347.7\"><prop super=\"xtra10\" name=\"\" /></m></l><l id=\"68\"><p><v y0=\"28.9\" x0=\"79.85\" /><v y0=\"35.9\" x0=\"103.8\" /><v y0=\"30.9\" x0=\"169.7\" /><v y0=\"21.9\" x0=\"180.7\" /><v y0=\"32.9\" x0=\"198.65\" /><v y0=\"28.9\" x0=\"229.6\" /><v y0=\"35.9\" x0=\"265.55\" /><v y0=\"34.9\" x0=\"304.5\" /><v y0=\"44.85\" x0=\"349.4\" /><v y0=\"32.9\" x0=\"399.35\" /><v y0=\"15.95\" x0=\"422.3\" /><v y0=\"24.9\" x0=\"465.25\" /><v y0=\"27.9\" x0=\"500.2\" /><v y0=\"46.85\" x0=\"528.15\" /><v y0=\"44.85\" x0=\"545.1\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22w_22\" p0=\"69\" id=\"0\" c=\"goLevel\" /></script></p></prop></v><v y0=\"151.55\" x0=\"547.1\" /><v y0=\"146.55\" x0=\"524.15\" /><v y0=\"158.55\" x0=\"509.15\" /><v y0=\"153.55\" x0=\"472.25\" /><v y0=\"161.55\" x0=\"414.3\" /><v y0=\"151.55\" x0=\"399.35\" /><v y0=\"146.55\" x0=\"370.4\" /><v y0=\"156.55\" x0=\"325.45\" /><v y0=\"164.5\" x0=\"311.5\" /><v y0=\"153.55\" x0=\"256.55\" /><v y0=\"147.55\" x0=\"212.65\" /><v y0=\"166.5\" x0=\"169.7\" /><v y0=\"175.5\" x0=\"163.7\" /><v y0=\"191.45\" x0=\"176.7\" /><v y0=\"198.4\" x0=\"220.65\" /><v y0=\"210.4\" x0=\"253.55\" /><v y0=\"209.4\" x0=\"284.5\" /><v y0=\"218.35\" x0=\"307.5\" /><v y0=\"207.4\" x0=\"343.45\" /><v y0=\"192.45\" x0=\"355.4\" /><v y0=\"203.4\" x0=\"400.35\" /><v y0=\"225.35\" x0=\"392.35\" /><v y0=\"245.3\" x0=\"426.3\" /><v y0=\"244.3\" x0=\"451.25\" /><v y0=\"273.2\" x0=\"498.2\" /><v y0=\"288.15\" x0=\"476.2\" /><v y0=\"306.1\" x0=\"473.2\" /><v y0=\"305.1\" x0=\"437.3\" /><v y0=\"337.05\" x0=\"413.3\" /><v y0=\"347\" x0=\"378.4\" /><v y0=\"380.9\" x0=\"331.45\" /><v y0=\"396.85\" x0=\"322.45\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22n_22\" p0=\"67\" id=\"0\" c=\"goLevel\" /></script></p></prop></v><v y0=\"396.85\" x0=\"234.6\" /><v y0=\"371.95\" x0=\"218.65\" /><v y0=\"353\" x0=\"185.7\" /><v y0=\"357.95\" x0=\"135.75\" /><v y0=\"372.95\" x0=\"107.8\" /><v y0=\"352\" x0=\"92.85\" /><v y0=\"342\" x0=\"94.85\" /><v y0=\"312.1\" x0=\"67.85\" /><v y0=\"310.1\" x0=\"43.9\" /><v y0=\"272.2\" x0=\"27.95\" /><v y0=\"212.4\" x0=\"30.95\" /><v y0=\"169.5\" x0=\"16.95\" /><v y0=\"142.6\" x0=\"23.95\" /><v y0=\"108.65\" x0=\"20.95\" /><v y0=\"99.7\" x0=\"30.95\" /><v y0=\"76.75\" x0=\"22.95\" /><v y0=\"68.8\" x0=\"46.9\" /><v y0=\"49.85\" x0=\"51.9\" /><v y0=\"47.85\" x0=\"74.85\" /></p><m y1=\"381.95\" x1=\"308.95\" y0=\"382.95\" x0=\"253\"><prop name=\"s\" /></m><m y1=\"66\" x1=\"521.95\" y0=\"126\" x0=\"521.95\"><prop name=\"e\" /></m><m y1=\"85.25\" x1=\"63.8\" y0=\"267.3\" x0=\"60.3\"><prop super=\"sky_5Fmorgenstern\" name=\"\" /></m><m y1=\"269.25\" x1=\"121.3\" y0=\"75.6\" x0=\"124.2\"><prop super=\"sky_5Fmorgenstern\" name=\"\" /></m><m y1=\"52.95\" x1=\"187.8\" y0=\"127.8\" x0=\"186.3\"><prop super=\"sky_5Fmorgenstern\" name=\"\"><p v=\"0_2E03\" n=\"engine_5Fspeed\" /></prop></m><m y1=\"93.35\" x1=\"286.6\" y0=\"93.35\" x0=\"286.6\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"92.45\" x1=\"373.8\" y0=\"92.45\" x0=\"373.8\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"90.65\" x1=\"454.65\" y0=\"90.65\" x0=\"454.65\"><prop super=\"xtra10\" name=\"\" /></m></l><l id=\"69\"><p><v y0=\"28.9\" x0=\"0.95\" /><v y0=\"11.95\" x0=\"90.85\" /><v y0=\"11.95\" x0=\"167.7\" /><v y0=\"25.9\" x0=\"228.6\" /><v y0=\"23.9\" x0=\"298.5\" /><v y0=\"34.9\" x0=\"323.45\" /><v y0=\"33.9\" x0=\"392.35\" /><v y0=\"51.85\" x0=\"406.35\" /><v y0=\"81.75\" x0=\"408.35\" /><v y0=\"97.7\" x0=\"429.3\" /><v y0=\"76.75\" x0=\"444.25\" /><v y0=\"43.85\" x0=\"445.25\" /><v y0=\"26.9\" x0=\"452.25\" /><v y0=\"1\" x0=\"439.3\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22s_22\" p0=\"65\" id=\"0\" c=\"goLevel\" /></script></p></prop></v><v y0=\"1.95\" x0=\"530.15\" /><v y0=\"42.85\" x0=\"523.15\" /><v y0=\"70.8\" x0=\"530.15\" /><v y0=\"78.75\" x0=\"538.1\" /><v y0=\"101.7\" x0=\"535.15\" /><v y0=\"131.6\" x0=\"523.15\" /><v y0=\"158.55\" x0=\"526.15\" /><v y0=\"182.45\" x0=\"536.1\" /><v y0=\"204.4\" x0=\"519.15\" /><v y0=\"230.35\" x0=\"515.15\" /><v y0=\"260.25\" x0=\"528.15\" /><v y0=\"271.2\" x0=\"521.15\" /><v y0=\"272.2\" x0=\"488.2\" /><v y0=\"257.25\" x0=\"474.2\" /><v y0=\"256.25\" x0=\"453.25\" /><v y0=\"263.25\" x0=\"446.25\" /><v y0=\"265.25\" x0=\"418.3\" /><v y0=\"276.2\" x0=\"413.3\" /><v y0=\"255.25\" x0=\"393.35\" /><v y0=\"260.25\" x0=\"293.5\" /><v y0=\"261.25\" x0=\"263.55\" /><v y0=\"283.2\" x0=\"254.55\" /><v y0=\"306.1\" x0=\"264.55\" /><v y0=\"307.1\" x0=\"292.5\" /><v y0=\"320.1\" x0=\"284.5\" /><v y0=\"330.05\" x0=\"305.5\" /><v y0=\"326.05\" x0=\"325.45\" /><v y0=\"344\" x0=\"336.45\" /><v y0=\"347\" x0=\"347.4\" /><v y0=\"340\" x0=\"356.4\" /><v y0=\"357.95\" x0=\"423.3\" /><v y0=\"372.95\" x0=\"440.3\" /><v y0=\"394.85\" x0=\"479.2\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22n_22\" p0=\"70\" id=\"0\" c=\"goLevel\" /></script></p></prop></v><v y0=\"396.85\" x0=\"234.6\" /><v y0=\"368.95\" x0=\"217.65\" /><v y0=\"348\" x0=\"183.7\" /><v y0=\"338.05\" x0=\"146.75\" /><v y0=\"316.1\" x0=\"132.75\" /><v y0=\"276.2\" x0=\"148.75\" /><v y0=\"248.3\" x0=\"137.75\" /><v y0=\"217.35\" x0=\"141.75\" /><v y0=\"188.45\" x0=\"125.8\" /><v y0=\"179.45\" x0=\"159.7\" /><v y0=\"168.5\" x0=\"172.7\" /><v y0=\"170.5\" x0=\"225.6\" /><v y0=\"163.5\" x0=\"257.55\" /><v y0=\"177.5\" x0=\"258.55\" /><v y0=\"192.45\" x0=\"325.45\" /><v y0=\"180.45\" x0=\"363.4\" /><v y0=\"142.6\" x0=\"354.4\" /><v y0=\"137.6\" x0=\"340.45\" /><v y0=\"121.65\" x0=\"309.5\" /><v y0=\"119.65\" x0=\"267.55\" /><v y0=\"125.65\" x0=\"195.65\" /><v y0=\"124.65\" x0=\"139.75\" /><v y0=\"130.6\" x0=\"103.8\" /><v y0=\"147.55\" x0=\"78.85\" /><v y0=\"136.6\" x0=\"38.9\" /><v y0=\"138.6\" x0=\"0.95\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22e_22\" p0=\"68\" id=\"0\" c=\"goLevel\" /></script></p></prop></v></p><m y1=\"119\" x1=\"23\" y0=\"44\" x0=\"26\"><prop name=\"w\" /></m><m y1=\"23.9\" x1=\"485.2\" y0=\"23.9\" x0=\"485.2\"><prop name=\"n_5Fball\" /></m><m y1=\"23.9\" x1=\"476.2\" y0=\"23.9\" x0=\"476.2\"><prop name=\"n\" /></m><m y1=\"375.9\" x1=\"304.5\" y0=\"375.9\" x0=\"304.5\"><prop name=\"s\" /></m><m y1=\"122.95\" x1=\"394.45\" y0=\"225\" x0=\"394.2\"><prop super=\"sky_5Fmorgenstern\" name=\"\" /></m><m y1=\"170.55\" x1=\"503.15\" y0=\"124.2\" x0=\"408.6\"><prop super=\"sky_5Fmorgenstern\" name=\"\" /></m><m y1=\"220.8\" x1=\"203.05\" y0=\"220.8\" x0=\"203.05\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"293.5\" x1=\"202.15\" y0=\"293.5\" x0=\"202.15\"><prop super=\"xtra10\" name=\"\" /></m></l><l id=\"70\"><prop name=\"\"><p v=\"goldentemple\" n=\"password\" /></prop><p><v y0=\"1.95\" x0=\"131.75\" /><v y0=\"22.9\" x0=\"139.75\" /><v y0=\"23.9\" x0=\"160.7\" /><v y0=\"36.9\" x0=\"174.7\" /><v y0=\"49.85\" x0=\"227.6\" /><v y0=\"73.75\" x0=\"283.55\" /><v y0=\"73.75\" x0=\"322.45\" /><v y0=\"92.7\" x0=\"388.35\" /><v y0=\"101.7\" x0=\"410.3\" /><v y0=\"118.65\" x0=\"422.3\" /><v y0=\"134.1\" x0=\"477.9\" /><v y0=\"156.6\" x0=\"493.2\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c r=\"b\" id=\"0\" c=\"plGetBehaviour\" /><c p2=\"_22bird_22\" p1=\"_22_3D_3D_22\" p0=\"b\" id=\"1\" c=\"if\" /><c id=\"2\" c=\"return\" /><c p1=\"_22w_22\" p0=\"71\" id=\"3\" c=\"goLevel\" /></script></p></prop></v><v y0=\"325.8\" x0=\"495.9\" /><v y0=\"327.6\" x0=\"467.1\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c r=\"b\" id=\"0\" c=\"plGetBehaviour\" /><c p2=\"_22ball_22\" p1=\"_22_3D_3D_22\" p0=\"b\" id=\"1\" c=\"if\" /><c id=\"2\" c=\"return\" /><c r=\"o\" p0=\"_22bird_5Fempty_22\" id=\"3\" c=\"objectByName\" /><c p2=\"1\" p1=\"_22active_22\" p0=\"o\" id=\"4\" c=\"propSet\" /><c p1=\"_22savepoint_22\" p0=\"70\" id=\"5\" c=\"plSetContinuePoint\" /><c p0=\"_22ball_22\" id=\"6\" c=\"plSetBehaviour\" /><c p1=\"_22savepoint_22\" p0=\"70\" id=\"7\" c=\"goLevel\" /></script></p></prop></v><v y0=\"332.05\" x0=\"323.45\" /><v y0=\"360.95\" x0=\"296.5\" /><v y0=\"341\" x0=\"285.5\" /><v y0=\"329.05\" x0=\"245.6\" /><v y0=\"338.05\" x0=\"220.65\" /><v y0=\"322.05\" x0=\"207.65\" /><v y0=\"331.05\" x0=\"181.7\" /><v y0=\"286.2\" x0=\"170.7\" /><v y0=\"242.3\" x0=\"133.75\" /><v y0=\"240.3\" x0=\"101.8\" /><v y0=\"181.45\" x0=\"39.9\" /><v y0=\"133.6\" x0=\"25.95\" /><v y0=\"128.6\" x0=\"1.95\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22s_22\" p0=\"69\" id=\"0\" c=\"goLevel\" /></script></p></prop></v><v y0=\"1.95\" x0=\"2.95\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22s_22\" p0=\"69\" id=\"0\" c=\"goLevel\" /></script></p></prop></v></p><m y1=\"44.85\" x1=\"60.9\" y0=\"44.85\" x0=\"60.9\"><prop name=\"n\" /></m><m y1=\"289.9\" x1=\"476.2\" y0=\"288.9\" x0=\"476.1\"><prop name=\"e\" /></m><m y1=\"300.65\" x1=\"373.8\" y0=\"316.8\" x0=\"377.1\"><prop name=\"savepoint\" /></m><m y1=\"258.5\" x1=\"366.6\" y0=\"348.3\" x0=\"393.3\"><prop name=\"bird_5Fempty\"><p v=\"script\" n=\"onInitScreen\"><script><c r=\"b\" id=\"0\" c=\"plGetBehaviour\" /><c p2=\"_22ball_22\" p1=\"_22_3D_3D_22\" p0=\"b\" id=\"1\" c=\"if\" /><c p2=\"1\" p1=\"_22active_22\" p0=\"_5Fself\" id=\"2\" c=\"propSet\" /><c id=\"3\" c=\"else\" /><c p2=\"0\" p1=\"_22active_22\" p0=\"_5Fself\" id=\"4\" c=\"propSet\" /></script></p><p v=\"0\" n=\"active\" /><p v=\"bird_5Fempty\" n=\"activeGfx\" /></prop></m></l><l id=\"71\"><p><v y0=\"48\" x0=\"46\" /><v y0=\"127.6\" x0=\"138.75\" /><v y0=\"115.65\" x0=\"548.1\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22w_22\" p0=\"72\" id=\"0\" c=\"goLevel\" /></script></p></prop></v><v y0=\"357.95\" x0=\"547.1\" /><v y0=\"357\" x0=\"430.3\" /><v y0=\"365.95\" x0=\"336.45\" /><v y0=\"365.95\" x0=\"187.7\" /><v y0=\"361.95\" x0=\"34\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22e_22\" p0=\"70\" id=\"0\" c=\"goLevel\" /></script></p></prop></v></p><p><v y0=\"1\" x0=\"63.85\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22s_22\" p0=\"77\" id=\"0\" c=\"goLevel\" /></script></p></prop></v><v y0=\"1\" x0=\"208.65\" /><v y0=\"8.95\" x0=\"218.65\" /><v y0=\"8.95\" x0=\"548.1\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22nw_22\" p0=\"72\" id=\"0\" c=\"goLevel\" /></script></p></prop></v><v y0=\"93.7\" x0=\"547.1\" /><v y0=\"100.7\" x0=\"167.7\" /><v y0=\"81.75\" x0=\"165.7\" /><v y0=\"81.75\" x0=\"148.75\" /><v y0=\"66.8\" x0=\"148.75\" /><v y0=\"66.8\" x0=\"130.75\" /><v y0=\"48.85\" x0=\"130.75\" /><v y0=\"48.85\" x0=\"109.8\" /><v y0=\"33.9\" x0=\"108.8\" /><v y0=\"33.9\" x0=\"82.85\" /><v y0=\"16.95\" x0=\"81.85\" /><v y0=\"16.95\" x0=\"63.85\" /></p><m y1=\"331.95\" x1=\"94\" y0=\"329\" x0=\"94\"><prop name=\"w\" /></m><m y1=\"321\" x1=\"502.95\" y0=\"320\" x0=\"500.95\"><prop name=\"e\" /></m><m y1=\"49.85\" x1=\"518.15\" y0=\"49.85\" x0=\"518.15\"><prop name=\"ne\" /></m><m y1=\"29.9\" x1=\"160.7\" y0=\"30\" x0=\"160\"><prop name=\"nw\" /></m><m y1=\"48.6\" x1=\"273.6\" y0=\"69.3\" x0=\"272.7\"><prop super=\"sky_5Fspeer\" name=\"\"><p v=\"0_2E05\" n=\"engine_5Fspeed\" /></prop></m><m y1=\"54.75\" x1=\"370.2\" y0=\"66.6\" x0=\"370.8\"><prop super=\"sky_5Fspeer\" name=\"\"><p v=\"0_2E05\" n=\"engine_5Fspeed\" /></prop></m></l><l id=\"72\"><p><v y0=\"9\" x0=\"3\" /><v y0=\"6.95\" x0=\"335.45\" /><v y0=\"112.65\" x0=\"336.45\" /><v y0=\"112.65\" x0=\"395.35\" /><v y0=\"277.2\" x0=\"455.25\" /><v y0=\"277.2\" x0=\"505.15\" /><v y0=\"357\" x0=\"542.1\" /><v y0=\"395.85\" x0=\"542.1\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22nw_22\" p0=\"73\" id=\"0\" c=\"goLevel\" /></script></p></prop></v><v y0=\"396.85\" x0=\"463.25\" /><v y0=\"357.95\" x0=\"462.25\" /><v y0=\"353\" x0=\"0.95\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22e_22\" p0=\"71\" id=\"0\" c=\"goLevel\" /></script></p></prop></v><v y0=\"109.65\" x0=\"1.95\" /><v y0=\"110.65\" x0=\"254.55\" /><v y0=\"87.75\" x0=\"256.55\" /><v y0=\"90.7\" x0=\"1.95\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22ne_22\" p0=\"71\" id=\"0\" c=\"goLevel\" /></script></p></prop></v></p><p><v y0=\"2.95\" x0=\"450.25\" /><v y0=\"37.85\" x0=\"497.2\" /><v y0=\"146.55\" x0=\"504.2\" /><v y0=\"177.5\" x0=\"535.15\" /><v y0=\"178.5\" x0=\"548.1\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22w_22\" p0=\"74\" id=\"0\" c=\"goLevel\" /></script></p></prop></v><v y0=\"251.1\" x0=\"549\" /><v y0=\"251.1\" x0=\"468\" /><v y0=\"86.75\" x0=\"414.3\" /><v y0=\"85.75\" x0=\"385.35\" /><v y0=\"2.95\" x0=\"355.4\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22s_22\" p0=\"76\" id=\"0\" c=\"goLevel\" /></script></p></prop></v></p><m y1=\"318.1\" x1=\"24.95\" y0=\"318.1\" x0=\"24.95\"><prop name=\"w\" /></m><m y1=\"58.8\" x1=\"18.95\" y0=\"58.8\" x0=\"18.95\"><prop name=\"nw\" /></m><m y1=\"214.4\" x1=\"527.15\" y0=\"214.4\" x0=\"527.15\"><prop name=\"e\" /></m><m y1=\"15.95\" x1=\"403.35\" y0=\"15.95\" x0=\"403.35\"><prop name=\"n\" /></m><m y1=\"350.1\" x1=\"267.3\" y0=\"88.2\" x0=\"269.1\"><prop super=\"sky_5Fplatform_5Fmoving\" name=\"\"><p v=\"0_2E012\" n=\"engine_5Fspeed\" /></prop></m><m y1=\"43.2\" x1=\"90\" y0=\"69.3\" x0=\"90\"><prop super=\"sky_5Fspeer\" name=\"\"><p v=\"0_2E05\" n=\"engine_5Fspeed\" /></prop></m><m y1=\"218.7\" x1=\"461.7\" y0=\"87.3\" x0=\"417.6\"><prop super=\"sky_5Fplatform_5Fmoving\" name=\"\"><p v=\"0_2E02\" n=\"engine_5Fspeed\" /></prop></m><m y1=\"52.05\" x1=\"375.55\" y0=\"43.2\" x0=\"371.7\"><prop super=\"sky_5Fplatform_5Fsmall\" name=\"\" /></m><m y1=\"45.75\" x1=\"221.95\" y0=\"45.75\" x0=\"221.95\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"44.9\" x1=\"121.3\" y0=\"44.9\" x0=\"121.3\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"322.2\" x1=\"496.85\" y0=\"322.2\" x0=\"496.85\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"353.6\" x1=\"496.85\" y0=\"351\" x0=\"497.7\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"377.85\" x1=\"496.85\" y0=\"377.85\" x0=\"496.85\"><prop super=\"xtra10\" name=\"\" /></m></l><l id=\"73\"><p><v y0=\"1.95\" x0=\"96.8\" /><v y0=\"32.9\" x0=\"97.8\" /><v y0=\"31.9\" x0=\"455.25\" /><v y0=\"1.95\" x0=\"453.25\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22s_22\" p0=\"74\" id=\"0\" c=\"goLevel\" /></script></p></prop></v><v y0=\"2.95\" x0=\"533.15\" /><v y0=\"371.95\" x0=\"523.95\"><prop super=\"deadlyObject\" name=\"\" /></v><v y0=\"370.95\" x0=\"18.95\" /><v y0=\"1.95\" x0=\"17.95\" /></p><m y1=\"22.9\" x1=\"53.9\" y0=\"22.9\" x0=\"53.9\"><prop name=\"nw\" /></m><m y1=\"16.95\" x1=\"490.2\" y0=\"18\" x0=\"490.95\"><prop name=\"ne\" /></m><m y1=\"115.8\" x1=\"29.65\" y0=\"225\" x0=\"28.8\"><prop super=\"sky_5Fplatform_5Fmoving\" name=\"\"><p v=\"0_2E02\" n=\"engine_5Fspeed\" /></prop></m><m y1=\"111.3\" x1=\"236.3\" y0=\"252\" x0=\"233.1\"><prop super=\"sky_5Fplatform_5Fmoving\" name=\"\"><p v=\"_2D0_2E7\" n=\"engine_5Fpos\" /><p v=\"0_2E015\" n=\"engine_5Fspeed\" /></prop></m><m y1=\"-22.5\" x1=\"460.8\" y0=\"238.5\" x0=\"465.3\"><prop super=\"sky_5Fplatform_5Fmoving\" name=\"\"><p v=\"0_2E3\" n=\"engine_5Fpos\" /><p v=\"0_2E006\" n=\"engine_5Fspeed\" /></prop></m><m y1=\"223.5\" x1=\"325.25\" y0=\"270\" x0=\"137.7\"><prop super=\"wald_5Fplat_5Fvanish_5Frespawn\" name=\"\"><p v=\"23\" n=\"engine_5Fwidth\" /><p v=\"sky_5Fplatform_5Fsmall\" n=\"sprite\" /></prop></m><m y1=\"268.35\" x1=\"366.6\" y0=\"268.35\" x0=\"366.6\"><prop super=\"sky_5Fplat_5Fvan_5Fresp\" name=\"\" /></m><m y1=\"309.65\" x1=\"465.4\" y0=\"292.5\" x0=\"466.2\"><prop super=\"sky_5Fplat_5Fvan_5Fresp\" name=\"\" /></m><m y1=\"270.15\" x1=\"473.5\" y0=\"268.2\" x0=\"477.9\"><prop super=\"xtraLive\" name=\"\"><p v=\"script\" n=\"onInitScreen\"><script><c p2=\"1\" p1=\"_22active_22\" p0=\"_5Fself\" id=\"0\" c=\"propSet\" /></script></p></prop></m><m y1=\"287.2\" x1=\"371.1\" y0=\"160.2\" x0=\"152.1\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"282.6\" x1=\"414\" y0=\"281.7\" x0=\"415.8\"><prop super=\"sky_5Fplat_5Fvan_5Fresp\" name=\"\" /></m><m y1=\"207.3\" x1=\"149.15\" y0=\"199.8\" x0=\"151.2\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"240.55\" x1=\"147.35\" y0=\"241.2\" x0=\"149.4\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"147.2\" x1=\"378.25\" y0=\"159.3\" x0=\"379.8\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"189.35\" x1=\"376.45\" y0=\"198.9\" x0=\"378\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"232.45\" x1=\"379.15\" y0=\"239.4\" x0=\"377.1\"><prop super=\"xtra10\" name=\"\" /></m></l><l id=\"74\"><p><v y0=\"170.5\" x0=\"0.95\" /><v y0=\"171.5\" x0=\"64.85\" /><v y0=\"25.9\" x0=\"179.7\" /><v y0=\"24.9\" x0=\"536.1\" /><v y0=\"351.9\" x0=\"534.6\"><prop super=\"deadlyObject\" name=\"\" /></v><v y0=\"355.5\" x0=\"400.5\" /><v y0=\"360.95\" x0=\"395.35\" /><v y0=\"397.85\" x0=\"394.35\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22ne_22\" p0=\"73\" id=\"0\" c=\"goLevel\" /></script></p></prop></v><v y0=\"397.85\" x0=\"315.45\" /><v y0=\"212.4\" x0=\"320.45\" /><v y0=\"136.6\" x0=\"466.25\" /><v y0=\"127.6\" x0=\"467.25\" /><v y0=\"123.3\" x0=\"459.9\"><prop super=\"deadlyObject\" name=\"\" /></v><v y0=\"122.4\" x0=\"309.6\" /><v y0=\"129.6\" x0=\"304.5\" /><v y0=\"322.2\" x0=\"298.8\"><prop super=\"deadlyObject\" name=\"\" /></v><v y0=\"323.1\" x0=\"35.1\" /><v y0=\"249.3\" x0=\"1.95\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22e_22\" p0=\"72\" id=\"0\" c=\"goLevel\" /></script></p></prop></v></p><m y1=\"364.95\" x1=\"350.4\" y0=\"365.4\" x0=\"361.8\"><prop name=\"s\" /></m><m y1=\"206.4\" x1=\"25.95\" y0=\"212\" x0=\"25\"><prop name=\"w\" /></m><m y1=\"385.95\" x1=\"325.25\" y0=\"387.9\" x0=\"317.7\"><prop super=\"sky_5Fplatform\" name=\"\" /></m><m y1=\"387.7\" x1=\"344.15\" y0=\"387.7\" x0=\"344.15\"><prop super=\"sky_5Fplatform\" name=\"\" /></m><m y1=\"358.1\" x1=\"317.15\" y0=\"364.5\" x0=\"317.7\"><prop super=\"sky_5Fplatform_5Fsmall\" name=\"\" /></m><m y1=\"312.35\" x1=\"318.95\" y0=\"312.3\" x0=\"369.9\"><prop super=\"sky_5Fplatform_5Fsmall\" name=\"\" /></m><m y1=\"311.4\" x1=\"398.7\" y0=\"312.3\" x0=\"480.6\"><prop super=\"sky_5Fplatform_5Fmoving\" name=\"\"><p v=\"0_2E03\" n=\"engine_5Fspeed\" /></prop></m><m y1=\"333\" x1=\"318.05\" y0=\"340.2\" x0=\"343.8\"><prop super=\"sky_5Fplatform_5Fsmall\" name=\"\" /></m><m y1=\"276.45\" x1=\"516.65\" y0=\"283.5\" x0=\"513\"><prop super=\"sky_5Fplatform_5Fsmall\" name=\"\" /></m><m y1=\"250.4\" x1=\"514.85\" y0=\"252\" x0=\"477.9\"><prop super=\"sky_5Fplatform_5Fsmall\" name=\"\" /></m><m y1=\"219\" x1=\"515.75\" y0=\"221.4\" x0=\"441\"><prop super=\"sky_5Fplatform_5Fsmall\" name=\"\" /></m><m y1=\"191.15\" x1=\"513.95\" y0=\"194.4\" x0=\"478.8\"><prop super=\"sky_5Fplatform_5Fsmall\" name=\"\" /></m><m y1=\"161.55\" x1=\"513.95\" y0=\"166.5\" x0=\"513\"><prop super=\"sky_5Fplatform_5Fsmall\" name=\"\" /></m><m y1=\"126.55\" x1=\"513.05\" y0=\"135.9\" x0=\"513\"><prop super=\"sky_5Fplatform_5Fsmall\" name=\"\" /></m><m y1=\"105.9\" x1=\"307.3\" y0=\"106.2\" x0=\"421.2\"><prop super=\"sky_5Fplatform_5Fmoving\" name=\"\"><p v=\"0_2E02\" n=\"engine_5Fspeed\" /></prop></m><m y1=\"106.8\" x1=\"510.35\" y0=\"106.2\" x0=\"511.2\"><prop super=\"sky_5Fplatform_5Fsmall\" name=\"\" /></m><m y1=\"247.7\" x1=\"7.2\" y0=\"246.6\" x0=\"250.2\"><prop super=\"sky_5Fplatform_5Fmoving\" name=\"\"><p v=\"0_2E9\" n=\"engine_5Fpos\" /><p v=\"0_2E01\" n=\"engine_5Fspeed\" /></prop></m><m y1=\"214.5\" x1=\"293.8\" y0=\"214.2\" x0=\"295.2\"><prop super=\"sky_5Fbutton\" name=\"\"><p v=\"button_5Fblue\" n=\"activeGfx\" /><p v=\"script\" n=\"onInitScreen\"><script><c r=\"o\" p1=\"_223doors_22\" p0=\"_22door_5Fblue_22\" id=\"0\" c=\"objectByName\" /><c r=\"s\" p1=\"_22active_22\" p0=\"o\" id=\"1\" c=\"propGet\" /><c p2=\"0\" p1=\"_22_3D_3D_22\" p0=\"s\" id=\"2\" c=\"if\" /><c p2=\"1\" p1=\"_22stat_22\" p0=\"_5Fself\" id=\"3\" c=\"propSet\" /><c id=\"4\" c=\"else\" /><c p2=\"0\" p1=\"_22stat_22\" p0=\"_5Fself\" id=\"5\" c=\"propSet\" /></script></p><p v=\"script\" n=\"onHit\"><script><c r=\"p\" p1=\"_22stat_22\" p0=\"_5Fself\" id=\"0\" c=\"propGet\" /><c p2=\"0\" p1=\"_22_3D_3D_22\" p0=\"p\" id=\"1\" c=\"if\" /><c p0=\"_22newlife_22\" id=\"2\" c=\"sndPlay\" /><c p2=\"1\" p1=\"_22stat_22\" p0=\"_5Fself\" id=\"3\" c=\"propSet\" /><c r=\"o\" p1=\"_223doors_22\" p0=\"_22door_5Fblue_22\" id=\"4\" c=\"objectByName\" /><c p2=\"0\" p1=\"_22active_22\" p0=\"o\" id=\"5\" c=\"propSet\" /></script></p></prop></m><m y1=\"62.85\" x1=\"335.15\" y0=\"130.5\" x0=\"261.9\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"209.1\" x1=\"382.75\" y0=\"209.1\" x0=\"382.75\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"245.9\" x1=\"381.85\" y0=\"244.8\" x0=\"381.6\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"276.45\" x1=\"380.95\" y0=\"279.9\" x0=\"381.6\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"157.05\" x1=\"230.9\" y0=\"157.05\" x0=\"230.9\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"184\" x1=\"202.15\" y0=\"184\" x0=\"202.15\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"210.9\" x1=\"173.4\" y0=\"210.9\" x0=\"173.4\"><prop super=\"xtra10\" name=\"\" /></m></l><l id=\"75\"><p><v y0=\"186.45\" x0=\"0.95\" /><v y0=\"202.4\" x0=\"86.85\" /><v y0=\"331.05\" x0=\"87.85\" /><v y0=\"334.05\" x0=\"94.85\" /><v y0=\"291.15\" x0=\"110.8\" /><v y0=\"292.4\" x0=\"205.3\" /><v y0=\"2.95\" x0=\"197.65\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22s_22\" p0=\"81\" id=\"0\" c=\"goLevel\" /></script></p></prop></v><v y0=\"1.95\" x0=\"467.25\" /><v y0=\"90.9\" x0=\"466.2\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p2=\"_2D0_2E3\" p1=\"0\" p0=\"_5Fobject\" id=\"0\" c=\"speedAdd\" /><c p1=\"0_2E4\" p0=\"_5Fobject\" id=\"1\" c=\"speedLimitAbs\" /></script></p></prop></v><v y0=\"116.1\" x0=\"425.7\" /><v y0=\"117\" x0=\"466.2\" /><v y0=\"209\" x0=\"466.5\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p2=\"_2D0_2E3\" p1=\"0\" p0=\"_5Fobject\" id=\"0\" c=\"speedAdd\" /><c p1=\"0_2E4\" p0=\"_5Fobject\" id=\"1\" c=\"speedLimitAbs\" /></script></p></prop></v><v y0=\"235.55\" x0=\"424.35\" /><v y0=\"235.55\" x0=\"467.45\" /><v y0=\"332.1\" x0=\"468\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p2=\"_2D0_2E3\" p1=\"0\" p0=\"_5Fobject\" id=\"0\" c=\"speedAdd\" /><c p1=\"0_2E4\" p0=\"_5Fobject\" id=\"1\" c=\"speedLimitAbs\" /></script></p></prop></v><v y0=\"354.6\" x0=\"425.7\" /><v y0=\"355.5\" x0=\"467.1\" /><v y0=\"389.9\" x0=\"468.25\" /><v y0=\"389.9\" x0=\"41.9\" /><v y0=\"289.15\" x0=\"38.9\" /><v y0=\"282.2\" x0=\"0.95\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22e_22\" p0=\"76\" id=\"0\" c=\"goLevel\" /></script></p></prop></v></p><m y1=\"240.3\" x1=\"23.95\" y0=\"240.3\" x0=\"23.95\"><prop name=\"w\" /></m></l><l id=\"76\"><prop name=\"3doors\" /><p><v y0=\"1.95\" x0=\"453.25\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22s_22\" p0=\"79\" id=\"0\" c=\"goLevel\" /></script></p></prop></v><v y0=\"1.95\" x0=\"522.15\" /><v y0=\"106.7\" x0=\"521.15\" /><v y0=\"108.65\" x0=\"393.35\" /><v y0=\"98.7\" x0=\"391.35\" /><v y0=\"98.1\" x0=\"373.5\"><prop super=\"deadlyObject\" name=\"\" /></v><v y0=\"90.9\" x0=\"369.9\"><prop super=\"deadlyObject\" name=\"\" /></v><v y0=\"91.8\" x0=\"297\" /><v y0=\"84.75\" x0=\"295.5\" /><v y0=\"87.75\" x0=\"94.85\" /><v y0=\"95.7\" x0=\"94.85\" /><v y0=\"96.7\" x0=\"152.75\" /><v y0=\"180.45\" x0=\"548.1\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22w_22\" p0=\"75\" id=\"0\" c=\"goLevel\" /></script></p></prop></v><v y0=\"276.2\" x0=\"546.1\" /><v y0=\"190.8\" x0=\"110.7\" /><v y0=\"190.8\" x0=\"95.4\" /><v y0=\"213.4\" x0=\"96.8\" /><v y0=\"289.15\" x0=\"139.75\" /><v y0=\"293.15\" x0=\"389.35\" /><v y0=\"343\" x0=\"415.3\" /><v y0=\"365.95\" x0=\"414.3\" /><v y0=\"396.85\" x0=\"449.25\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22n_22\" p0=\"72\" id=\"0\" c=\"goLevel\" /></script></p></prop></v><v y0=\"397.85\" x0=\"358.4\" /><v y0=\"369.95\" x0=\"340.45\" /><v y0=\"365.95\" x0=\"29.95\" /><v y0=\"192.45\" x0=\"28.95\" /><v y0=\"191.45\" x0=\"0.95\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22e_22\" p0=\"77\" id=\"0\" c=\"goLevel\" /></script></p></prop></v><v y0=\"95.7\" x0=\"0.95\" /><v y0=\"96.7\" x0=\"15.95\" /><v y0=\"40.85\" x0=\"15.95\" /><v y0=\"18.95\" x0=\"36.9\" /><v y0=\"13.95\" x0=\"453.25\" /></p><p><v y0=\"147.6\" x0=\"405\"><prop name=\"door_5Fred\"><p v=\"1\" n=\"active\" /><p v=\"door_5Fred\" n=\"activeGfx\" /></prop></v><v y0=\"253.1\" x0=\"388.15\" /></p><p><v y0=\"158.85\" x0=\"466.3\"><prop name=\"door_5Fyellow\"><p v=\"1\" n=\"active\" /><p v=\"door_5Fyellow\" n=\"activeGfx\" /></prop></v><v y0=\"261.15\" x0=\"450.15\" /></p><p><v y0=\"132.75\" x0=\"349.25\"><prop name=\"door_5Fblue\"><p v=\"door_5Fblue\" n=\"activeGfx\" /><p v=\"1\" n=\"active\" /></prop></v><v y0=\"241.35\" x0=\"333.05\" /></p><m y1=\"151.55\" x1=\"16.95\" y0=\"151.55\" x0=\"16.95\"><prop name=\"w\" /></m><m y1=\"374.95\" x1=\"381.35\" y0=\"371.7\" x0=\"368.1\"><prop name=\"s\" /></m><m y1=\"15.95\" x1=\"486.2\" y0=\"15.95\" x0=\"486.2\"><prop name=\"n\" /></m><m y1=\"194.75\" x1=\"33.25\" y0=\"191.7\" x0=\"28.8\"><prop super=\"sky_5Fplatform\" name=\"\" /></m><m y1=\"229.75\" x1=\"509.45\" y0=\"229.75\" x0=\"509.45\"><prop name=\"e\" /></m><m y1=\"87.3\" x1=\"38.7\" y0=\"179.1\" x0=\"38.7\"><prop super=\"sky_5Fplatform_5Fmoving\" name=\"\"><p v=\"0_2E03\" n=\"engine_5Fspeed\" /></prop></m><m y1=\"-25.2\" x1=\"466.2\" y0=\"96.3\" x0=\"463.5\"><prop super=\"sky_5Fplatform_5Fmoving\" name=\"\"><p v=\"_2D0_2E5\" n=\"engine_5Fpos\" /><p v=\"0_2E02\" n=\"engine_5Fspeed\" /></prop></m><m y1=\"393.1\" x1=\"362.1\" y0=\"391.5\" x0=\"354.6\"><prop super=\"sky_5Fplatform_5Fsmall\" name=\"\" /></m><m y1=\"327.6\" x1=\"32.35\" y0=\"320.4\" x0=\"27.9\"><prop super=\"sky_5Fplatform_5Fsmall\" name=\"\" /></m><m y1=\"281.8\" x1=\"62\" y0=\"297.9\" x0=\"64.8\"><prop super=\"sky_5Fplatform_5Fsmall\" name=\"\" /></m><m y1=\"236.95\" x1=\"33.25\" y0=\"270\" x0=\"31.5\"><prop super=\"sky_5Fplatform_5Fsmall\" name=\"\" /></m><m y1=\"337.45\" x1=\"63.8\" y0=\"342.9\" x0=\"63.9\"><prop super=\"sky_5Fplatform_5Fsmall\" name=\"\" /></m><m y1=\"234.25\" x1=\"62\" y0=\"246.6\" x0=\"65.7\"><prop super=\"sky_5Fplatform_5Fsmall\" name=\"\" /></m><m y1=\"211.8\" x1=\"33.25\" y0=\"219.6\" x0=\"31.5\"><prop super=\"sky_5Fplatform_5Fsmall\" name=\"\" /></m><m y1=\"193.85\" x1=\"52.1\" y0=\"191.7\" x0=\"45\"><prop super=\"sky_5Fplatform\" name=\"\" /></m><m y1=\"331.2\" x1=\"138.35\" y0=\"331.2\" x0=\"138.35\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"328.5\" x1=\"213.85\" y0=\"328.5\" x0=\"213.85\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"328.5\" x1=\"291.1\" y0=\"328.5\" x0=\"291.1\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"59.25\" x1=\"301.9\" y0=\"59.25\" x0=\"301.9\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"33.2\" x1=\"336.05\" y0=\"33.2\" x0=\"336.05\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"56.55\" x1=\"367.5\" y0=\"59.4\" x0=\"370.8\"><prop super=\"xtra10\" name=\"\" /></m></l><l id=\"77\"><p><v y0=\"46.85\" x0=\"17.95\" /><v y0=\"17.95\" x0=\"40.9\" /><v y0=\"14.95\" x0=\"187.7\" /><v y0=\"192.45\" x0=\"269.55\" /><v y0=\"195.45\" x0=\"302.5\" /><v y0=\"11.95\" x0=\"360.4\" /><v y0=\"16.95\" x0=\"504.2\" /><v y0=\"70.8\" x0=\"536.1\" /><v y0=\"95.7\" x0=\"537.1\" /><v y0=\"97.7\" x0=\"549.1\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22w_22\" p0=\"76\" id=\"0\" c=\"goLevel\" /></script></p></prop></v><v y0=\"193.45\" x0=\"548.1\" /><v y0=\"192.45\" x0=\"471.25\" /><v y0=\"164.5\" x0=\"461.25\" /><v y0=\"162.5\" x0=\"427.3\" /><v y0=\"331.05\" x0=\"375.4\"><prop super=\"deadlyObject\" name=\"\" /></v><v y0=\"327.05\" x0=\"204.65\" /><v y0=\"121.65\" x0=\"130.75\" /><v y0=\"122.65\" x0=\"112.8\" /><v y0=\"304.1\" x0=\"119.8\" /><v y0=\"398.85\" x0=\"191.65\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22nw_22\" p0=\"71\" id=\"0\" c=\"goLevel\" /></script></p></prop></v><v y0=\"398.85\" x0=\"60.9\" /><v y0=\"391.9\" x0=\"59.9\" /><v y0=\"391.9\" x0=\"42.3\" /><v y0=\"379.9\" x0=\"41.9\" /><v y0=\"378.9\" x0=\"18.95\" /></p><m y1=\"356\" x1=\"53.9\" y0=\"359.1\" x0=\"55.8\"><prop name=\"s\" /></m><m y1=\"150.55\" x1=\"519.15\" y0=\"150.55\" x0=\"519.15\"><prop name=\"e\" /></m><m y1=\"262.95\" x1=\"24.25\" y0=\"261\" x0=\"25.2\"><prop name=\"\"><p v=\"0\" n=\"stat\" /><p v=\"script\" n=\"onInitScreen\"><script><c r=\"o\" p1=\"_223doors_22\" p0=\"_22door_5Fred_22\" id=\"0\" c=\"objectByName\" /><c r=\"s\" p1=\"_22active_22\" p0=\"o\" id=\"1\" c=\"propGet\" /><c p2=\"0\" p1=\"_22_3D_3D_22\" p0=\"s\" id=\"2\" c=\"if\" /><c p2=\"1\" p1=\"_22stat_22\" p0=\"_5Fself\" id=\"3\" c=\"propSet\" /><c id=\"4\" c=\"else\" /><c p2=\"0\" p1=\"_22stat_22\" p0=\"_5Fself\" id=\"5\" c=\"propSet\" /></script></p><p v=\"script\" n=\"onHit\"><script><c r=\"p\" p1=\"_22stat_22\" p0=\"_5Fself\" id=\"0\" c=\"propGet\" /><c p2=\"0\" p1=\"_22_3D_3D_22\" p0=\"p\" id=\"1\" c=\"if\" /><c p0=\"_22newlife_22\" id=\"2\" c=\"sndPlay\" /><c p2=\"1\" p1=\"_22stat_22\" p0=\"_5Fself\" id=\"3\" c=\"propSet\" /><c r=\"o\" p1=\"_223doors_22\" p0=\"_22door_5Fred_22\" id=\"4\" c=\"objectByName\" /><c p2=\"0\" p1=\"_22active_22\" p0=\"o\" id=\"5\" c=\"propSet\" /></script></p><p v=\"15\" n=\"engine_5Fradius\" /><p v=\"CSECircle\" n=\"engine\" /><p v=\"button_5Fred\" n=\"activeGfx\" /></prop></m><m y1=\"330.3\" x1=\"56.7\" y0=\"119.7\" x0=\"56.7\"><prop super=\"sky_5Fplatform_5Fmoving\" name=\"\"><p v=\"0_2E016\" n=\"engine_5Fspeed\" /></prop></m><m y1=\"254.8\" x1=\"189.7\" y0=\"254.7\" x0=\"345.6\"><prop super=\"sky_5Fplatform_5Fmoving\" name=\"\"><p v=\"0_2E02\" n=\"engine_5Fspeed\" /></prop></m><m y1=\"216.9\" x1=\"175.5\" y0=\"216\" x0=\"354.6\"><prop super=\"sky_5Fplatform_5Fmoving\" name=\"\"><p v=\"_2D0_2E5\" n=\"engine_5Fpos\" /><p v=\"0_2E02\" n=\"engine_5Fspeed\" /></prop></m><m y1=\"171.4\" x1=\"156.35\" y0=\"182.7\" x0=\"153\"><prop super=\"sky_5Fplatform_5Fsmall\" name=\"\" /></m><m y1=\"145.4\" x1=\"140.15\" y0=\"152.1\" x0=\"143.1\"><prop super=\"sky_5Fplatform_5Fsmall\" name=\"\"><p v=\"sky_5Fplatform_5Fsmall\" n=\"sprite\" /></prop></m><m y1=\"347.35\" x1=\"19.75\" y0=\"347.35\" x0=\"19.75\"><prop super=\"sky_5Fplatform\" name=\"\" /></m><m y1=\"186.7\" x1=\"398.05\" y0=\"186.7\" x0=\"398.05\"><prop super=\"sky_5Fplatform_5Fsmall\" name=\"\" /></m><m y1=\"122.05\" x1=\"33.25\" y0=\"122.05\" x0=\"33.25\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"162.45\" x1=\"33.25\" y0=\"162.45\" x0=\"33.25\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"199.25\" x1=\"33.25\" y0=\"199.25\" x0=\"33.25\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"282.45\" x1=\"365.15\" y0=\"289.65\" x0=\"367.55\"><prop super=\"sky_5Fplatform_5Fsmall\" name=\"\" /></m><m y1=\"288.7\" x1=\"191.55\" y0=\"288.7\" x0=\"190.65\"><prop super=\"sky_5Fplatform_5Fsmall\" name=\"\" /></m></l><l id=\"78\"><p><v y0=\"2.95\" x0=\"142.75\" /><v y0=\"37.85\" x0=\"143.75\" /><v y0=\"41.85\" x0=\"133.75\" /><v y0=\"48.85\" x0=\"135.75\" /><v y0=\"48.85\" x0=\"207.65\" /><v y0=\"24.9\" x0=\"227.6\" /><v y0=\"19.9\" x0=\"535.15\" /><v y0=\"255.25\" x0=\"538.1\" /><v y0=\"254.25\" x0=\"549.1\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22w_22\" p0=\"79\" id=\"0\" c=\"goLevel\" /></script></p></prop></v><v y0=\"363.95\" x0=\"548.1\" /><v y0=\"364.95\" x0=\"464.25\" /><v y0=\"324.05\" x0=\"462.25\" /><v y0=\"324.05\" x0=\"433.3\"><prop super=\"deadlyObject\" name=\"\" /></v><v y0=\"159.55\" x0=\"250.6\" /><v y0=\"121.65\" x0=\"252.55\" /><v y0=\"123.65\" x0=\"124.8\" /><v y0=\"137.6\" x0=\"126.75\" /><v y0=\"141.6\" x0=\"147.75\" /><v y0=\"249.3\" x0=\"151.75\" /><v y0=\"395.85\" x0=\"79.85\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22n_22\" p0=\"80\" id=\"0\" c=\"goLevel\" /></script></p></prop></v><v y0=\"396.85\" x0=\"1.95\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22nn_22\" p0=\"80\" id=\"0\" c=\"goLevel\" /></script></p></prop></v><v y0=\"1\" x0=\"1.95\" /></p><m y1=\"326.05\" x1=\"521.15\" y0=\"326.05\" x0=\"521.15\"><prop name=\"e\" /></m><m y1=\"356.4\" x1=\"472.5\" y0=\"116.1\" x0=\"467.1\"><prop super=\"sky_5Fplatform_5Fmoving\" name=\"\"><p v=\"0_2E02\" n=\"engine_5Fspeed\" /></prop></m><m y1=\"254.9\" x1=\"418.7\" y0=\"254.9\" x0=\"418.7\"><prop super=\"sky_5Fplat_5Fvan_5Fresp\" name=\"\" /></m><m y1=\"201.95\" x1=\"359.4\" y0=\"201.95\" x0=\"359.4\"><prop super=\"sky_5Fplat_5Fvan_5Fresp\" name=\"\" /></m><m y1=\"155.25\" x1=\"293.8\" y0=\"155.25\" x0=\"293.8\"><prop super=\"sky_5Fplat_5Fvan_5Fresp\" name=\"\" /></m><m y1=\"159.75\" x1=\"529.2\" y0=\"157.5\" x0=\"530.1\"><prop super=\"sky_5Fbutton\" name=\"\"><p v=\"script\" n=\"onInitScreen\"><script><c r=\"o\" p1=\"_223doors_22\" p0=\"_22door_5Fyellow_22\" id=\"0\" c=\"objectByName\" /><c r=\"s\" p1=\"_22active_22\" p0=\"o\" id=\"1\" c=\"propGet\" /><c p2=\"0\" p1=\"_22_3D_3D_22\" p0=\"s\" id=\"2\" c=\"if\" /><c p2=\"1\" p1=\"_22stat_22\" p0=\"_5Fself\" id=\"3\" c=\"propSet\" /><c id=\"4\" c=\"else\" /><c p2=\"0\" p1=\"_22stat_22\" p0=\"_5Fself\" id=\"5\" c=\"propSet\" /></script></p><p v=\"script\" n=\"onHit\"><script><c r=\"p\" p1=\"_22stat_22\" p0=\"_5Fself\" id=\"0\" c=\"propGet\" /><c p2=\"0\" p1=\"_22_3D_3D_22\" p0=\"p\" id=\"1\" c=\"if\" /><c p0=\"_22newlife_22\" id=\"2\" c=\"sndPlay\" /><c p2=\"1\" p1=\"_22stat_22\" p0=\"_5Fself\" id=\"3\" c=\"propSet\" /><c r=\"o\" p1=\"_223doors_22\" p0=\"_22door_5Fyellow_22\" id=\"4\" c=\"objectByName\" /><c p2=\"0\" p1=\"_22active_22\" p0=\"o\" id=\"5\" c=\"propSet\" /></script></p><p v=\"button_5Fyellow\" n=\"activeGfx\" /></prop></m><m y1=\"128.35\" x1=\"93.45\" y0=\"128.35\" x0=\"93.45\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"187.6\" x1=\"92.55\" y0=\"187.6\" x0=\"92.55\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"250.4\" x1=\"92.55\" y0=\"250.4\" x0=\"92.55\"><prop super=\"xtra10\" name=\"\" /></m></l><l id=\"79\"><p><v y0=\"69.8\" x0=\"25.95\" /><v y0=\"22.9\" x0=\"54.9\" /><v y0=\"23.4\" x0=\"126.9\"><prop super=\"deadlyObject\" name=\"\" /></v><v y0=\"18.9\" x0=\"415.8\" /><v y0=\"14.95\" x0=\"496.2\" /><v y0=\"52.85\" x0=\"528.15\" /><v y0=\"396.85\" x0=\"525.15\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22n_22\" p0=\"76\" id=\"0\" c=\"goLevel\" /></script></p></prop></v><v y0=\"396.85\" x0=\"452.25\" /><v y0=\"143.6\" x0=\"451.25\" /><v y0=\"144.9\" x0=\"417.6\"><prop super=\"deadlyObject\" name=\"\" /></v><v y0=\"147.6\" x0=\"125.1\" /><v y0=\"148.55\" x0=\"91.85\" /><v y0=\"294.15\" x0=\"97.8\" /><v y0=\"295.15\" x0=\"129.75\" /><v y0=\"175.5\" x0=\"236.6\" /><v y0=\"171.5\" x0=\"426.3\" /><v y0=\"366.95\" x0=\"424.3\"><prop super=\"deadlyObject\" name=\"\" /></v><v y0=\"366.3\" x0=\"203.4\" /><v y0=\"365.95\" x0=\"0.95\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22e_22\" p0=\"78\" id=\"0\" c=\"goLevel\" /></script></p></prop></v><v y0=\"254.25\" x0=\"0.95\" /><v y0=\"253.25\" x0=\"25.95\" /></p><m y1=\"330.05\" x1=\"18.95\" y0=\"333\" x0=\"17.1\"><prop name=\"w\" /></m><m y1=\"366.95\" x1=\"489.2\" y0=\"366.95\" x0=\"489.2\"><prop name=\"s\" /></m><m y1=\"420.3\" x1=\"460.8\" y0=\"114.3\" x0=\"464.4\"><prop super=\"sky_5Fplatform_5Fmoving\" name=\"\"><p v=\"_2D0_2E9\" n=\"engine_5Fpos\" /><p v=\"0_2E01\" n=\"engine_5Fspeed\" /></prop></m><m y1=\"109.5\" x1=\"371.1\" y0=\"119.7\" x0=\"369.9\"><prop super=\"sky_5Fplat_5Fvan_5Fresp\" name=\"\" /></m><m y1=\"112.2\" x1=\"262.35\" y0=\"121.5\" x0=\"263.7\"><prop super=\"sky_5Fplat_5Fvan_5Fresp\" name=\"\" /></m><m y1=\"112.2\" x1=\"153.65\" y0=\"122.4\" x0=\"153.9\"><prop super=\"sky_5Fplat_5Fvan_5Fresp\" name=\"\" /></m><m y1=\"329.4\" x1=\"207.55\" y0=\"329.4\" x0=\"207.55\"><prop super=\"sky_5Fplat_5Fvan_5Fresp\" name=\"\" /></m><m y1=\"306.05\" x1=\"312.7\" y0=\"306.05\" x0=\"312.7\"><prop super=\"sky_5Fplat_5Fvan_5Fresp\" name=\"\" /></m><m y1=\"210.9\" x1=\"320.75\" y0=\"201.6\" x0=\"317.7\"><prop super=\"xtraLive\" name=\"\" /></m><m y1=\"256.7\" x1=\"396.25\" y0=\"261.9\" x0=\"399.6\"><prop super=\"sky_5Fplat_5Fvan_5Fresp\" name=\"\" /></m><m y1=\"235.15\" x1=\"312.7\" y0=\"232.2\" x0=\"357.3\"><prop super=\"sky_5Fplat_5Fvan_5Fresp\" name=\"\" /></m><m y1=\"256.7\" x1=\"208.45\" y0=\"247.5\" x0=\"261\"><prop super=\"sky_5Fplat_5Fvan_5Fresp\" name=\"\" /></m><m y1=\"305.15\" x1=\"219.25\" y0=\"305.15\" x0=\"219.25\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"228.85\" x1=\"273.15\" y0=\"228.85\" x0=\"273.15\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"211.8\" x1=\"366.6\" y0=\"211.8\" x0=\"366.6\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"241.45\" x1=\"408.8\" y0=\"241.45\" x0=\"408.8\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"286.3\" x1=\"324.35\" y0=\"286.3\" x0=\"324.35\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"150.8\" x1=\"59.3\" y0=\"150.8\" x0=\"59.3\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"192.05\" x1=\"58.4\" y0=\"192.05\" x0=\"58.4\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"234.25\" x1=\"57.5\" y0=\"234.25\" x0=\"57.5\"><prop super=\"xtra10\" name=\"\" /></m></l><l id=\"80\"><p><v y0=\"1\" x0=\"421.3\" /><v y0=\"217.35\" x0=\"350.4\" /><v y0=\"302.15\" x0=\"167.7\" /><v y0=\"395.85\" x0=\"148.75\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22n_22\" p0=\"70\" id=\"0\" c=\"goLevel\" /></script></p></prop></v><v y0=\"396.85\" x0=\"10.95\" /><v y0=\"363.95\" x0=\"20.95\" /><v y0=\"359.95\" x0=\"28.95\" /><v y0=\"304.1\" x0=\"35.9\" /><v y0=\"293.15\" x0=\"28.95\" /><v y0=\"283.2\" x0=\"41.9\" /><v y0=\"240.3\" x0=\"49.9\" /><v y0=\"221.35\" x0=\"61.9\" /><v y0=\"173.5\" x0=\"72.85\" /><v y0=\"147.55\" x0=\"53.9\" /><v y0=\"147.55\" x0=\"1.95\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p1=\"_22e_22\" p0=\"65\" id=\"0\" c=\"goLevel\" /></script></p></prop></v><v y0=\"42.85\" x0=\"1.95\" /><v y0=\"23.9\" x0=\"34.9\" /><v y0=\"2.95\" x0=\"56.9\" /></p><m y1=\"18.95\" x1=\"354.4\" y0=\"18.95\" x0=\"354.4\"><prop name=\"n\" /></m><m y1=\"15.25\" x1=\"257.85\" y0=\"15.25\" x0=\"257.85\"><prop name=\"nn\" /></m><m y1=\"48.45\" x1=\"237.2\" y0=\"111.6\" x0=\"235.8\"><prop super=\"sky_5Fplat_5Fvan_5Fresp\" name=\"\" /></m><m y1=\"89.75\" x1=\"133.9\" y0=\"126.9\" x0=\"136.8\"><prop super=\"sky_5Fplat_5Fvan_5Fresp\" name=\"\" /></m><m y1=\"113.4\" x1=\"21.6\" y0=\"113.4\" x0=\"21.6\"><prop name=\"w\" /></m><m y1=\"58.35\" x1=\"346.8\" y0=\"58.35\" x0=\"346.8\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"109.5\" x1=\"333.35\" y0=\"109.5\" x0=\"333.35\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"159.75\" x1=\"320.75\" y0=\"159.75\" x0=\"320.75\"><prop super=\"xtra10\" name=\"\" /></m><m y1=\"206.45\" x1=\"308.2\" y0=\"214.2\" x0=\"306\"><prop super=\"xtra10\" name=\"\" /></m></l><l id=\"81\"><prop name=\"\"><p v=\"spaceway\" n=\"password\" /></prop><p><v y0=\"1.95\" x0=\"392.35\" /><v y0=\"26.9\" x0=\"389.35\" /><v y0=\"133.6\" x0=\"471.25\" /><v y0=\"398.85\" x0=\"468.25\" /><v y0=\"396.85\" x0=\"197.65\" /><v y0=\"236.3\" x0=\"204.65\" /><v y0=\"237.3\" x0=\"166.7\" /><v y0=\"264.25\" x0=\"165.7\" /><v y0=\"266.25\" x0=\"15.95\" /><v y0=\"133.6\" x0=\"15.95\" /><v y0=\"133.6\" x0=\"162.7\" /><v y0=\"164.5\" x0=\"163.7\" /><v y0=\"164.5\" x0=\"206.65\" /><v y0=\"128.6\" x0=\"205.65\" /><v y0=\"30.9\" x0=\"309.5\" /><v y0=\"2.95\" x0=\"308.5\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c id=\"0\" c=\"finish\" /></script></p></prop></v></p><p><prop name=\"door\"><p v=\"1\" n=\"active\" /><p v=\"door\" n=\"activeGfx\" /></prop><v y0=\"21.95\" x0=\"295.6\" /><v y0=\"21.1\" x0=\"405.1\" /></p><m y1=\"335.45\" x1=\"437.2\" y0=\"334.55\" x0=\"441.8\"><prop name=\"s\" /></m><m y1=\"384.15\" x1=\"197.65\" y0=\"362.95\" x0=\"200.7\"><prop name=\"\"><p v=\"CSEPlatform\" n=\"engine\" /><p v=\"85\" n=\"engine_5Fwidth\" /></prop></m><m y1=\"381.45\" x1=\"392.65\" y0=\"362.95\" x0=\"383.1\"><prop name=\"\"><p v=\"85\" n=\"engine_5Fwidth\" /><p v=\"CSEPlatform\" n=\"engine\" /></prop></m><m y1=\"361.95\" x1=\"284.6\" y0=\"362.95\" x0=\"286.85\"><prop name=\"\"><p v=\"97\" n=\"engine_5Fwidth\" /><p v=\"CSEPlatform\" n=\"engine\" /></prop></m><m y1=\"350.05\" x1=\"330.35\" y0=\"350.15\" x0=\"331.8\"><prop name=\"\"><p v=\"script\" n=\"onInitScreen\"><script><c r=\"b\" id=\"0\" c=\"plGetBehaviour\" /><c p2=\"_22rocket_22\" p1=\"_22_3D_3D_22\" p0=\"b\" id=\"1\" c=\"if\" /><c p2=\"0\" p1=\"_22active_22\" p0=\"_5Fself\" id=\"2\" c=\"propSet\" /><c id=\"3\" c=\"else\" /><c p2=\"1\" p1=\"_22active_22\" p0=\"_5Fself\" id=\"4\" c=\"propSet\" /></script></p><p v=\"script\" n=\"onHit\"><script><c p2=\"0\" p1=\"_22active_22\" p0=\"_5Fself\" id=\"0\" c=\"propSet\" /><c p0=\"_22rocket_22\" id=\"1\" c=\"plSetBehaviour\" /><c p1=\"_22rocketstart_22\" p0=\"81\" id=\"2\" c=\"plSetContinuePoint\" /><c p1=\"_22rocketstart_22\" p0=\"81\" id=\"3\" c=\"goLevel\" /></script></p><p v=\"1\" n=\"active\" /><p v=\"rocket_5Fempty\" n=\"activeGfx\" /><p v=\"13\" n=\"engine_5Fradius\" /><p v=\"CSECircle\" n=\"engine\" /></prop></m><m y1=\"250.45\" x1=\"86.05\" y0=\"250.45\" x0=\"86.05\"><prop name=\"\"><p v=\"script\" n=\"onHit\"><script><c p2=\"1\" p1=\"_22stat_22\" p0=\"_5Fself\" id=\"0\" c=\"propSet\" /><c r=\"o\" p0=\"_22door_22\" id=\"1\" c=\"objectByName\" /><c p2=\"0\" p1=\"_22active_22\" p0=\"o\" id=\"2\" c=\"propSet\" /></script></p><p v=\"0\" n=\"stat\" /><p v=\"switch\" n=\"activeGfx\" /><p v=\"15\" n=\"engine_5Fradius\" /><p v=\"CSECircle\" n=\"engine\" /></prop></m><m y1=\"335.45\" x1=\"427.1\" y0=\"333.65\" x0=\"428.05\"><prop name=\"savepoint\" /></m><m y1=\"349.15\" x1=\"344.1\" y0=\"349.15\" x0=\"344.1\"><prop name=\"rocketstart\" /></m><m y1=\"31.1\" x1=\"344.1\" y0=\"31.1\" x0=\"344.1\"><prop name=\"n\" /></m></l></world>"; trace("initFunc: xml included"); var x = new XML(world); if (x.status != 0) { trace("XML-ERROR: " + x.status); switch (x.status) { case -2 : trace("A CDATA section was not properly terminated."); break; case -3 : trace("The XML declaration was not properly terminated."); break; case -4 : trace("The DOCTYPE declaration was not properly terminated."); break; case -5 : trace("A comment was not properly terminated."); break; case -6 : trace("An XML element was malformed."); break; case -7 : trace("Out of memory."); break; case -8 : trace("An attribute value was not properly terminated."); break; case -9 : trace("A start-tag was not matched with an end-tag."); break; case -10 : trace("An end-tag was encountered without a matching start-tag."); } return(undefined); } trace(("XML OK. length: " + world.length) + " chars"); var world = x.firstChild; loadLevelPointer = 0; gotoAndPlay (6);
Symbol 152 MovieClip Frame 6
_global.v2d.initProgress = loadLevelPointer / world.childNodes.length; if (loadLevelPointer >= world.childNodes.length) { gotoAndPlay (20); } else { _global.v2d.world.addObjectFromXml(world.childNodes[loadLevelPointer]); loadLevelPointer++; }
Symbol 152 MovieClip Frame 8
gotoAndPlay (6);
Symbol 152 MovieClip Frame 20
_global.v2d.world.initProps(); _global.v2d.main = new _global.v2d.CMain(); _root.gotoAndPlay("decompress_done"); stop();
Symbol 153 MovieClip Frame 1
_global.v2d = new Object(); _global.v2d.COLOR_VECTOR = 16711680 /* 0xFF0000 */; _global.v2d.COLOR_VECTOR_ACTIVE = 65280; _global.v2d.COLOR_VECTOR_HIGHLIGHT = 16776960 /* 0xFFFF00 */; _global.v2d.COLOR_MARKER = 10066329 /* 0x999999 */; _global.v2d.COLOR_MARKER_ACTIVE = 2612407 /* 0x27DCB7 */; _global.v2d.COLOR_MARKER_FILLS = new Array(); _global.v2d.COLOR_MARKER_FILLS.push(65793); _global.v2d.COLOR_MARKER_FILLS.push(16711680); _global.v2d.COLOR_MARKER_FILLS.push(65280); _global.v2d.COLOR_MARKER_FILLS.push(255); _global.v2d.COLOR_MARKER_FILLS.push(16776960); _global.v2d.COLOR_MARKER_FILLS.push(65535); _global.v2d.COLOR_MARKER_FILLS.push(16711935); _global.v2d.COLOR_MARKER_FILLS.push(16750848); _global.v2d.COLOR_MARKER_FILLS.push(12255487); _global.v2d.COLOR_MARKER_FILLS.push(16777215); _global.v2d.ZERO_LIMIT = 1E-5; _global.v2d.xmlFactory = new XML(); _x = 0; _y = 0; _visible = false; _global.v2d.array = new Object(); _global.v2d.array.copy = function (source) { var a = new Array(); for (var i in source) { a[i] = source[i]; } return(a); }; _global.v2d.array.pushArrayItems = function (a, p) { for (var i in p) { a.push(p[i]); } }; _global.v2d.debug = new Object(); _global.v2d.debug.describe = function (o) { var d = (("[DESCRIBE: " + o.toString()) + "]"); d = d + "\n---------------------------DESC-START"; for (var i in o) { d = d + (((newline + i) + ": ") + o[i]); } d = d + "\n---------------------------DESC-STOP"; return(d); }; _global.v2d.math = new Object(); _global.v2d.math.p2pDistance = function (x1, y1, x2, y2) { var tx = (x2 - x1); var ty = (y2 - y1); return(Math.sqrt((tx * tx) + (ty * ty))); }; _global.v2d.math.squareHit = function (x1, y1, x2, y2, s) { return((Math.abs(x1 - x2) <= s) && (Math.abs(y1 - y2) <= s)); }; _global.v2d.math.rectHit = function (x1, y1, x2, y2, sx, sy) { return((Math.abs(x1 - x2) <= sx) && (Math.abs(y1 - y2) <= sy)); }; _global.v2d.math.p2rDistance = function (x1, y1, x2, y2, x3, y3) { var t = new Object(); t = _root.v2d.cross(x2, y2, x3, y3, x1, y1, x1 + (y3 - y2), y1 + ((x3 - x2) * -1)); }; _global.v2d.math.withinRect = function (x1, y1, x2, y2, x3, y3) { return((_root.v2d.numBetween(x1, x3, x2) == true) && (_root.v2d.numBetween(y1, y3, y2) == true)); }; _global.v2d.math.r2vertSgnAngle = function (x1, y1, x2, y2) { return(Math.asin((x2 - x1) / _root.v2d.p2pDistance(x1, y1, x2, y2))); }; _global.v2d.math.r2vertCwAngle = function (x1, y1, x2, y2) { var temp = Math.asin((x2 - x1) / _root.v2d.p2pDistance(x1, y1, x2, y2)); if (temp < 0) { temp = temp + (Math.PI*2); } return(temp); }; _global.v2d.math.numBetween = function (a, b, c) { if (a == c) { return(true); } if (c > a) { return((b > a) && (b < c)); } return((b > c) && (b < a)); }; _global.v2d.paint = new Object(); _global.v2d.paint.drawRect = function (mc, x, y, width, height, lineThickness, lineColor, fillColor, fillAlpha) { with (mc) { if (!fillAlpha) { fillAlpha = 255; } if (fillColor) { beginFill(fillColor, fillAlpha); } lineStyle(lineThickness, lineColor); moveTo(x, y); lineTo(x + width, y); lineTo(x + width, y + height); lineTo(x, y + height); lineTo(x, y); if (fillColor) { endFill(); } } }; _global.v2d.paint.drawCircle = function (mc, x, y, r, lineThickness, lineColor, fillColor, fillAlpha) { with (mc) { if (!fillAlpha) { fillAlpha = 255; } if (fillColor) { beginFill(fillColor, fillAlpha); } lineStyle(lineThickness, lineColor); moveTo(x + r, y); var a = 0.414213562373095; var angle = 45; while (angle <= 360) { var endx = (r * Math.cos((angle * Math.PI) / 180)); var endy = (r * Math.sin((angle * Math.PI) / 180)); var cx = (endx + ((r * a) * Math.cos(((angle - 90) * Math.PI) / 180))); var cy = (endy + ((r * a) * Math.sin(((angle - 90) * Math.PI) / 180))); curveTo(cx + x, cy + y, endx + x, endy + y); angle = angle + 45; } if (fillColor) { endFill(); } } }; _global.v2d.paint.drawDebugMarker = function (mc, x, y, col) { this.drawRect(mc, x - 1, y - 1, 2, 2, 0.5, col); }; _global.v2d.str = new Object(); _global.v2d.str.replace = function (needle, str, haystack) { var a = haystack.split(needle); var result = new String(); var i = 0; while (i < (a.length - 1)) { result = result + (a[i] + str); i++; } result = result + a[a.length - 1]; return(result); }; _global.v2d.str.clean = function (str) { str = String(str); var from = 0; var char; while (true) { char = str.charCodeAt(from); if (((char == 10) || (char == 13)) || (char == 32)) { from++; } else { break; } } var to = (str.length - 1); while (true) { char = str.charCodeAt(to); if ((to > from) && (((char == 10) || (char == 13)) || (char == 32))) { to--; } else { break; } } var result = str.substring(from, to + 1); return(result); }; _global.v2d.CPoint = function (x, y) { this._class = "CPoint"; this.x0 = x; this.y0 = y; }; _global.v2d.CPoint.prototype.toString = function () { return(((("[point (" + this.x0) + ",") + this.y0) + ")]"); }; _global.v2d.CPoint.prototype.calcDistance = function (point) { var tx = (point.x0 - this.x0); var ty = (point.y0 - this.y0); return(Math.sqrt((tx * tx) + (ty * ty))); }; _global.v2d.CRect = function (x0, y0, x1, y1) { this._class = "CRect"; this.x0 = x0; this.y0 = y0; this.x1 = x1; this.y1 = y1; this.standardize(); }; _global.v2d.CRect.prototype.toString = function () { return(((((((("[rect (" + this.x0) + ",") + this.y0) + ")-(") + this.x1) + ",") + this.y1) + ")]"); }; _global.v2d.CRect.prototype.standardize = function () { if (this.x0 > this.x1) { temp = this.x0; this.x0 = this.x1; this.x1 = temp; } if (this.y0 > this.y1) { temp = this.y0; this.y0 = this.y1; this.y1 = temp; } }; _global.v2d.CRect.prototype.drawOutline = function (mc, lineThickness, lineColor) { with (mc) { lineStyle(lineThickness, lineColor); moveTo(this.x0, this.y0); lineTo(this.x1, this.y0); lineTo(this.x1, this.y1); lineTo(this.x0, this.y1); lineTo(this.x0, this.y0); } }; _global.v2d.CProps = function (owner) { this._class = "CProps"; this.elements = new Object(); this.name = name; this.owner = owner; this.superPropsName = ""; }; _global.v2d.CProps.prototype.toString = function () { return(("[CProps '" + this.name) + "']"); }; _global.v2d.CProps.prototype.toXmlNode = function () { var e = _global.v2d.xmlFactory.createElement("prop"); var count = 0; for (var prop in this.elements) { var child = _global.v2d.xmlFactory.createElement("p"); child.attributes.n = _global.v2d.str.replace("%", "_", escape(prop)); if (prop.substr(0, 2) eq "on") { child.attributes.v = "script"; child.appendChild(this.elements[prop].toXmlNode()); } else { child.attributes.v = _global.v2d.str.replace("%", "_", escape(this.elements[prop])); } e.appendChild(child); count++; } e.attributes.name = _global.v2d.str.replace("%", "_", escape(this.name)); if (this.superPropsName ne "") { e.attributes.super = _global.v2d.str.replace("%", "_", escape(this.superPropsName)); } if (((count > 0) || (this.name ne "")) || (this.superPropsName ne "")) { return(e); } return(undefined); }; _global.v2d.CProps.prototype.fromXmlNode = function (node) { delete this.elements; this.elements = new Object(); for (i in node.childNodes) { var name = _global.v2d.str.replace("_", "%", node.childNodes[i].attributes.n); name = unescape(name); var val = node.childNodes[i].attributes.v; val = unescape(_global.v2d.str.replace("_", "%", val)); if (val eq "script") { val = new _global.v2d.CScript(); val.fromXmlNode(node.childNodes[i].childNodes[0]); } else { var n = Number(val); if (String(n) == val) { val = n; } } this.elements[name] = val; } this.name = unescape(_global.v2d.str.replace("_", "%", node.attributes.name)); this.superPropsName = unescape(_global.v2d.str.replace("_", "%", node.attributes.super)); }; _global.v2d.CProps.prototype.initRuntime = function () { delete this.runtime; this.runtime = new Object(); for (var prop in _global.v2d.world.superProps[this.superPropsName].elements) { this.runtime[prop] = _global.v2d.world.superProps[this.superPropsName].elements[prop]; } for (var prop in this.elements) { this.runtime[prop] = this.elements[prop]; } }; _global.v2d.CProps.prototype.addPropsToRuntime = function (p) { p.initRuntime(); for (var i in p.runtime) { this.runtime[i] = p.runtime[i]; } }; _global.v2d.CProps.prototype.resetProp = function (prop) { this.runtime[prop] = _global.v2d.world.superProps[this.superPropsName].elements[prop]; this.runtime[prop] = this.elements[prop]; }; _global.v2d.CProps.prototype.getProp = function (prop) { return(this.runtime[prop]); }; _global.v2d.CProps.prototype.setProp = function (prop, value) { this.runtime[prop] = value; this.propEffects(prop); }; _global.v2d.CProps.prototype.propEffects = function (prop) { var value = this.getProp(prop); switch (prop) { case "active" : if (value eq "") { value = 1; } var gfx = this.getProp("activeGfx"); if (gfx ne "") { _global.v2d.gfx.bg[gfx]._visible = value; _global.v2d.gfx.fg[gfx]._visible = value; } var sprite = this.getProp("sprite"); if (sprite ne "") { this.owner.sprite._visible = value; } return; case "stat" : var gfx = this.getProp("activeGfx"); _global.v2d.gfx.bg[gfx].gotoAndStop(value + 1); _global.v2d.gfx.fg[gfx].gotoAndStop(value + 1); } }; _global.v2d.CProps.prototype.initScreen = function () { for (var prop in this.runtime) { this.propEffects(prop); } }; _global.v2d.CProps.prototype.haveProp = function (needProp) { for (var propName in this.elements) { if (propName eq needProp) { return(true); } } if (this.superPropsName eq "") { return(false); } for (var propName in _global.v2d.world.superProps[this.superPropsName].elements) { if (propName eq needProp) { return(true); } } return(false); }; _global.v2d.CProps.prototype.event = function (event, subject, object, collisionPos) { var script = this.getProp(event); if (script ne "") { trace((((("event: " + event) + " s: ") + subject) + " o: ") + object); script.execute(subject, object, collisionPos); } }; _global.v2d.CScript = function () { this._class = "CScript"; this.name = name; this.logic = undefined; this.vars = undefined; this.labels = undefined; }; _global.v2d.CScript.prototype.copy = function () { trace("CScript.copy() -> not implemented yet"); }; _global.v2d.CScript.prototype.toString = function () { return("[script]"); }; _global.v2d.CScript.prototype.toXmlNode = function () { var e = _global.v2d.xmlFactory.createElement("script"); if (this.name ne "") { e.attributes.name = this.name; } for (var varname in this.vars) { var v = _global.v2d.xmlFactory.createElement("v"); v.attributes.v = _global.v2d.str.replace("%", "_", escape(varname)); e.appendChild(v); } for (var labelname in this.labels) { var l = _global.v2d.xmlFactory.createElement("l"); l.attributes.name = _global.v2d.str.replace("%", "_", escape(labelname)); l.attributes.line = this.labels[labelname]; e.appendChild(l); } var i = 0; while (i < this.logic.length) { var command = _global.v2d.xmlFactory.createElement("c"); command.attributes.c = _global.v2d.str.replace("%", "_", escape(this.logic[i][0])); command.attributes.id = i; var j = 0; while (j < this.logic[i][1].length) { command.attributes["p" + j] = _global.v2d.str.replace("%", "_", escape(this.logic[i][1][j])); j++; } if (this.logic[i][2] ne "") { command.attributes.r = _global.v2d.str.replace("%", "_", escape(this.logic[i][2])); } e.appendChild(command); i++; } return(e); }; _global.v2d.CScript.prototype.fromXmlNode = function (node) { this.name = String(node.attributes.name); delete this.logic; delete this.vars; delete this.labels; this.logic = new Array(); this.vars = new Array(); this.labels = new Array(); var i = 0; while (i < node.childNodes.length) { var c = node.childNodes[i]; if (c.nodeName == "c") { var id = Number(c.attributes.id); var command = new Array(3); command[0] = unescape(_global.v2d.str.replace("_", "%", c.attributes.c)); command[1] = new Array(); var p = 0; while (true) { if (c.attributes["p" + p] ne "") { command[1][p] = unescape(_global.v2d.str.replace("_", "%", c.attributes["p" + p])); p++; } else { break; } } if (c.attributes.r ne "") { command[2] = unescape(_global.v2d.str.replace("_", "%", c.attributes.r)); } this.logic[id] = command; } else if (c.nodeName == "v") { this.vars[c.attributes.v] = undefined; } else if (c.nodeName == "l") { this.labels[unescape(_global.v2d.str.replace("_", "%", c.attributes.name))] = c.attributes.line; } i++; } }; _global.v2d.CScript.prototype.getSource = function () { var source = ""; var i = 0; while (i < this.logic.length) { for (var label in this.labels) { if (this.labels[label] == i) { source = source + (("_" + label) + ";\n"); } } if (this.logic[i][2] ne "") { source = source + (this.logic[i][2] + " = "); } if (this.logic[i][0] eq "val") { source = source + this.logic[i][1][0]; } else { source = source + (((this.logic[i][0] + "(") + this.logic[i][1].toString()) + ")"); } source = source + ";\n"; i++; } return(source); }; _global.v2d.CScript.prototype.parse = function (source) { var newLogic = new Array(); var newLabels = new Array(); var lines = source.split(";"); var equal; var paraStart; var paraEnd; var receiver; var func; var params; var quot0; var quot1; var actLine = 0; var i = 0; while (i < lines.length) { line = _global.v2d.str.clean(lines[i]); if (line.length > 0) { if (line.substr(0, 1) == "_") { var label = _global.v2d.str.clean(line.substr(1)); newLabels[label] = actLine; } else { var command = new Array(3); equal = line.indexOf("="); paraStart = line.indexOf("("); paraEnd = line.lastIndexOf(")"); if ((equal > -1) && ((equal < paraStart) || (paraStart == -1))) { receiver = _global.v2d.str.clean(line.substring(0, equal)); command[2] = receiver; line = _global.v2d.str.clean(line.substr(equal + 1)); paraStart = line.indexOf("("); paraEnd = line.lastIndexOf(")"); } if ((paraStart != -1) && (paraEnd != -1)) { command[0] = _global.v2d.str.clean(line.substring(0, paraStart)); if (line.substr(paraEnd + 1).length > 0) { trace((("#SYNTAX ERROR 0 in line " + i) + ": ") + lines[i]); return(false); } params = line.substring(paraStart + 1, paraEnd); params = _global.v2d.str.replace("\\", "\\\\", params); var pos = 0; while (true) { quot0 = params.indexOf("\"", pos); if (quot0 == -1) { break; } pos = quot0 + 1; quot1 = params.indexOf("\"", pos); if (quot1 == -1) { break; } pos = quot1 + 1; var comma = params.indexOf(",", quot0); if ((comma != -1) && (comma < quot1)) { var commaEsc = params.indexOf("\\", quot0 - 1); var backEsc = params.indexOf("\\", quot0 - 2); if (((commaEsc - 1) != comma) && ((backEsc - 1) != commaEsc)) { params = (params.slice(0, comma) + "\\k") + params.slice(comma + 1, params.length); pos++; } } else { break; } var str = params.substring(quot0 + 1, quot1 + 1); } params = _global.v2d.str.replace("\\\\", "\\", params); params = params.split(","); command[1] = new Array(); var j = 0; while (j < params.length) { var param = _global.v2d.str.clean(params[j]); if (param.length < 1) { } else { param = _global.v2d.str.replace("\\k", ",", param); var n = Number(param); if (String(n) == param) { param = n; } else if ((param.indexOf(")") != -1) || (param.indexOf("(") != -1)) { trace(((("#SYNTAX ERROR 1 in line " + i) + ": ") + lines[i]) + newline); return(false); } command[1].push(param); } j++; } } else { command[0] = "val"; command[1] = new Array(String(_global.v2d.str.clean(line))); if (command[2] eq "") { trace(((("#SYNTAX ERROR 2 in line " + i) + ": ") + lines[i]) + newline); return(false); } } newLogic.push(command); actLine++; } } i++; } delete this.logic; delete this.labels; this.logic = newLogic; this.labels = newLabels; return(true); }; _global.v2d.CScript.prototype.execute = function (subject, object, collisionPos) { var ram = new Array(); ram.collisionPos = collisionPos; ram.subject = subject; ram.object = object; ram.vars = new Array(0); ram.vars._self = subject; ram.vars._object = object; ram.vars.true = 1; ram.vars.false = 0; ram.params = new Array(5); ram.labels = this.labels; ram.debug = false; ram.ifResult = true; ram.i = 0; while (ram.i < this.logic.length) { trace("ram.i: " + ram.i); ram.command = this.logic[ram.i]; if (ram.debug) { trace(((((ram.command[2] + " = ") + ram.command[0]) + "(") + ram.command[1].toString()) + ")"); } ram.params.splice(0, ram.params.length); var p = 0; while (p < ram.command[1].length) { if (isNaN(ram.command[1][p])) { if (ram.command[1][p].substr(0, 1) eq "\"") { ram.params[p] = ram.command[1][p].substr(1, ram.command[1][p].length - 2); } else { ram.params[p] = ram.vars[ram.command[1][p]]; } } else { ram.params[p] = Number(ram.command[1][p]); } p++; } _global.v2d.CScript.api[ram.command[0]](ram); if (ram.doReturn == true) { return(ram.return); } ram.i++; } }; _global.v2d.CScript.api = new Object(); _global.v2d.CScript.api.debug = function (ram) { ram.debug = true; }; _global.v2d.CScript.api.damage = function (ram) { ram.params[0].damage(ram.params[1]); }; _global.v2d.CScript.api.describe = function (ram) { trace("[TRACE] " + _global.api.debug.describe(ram.params[0])); }; _global.v2d.CScript.api.droneSetPos = function (ram) { ram.params[0].sprite.engine.pos = ram.params[1]; ram.params[0].sprite.engine.move(0); }; _global.v2d.CScript.api.else = function (ram) { if (ram.ifResult) { ram.i++; } }; _global.v2d.CScript.api.goLevel = function (ram) { _global.api.snd.play("newscreen"); _global.v2d.main.setScreen(ram.params[0], ram.params[1], ram.collisionPos); }; _global.v2d.CScript.api.goto = function (ram) { if (ram.labels[ram.params[0]]) { ram.i = ram.labels[ram.params[0]] - 1; } else { trace((("#ERROR: label not found: " + ram.params[0]) + " labels: ") + _global.api.debug.describe(ram.labels)); } }; _global.v2d.CScript.api.if = function (ram) { switch (ram.params[1]) { case "<" : ram.ifResult = ram.params[0] < ram.params[2]; break; case ">" : ram.ifResult = ram.params[0] > ram.params[2]; break; case "<=" : ram.ifResult = ram.params[0] <= ram.params[2]; break; case ">=" : ram.ifResult = ram.params[0] >= ram.params[2]; break; case "==" : ram.ifResult = ram.params[0] == ram.params[2]; break; case "!=" : ram.ifResult = ram.params[0] != ram.params[2]; } if (!ram.ifResult) { ram.i++; } }; _global.v2d.CScript.api.mainSleep = function (ram) { _global.v2d.main.sleep(ram.params[0]); }; _global.v2d.CScript.api.math = function (ram) { switch (ram.params[1]) { case "+" : ram.vars[ram.command[2]] = ram.params[0] + ram.params[2]; return; case "-" : ram.vars[ram.command[2]] = ram.params[0] - ram.params[2]; return; case "*" : ram.vars[ram.command[2]] = ram.params[0] * ram.params[2]; return; case "/" : ram.vars[ram.command[2]] = ram.params[0] / ram.params[2]; } }; _global.v2d.CScript.api.objectByName = function (ram) { if (ram.params[1] eq "") { ram.vars[ram.command[2]] = _global.v2d.world.actLevel.objectsByName[ram.params[0]]; } else { ram.vars[ram.command[2]] = _global.v2d.world.getLevelByName(ram.params[1]).objectsByName[ram.params[0]]; } }; _global.v2d.CScript.api.plGetBehaviour = function (ram) { ram.vars[ram.command[2]] = _global.v2d.world.players[0].behaviour.superPropsName; }; _global.v2d.CScript.api.plCoin = function (ram) { _global.v2d.world.players[0].addCoin(); }; _global.v2d.CScript.api.plScore = function (ram) { _global.v2d.world.players[0].addScore(ram.params[0]); }; _global.v2d.CScript.api.plSetContinuePoint = function (ram) { _global.v2d.world.players[0].setContinuePoint(ram.params[0], ram.params[1]); }; _global.v2d.CScript.api.plSetBehaviour = function (ram) { _global.v2d.world.players[0].setBehaviour(ram.params[0]); }; _global.v2d.CScript.api.plXtraLive = function (ram) { _global.v2d.world.players[0].actLives++; _root.osd.updateLives(); }; _global.v2d.CScript.api.posOffset = function (ram) { ram.params[0].sprite.engine.position.x0 = ram.params[0].sprite.engine.position.x0 + ram.params[1]; ram.params[0].sprite.engine.position.y0 = ram.params[0].sprite.engine.position.y0 + ram.params[2]; }; _global.v2d.CScript.api.propGet = function (ram) { ram.vars[ram.command[2]] = ram.params[0].props.getProp(ram.params[1]); }; _global.v2d.CScript.api.propSet = function (ram) { ram.params[0].props.setProp(ram.params[1], ram.params[2]); _global.v2d.respawn.addJob(ram.params[0].props, ram.params[1], "onResetWorld"); }; _global.v2d.CScript.api.return = function (ram) { ram.doReturn = true; ram.return = ram.params[0]; }; _global.v2d.CScript.api.rootControl = function (ram) { _root.gotoAndPlay(ram.params[0]); }; _global.v2d.CScript.api.finish = function () { _root.gotoAndPlay("nextEpisode"); }; _global.v2d.CScript.api.rsJob = function (ram) { if (ram.params[0].props == undefined) { trace("#ERROR in script at 'respawn': can't find props of object"); } _global.v2d.respawn.addJob(ram.params[0].props, ram.params[1], ram.params[2]); }; _global.v2d.CScript.api.script = function (ram) { if (_global.v2d.world.scripts[ram.params[0]]) { ram.vars[ram.command[2]] = _global.v2d.world.scripts[ram.params[0]].execute(ram.subject, ram.object); } else { trace("#ERROR: script not found: " + ram.params[0]); } }; _global.v2d.CScript.api.sndPlay = function (ram) { _global.api.snd.play(ram.params[0]); }; _global.v2d.CScript.api.speedAdd = function (ram) { ram.params[0].speed.x1 = ram.params[0].speed.x1 + ram.params[1]; ram.params[0].speed.y1 = ram.params[0].speed.y1 + ram.params[2]; }; _global.v2d.CScript.api.speedAbs = function (ram) { ram.params[0].speed.unify(); ram.params[0].speed.scale(ram.params[1]); }; _global.v2d.CScript.api.speedLimitAbs = function (ram) { var vAbs = ram.params[0].speed.length(); if (vAbs > ram.params[1]) { ram.params[0].speed.unify(); ram.params[0].speed.scale(ram.params[1]); } }; _global.v2d.CScript.api.spritePlay = function (ram) { ram.params[0].sprite.play(); }; _global.v2d.CScript.api.spritePlayLabel = function (ram) { ram.params[0].sprite.gotoAndPlay(ram.params[1]); }; _global.v2d.CScript.api.spriteScale = function (ram) { ram.params[0].sprite._xscale = ram.params[1]; ram.params[0].sprite._yscale = ram.params[2]; }; _global.v2d.CScript.api.spriteRotate = function (ram) { ram.params[0].sprite._rotation = ram.params[1]; }; _global.v2d.CScript.api.strCat = function (ram) { ram.vars[ram.command[2]] = ""; var j = 0; while (j < ram.params.length) { ram.vars[ram.command[2]] = ram.vars[ram.command[2]] + String(ram.params[j]); j++; } }; _global.v2d.CScript.api.trace = function (ram) { trace("[TRACE] " + ram.params[0]); }; _global.v2d.CScript.api.val = function (ram) { ram.vars[ram.command[2]] = ram.params[0]; }; _global.v2d.CMarker = function (x0, y0, x1, y1) { this._class = "CMarker"; this.x0 = Number(x0); this.y0 = Number(y0); if (x1 eq "") { this.x1 = this.x0; } else { this.x1 = Number(x1); } if (y1 eq "") { this.y1 = this.y0; } else { this.y1 = Number(y1); } this.sprite = undefined; this.props = new _global.v2d.CProps(this); }; _global.v2d.CMarker.prototype.copy = function () { trace("CMarker.copy() -> not implemented yet"); }; _global.v2d.CMarker.prototype.toString = function () { return(((("[marker x:" + this.x0) + " y:") + this.y0) + "]"); }; _global.v2d.CMarker.prototype.toXmlNode = function () { var e = _global.v2d.xmlFactory.createElement("m"); e.appendChild(this.props.toXmlNode()); e.attributes.x0 = this.x0; e.attributes.y0 = this.y0; e.attributes.x1 = this.x1; e.attributes.y1 = this.y1; return(e); }; _global.v2d.CMarker.prototype.fromXmlNode = function (node) { this.x0 = Number(node.attributes.x0); this.y0 = Number(node.attributes.y0); this.x1 = Number(node.attributes.x1); this.y1 = Number(node.attributes.y1); if (node.childNodes[0]) { this.props.fromXmlNode(node.childNodes[0]); } }; _global.v2d.CMarker.prototype.createSprite = function (pos, spriteProps) { if (!spriteProps) { spriteProps = this.props; } pos = Number(pos); this.sprite = _global.v2d.sprites.createSprite(spriteProps.getProp("sprite")); var engine = spriteProps.getProp("engine"); var x = (this.x0 + ((this.x1 - this.x0) * pos)); var y = (this.y0 + ((this.y1 - this.y0) * pos)); if (engine ne "") { this.sprite.engine = new _global.v2d[engine](this.sprite, spriteProps, x, y, this.x1, this.y1); } return(this.sprite); }; _global.v2d.CMarker.prototype.positionSprite = function () { if (this.sprite) { this.sprite._x = this.x0; this.sprite._y = this.y0; } }; _global.v2d.CMarker.prototype.drawEditView = function (mc) { this.levedMarkerHandle = mc.attachMovie("leved_handle_marker", "marker_handle" + mc.freeInstance, mc.freeInstance++); this.levedMc = mc; this.updateEditView(); }; _global.v2d.CMarker.prototype.updateEditView = function () { if (this.sprite) { this.positionSprite(); } this.levedMarkerHandle._x = this.x0; this.levedMarkerHandle._y = this.y0; var r = this.props.getProp("engine_radius"); if (r) { this.levedMarkerHandle.radius._visible = true; this.levedMarkerHandle.radius._width = r * 2; this.levedMarkerHandle.radius._height = r * 2; } else { this.levedMarkerHandle.radius._visible = false; } var e = this.props.getProp("engine"); if ((e eq "") || (_global.v2d[e].desc.doubleMarker == true)) { with (this.levedMc) { clear(); var width = Number(this.props.getProp("engine_width")); beginFill(4491468, 34); lineStyle(1, 4491468); moveTo(this.x0, this.y0); lineTo(this.x0 + width, this.y0); lineTo(this.x1 + width, this.y1); lineTo(this.x1, this.y1); lineTo(this.x0, this.y0); endFill(); } this.levedMarkerHandle.dxy._visible = true; this.levedMarkerHandle.dxy._x = this.x1 - this.x0; this.levedMarkerHandle.dxy._y = this.y1 - this.y0; } else { this.levedMarkerHandle.dxy._visible = false; } if (this.props.getProp("engine").substr(0, 11) eq "CSEPlatform") { this.levedMarkerHandle.platform._visible = true; this.levedMarkerHandle.platform._width = this.props.getProp("engine_width"); } else { this.levedMarkerHandle.platform._visible = false; } this.levedMarkerHandle.gotoAndStop("active_" + (_root.leved.selectedObject == this)); }; _global.v2d.CVector = function (x0, y0, x1, y1) { this._class = "CVector"; this.debug = false; this.geometry = "vector"; this.props = new _global.v2d.CProps(this); this.x0 = x0; this.y0 = y0; this.x1 = x1; this.y1 = y1; this.owner = undefined; }; _global.v2d.CVector.prototype.toString = function () { return(((((((((("[vektor " + this.id) + ": (") + this.x0) + ",") + this.y0) + ")+(") + this.x1) + ",") + this.y1) + ")]"); }; _global.v2d.CVector.prototype.toXmlNode = function () { var e = _global.v2d.xmlFactory.createElement("v"); e.appendChild(this.props.toXmlNode()); e.attributes.x0 = this.x0; e.attributes.y0 = this.y0; return(e); }; _global.v2d.CVector.prototype.fromXmlNode = function (vector) { this.x0 = Number(vector.attributes.x0); this.y0 = Number(vector.attributes.y0); if (vector.childNodes[0]) { this.props.fromXmlNode(vector.childNodes[0]); } }; _global.v2d.CVector.prototype.cache = function () { this.c_length = this.length(); this.c_normal = this.getNormal(this.c_normal); this.c_slopeFactor = this.calcSlopeFactor(); }; _global.v2d.CVector.prototype.length = function () { return(Math.sqrt((this.x1 * this.x1) + (this.y1 * this.y1))); }; _global.v2d.CVector.prototype.distanceFromBase = function (point) { var tx = (point.x0 - this.x0); var ty = (point.y0 - this.y0); return(Math.sqrt((tx * tx) + (ty * ty))); }; _global.v2d.CVector.prototype.getSlope = function () { return(this.y1 / this.x1); }; _global.v2d.CVector.prototype.calcSlopeFactor = function () { var len = this.length(); this.c_slopeFactor = 1 - Math.abs(this.y1 / len); var cos = (this.x1 / len); if (cos > 0) { this.c_slopeFactor = this.c_slopeFactor * -1; } return(this.c_slopeFactor); }; _global.v2d.CVector.prototype.hitRect = function (rect) { if ((((this.x0 >= rect.x0) && (this.x0 <= rect.x1)) && (this.y0 >= rect.y0)) && (this.y0 <= rect.y1)) { return(true); } chi = this.calcHCross(rect.y0); if ((((chi[1] >= 0) && (chi[1] <= 1)) && (chi[0] >= rect.x0)) && (chi[0] <= rect.x1)) { return(true); } clo = this.calcHCross(rect.y1); if ((((clo[1] >= 0) && (clo[1] <= 1)) && (clo[0] >= rect.x0)) && (clo[0] <= rect.x1)) { return(true); } cle = this.calcVCross(rect.x0); if ((((cle[1] >= 0) && (cle[1] <= 1)) && (cle[0] >= rect.y0)) && (cle[0] <= rect.y1)) { return(true); } cri = this.calcVCross(rect.x1); if ((((cri[1] >= 0) && (cri[1] <= 1)) && (cri[0] >= rect.y0)) && (cri[0] <= rect.y1)) { return(true); } return(false); }; _global.v2d.CVector.prototype.calcHCross = function (y) { var s = ((y - this.y0) / this.y1); var x = (this.x0 + (s * this.x1)); return([x, s]); }; _global.v2d.CVector.prototype.calcVCross = function (x) { var s = ((x - this.x0) / this.x1); var y = (this.y0 + (s * this.y1)); return([y, s]); }; _global.v2d.CVector.prototype.cross = function (v) { var nq = ((this.x1 * v.y1) - (v.x1 * this.y1)); if (nq == 0) { return({code:0}); } n = ((v.y1 * (v.x0 - this.x0)) + (v.x1 * (this.y0 - v.y0))) / nq; m = (((this.y1 * (this.x0 - v.x0)) + (this.x1 * (v.y0 - this.y0))) / nq) * -1; if (Math.abs(n) < _global.v2d.ZERO_LIMIT) { n = 0; } if (Math.abs(m) < _global.v2d.ZERO_LIMIT) { m = 0; } var x = (this.x0 + (this.x1 * n)); var y = (this.y0 + (this.y1 * n)); var code = 7; if ((n < 0) || (n > 1)) { code = code - 2; } if ((m < 0) || (m > 1)) { code = code - 4; } return({code:code, n:n, m:m, x:x, y:y}); }; _global.v2d.CVector.prototype.hit = function (object, collisionPos) { this.owner.props.event("onHit", this.owner, object); this.props.event("onHit", this, object, collisionPos); }; _global.v2d.CVector.prototype.copy = function (bag) { if (!bag) { return(new _global.v2d.CVector(this.x0, this.y0, this.x1, this.y1)); } bag.x0 = this.x0; bag.y0 = this.y0; bag.x1 = this.x1; bag.y1 = this.y1; return(bag); }; _global.v2d.CVector.prototype.calcPerpendicular = function (point) { var a = (point.x0 - this.x0); var b = (point.y0 - this.y0); var c = (Math.pow(this.x1, 2) + Math.pow(this.y1, 2)); var p = (((this.x1 * a) + (this.y1 * b)) / c); var d = (((((this.y1 * a) - (this.x1 * b)) / c) * this.length()) * -1); return({p:p, d:d}); }; _global.v2d.CVector.prototype.getPerpendicular = function (point, bag) { var p = this.calcPerpendicular(point); var v = bag; if (!v) { v = new _global.v2d.CVector(this.x0 + (this.x1 * p.p), this.y0 + (this.y1 * p.p), this.y1 * -1, this.x1); } else { v.x0 = this.x0 + (this.x1 * p.p); v.y0 = this.y0 + (this.y1 * p.p); v.x1 = this.y1 * -1; v.y1 = this.x1; } v.unify(); v.scale(p.d); v.p = p.p; v.d = p.d; return(v); }; _global.v2d.CVector.prototype.getParallel = function (distance, bag) { var n = this.getNormal(bag); n.scale(distance); n.x0 = this.x0 + n.x1; n.y0 = this.y0 + n.y1; n.x1 = this.x1; n.y1 = this.y1; return(n); }; _global.v2d.CVector.prototype.cf_getParallel = function (distance, bag) { var n = this.c_normal.copy(bag); n.scale(distance); n.x0 = this.x0 + n.x1; n.y0 = this.y0 + n.y1; n.x1 = this.x1; n.y1 = this.y1; return(n); }; _global.v2d.CVector.prototype.getNormal = function (bag) { v = this.copy(bag); if (this.debug) { v.id = this.id + "_normal"; } v.scale(0.5); v.x0 = v.x0 + v.x1; v.y0 = v.y0 + v.y1; temp = v.x1; v.x1 = v.y1 * -1; v.y1 = temp; v.unify(); return(v); }; _global.v2d.CVector.prototype.getBoundingRect = function (bag) { if (!bag) { return(new _global.v2d.CRect(this.x0, this.y0, this.x0 + this.x1, this.y0 + this.y1)); } bag.x0 = this.x0; bag.y0 = this.y0; bag.x1 = this.x0 + this.x1; bag.y1 = this.y0 + this.y1; bag.standardize(); return(bag); }; _global.v2d.CVector.prototype.moveBaseTo = function (x, y) { this.x0 = x; this.y0 = y; }; _global.v2d.CVector.prototype.pointTo = function (x, y) { this.x1 = x - this.x0; this.y1 = y - this.y0; }; _global.v2d.CVector.prototype.unify = function () { var size = this.length(); if (size != 0) { this.x1 = this.x1 / size; this.y1 = this.y1 / size; } }; _global.v2d.CVector.prototype.scale = function (factor) { this.x1 = this.x1 * factor; this.y1 = this.y1 * factor; }; _global.v2d.CVector.prototype.draw = function (mc, thickness, color) { with (mc) { lineStyle(thickness, color); moveTo(this.x0, this.y0); lineTo(this.x0 + this.x1, this.y0 + this.y1); } }; _global.v2d.CVector.prototype.drawEditView = function (mc, noHandles) { this.levedPolyHandle.removeMovieClip(); if (!noHandles) { this.levedVertexHandle = mc.attachMovie("leved_handle_vertex", "vertex_handle" + mc.freeInstance, mc.freeInstance++); if (this.id == 0) { this.levedPolyHandle = mc.attachMovie("leved_handle_poly", "poly_handle" + mc.freeInstance, mc.freeInstance++); } } this.levedMc = mc; this.updateEditView(); }; _global.v2d.CVector.prototype.updateEditView = function (highlite) { var active = false; if (((_root.leved.selectedObject == this) || (_root.leved.selectedObject == this.owner)) || (highlite == true)) { lineColor = _global.v2d.COLOR_VECTOR_ACTIVE; active = true; } else { lineColor = _global.v2d.COLOR_VECTOR; } if (highlite eq "false") { lineColor = _global.v2d.COLOR_VECTOR; } this.levedMc.clear(); this.draw(this.levedMc, 1, lineColor); if (!this.drawEditViewNormal) { this.drawEditViewNormal = new _global.v2d.CVector(); } var n = this.getNormal(this.drawEditViewNormal); n.scale(-5); n.draw(this.levedMc, 1, lineColor); this.levedVertexHandle._x = this.x0; this.levedVertexHandle._y = this.y0; this.levedVertexHandle.gotoAndStop("active_" + active); this.levedPolyHandle._x = this.drawEditViewNormal.x0; this.levedPolyHandle._y = this.drawEditViewNormal.y0; }; _global.v2d.CPoly = function () { this._class = "CPoly"; this.vectors = new Array(); this.props = new _global.v2d.CProps(this); }; _global.v2d.CPoly.prototype.toString = function () { return(("[Poly " + this.id) + "]"); }; _global.v2d.CPoly.prototype.toXmlNode = function () { var e = _global.v2d.xmlFactory.createElement("p"); var p = this.props.toXmlNode(); e.appendChild(p); var i = 0; while (i < this.vectors.length) { e.appendChild(this.vectors[i].toXmlNode()); i++; } return(e); }; _global.v2d.CPoly.prototype.fromXmlNode = function (poly) { var i = 0; while (i < poly.childNodes.length) { var o = poly.childNodes[i]; switch (o.nodeName) { case "v" : var vector = (new _global.v2d.CVector()); vector.fromXmlNode(o); this.addVector(vector); break; case "prop" : this.props.fromXmlNode(o); } i++; } this.correctVectors(); }; _global.v2d.CPoly.prototype.addVector = function (v) { v.owner = this; v.id = this.vectors.length; this.vectors.push(v); }; _global.v2d.CPoly.prototype.splitVector = function (v) { var newVector = (new _global.v2d.CVector(v.x0 + (v.x1 * 0.5), v.y0 + (v.y1 * 0.5), 0, 0)); newVector.owner = this; this.vectors.splice(v.id + 1, 0, newVector); this.correctVectors(); return(newVector); }; _global.v2d.CPoly.prototype.removeVector = function (v) { if (this.vectors.length > 2) { this.vectors.splice(v.id, 1); var i = 0; while (i < this.vectors.length) { this.vectors[i].id = i; i++; } this.correctVectors(); return(true); } }; _global.v2d.CPoly.prototype.nextVector = function (id) { if ((++id) == this.vectors.length) { return(this.vectors[0]); } return(this.vectors[id]); }; _global.v2d.CPoly.prototype.prevVector = function (id) { if ((--id) < 0) { return(this.vectors[this.vectors.length - 1]); } return(this.vectors[id]); }; _global.v2d.CPoly.prototype.movePointTo = function (id, x, y) { var v = this.vectors[id]; var next = this.nextVector(id); var prev = this.prevVector(id); if ((!((x == next.x0) && (y == next.y0))) && (!((x == prev.x0) && (y == prev.y0)))) { v.moveBaseTo(x, y); v.pointTo(next.x0, next.y0); prev.pointTo(v.x0, v.y0); } v.updateEditView(); prev.updateEditView(); }; _global.v2d.CPoly.prototype.movePoly = function (dx, dy) { var i = 0; while (i < this.vectors.length) { this.vectors[i].x0 = this.vectors[i].x0 + dx; this.vectors[i].y0 = this.vectors[i].y0 + dy; i++; } }; _global.v2d.CPoly.prototype.correctVectors = function () { var i = 0; while (i < this.vectors.length) { var act = this.vectors[i]; var next = this.nextVector(i); act.pointTo(next.x0, next.y0); i++; } }; _global.v2d.CPoly.prototype.clear = function () { while (this.vectors.length > 0) { this.vectors.pop(); } }; _global.v2d.CPoly.prototype.drawEditView = function (mc) { mc.clear(); for (var i in mc) { removeMovieClip(mc[i]); } mc.freeInstance = 0; var i = 0; while (i < this.vectors.length) { vectorMc = mc.createEmptyMovieClip("vector_" + mc.freeInstance, mc.freeInstance++); vectorMc.freeInstance = 0; vectorMc.vector = this.vectors[i]; this.vectors[i].drawEditView(vectorMc); this.vectors[i].nextVector = this.nextVector(i); this.vectors[i].prevVector = this.prevVector(i); this.vectors[i].id = i; i++; } }; _global.v2d.CPoly.prototype.updateEditView = function () { var i = 0; while (i < this.vectors.length) { this.vectors[i].updateEditView(); i++; } }; _global.v2d.CLevel = function (id) { this._class = "CLevel"; this.id = id; this.polys = new Array(); this.markers = new Array(); this.props = new _global.v2d.CProps(this); this.objectsByName = undefined; }; _global.v2d.CLevel.prototype.toString = function () { return(("[Level " + this.id) + "]"); }; _global.v2d.CLevel.prototype.toXmlNode = function () { var e = _global.v2d.xmlFactory.createElement("l"); e.attributes.id = this.id; var p = this.props.toXmlNode(); e.appendChild(p); var i = 0; while (i < this.polys.length) { var p = this.polys[i].toXmlNode(); e.appendChild(p); i++; } var i = 0; while (i < this.markers.length) { var m = this.markers[i].toXmlNode(); e.appendChild(m); i++; } return(e); }; _global.v2d.CLevel.prototype.fromXmlNode = function (level) { this.id = level.attributes.id; var i = 0; while (i < level.childNodes.length) { var o = level.childNodes[i]; switch (o.nodeName) { case "p" : var poly = (new _global.v2d.CPoly()); poly.fromXmlNode(o); this.addPoly(poly); break; case "m" : var marker = (new _global.v2d.CMarker()); marker.fromXmlNode(o); this.addMarker(marker); break; case "prop" : this.props.fromXmlNode(o); } i++; } this.updateObjectsByName(); }; _global.v2d.CLevel.prototype.updateObjectsByName = function () { delete this.objectsByName; this.objectsByName = new Array(); var i = 0; while (i < this.markers.length) { if (this.markers[i].props.name ne "") { this.objectsByName[this.markers[i].props.name] = this.markers[i]; } i++; } var i = 0; while (i < this.polys.length) { var poly = this.polys[i]; if (poly.props.name ne "") { this.objectsByName[poly.props.name] = poly; } var j = 0; while (j < poly.vectors.length) { if (poly.vectors[j].props.name ne "") { this.objectsByName[poly.vectors[j].props.name] = poly.vectors[j]; } j++; } i++; } }; _global.v2d.CLevel.prototype.addPoly = function (p) { this.polys.push(p); }; _global.v2d.CLevel.prototype.addPolyAt = function (p, id) { this.polys.splice(id, 0, p); }; _global.v2d.CLevel.prototype.deletePoly = function (id) { this.polys.splice(id, 1); }; _global.v2d.CLevel.prototype.addMarker = function (m) { this.markers.push(m); m.id = this.markers.length - 1; }; _global.v2d.CLevel.prototype.addMarkerAt = function (m, id) { this.markers.splice(id, 0, m); m.id = id; }; _global.v2d.CLevel.prototype.deleteMarker = function (id) { this.markers.splice(id, 1); }; _global.v2d.CLevel.prototype.clear = function () { this.polys.splice(0, this.polys.length); this.markers.splice(0, this.markers.length); }; _global.v2d.CLevel.prototype.init = function (entrance, pos) { pos = Number(pos); _root.osd.update(); this.props.initScreen(); _global.v2d.sprites.reset(); _global.v2d.gfx.fg.gotoAndStop(this.id + 1); var targetFrame = (this.id + 1); _global.v2d.gfx.bg.gotoAndStop(targetFrame); var i = 0; while (i < this.markers.length) { this.markers[i].id = i; if (!_global.v2d[this.markers[i].props.getProp("engine")].desc.player) { this.markers[i].createSprite(); } i++; } var i = 0; while (i < _global.v2d.world.players.length) { _global.v2d.world.players[i].initOnScreen(entrance, pos); i++; } var i = 0; while (i < this.polys.length) { var poly = this.polys[i]; poly.props.initScreen(); var j = 0; while (j < poly.vectors.length) { poly.vectors[j].props.initScreen(); j++; } var j = 0; while (j < this.markers.length) { this.markers[j].props.initScreen(); j++; } i++; } trace("\ninit level " + this.id); _global.v2d.event.execute("onInitScreen"); _global.v2d.tiles.loadLevel(this); }; _global.v2d.CLevel.prototype.drawEditView = function (mc) { mc.clear(); for (var i in mc) { removeMovieClip(mc[i]); } mc.freeInstance = 0; var i = 0; while (i < this.polys.length) { polyMc = mc.createEmptyMovieClip("poly_" + mc.freeInstance, mc.freeInstance++); polyMc.poly = this.polys[i]; this.polys[i].drawEditView(polyMc); this.polys[i].id = i; i++; } var i = 0; while (i < this.markers.length) { markerMc = mc.createEmptyMovieClip("marker_" + mc.freeInstance, mc.freeInstance++); markerMc.freeInstance = 0; markerMc.marker = this.markers[i]; this.markers[i].drawEditView(markerMc); this.markers[i].id = i; i++; } }; _global.v2d.CPlayer = function (id) { this._class = "CPlayer"; this.debug = false; this.id = id; this.behaviour = new _global.v2d.CProps(this); this.behaviour.superPropsName = "ball"; this.sprite = undefined; this.inventory = new Array(); this.continues = -1; this.lives = 6; this.hitPoints = 1; this.energy = 1; this.score = 0; this.coins = 0; this.firstContinue = true; }; _global.v2d.CPlayer.prototype.toString = function () { return(("[Player: id=" + this.id) + "]"); }; _global.v2d.CPlayer.prototype.damage = function (amount) { this.hitPoints = this.hitPoints - amount; if (this.hitPoints <= 0) { this.die(); } }; _global.v2d.CPlayer.prototype.addScore = function (points) { this.score = this.score + points; _root.osd.updateScore(); }; _global.v2d.CPlayer.prototype.addCoin = function () { this.addScore(5); this.coins++; if (this.coins >= 30) { this.coins = this.coins - 30; this.addLife(); } _root.osd.updateCoins(); }; _global.v2d.CPlayer.prototype.addLife = function () { this.actLives++; _root.osd.updateLives(); _root.osd.extraLife(); }; _global.v2d.CPlayer.prototype.die = function () { if (this.invincibleStat) { return(undefined); } _global.v2d.event.execute("onPlayerDie"); this.sprite.gotoAndPlay("die"); _global.v2d.main.sleep(Number(this.sprite.engine.props.getProp("player_dieAnimFrames"))); this.actLives--; if (this.actLives == 0) { this.initNewContinue(); } else { this.initNewLive(); } }; _global.v2d.CPlayer.prototype.initNewLive = function () { trace("init new live"); this.actHitPoints = this.hitPoints; this.actEnergy = this.energy; _global.v2d.main.setScreen(this.newLiveScreen, this.newLiveMarker, this.newLivePos); this.invincibleStat = true; this.framesAlive = 0; }; _global.v2d.CPlayer.prototype.initNewContinue = function () { trace("init new continue"); this.newLiveScreen = this.newContinueScreen; this.newLiveMarker = this.newContinueMarker; this.newLivePos = 0; this.actLives = this.lives; _global.v2d.main.status = _global.v2d.main.STATUS_GAMEOVER; trace("call gameover osd"); if (true || (this.firstContinue)) { this.firstContinue = false; trace("init continue"); this.initNewContinue2(); } else { trace("gameover"); _root.osd.gameOver(); } }; _global.v2d.CPlayer.prototype.initNewContinue2 = function () { this.score = 0; this.coins = 0; _global.v2d.respawn.executeJob("onResetWorld"); this.initNewLive(); }; _global.v2d.CPlayer.prototype.initOnScreen = function (entrance, pos) { if (entrance eq "") { entrance = "savepoint"; } this.newLiveScreen = _global.v2d.world.actLevel.id; this.newLiveMarker = entrance; this.newLivePos = pos; this.behaviour.initRuntime(); var markers = _global.v2d.world.actLevel.markers; var found = false; var i = 0; while (i < markers.length) { if (markers[i].props.name eq entrance) { markers[i].props.initRuntime(); this.behaviour.addPropsToRuntime(markers[i].props); this.sprite = markers[i].createSprite(pos, this.behaviour); this.sprite.engine.team = "player"; this.sprite.engine.player = this; found = true; break; } i++; } if (!found) { trace(("#ERROR: can't find marker >" + entrance) + "< on this screen"); } }; _global.v2d.CPlayer.prototype.setBehaviour = function (b) { trace("setBehaviour: " + b); this.behaviour.superPropsName = b; }; _global.v2d.CPlayer.prototype.setContinuePoint = function (screen, marker) { trace((("set cont point: " + screen) + " -> ") + marker); this.newContinueScreen = screen; this.newContinueMarker = marker; this.newLiveScreen = screen; this.newLiveMarker = marker; this.newLivePos = 0; this.actPass = _global.v2d.world.levels[screen].props.getProp("password"); trace("pass: " + this.actPass); _root.osd.updatePass(); }; _global.v2d.CPlayer.desc = new Object(); var desc = _global.v2d.CPlayer.desc; desc.useProps = ["player_dieAnimFrames"]; _global.v2d.CWorld = function () { this._class = "CWorld"; this.debug = false; this.levels = new Array(_global.v2d.maxLevels); this.scripts = new Array(); this.superProps = new Array(); this.players = new Array(1); this.players[0] = new _global.v2d.CPlayer(0); this.actLevelId = -1; this.ready = false; }; _global.v2d.CWorld.prototype.toString = function () { return("[World]"); }; _global.v2d.CWorld.prototype.toXml = function () { var x = new XML(); x.xmlDecl = "<?xml version=\"1.0\" ?>"; x.docTypeDecl = "<!DOCTYPE (c)neodelight v2dml >"; var e = x.createElement("world"); for (var i in this.scripts) { this.scripts[i].name = i; e.appendChild(this.scripts[i].toXmlNode()); } for (var i in this.superProps) { e.appendChild(this.superProps[i].toXmlNode()); } var i = 0; while (i < _global.v2d.maxLevels) { var l = this.levels[i].toXmlNode(); l.attributes.id = i; e.appendChild(l); i++; } x.appendChild(e); return(x); }; _global.v2d.CWorld.prototype.addObjectFromXml = function (o) { switch (o.nodeName) { case "l" : var id = o.attributes.id; if (!this.levels[id]) { this.levels[id] = new _global.v2d.CLevel(); } else { this.levels[id].clear(); } this.levels[id].fromXmlNode(o); return; case "script" : this.scripts[o.attributes.name] = new _global.v2d.CScript(); this.scripts[o.attributes.name].fromXmlNode(o); return; case "prop" : var p = (new _global.v2d.CProps()); p.fromXmlNode(o); this.superProps[p.name] = p; } }; _global.v2d.CWorld.prototype.initProps = function () { for (var i in this.superProps) { this.superProps[i].initRuntime(); } for (var i in this.levels) { var level = this.levels[i]; level.props.initRuntime(); for (var j in level.markers) { level.markers[j].props.initRuntime(); } for (var j in level.polys) { var poly = level.polys[j]; poly.props.initRuntime(); for (var k in poly.vectors) { poly.vectors[k].props.initRuntime(); } } } }; _global.v2d.CWorld.prototype.createLevel = function (id) { this.levels[id] = new _global.v2d.CLevel(); this.levels[id].id = id; this.actLevelId = id; }; _global.v2d.CWorld.prototype.deleteLevel = function (id) { this.levels[id] = undefined; if (this.actLevelId == id) { this.actLevel = undefined; } }; _global.v2d.CWorld.prototype.setLevel = function (id, entrance, pos) { _global.v2d.main.pause(); this.actLevel = this.levels[id]; this.actLevelId = id; this.actLevel.id = id; _root.osd.updateLevel(); if (this.debug) { trace("init level---------------START"); } _root.leved.refresh(); this.actLevel.init(entrance, pos); if (this.debug) { trace("init level---------------STOP"); } if (!this.actLevel) { if (this.debug) { trace("#ERROR: CWorld.setLevel: no leveldata"); } _global.v2d.gfx.fg.gotoAndStop(id + 1); _global.v2d.gfx.bg.gotoAndStop(id + 1); } }; _global.v2d.CWorld.prototype.getLevelByName = function (name) { var i = 0; while (i < this.levels.length) { if (this.levels[i].props.name eq name) { return(this.levels[i]); } i++; } trace("#ERROR: can't find level " + name); return(undefined); }; _global.v2d.CWorld.prototype.resolvePassword = function (pass) { result = -1; var i = 0; while (i < this.levels.length) { if (this.levels[i].props.getProp("password") eq pass) { return(i); } i++; } return(result); }; _global.v2d.CWorld.prototype.clear = function () { var i = 0; while (i < _global.v2d.maxLevels) { this.levels[i] = false; i++; } }; _global.v2d.CSEPlatform = function (sprite, props, x, y) { this._class = "CSEPlatform"; this.width = props.getProp("engine_width"); this.sprite = sprite; this.sprite._x = x; this.sprite._y = y; this.sprite._rotation = 0; this.props = props; this.team = ""; this.geometry = "platform"; this.position = new _global.v2d.CVector(x, y, 0, 0); this.vx = 0; this.vy = 0; this.c_slopeFactor = 1; }; _global.v2d.CSEPlatform.prototype.toString = function () { return(((((("[SpriteEngine:Platform pos: " + this.position) + " width=") + this.width) + " (sprite:") + this.sprite._target) + ")]"); }; _global.v2d.CSEPlatform.prototype.hit = function (object) { this.props.event("onHit", this, object); }; _global.v2d.CSEPlatform.prototype.getBoundingRect = function (bag) { bag.x0 = this.position.x0; bag.y0 = this.position.y0; bag.x1 = this.position.x0 + this.width; bag.y1 = this.position.y0; return(bag); }; _global.v2d.CSEPlatform.desc = new Object(); var desc = _global.v2d.CSEPlatform.desc; desc.useProps = new Array("engine_width"); _global.v2d.CSEPlatformDrone = function (sprite, props, x0, y0, x1, y1) { super(sprite, props, x0, y0); this._class = "CSEPlatformDrone"; this.debug = true; if (this.debug) { this.drawEditView(this.sprite); } this.dx = Number(x1 - x0); this.dy = Number(y1 - y0); this.v = Number(props.getProp("engine_speed")); this.pos = Number(props.getProp("engine_pos")); if (this.pos < 0) { this.v = this.v * -1; this.pos = this.pos * -1; } this.rootX = x0; this.rootY = y0; this.sprite._x = this.rootX + (this.dx * this.pos); this.sprite._y = this.rootY + (this.dy * this.pos); this.sprite._rotation = 0; this.move(0); }; _global.v2d.CSEPlatformDrone.prototype = new _global.v2d.CSEPlatform(); _global.v2d.CSEPlatformDrone.prototype.move = function (dt) { this.pos = this.pos + this.v; if (this.pos > 1) { this.pos = 1; this.v = Math.abs(this.v) * -1; } else if (this.pos < 0) { this.pos = 0; this.v = Math.abs(this.v); } var toX = (this.rootX + (this.dx * this.pos)); var toY = (this.rootY + (this.dy * this.pos)); this.vx = toX - this.position.x0; this.vy = toY - this.position.y0; this.position.x0 = toX; this.position.y0 = toY; this.sprite._x = this.position.x0; this.sprite._y = this.position.y0; }; _global.v2d.CSEPlatformDrone.prototype.getBoundingRect = function (bag) { bag.x0 = Math.min(this.rootX, this.rootX + this.dx); bag.y0 = Math.min(this.rootY, this.rootY + this.dy); bag.x1 = Math.max(this.rootX + this.width, (this.rootX + this.dx) + this.width); bag.y1 = Math.max(this.rootY, this.rootY + this.dy); return(bag); }; _global.v2d.CSEPlatformDrone.prototype.toString = function () { return(((((("[SpriteEngine:PlatformDrone (sprite:" + this.sprite._target) + " dx:") + this.dx) + " dy:") + this.dy) + "]"); }; _global.v2d.CSEPlatformDrone.desc = new Object(); var desc = _global.v2d.CSEPlatformDrone.desc; desc.useProps = _global.v2d.array.copy(_global.v2d.CSEPlatform.desc.useProps); desc.useProps.push("engine_pos", "engine_speed"); desc.doubleMarker = true; _global.v2d.CSECircle = function (sprite, props, x, y) { this._class = "CSECircle"; this.debug = false; this.sprite = sprite; this.sprite._x = x; this.sprite._y = y; this.sprite._rotation = 0; this.props = props; this.team = ""; this.geometry = "circle"; this.radius = props.getProp("engine_radius"); this.position = new _global.v2d.CVector(x, y, 0, 0); }; _global.v2d.CSECircle.prototype.hit = function (object) { this.props.event("onHit", this, object); }; _global.v2d.CSECircle.prototype.getBoundingRect = function (bag) { if (!bag) { return(new _global.v2d.CRect(this.position.x0 - this.radius, this.position.y0 - this.radius, this.position.x0 + this.radius, this.position.y0 + this.radius)); } bag.x0 = this.position.x0 - this.radius; bag.y0 = this.position.y0 - this.radius; bag.x1 = this.position.x0 + this.radius; bag.y1 = this.position.y0 + this.radius; return(bag); }; _global.v2d.CSECircle.prototype.toString = function () { return(("[SpriteEngine:Circle (sprite:" + this.sprite._target) + ")]"); }; _global.v2d.CSECircle.desc = new Object(); var desc = _global.v2d.CSECircle.desc; desc.useProps = ["engine_radius"]; _global.v2d.CSECircleDrone = function (sprite, props, x0, y0, x1, y1) { super(sprite, props, x0, y0); this._class = "CSECircleDrone"; this.dx = Number(x1 - x0); this.dy = Number(y1 - y0); this.v = Number(props.getProp("engine_speed")); this.pos = Number(props.getProp("engine_pos")); if (this.pos < 0) { this.v = this.v * -1; this.pos = this.pos * -1; } if ((this.v * this.dx) < 0) { this.sprite._xscale = -100; } else { this.sprite._xscale = 100; } this.rootX = x0; this.rootY = y0; this.move(0); }; _global.v2d.CSECircleDrone.prototype = new _global.v2d.CSECircle(); _global.v2d.CSECircleDrone.prototype.move = function (dt) { this.pos = this.pos + this.v; if (this.pos > 1) { this.pos = 1; this.v = Math.abs(this.v) * -1; if (this.dx > 0) { this.sprite._xscale = -100; } else { this.sprite._xscale = 100; } } else if (this.pos < 0) { this.pos = 0; this.v = Math.abs(this.v); if (this.dx > 0) { this.sprite._xscale = 100; } else { this.sprite._xscale = -100; } } this.position.x0 = this.rootX + (this.dx * this.pos); this.sprite._x = this.position.x0; this.position.y0 = this.rootY + (this.dy * this.pos); this.sprite._y = this.position.y0; }; _global.v2d.CSECircleDrone.prototype.getBoundingRect = function (bag) { bag.x0 = this.rootX; bag.y0 = this.rootY; bag.x1 = this.rootX + this.dx; bag.y1 = this.rootY + this.dy; bag.standardize(); bag.x0 = bag.x0 - this.radius; bag.y0 = bag.y0 - this.radius; bag.x1 = bag.x1 + this.radius; bag.y1 = bag.y1 + this.radius; return(bag); }; _global.v2d.CSECircleDrone.prototype.toString = function () { return(((((("[SpriteEngine:CircleDrone (sprite:" + this.sprite._target) + " dx:") + this.dx) + " dy:") + this.dy) + "]"); }; _global.v2d.CSECircleDrone.desc = new Object(); var desc = _global.v2d.CSECircleDrone.desc; desc.useProps = _global.v2d.array.copy(_global.v2d.CSECircle.desc.useProps); desc.useProps.push("engine_pos", "engine_speed"); desc.doubleMarker = true; _global.v2d.CSEBall = function (sprite, props, x, y) { super(sprite, props, x, y); this._class = "CSEBall"; this.debug = false; this.weight = props.getProp("engine_weight"); if (this.weight eq "") { this.weight = 0; } this.flex = props.getProp("engine_flex"); if (this.flex eq "") { this.flex = 1; } this.boundingRect = new _global.v2d.CRect(); this.objects = new Array(); this.to = new _global.v2d.CPoint(); this.perpTo = new _global.v2d.CVector(); this.par = new _global.v2d.CVector(); this.cornerPerp = new _global.v2d.CVector(); this.mirrorVector = new _global.v2d.CVector(); this.speed = new _global.v2d.CVector(0, 0, 0, 0); if (props.getProp("engine_vx") ne "") { this.speed.x1 = props.getProp("engine_vx"); } if (props.getProp("engine_vy") ne "") { this.speed.y1 = props.getProp("engine_vy"); } this.rotation = this.sprite._rotation; }; _global.v2d.CSEBall.prototype = new _global.v2d.CSECircle(); _global.v2d.CSEBall.prototype.move = function (dt) { this.position.x1 = this.speed.x1 * dt; this.position.y1 = this.speed.y1 * dt; this.to.x0 = this.position.x0 + this.position.x1; this.to.y0 = this.position.y0 + this.position.y1; this.boundingRect.x0 = this.position.x0; this.boundingRect.y0 = this.position.y0; this.boundingRect.x1 = this.to.x0; this.boundingRect.y1 = this.to.y0; this.boundingRect.standardize(); this.boundingRect.x0 = this.boundingRect.x0 - this.radius; this.boundingRect.y0 = this.boundingRect.y0 - this.radius; this.boundingRect.x1 = this.boundingRect.x1 + this.radius; this.boundingRect.y1 = this.boundingRect.y1 + this.radius; this.objects = _global.v2d.tiles.getVectorsWithinRect(this.boundingRect, this.objects); if (this.debug) { trace((((((("\n[" + _global.v2d.main.step) + "]->(") + this.objects.length) + "): move=") + this.position) + " speed=") + this.speed); this.boundingRect.drawOutline(_root.leved.debug, 1, 16750848); this.position.draw(_root.leved.debug, 1, 39168); } var collision = false; var collisionObject = undefined; var collisionPos = 0; _root.leved.collisionChecks = this.objects.length; var i = 0; while (i < this.objects.length) { var object = this.objects[i]; if (object.geometry eq "vector") { if (this.debug) { trace((("collision check. this: " + this.position) + " v: ") + object); var tmp = this.position.getParallel(((i + 1) * 3) - 2); object.draw(_root.leved.debug, 1, 8704); } if (this.debug) { trace("Collision Check Vector Line................"); } if (this.radius > 0) { this.par = object.cf_getParallel(this.radius, this.par); } else { this.par = object; } if (this.debug) { trace("par=" + this.par); } var perpFrom = this.par.calcPerpendicular(this.position); if (Math.abs(perpFrom.d) < _global.v2d.ZERO_LIMIT) { perpFrom.d = 0; } if (this.debug) { trace("perpFrom.d: " + perpFrom.d); } if (perpFrom.d >= 0) { this.perpTo = this.par.getPerpendicular(this.to, this.perpTo); if (this.debug) { trace("perpTo.d: " + this.perpTo.d); } if (this.perpTo.d < 0) { var cross = this.position.cross(this.par); if (cross.code == 7) { if (this.debug) { trace("collision"); } collision = true; this.to.x0 = cross.x; this.to.y0 = cross.y; this.position.pointTo(this.to.x0, this.to.y0); this.perpTo.scale(-1); var v = this.speed.length(); if (this.debug) { trace((("speed before: " + this.speed) + " v=") + v); trace((((((("perpTo=" + this.perpTo) + " perpFrom=") + this.perpFrom) + " cross=") + cross.x) + "/") + cross.y); } this.speed.x1 = (this.perpTo.x0 + this.perpTo.x1) - cross.x; this.speed.y1 = (this.perpTo.y0 + this.perpTo.y1) - cross.y; if (this.debug) { trace("after mirror/before unify: " + this.speed); } this.speed.unify(); this.speed.scale(v); if (this.debug) { trace("speed after: " + this.speed); } collisionObject = object; collisionPos = cross.m; } if (this.debug) { var temp = this.speed.copy(); temp.scale(dt); temp.x0 = this.to.x0; temp.y0 = this.to.y0; temp.draw(_root.leved.debug, 1, 16711680); trace((((((((((("cross code:" + cross.code) + " n:") + cross.n) + " m:") + cross.m) + " x:") + cross.x) + " y:") + cross.y) + "vector: ") + this.par); this.perpTo = this.par.getPerpendicular(this.to, this.perpTo); trace("new perpTo.d: " + this.perpTo.d); } } } if (this.radius > 0) { if (this.debug) { trace("Collision Check Vector Corner.............."); } this.cornerPerp = this.position.getPerpendicular(object, this.cornerPerp); if ((Math.abs(this.cornerPerp.d) <= this.radius) && (this.cornerPerp.p > 0)) { this.par = this.position.getParallel(this.cornerPerp.d, this.par); var parOffset = ((this.radius * Math.abs(Math.sin(Math.acos(Math.abs(this.cornerPerp.d) / this.radius)))) / this.position.length()); this.par.x0 = this.par.x0 + (this.par.x1 * parOffset); this.par.y0 = this.par.y0 + (this.par.y1 * parOffset); var p; if (Math.abs(this.par.x1) > Math.abs(this.par.y1)) { p = (object.x0 - this.par.x0) / this.par.x1; } else { p = (object.y0 - this.par.y0) / this.par.y1; } if ((p > 0) && (p <= 1)) { if (this.debug) { trace("Corner Hit"); } collision = true; this.position.x1 = this.position.x1 * p; this.position.y1 = this.position.y1 * p; this.to.x0 = this.sprite._x + this.position.x1; this.to.y0 = this.sprite._y + this.position.y1; this.mirrorVector.x0 = object.x0; this.mirrorVector.y0 = object.y0; this.mirrorVector.pointTo(this.to.x0, this.to.y0); this.cornerPerp = this.mirrorVector.getPerpendicular(this.position, this.cornerPerp); var v = this.speed.length(); this.cornerPerp.scale(-1); this.speed.x1 = (this.cornerPerp.x0 + this.cornerPerp.x1) - this.to.x0; this.speed.y1 = (this.cornerPerp.y0 + this.cornerPerp.y1) - this.to.y0; this.speed.unify(); this.speed.scale(v); collisionObject = object; collisionPos = 0; } } } } else if (object.geometry == "circle") { var distance = _global.v2d.math.p2pDistance(this.position.x0, this.position.y0, object.position.x0, object.position.y0); if (distance < (this.radius + object.radius)) { object.hit(this); } } else if (object.geometry == "platform") { if (this.debug) { trace("Collision Check Platform.............. " + object.toString()); } if (this.position.y1 > 0) { var cross = this.position.calcHCross(object.position.y0); var dx = (cross[0] - object.position.x0); if ((dx > (this.radius * -1)) && (dx < (object.width + this.radius))) { var fromY = (this.position.y0 + this.radius); var toY = (this.to.y0 + this.radius); if (this.debug) { trace((("fromY: " + fromY) + " toY: ") + toY); trace((("platfrom position.y0: " + object.position.y0) + " object.vy: ") + object.vy); } if ((fromY <= Math.max(object.position.y0, object.position.y0 - object.vy)) && (toY >= Math.min(object.position.y0, object.position.y0 - object.vy))) { if (this.debug) { trace("platform collision occured!"); } collision = true; collisionObject = object; collisionPos = 0; cross = this.position.calcHCross(object.position.y0 - this.radius); this.to.x0 = cross[0]; this.to.y0 = object.position.y0 - this.radius; this.position.pointTo(this.to.x0, this.to.y0); this.speed.y1 = Math.abs(this.speed.y1) * -1; this.speed.y1 = this.speed.y1 + ((object.vy / dt) * 3); } } } } else { trace("CSEBall: unknown collision object type: " + _global.v2d.debug.describe(object)); } i++; } this.sprite._x = this.to.x0; this.sprite._y = this.to.y0; this.position.x0 = this.to.x0; this.position.y0 = this.to.y0; this.sprite._rotation = this.sprite._rotation + (this.rotation * dt); if (collision) { this.collision(collisionObject, collisionPos); } else { this.noCollision(dt); } if (this.debug) { var temp = this.speed.copy(); temp.scale(dt); temp.x0 = this.to.x0; temp.y0 = this.to.y0; temp.draw(_root.leved.debug, 1, 65280); } }; _global.v2d.CSEBall.prototype.collision = function (collisionObject, collisionPos) { collisionObject.hit(this, collisionPos); this.speed.scale(this.flex); }; _global.v2d.CSEBall.prototype.noCollision = function (dt) { this.speed.y1 = this.speed.y1 + (this.weight * dt); }; _global.v2d.CSEBall.prototype.getBoundingRect = function (bag) { return("master"); }; _global.v2d.CSEBall.prototype.toString = function () { return(((((("[SpriteEngine:Ball (sprite:" + this.sprite._target) + " vx:") + this.vx) + " vy:") + this.vy) + "]"); }; _global.v2d.CSEBall.desc = new Object(); var desc = _global.v2d.CSEBall.desc; desc.useProps = _global.v2d.array.copy(_global.v2d.CSECircle.desc.useProps); desc.useProps.push("engine_weight", "engine_flex", "engine_vx", "engine_vy"); _global.v2d.CSEWonderBall = function (sprite, props, x, y) { super(sprite, props, x, y); this._class = "CSEWonderBall"; this.team = "player"; this.player = undefined; this.aY = props.getProp("engine_controlAY"); this.aX = props.getProp("engine_controlAX"); this.vXMax = props.getProp("engine_vSideMax"); this.vYMax = props.getProp("engine_vUpMax") * -1; this.vYMed = props.getProp("engine_vUpMed") * -1; this.vYMin = props.getProp("engine_vUpMin") * -1; this.vYTarget = this.vYMed; this.fX = props.getProp("engine_frictX"); this.fXOverLimit = props.getProp("engine_frictXOverSpeed"); }; _global.v2d.CSEWonderBall.prototype = new _global.v2d.CSEBall(); _global.v2d.CSEWonderBall.prototype.move = function (dt) { if (Key.isDown(38)) { this.vYTarget = this.vYMax; } else if (Key.isDown(40)) { this.vYTarget = this.vYMin; } else { this.vYTarget = this.vYMed; } this.speed.x1 = this.speed.x1 * this.fX; super.move(dt); this.player.framesAlive++; if (this.player.framesAlive > 50) { this.player.invincibleStat = false; } }; _global.v2d.CSEWonderBall.prototype.noCollision = function (dt) { super.noCollision(dt); if (Key.isDown(37) && (_global.v2d.main.step > 2)) { this.rotation = this.rotation - 0.1; var newSpeed = (this.speed.x1 - this.aX); newSpeed = newSpeed * this.fXOverLimit; this.speed.x1 = Math.min(this.speed.x1, newSpeed); } if (Key.isDown(39) && (_global.v2d.main.step > 2)) { this.rotation = this.rotation + 0.1; var newSpeed = (this.speed.x1 + this.aX); newSpeed = newSpeed * this.fXOverLimit; this.speed.x1 = Math.max(this.speed.x1, newSpeed); } this.rotation = this.rotation * 0.9; }; _global.v2d.CSEWonderBall.prototype.collision = function (collisionObject, collisionPos) { super.collision(collisionObject, collisionPos); this.sprite.blink(); _global.api.snd.play("bounce"); var slopeFactor = collisionObject.c_slopeFactor; if (slopeFactor > 0.2) { var acc = (this.aY * slopeFactor); if (this.speed.y1 < this.vYTarget) { this.speed.y1 = (acc * this.vYTarget) + ((1 - acc) * this.speed.y1); } else { var newSpeed = (this.vYTarget * slopeFactor); if (newSpeed < this.speed.y1) { this.speed.y1 = newSpeed; } } } }; _global.v2d.CSEWonderBall.prototype.damage = function (amount) { this.player.damage(amount); }; _global.v2d.CSEWonderBall.prototype.getBoundingRect = function (bag) { return("master"); }; _global.v2d.CSEWonderBall.prototype.toString = function () { return(((((("[SpriteEngine:WonderBall (sprite:" + this.sprite._target) + " vx:") + this.vx) + " vy:") + this.vy) + "]"); }; _global.v2d.CSEWonderBall.desc = new Object(); var desc = _global.v2d.CSEWonderBall.desc; desc.useProps = _global.v2d.array.copy(_global.v2d.CSEBall.desc.useProps); desc.useProps.push("engine_controlAY", "engine_controlAX", "engine_vSideMax", "engine_vUpMax", "engine_vUpMed", "engine_vUpMin", "engine_frictX", "engine_frictXOverSpeed"); _global.v2d.array.pushArrayItems(desc.useProps, _global.v2d.CPlayer.desc.useProps); desc.player = true; desc.doubleMarker = true; _global.v2d.CSEStarshipBall = function (sprite, props, x, y) { super(sprite, props, x, y); this._class = "CSEStarshipBall"; this.team = "player"; this.player = undefined; this.aY = props.getProp("engine_controlAY"); this.aX = props.getProp("engine_controlAX"); }; _global.v2d.CSEStarshipBall.prototype = new _global.v2d.CSEBall(); _global.v2d.CSEStarshipBall.prototype.move = function (dt) { if (Key.isDown(38)) { this.speed.y1 = this.speed.y1 - this.aY; } super.move(dt); }; _global.v2d.CSEStarshipBall.prototype.noCollision = function (dt) { super.noCollision(dt); if (Key.isDown(37) && (_global.v2d.main.step > 2)) { this.speed.x1 = this.speed.x1 - this.aX; } if (Key.isDown(39) && (_global.v2d.main.step > 2)) { this.speed.x1 = this.speed.x1 + this.aX; } this.rotation = this.rotation * 0.9; }; _global.v2d.CSEStarshipBall.prototype.collision = function (collisionObject, collisionPos) { super.collision(collisionObject, collisionPos); }; _global.v2d.CSEStarshipBall.prototype.damage = function (amount) { this.player.invincibleStat = false; this.player.die(); }; _global.v2d.CSEStarshipBall.prototype.getBoundingRect = function (bag) { return("master"); }; _global.v2d.CSEStarshipBall.prototype.toString = function () { return(((((("[SpriteEngine:starshipball (sprite:" + this.sprite._target) + " vx:") + this.vx) + " vy:") + this.vy) + "]"); }; _global.v2d.CSEStarshipBall.desc = new Object(); var desc = _global.v2d.CSEStarshipBall.desc; desc.useProps = _global.v2d.array.copy(_global.v2d.CSEBall.desc.useProps); desc.useProps.push("engine_controlAY", "engine_controlAX"); _global.v2d.array.pushArrayItems(desc.useProps, _global.v2d.CPlayer.desc.useProps); desc.player = true; desc.doubleMarker = true; _global.v2d.CSERocketBall = function (sprite, props, x, y) { super(sprite, props, x, y); this._class = "CSERocketBall"; this.team = "player"; this.player = undefined; this.aY = props.getProp("engine_controlAY"); this.aR = props.getProp("engine_controlAR"); this.fR = props.getProp("engine_frictR"); }; _global.v2d.CSERocketBall.prototype = new _global.v2d.CSEBall(); _global.v2d.CSERocketBall.prototype.move = function (dt) { if (Key.isDown(38)) { this.speed.y1 = this.speed.y1 - (Math.cos((this.sprite._rotation / 180) * Math.PI) * this.aY); this.speed.x1 = this.speed.x1 + (Math.sin((this.sprite._rotation / 180) * Math.PI) * this.aY); } super.move(dt); }; _global.v2d.CSERocketBall.prototype.noCollision = function (dt) { super.noCollision(dt); if (Key.isDown(37) && (_global.v2d.main.step > 2)) { this.rotation = this.rotation - this.aR; } if (Key.isDown(39) && (_global.v2d.main.step > 2)) { this.rotation = this.rotation + this.aR; } this.rotation = this.rotation * this.fR; }; _global.v2d.CSERocketBall.prototype.collision = function (collisionObject, collisionPos) { super.collision(collisionObject, collisionPos); }; _global.v2d.CSERocketBall.prototype.damage = function (amount) { this.player.damage(amount); }; _global.v2d.CSERocketBall.prototype.getBoundingRect = function (bag) { return("master"); }; _global.v2d.CSERocketBall.prototype.toString = function () { return(((((("[SpriteEngine:rocketball (sprite:" + this.sprite._target) + " vx:") + this.vx) + " vy:") + this.vy) + "]"); }; _global.v2d.CSERocketBall.desc = new Object(); var desc = _global.v2d.CSERocketBall.desc; desc.useProps = _global.v2d.array.copy(_global.v2d.CSEBall.desc.useProps); desc.useProps.push("engine_controlAY", "engine_controlAR", "engine_frictR"); _global.v2d.array.pushArrayItems(desc.useProps, _global.v2d.CPlayer.desc.useProps); desc.player = true; desc.doubleMarker = true; _global.v2d.CEventSystem = function () { this._class = "CEventSystem"; }; _global.v2d.CEventSystem.prototype.toString = function () { return("[EventSystem]"); }; _global.v2d.CEventSystem.prototype.execute = function (event) { trace("execute event: " + event); _global.v2d.respawn.executeJob(event); var i = 0; while (i < _global.v2d.world.actLevel.polys.length) { var poly = _global.v2d.world.actLevel.polys[i]; poly.props.event(event, poly); var j = 0; while (j < poly.vectors.length) { poly.vectors[j].props.event(event, poly.vectors[j]); j++; } i++; } var i = 0; while (i < _global.v2d.world.actLevel.markers.length) { var marker = _global.v2d.world.actLevel.markers[i]; marker.props.event(event, marker); i++; } }; _global.v2d.CRespawnSystem = function () { this._class = "CRespawnSystem"; this.jobs = new Array(); this.clear(); }; _global.v2d.CRespawnSystem.prototype.toString = function () { return("[RespawnSystem]"); }; _global.v2d.CRespawnSystem.prototype.clear = function () { for (e in this.jobs) { var list = this.jobs[e]; var i = 0; while (i < list.length) { delete list[i]; i++; } delete list; } }; _global.v2d.CRespawnSystem.prototype.addJob = function (props, name, event) { if (this.jobs[event] == undefined) { this.jobs[event] = new Array(); } this.jobs[event].push(new Array(props, name)); }; _global.v2d.CRespawnSystem.prototype.executeJob = function (event) { var list = this.jobs[event]; while (list.length > 0) { var job = list.pop(); job[0].resetProp(job[1]); } delete this.jobs[event]; }; _global.v2d.CTileSystem = function (screenWidth, screenHeight, tileWidth, tileHeight) { this._class = "CTileSystem"; this.screenWidth = screenWidth; this.screenHeight = screeHeight; this.tileWidth = tileWidth; this.tileHeight = tileHeight; this.tilesX = Math.floor(screenWidth / tileWidth); this.tilesY = Math.floor(screenHeight / tileHeight); this.tiles = new Array(this.tilesX); var i = 0; while (i < this.tilesX) { this.tiles[i] = new Array(this.tilesY); var j = 0; while (j < this.tilesY) { this.tiles[i][j] = new Array(); this.tiles[i][j].rect = new _global.v2d.CRect(i * this.tileWidth, j * this.tileHeight, (i + 1) * this.tileWidth, (j + 1) * this.tileHeight); j++; } i++; } this.master = new Array(); this.boundingRect = new _global.v2d.CRect(); }; _global.v2d.CTileSystem.prototype.toString = function () { return("[TileSystem]"); }; _global.v2d.CTileSystem.prototype.clear = function () { var i = 0; while (i < this.tilesX) { var j = 0; while (j < this.tilesY) { this.tiles[i][j].splice(0, this.tiles[i][j].length); j++; } i++; } this.master.splice(0, this.master.length); }; _global.v2d.CTileSystem.prototype.drawEditView = function (mc) { var i = 0; while (i < this.tilesX) { var j = 0; while (j < this.tilesY) { this.tiles[i][j].rect.drawOutline(mc, 1, 214748364); j++; } i++; } }; _global.v2d.CTileSystem.prototype.addVector = function (v) { v.cache(); var sel = this.selectTileCoords(v.getBoundingRect(this.boundingRect)); var i = sel.fromX; while (i <= sel.toX) { var j = sel.fromY; while (j <= sel.toY) { if (v.hitRect(this.tiles[i][j].rect)) { this.tiles[i][j].push(v); } j++; } i++; } }; _global.v2d.CTileSystem.prototype.addSprite = function (s) { var br = s.getBoundingRect(this.boundingRect); if (br == undefined) { return(undefined); } if (br == "master") { this.master.push(s); return(undefined); } var sel = this.selectTileCoords(br); var i = sel.fromX; while (i <= sel.toX) { var j = sel.fromY; while (j <= sel.toY) { if ((i >= 0) && (j >= 0)) { this.tiles[i][j].push(s); } j++; } i++; } }; _global.v2d.CTileSystem.prototype.selectTileCoords = function (rect) { rect.standardize(); var fromX = Math.floor(rect.x0 / this.tileWidth); var toX = Math.floor(rect.x1 / this.tileWidth); var fromY = Math.floor(rect.y0 / this.tileHeight); var toY = Math.floor(rect.y1 / this.tileHeight); if (fromX > toX) { var temp = fromX; fromX = toX; toX = temp; } if (fromY > toY) { var temp = fromY; fromY = toY; toY = temp; } return({fromX:fromX, toX:toX, fromY:fromY, toY:toY}); }; _global.v2d.CTileSystem.prototype.getVectorsWithinRect = function (rect, bag) { var sel = this.selectTileCoords(rect); var result = bag; if (!result) { trace("getVectorsWithinRect: no bag"); result = new Array(); } else { bag.splice(0, bag.length); } var i = sel.fromX; while (i <= sel.toX) { var j = sel.fromY; while (j <= sel.toY) { var k = 0; while (k < this.tiles[i][j].length) { var candidate = this.tiles[i][j][k]; var exists = false; var l = 0; while (l < result.length) { if (result[l] === candidate) { exists = true; break; } l++; } if (((!exists) && (candidate.props.getProp("active") != 0)) && (candidate.owner.props.getProp("active") != 0)) { result.push(candidate); } k++; } j++; } i++; } var i = 0; while (i < this.master.length) { result.push(this.master[i]); i++; } return(result); }; _global.v2d.CTileSystem.prototype.loadLevel = function (level) { this.clear(); var i = 0; while (i < level.polys.length) { var poly = level.polys[i]; var j = 0; while (j < poly.vectors.length) { this.addVector(poly.vectors[j]); j++; } i++; } var i = 0; while (i < _global.v2d.sprites.sprites.length) { var sprite = _global.v2d.sprites.sprites[i].engine; if (sprite.team ne "player") { this.addSprite(sprite); } i++; } }; _global.v2d.CSpriteSystem = function () { this._class = "CSpriteSystem"; this.sprites = new Array(); this.reset(); }; _global.v2d.CSpriteSystem.prototype.toString = function () { return("[SpriteSystem]"); }; _global.v2d.CSpriteSystem.prototype.reset = function () { for (var mc in _global.v2d.gfx.sprites) { _global.v2d.gfx.sprites[mc].removeMovieClip(); } this.sprites.splice(0, this.sprites.length); this.nextId = 0; }; _global.v2d.CSpriteSystem.prototype.createSprite = function (identifier) { if (identifier eq "") { identifier = "vector_engine_sprite_invisible"; } _global.v2d.gfx.sprites.attachMovie(identifier, "s_" + this.nextId, this.nextId, engine); var sprite = _global.v2d.gfx.sprites["s_" + this.nextId]; this.sprites.push(sprite); this.nextId++; return(sprite); }; _global.v2d.CSpriteSystem.prototype.moveSprites = function (dt) { var i = 0; while (i < this.sprites.length) { this.sprites[i].engine.move(dt); i++; } }; _global.v2d.CMain = function () { this._class = "CMain"; this.STATUS_INACTIVE = 0; this.STATUS_RUNNING = 1; this.STATUS_PAUSED = 2; this.STATUS_GAMEOVER = 3; this.status = this.STATUS_INACTIVE; this.step = 0; this.sleepSteps = 0; this.stepTimeStamp = 0; this.maxStepTime = 80; this.targetScreen = undefined; this.targetMarker = undefined; _global.v2d.ready = true; }; _global.v2d.CMain.prototype.loop = function () { if (this.sleepSteps > 0) { this.sleepSteps--; } else { switch (this.status) { case this.STATUS_RUNNING : this.doStep(); return; case this.STATUS_INACTIVE : case this.STATUS_PAUSED : this.stepTimeStamp = getTimer(); if (this.targetScreen ne "") { this.doSetScreen(); } return; case this.GAMEOVER : this.stepTimeStamp = getTimer(); } } }; _global.v2d.CMain.prototype.doStep = function () { this.step++; _root.leved.debug.clear(); var millis = (getTimer() - this.stepTimeStamp); this.stepTimeStamp = getTimer(); if (millis > this.maxStepTime) { millis = this.maxStepTime; } _global.v2d.sprites.moveSprites(millis); }; _global.v2d.CMain.prototype.setScreen = function (index, marker, pos, pause) { this.pause(); this.targetScreen = index; this.targetMarker = marker; this.targetPos = Number(pos); this.targetPause = pause; }; _global.v2d.CMain.prototype.doSetScreen = function () { this.step = 0; _global.v2d.world.setLevel(this.targetScreen, this.targetMarker, this.targetPos); this.targetScreen = undefined; this.targetMarker = undefined; this.targetPos = undefined; if (!this.targetPause) { this.run(); } }; _global.v2d.CMain.prototype.resetScreen = function (entrance) { this.pause(); this.step = 0; _global.v2d.world.actLevel.init(entrance); }; _global.v2d.CMain.prototype.levedResetScreen = function (entrance) { _global.v2d.world.actLevel.updateObjectsByName(); _global.v2d.world.initProps(); this.resetScreen(entrance); }; _global.v2d.CMain.prototype.run = function () { this.stepTimeStamp = getTimer(); this.status = this.STATUS_RUNNING; }; _global.v2d.CMain.prototype.pause = function () { this.status = this.STATUS_PAUSED; }; _global.v2d.CMain.prototype.sleep = function (frames) { this.sleepSteps = frames; }; _global.v2d.CMain.prototype.startGame = function (pass) { _global.v2d.gfx = _root.gfx; _global.v2d.maxLevels = Math.max(_global.v2d.gfx.bg._totalframes, _global.v2d.gfx.fg._totalframes); var startLevel = 60; _global.v2d.world.players[0].setContinuePoint(startLevel, "savepoint"); _global.v2d.world.players[0].initNewContinue(); }; _global.v2d.CMain.prototype.exit = function () { _global.v2d.respawn.executeJob("onResetWorld"); _root.gotoAndPlay("intro_play"); }; _global.v2d.CMain.prototype.toString = function () { return(("[MainLoop (status: " + this.status) + ")]"); };
Symbol 153 MovieClip Frame 2
stop();
Symbol 156 MovieClip Frame 1
#initclip 1 _global.api = new Object(); _global.api.debug = new Object(); _global.api.debug.describe = function (o) { var d = (("[DESCRIBE: " + o.toString()) + "]"); d = d + "\n---------------------------DESC-START"; for (var i in o) { d = d + (((newline + i) + ": ") + o[i]); } d = d + "\n---------------------------DESC-STOP"; return(d); }; _global.api.snd = new Object(); _global.api.snd.lib = new Object(); _global.api.snd.load = function (name, url) { var s = new Sound(); if (url eq "") { s.attachSound(name); } else { s.loadSound(url); } _global.api.snd.lib[name] = s; }; _global.api.snd.play = function (name) { _root.snd[name].gotoAndPlay(1); }; _global.api.highscore = new Object(); _global.api.highscore.charTable = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz&=."; _global.api.highscore.keystring = "whytheheckdoyouwasteyourtimehackingthishighscorelist"; _global.api.highscore.keystring2 = "AnotherKey4You2FindOut4815jiagIOm30JK"; _global.api.highscore.urlSubmit = "http://www.neodelight.com/v4/high_enter.php"; _global.api.highscore.initSession = function () { this.session = ""; while (this.session.length < 20) { this.session = this.session + this.charTable.charAt(Math.round(Math.random() * (this.charTable.length - 1))); } this.charTableIndex = new Array(); var i = 0; while (i < this.charTable.length) { this.charTableIndex[this.charTable.charCodeAt(i)] = i; i++; } }; _global.api.highscore.submit = function (pGame, pDisciple, pScore0, pScore1) { var s = (("g=" + pGame) + "&"); s = s + (("d=" + pDisciple) + "&"); s = s + (("s0=" + pScore0) + "&"); s = s + (("s1=" + pScore1) + "&"); s = s + ("se=" + escape(session)); s = s + "&c=42"; var urlSubmit = ((this.urlSubmit + "?s=") + escape(this.encrypt(this.encrypt(s, this.keystring), this.keystring2))); trace(urlSubmit); getURL (urlSubmit, "_blank"); }; _global.api.highscore.encrypt = function (text, pKey) { var crypt = ""; var checkSum = 0; var shift; var code; var i = 0; while (i < text.length) { char = this.charTableIndex[text.charCodeAt(i)]; shift = this.charTableIndex[pKey.charCodeAt(i % pKey.length)]; code = (char + shift) + checkSum; code = code % this.charTable.length; crypt = crypt + this.charTable.charAt(code); checkSum = checkSum + code; i++; } checkSum = checkSum % this.charTable.length; return((crypt + "") + this.charTable.charAt(checkSum)); }; _global.api.highscore.initSession(); #endinitclip _visible = false;
Symbol 160 MovieClip Frame 1
stop();
Symbol 162 MovieClip Frame 1
stop();
Symbol 164 MovieClip Frame 1
stop();
Symbol 166 MovieClip Frame 1
stop();
Symbol 168 MovieClip Frame 1
stop();
Symbol 169 MovieClip Frame 1
stop();
Symbol 170 MovieClip Frame 1
_visible = false;
Symbol 174 Button
on (release) { _root.gotoAndStop("intro"); }
Symbol 181 MovieClip Frame 1
startFrame = _parent._currentframe;
Symbol 181 MovieClip Frame 2
vol = (1 - ((_parent._currentFrame - startFrame) / (_parent._totalFrames - startFrame))) * 100; if (vol < 0) { vol = 0; } _parent.snd.setVolume(vol);
Symbol 181 MovieClip Frame 3
gotoAndPlay (2);
Symbol 182 MovieClip Frame 1
snd = new Sound(this); snd.setVolume(100); if (_root.reducedBranding) { _parent.play(); } else { _parent.stop(); }
Symbol 182 MovieClip Frame 123
stop(); _parent.play();
Symbol 188 Button
on (press) { if (_root.leved.mode != _root.leved.MODE_ARROW) { return(undefined); } _root.leved.selectObject(_parent.marker); _root.leved.dragListener = this; this.x = _root._xmouse; this.y = _root._ymouse; this.dragmode = "p1"; }
Symbol 191 Button
on (press) { if (_root.leved.mode != _root.leved.MODE_ARROW) { return(undefined); } _root.leved.selectObject(_parent.marker); _root.leved.dragListener = this; this.x = _root._xmouse; this.y = _root._ymouse; this.dragmode = "p0"; }
Symbol 192 Button
on (press) { if (_root.leved.mode != _root.leved.MODE_ARROW) { return(undefined); } _root.leved.selectObject(_parent.marker); _root.leved.dragListener = this; this.x = _root._xmouse; this.y = _root._ymouse; this.dragmode = "p0"; }
Symbol 193 MovieClip [leved_handle_marker] Frame 1
function drag() { var newX = _root._xmouse; var newY = _root._ymouse; var rasterX = Number(_root.leved.rasterX); var rasterY = Number(_root.leved.rasterY); if (rasterX > 0) { newX = Math.round(newX / rasterX) * rasterX; } if (rasterY > 0) { newY = Math.round(newY / rasterY) * rasterY; } switch (this.dragMode) { case "p0" : with (_parent) { marker.x0 = newX; marker.y0 = newY; } break; case "p1" : with (_parent) { marker.x1 = newX; marker.y1 = newY; } } _parent.marker.updateEditView(); }
Symbol 193 MovieClip [leved_handle_marker] Frame 2
stop();
Symbol 194 Button
on (press) { if (_root.leved.mode != _root.leved.MODE_ARROW) { return(undefined); } _root.leved.selectObject(_parent._parent.poly); _root.leved.dragListener = this; this.x = _root._xmouse; this.y = _root._ymouse; }
Symbol 195 MovieClip [leved_handle_poly] Frame 1
function drag() { var dx = (_root._xmouse - this.x); var dy = (_root._ymouse - this.y); this.x = _root._xmouse; this.y = _root._ymouse; _parent._parent.poly.movePoly(dx, dy); _parent._parent.poly.updateEditView(); }
Symbol 196 Button
on (press) { if (_root.leved.mode != _root.leved.MODE_ARROW) { return(undefined); } this.lastClick = getTimer(); _root.leved.selectObject(_parent.vector); _root.leved.dragListener = this; }
Symbol 197 Button
on (press) { if (_root.leved.mode != _root.leved.MODE_ARROW) { return(undefined); } this.lastClick = getTimer(); _root.leved.selectObject(_parent.vector); _root.leved.dragListener = this; }
Symbol 198 MovieClip [leved_handle_vertex] Frame 1
function drag() { var x = _root._xmouse; var y = _root._ymouse; if (x < 0) { x = 0; } if (y < 0) { y = 0; } switch (_root.leved.alignMode) { case "prev" : if (Key.isDown(17)) { if (Key.isDown(16)) { x = _parent.vector.prevVector.x0; } else { y = _parent.vector.prevVector.y0; } } break; case "next" : if (Key.isDown(17)) { if (Key.isDown(16)) { x = _parent.vector.nextVector.x0; } else { y = _parent.vector.nextVector.y0; } } break; case "rect" : if (Key.isDown(17)) { var alignX0 = _parent.vector.nextVector.x0; var alignY0 = _parent.vector.prevVector.y0; var alignX1 = _parent.vector.prevVector.x0; var alignY1 = _parent.vector.nextVector.y0; if (_global.v2d.math.p2pDistance(alignX0, alignY0, _root._xmouse, _root._ymouse) < _global.v2d.math.p2pDistance(alignX1, alignY1, _root._xmouse, _root._ymouse)) { x = alignX0; y = alignY0; } else { x = alignX1; y = alignY1; } } break; default : trace("unknown align mode: " + _root.leved.alignMode); } _parent._parent.poly.movePointTo(_parent.vector.id, x, y); }
Symbol 198 MovieClip [leved_handle_vertex] Frame 2
stop();
Symbol 210 MovieClip Frame 2
if (_global.v2d.world.players[0].invincibleStat) { gotoAndPlay (20); } else if (Math.random() < 0.99) { gotoAndPlay (1); }
Symbol 210 MovieClip Frame 19
gotoAndPlay (1);
Symbol 210 MovieClip Frame 23
if (_global.v2d.world.players[0].invincibleStat) { gotoAndPlay (20); }
Symbol 215 MovieClip Frame 1
_rotation = (-1 * _parent._rotation);
Symbol 215 MovieClip Frame 73
stop();
Symbol 218 MovieClip [sprite_0] Frame 1
function blink() { if (!_global.v2d.world.players[0].invincibleStat) { gfx.gotoAndPlay("blink"); } } stop();
Symbol 218 MovieClip [sprite_0] Frame 2
_global.api.snd.play("die");
Symbol 218 MovieClip [sprite_0] Frame 72
stop();
Symbol 248 MovieClip [bird] Frame 1
stop();
Symbol 248 MovieClip [bird] Frame 2
_global.api.snd.play("die");
Symbol 248 MovieClip [bird] Frame 72
stop();
Symbol 275 MovieClip [rocket] Frame 1
stop();
Symbol 275 MovieClip [rocket] Frame 2
_global.api.snd.play("die");
Symbol 275 MovieClip [rocket] Frame 72
stop();
Symbol 279 MovieClip Frame 1
stop();
Symbol 285 Button
on (release) { fscommand ("quit"); getURL (_root.moreGamesUrl, "_top"); }
Symbol 287 Button
on (release) { getURL (_root.moreGamesUrl, "_top"); }
Symbol 290 MovieClip Frame 10
stop();
Symbol 294 Button
on (release) { pass = ""; gotoAndPlay (72); }
Symbol 295 MovieClip Frame 1
this.preloaded = _root.getBytesLoaded(); this.onEnterFrame = function () { percent = (_root.getBytesLoaded() - this.preloaded) / (_root.getBytesTotal() - this.preloaded); percent = int(percent * 100); this.bar._xscale = percent; if (percent == 100) { _root.nextFrame(); } };
Symbol 301 Button
on (release) { nextFrame(); }
Symbol 309 Button
on (release) { prevFrame(); }
Symbol 330 Button
on (release) { getURL (_root.moreGamesUrl, "_top"); }
Symbol 345 MovieClip Frame 1
gotoAndStop(_root.version);
Symbol 346 MovieClip Frame 1
stop();
Symbol 347 Button
on (release) { nextFrame(); }
Symbol 417 MovieClip Frame 1
stop(); fg.stop(); bg.stop();
Instance of Symbol 416 MovieClip in Symbol 417 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Symbol 435 Button
on (release) { nextFrame(); }
Symbol 443 Button
on (release) { _global.v2d.main.exit(); }
Symbol 449 Button
on (release) { prevFrame(); }
Symbol 450 MovieClip Frame 1
stop();
Symbol 458 MovieClip Frame 1
stop();
Symbol 462 Button
on (release) { _global.v2d.world.players[0].initNewContinue2(); gotoAndStop (1); }
Symbol 463 Button
on (release) { _global.v2d.main.exit(); }
Symbol 465 MovieClip Frame 1
stop();
Symbol 465 MovieClip Frame 2
stop();
Symbol 466 MovieClip Frame 1
this.update = function () { this.updateLives(); this.updateScore(); this.updateLevel(); this.updatePass(); this.updateCoins(); }; this.updateLives = function () { this.actLives = _global.v2d.world.players[0].actLives; if (l < 5) { this.lives.gotoAndStop(this.actLives + 1); } else { this.lives.gotoAndStop(6); } }; this.updateScore = function () { this.actScore = _global.v2d.world.players[0].score; }; this.updateCoins = function () { this.actCoins = _global.v2d.world.players[0].coins; }; this.updateLevel = function () { this.actLevel = "#" + _global.v2d.world.actLevel.id; }; this.updatePass = function () { if (_global.v2d.world.players[0].actPass eq "") { this.actPass = ""; } else { this.actPass = "password: " + _global.v2d.world.players[0].actPass; } }; this.extraLife = function () { extraLifeAnim.gotoAndPlay(2); }; this.gameOver = function () { gameOverMc.gotoAndPlay(2); }; this.actLives = 0; this.actScore = 0; this.update();
Instance of Symbol 431 MovieClip in Symbol 466 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Symbol 474 Button
on (release) { _global.v2d.main.exit(); }
Symbol 478 Button
on (release) { getURL (_root.nextEpisodeUrl, "_top"); }
Symbol 481 MovieClip Frame 1
gotoAndStop(_root.version);

Library Items

Symbol 1 Sound [coin]Used by:174
Symbol 2 GraphicUsed by:3
Symbol 3 MovieClipUses:2Used by:4
Symbol 4 MovieClip [star]Uses:3
Symbol 5 GraphicUsed by:6
Symbol 6 MovieClipUses:5Used by:12
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClipUses:7Used by:11
Symbol 9 GraphicUsed by:11
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:8 9 10Used by:12
Symbol 12 MovieClipUses:6 11Used by:13
Symbol 13 MovieClip [object]Uses:12
Symbol 14 GraphicUsed by:15 78 82 83 92
Symbol 15 MovieClip [fpb_hitArea]Uses:14
Symbol 16 GraphicUsed by:17 18 25 26 31 32 33 34 37 38
Symbol 17 MovieClipUses:16Used by:24
Symbol 18 MovieClipUses:16Used by:24
Symbol 19 GraphicUsed by:20 21 27 28 39 40
Symbol 20 MovieClipUses:19Used by:24
Symbol 21 MovieClipUses:19Used by:24
Symbol 22 GraphicUsed by:23 29 35 41 44 62 79 80 86 87 89 95 107
Symbol 23 MovieClipUses:22Used by:24
Symbol 24 MovieClipUses:17 18 20 21 23Used by:43
Symbol 25 MovieClipUses:16Used by:30
Symbol 26 MovieClipUses:16Used by:30
Symbol 27 MovieClipUses:19Used by:30
Symbol 28 MovieClipUses:19Used by:30
Symbol 29 MovieClipUses:22Used by:30
Symbol 30 MovieClipUses:25 26 27 28 29Used by:43
Symbol 31 MovieClipUses:16Used by:36
Symbol 32 MovieClipUses:16Used by:36
Symbol 33 MovieClipUses:16Used by:36
Symbol 34 MovieClipUses:16Used by:36
Symbol 35 MovieClipUses:22Used by:36
Symbol 36 MovieClipUses:31 32 33 34 35Used by:43
Symbol 37 MovieClipUses:16Used by:42
Symbol 38 MovieClipUses:16Used by:42
Symbol 39 MovieClipUses:19Used by:42
Symbol 40 MovieClipUses:19Used by:42
Symbol 41 MovieClipUses:22Used by:42
Symbol 42 MovieClipUses:37 38 39 40 41Used by:43
Symbol 43 MovieClip [fpb_states]Uses:24 30 36 42
Symbol 44 MovieClipUses:22Used by:55
Symbol 45 GraphicUsed by:46
Symbol 46 MovieClipUses:45Used by:55
Symbol 47 GraphicUsed by:48 68 98 113
Symbol 48 MovieClipUses:47Used by:55
Symbol 49 GraphicUsed by:50 69 99 114
Symbol 50 MovieClipUses:49Used by:55
Symbol 51 GraphicUsed by:52 57 67 100 104 112
Symbol 52 MovieClipUses:51Used by:55
Symbol 53 GraphicUsed by:54 56 66 101 103 111
Symbol 54 MovieClipUses:53Used by:55
Symbol 55 MovieClipUses:44 46 48 50 52 54Used by:75
Symbol 56 MovieClipUses:53Used by:65
Symbol 57 MovieClipUses:51Used by:65
Symbol 58 GraphicUsed by:59 105
Symbol 59 MovieClipUses:58Used by:65
Symbol 60 GraphicUsed by:61 106
Symbol 61 MovieClipUses:60Used by:65
Symbol 62 MovieClipUses:22Used by:65
Symbol 63 GraphicUsed by:64
Symbol 64 MovieClipUses:63Used by:65
Symbol 65 MovieClipUses:56 57 59 61 62 64Used by:75
Symbol 66 MovieClipUses:53Used by:74
Symbol 67 MovieClipUses:51Used by:74
Symbol 68 MovieClipUses:47Used by:74
Symbol 69 MovieClipUses:49Used by:74
Symbol 70 GraphicUsed by:71 115
Symbol 71 MovieClipUses:70Used by:74
Symbol 72 GraphicUsed by:73
Symbol 73 MovieClipUses:72Used by:74
Symbol 74 MovieClipUses:66 67 68 69 71 73Used by:75
Symbol 75 MovieClip [UpArrow]Uses:55 65 74
Symbol 76 GraphicUsed by:77
Symbol 77 MovieClipUses:76Used by:81
Symbol 78 MovieClipUses:14Used by:81
Symbol 79 MovieClipUses:22Used by:81
Symbol 80 MovieClipUses:22Used by:81
Symbol 81 MovieClipUses:77 78 79 80Used by:94
Symbol 82 MovieClipUses:14Used by:88
Symbol 83 MovieClipUses:14Used by:88
Symbol 84 GraphicUsed by:85
Symbol 85 MovieClipUses:84Used by:88
Symbol 86 MovieClipUses:22Used by:88
Symbol 87 MovieClipUses:22Used by:88
Symbol 88 MovieClipUses:82 83 85 86 87Used by:94
Symbol 89 MovieClipUses:22Used by:93
Symbol 90 GraphicUsed by:91
Symbol 91 MovieClipUses:90Used by:93
Symbol 92 MovieClipUses:14Used by:93
Symbol 93 MovieClipUses:89 91 92Used by:94
Symbol 94 MovieClip [ScrollThumb]Uses:81 88 93
Symbol 95 MovieClipUses:22Used by:102
Symbol 96 GraphicUsed by:97
Symbol 97 MovieClipUses:96Used by:102
Symbol 98 MovieClipUses:47Used by:102
Symbol 99 MovieClipUses:49Used by:102
Symbol 100 MovieClipUses:51Used by:102
Symbol 101 MovieClipUses:53Used by:102
Symbol 102 MovieClipUses:95 97 98 99 100 101Used by:119
Symbol 103 MovieClipUses:53Used by:110
Symbol 104 MovieClipUses:51Used by:110
Symbol 105 MovieClipUses:58Used by:110
Symbol 106 MovieClipUses:60Used by:110
Symbol 107 MovieClipUses:22Used by:110
Symbol 108 GraphicUsed by:109
Symbol 109 MovieClipUses:108Used by:110
Symbol 110 MovieClipUses:103 104 105 106 107 109Used by:119
Symbol 111 MovieClipUses:53Used by:118
Symbol 112 MovieClipUses:51Used by:118
Symbol 113 MovieClipUses:47Used by:118
Symbol 114 MovieClipUses:49Used by:118
Symbol 115 MovieClipUses:70Used by:118
Symbol 116 GraphicUsed by:117
Symbol 117 MovieClipUses:116Used by:118
Symbol 118 MovieClipUses:111 112 113 114 115 117Used by:119
Symbol 119 MovieClip [DownArrow]Uses:102 110 118
Symbol 120 FontUsed by:121 151 155 158 184 415 430
Symbol 121 EditableTextUses:120Used by:Timeline
Symbol 122 BitmapUsed by:123
Symbol 123 GraphicUses:122Used by:482  Timeline
Symbol 124 GraphicUsed by:129 132
Symbol 125 GraphicUsed by:128
Symbol 126 GraphicUsed by:128
Symbol 127 GraphicUsed by:128
Symbol 128 MovieClipUses:125 126 127Used by:129
Symbol 129 MovieClipUses:124 128Used by:132
Symbol 130 FontUsed by:131
Symbol 131 EditableTextUses:130Used by:132
Symbol 132 MovieClipUses:124 129 131Used by:Timeline
Symbol 133 FontUsed by:134 141 173 284 286 291 293 296 304 305 306 307 308 311 312 313 328 329 332 436 437 438 439 440 441 444 445 446 447 461 464 469 471 473 475 477 479 480
Symbol 134 TextUses:133Used by:Timeline
Symbol 135 GraphicUsed by:140 295
Symbol 136 GraphicUsed by:137
Symbol 137 MovieClipUses:136Used by:140 295
Symbol 138 BitmapUsed by:139
Symbol 139 GraphicUses:138Used by:140 295
Symbol 140 MovieClipUses:135 137 139Used by:Timeline
Symbol 141 TextUses:133Used by:Timeline
Symbol 142 GraphicUsed by:177 330  Timeline
Symbol 143 BitmapUsed by:145
Symbol 144 BitmapUsed by:145
Symbol 145 GraphicUses:143 144Used by:177 331  Timeline
Symbol 146 GraphicUsed by:177 331  Timeline
Symbol 147 GraphicUsed by:148
Symbol 148 MovieClipUses:147Used by:177 331  Timeline
Symbol 149 MovieClipUsed by:153
Symbol 150 GraphicUsed by:153
Symbol 151 EditableTextUses:120Used by:153
Symbol 152 MovieClipUsed by:153
Symbol 153 MovieClipUses:149 150 151 152Used by:Timeline
Symbol 154 GraphicUsed by:156
Symbol 155 EditableTextUses:120Used by:156
Symbol 156 MovieClipUses:154 155Used by:Timeline
Symbol 157 GraphicUsed by:170
Symbol 158 EditableTextUses:120Used by:170
Symbol 159 Sound [bounce]Used by:160 279
Symbol 160 MovieClipUses:159Used by:170
Symbol 161 Sound [coin]Used by:162 279 285 287 292 294 347 462 463 474 478
Symbol 162 MovieClipUses:161Used by:170
Symbol 163 SoundUsed by:164 279
Symbol 164 MovieClipUses:163Used by:170
Symbol 165 SoundUsed by:166 279
Symbol 166 MovieClipUses:165Used by:170
Symbol 167 SoundUsed by:168 279
Symbol 168 MovieClipUses:167Used by:170
Symbol 169 MovieClipUses:SS1Used by:170
Symbol 170 MovieClipUses:157 158 160 162 164 166 168 169Used by:Timeline
Symbol 171 BitmapUsed by:172
Symbol 172 GraphicUses:171Used by:174
Symbol 173 TextUses:133Used by:174 347
Symbol 174 ButtonUses:172 173 1Used by:Timeline
Symbol 175 GraphicUsed by:Timeline
Symbol 176 GraphicUsed by:Timeline
Symbol 177 MovieClipUses:142 145 146 148Used by:182
Symbol 178 FontUsed by:179 180
Symbol 179 TextUses:178Used by:182
Symbol 180 TextUses:178Used by:182
Symbol 181 MovieClipUsed by:182
Symbol 182 MovieClipUses:177 179 180 181 SS2Used by:Timeline
Symbol 183 GraphicUsed by:279
Symbol 184 EditableTextUses:120Used by:279
Symbol 185 GraphicUsed by:186
Symbol 186 MovieClipUses:185Used by:193
Symbol 187 GraphicUsed by:188 191 192 194 196 197
Symbol 188 ButtonUses:187Used by:193
Symbol 189 GraphicUsed by:190
Symbol 190 MovieClipUses:189Used by:193
Symbol 191 ButtonUses:187Used by:193
Symbol 192 ButtonUses:187Used by:193
Symbol 193 MovieClip [leved_handle_marker]Uses:186 188 190 191 192Used by:279
Symbol 194 ButtonUses:187Used by:195
Symbol 195 MovieClip [leved_handle_poly]Uses:194Used by:279
Symbol 196 ButtonUses:187Used by:198
Symbol 197 ButtonUses:187Used by:198
Symbol 198 MovieClip [leved_handle_vertex]Uses:196 197Used by:279
Symbol 199 MovieClip [vector_engine_sprite_invisible]Used by:279
Symbol 200 BitmapUsed by:201 204
Symbol 201 GraphicUses:200Used by:205
Symbol 202 BitmapUsed by:203
Symbol 203 GraphicUses:202Used by:205
Symbol 204 GraphicUses:200Used by:205
Symbol 205 MovieClip [indy_switch]Uses:201 203 204Used by:279 408
Symbol 206 BitmapUsed by:207 216 239 272 297 470
Symbol 207 GraphicUses:206Used by:210 218
Symbol 208 GraphicUsed by:210
Symbol 209 GraphicUsed by:210
Symbol 210 MovieClipUses:207 208 209Used by:218
Symbol 211 GraphicUsed by:214
Symbol 212 GraphicUsed by:213
Symbol 213 MovieClipUses:212Used by:214
Symbol 214 MovieClipUses:211 213Used by:215
Symbol 215 MovieClipUses:214Used by:218 248 275
Symbol 216 GraphicUses:206Used by:218
Symbol 217 GraphicUsed by:218 248 275
Symbol 218 MovieClip [sprite_0]Uses:210 215 216 217 207Used by:279
Symbol 219 BitmapUsed by:220
Symbol 220 GraphicUses:219Used by:221 346
Symbol 221 MovieClip [points10]Uses:220Used by:279
Symbol 222 BitmapUsed by:223 421 422 423 424 425 454
Symbol 223 GraphicUses:222Used by:224 346
Symbol 224 MovieClip [xtraLive]Uses:223Used by:279
Symbol 225 BitmapUsed by:226
Symbol 226 GraphicUses:225Used by:227
Symbol 227 MovieClip [indy_platform]Uses:226Used by:279
Symbol 228 BitmapUsed by:229
Symbol 229 GraphicUses:228Used by:230
Symbol 230 MovieClip [indy_platform_moving]Uses:229Used by:279
Symbol 231 BitmapUsed by:232
Symbol 232 GraphicUses:231Used by:233
Symbol 233 MovieClip [indy_platform_small]Uses:232Used by:279
Symbol 234 BitmapUsed by:235 237 405
Symbol 235 GraphicUses:234Used by:236
Symbol 236 MovieClip [wald_platform_big]Uses:235Used by:279
Symbol 237 GraphicUses:234Used by:238
Symbol 238 MovieClip [wald_platform_small]Uses:237Used by:279
Symbol 239 GraphicUses:206Used by:247 248
Symbol 240 GraphicUsed by:246
Symbol 241 GraphicUsed by:246
Symbol 242 GraphicUsed by:246
Symbol 243 GraphicUsed by:246
Symbol 244 GraphicUsed by:246
Symbol 245 GraphicUsed by:246
Symbol 246 MovieClipUses:240 241 242 243 244 245Used by:247 248 352
Symbol 247 MovieClipUses:239 246Used by:248
Symbol 248 MovieClip [bird]Uses:247 215 217 239 246Used by:279
Symbol 249 BitmapUsed by:250 253
Symbol 250 GraphicUses:249Used by:254 394 397
Symbol 251 BitmapUsed by:252
Symbol 252 GraphicUses:251Used by:254 394 397
Symbol 253 GraphicUses:249Used by:254 394 397
Symbol 254 MovieClip [sky_button]Uses:250 252 253Used by:279 408
Symbol 255 BitmapUsed by:256
Symbol 256 GraphicUses:255Used by:257
Symbol 257 MovieClip [sky_door]Uses:256Used by:279 408
Symbol 258 BitmapUsed by:259
Symbol 259 GraphicUses:258Used by:260
Symbol 260 MovieClip [sky_morgenstern]Uses:259Used by:279
Symbol 261 BitmapUsed by:262
Symbol 262 GraphicUses:261Used by:263
Symbol 263 MovieClip [sky_platform]Uses:262Used by:279
Symbol 264 BitmapUsed by:265
Symbol 265 GraphicUses:264Used by:266 267
Symbol 266 MovieClip [sky_platform_small]Uses:265Used by:279
Symbol 267 MovieClip [sky_platform_smallsolid]Uses:265Used by:279
Symbol 268 BitmapUsed by:269
Symbol 269 GraphicUses:268Used by:270
Symbol 270 MovieClip [sky_spear]Uses:269Used by:279
Symbol 271 GraphicUsed by:274 275
Symbol 272 GraphicUses:206Used by:274 275
Symbol 273 GraphicUsed by:274 275
Symbol 274 MovieClipUses:271 272 273Used by:275
Symbol 275 MovieClip [rocket]Uses:274 215 217 271 272 273Used by:279
Symbol 276 SoundUsed by:279  Timeline
Symbol 277 SoundUsed by:279
Symbol 278 SoundUsed by:279
Symbol 279 MovieClipUses:183 184 193 195 198 199 205 218 221 224 227 230 233 236 238 248 254 257 260 263 266 267 270 275 276 165 163 277 167 161 159 278Used by:Timeline
Symbol 280 BitmapUsed by:281
Symbol 281 GraphicUses:280Used by:Timeline
Symbol 282 BitmapUsed by:283 472 476
Symbol 283 GraphicUses:282Used by:285 287 292 294 347 462 463
Symbol 284 TextUses:133Used by:285 463
Symbol 285 ButtonUses:283 284 161Used by:Timeline
Symbol 286 TextUses:133Used by:287
Symbol 287 ButtonUses:283 286 161Used by:Timeline
Symbol 288 FontUsed by:289
Symbol 289 TextUses:288Used by:290
Symbol 290 MovieClipUses:289Used by:Timeline
Symbol 291 TextUses:133Used by:292 294
Symbol 292 ButtonUses:283 291 161Used by:Timeline
Symbol 293 TextUses:133Used by:Timeline
Symbol 294 ButtonUses:283 291 161Used by:Timeline
Symbol 295 MovieClipUses:135 137 139Used by:Timeline
Symbol 296 TextUses:133Used by:346
Symbol 297 GraphicUses:206Used by:346
Symbol 298 BitmapUsed by:299
Symbol 299 GraphicUses:298Used by:301 309
Symbol 300 GraphicUsed by:301 309
Symbol 301 ButtonUses:299 300Used by:346
Symbol 302 BitmapUsed by:303 310
Symbol 303 GraphicUses:302Used by:346
Symbol 304 TextUses:133Used by:346
Symbol 305 TextUses:133Used by:346
Symbol 306 TextUses:133Used by:346
Symbol 307 TextUses:133Used by:346
Symbol 308 TextUses:133Used by:346
Symbol 309 ButtonUses:299 300Used by:346
Symbol 310 GraphicUses:302Used by:346
Symbol 311 TextUses:133Used by:346
Symbol 312 TextUses:133Used by:346
Symbol 313 TextUses:133Used by:346
Symbol 314 BitmapUsed by:316
Symbol 315 BitmapUsed by:316
Symbol 316 GraphicUses:314 315Used by:346
Symbol 317 BitmapUsed by:318 319 320 321 322
Symbol 318 GraphicUses:317Used by:346
Symbol 319 GraphicUses:317Used by:346
Symbol 320 GraphicUses:317Used by:346
Symbol 321 GraphicUses:317Used by:346
Symbol 322 GraphicUses:317Used by:346
Symbol 323 BitmapUsed by:324 325 326 327
Symbol 324 GraphicUses:323Used by:346
Symbol 325 GraphicUses:323Used by:346
Symbol 326 GraphicUses:323Used by:346
Symbol 327 GraphicUses:323Used by:346
Symbol 328 TextUses:133Used by:346
Symbol 329 TextUses:133Used by:345
Symbol 330 ButtonUses:142Used by:331
Symbol 331 MovieClipUses:330 145 146 148Used by:345
Symbol 332 TextUses:133Used by:345
Symbol 333 GraphicUsed by:344
Symbol 334 GraphicUsed by:344
Symbol 335 GraphicUsed by:336
Symbol 336 MovieClipUses:335Used by:339 344
Symbol 337 GraphicUsed by:338
Symbol 338 MovieClipUses:337Used by:339 344
Symbol 339 MovieClipUses:336 338Used by:344
Symbol 340 GraphicUsed by:344
Symbol 341 GraphicUsed by:344
Symbol 342 FontUsed by:343
Symbol 343 TextUses:342Used by:344
Symbol 344 MovieClipUses:333 334 339 338 340 336 341 343Used by:345
Symbol 345 MovieClipUses:329 331 332 344Used by:346
Symbol 346 MovieClipUses:296 297 301 303 304 305 306 307 308 309 310 311 220 312 223 313 316 318 319 320 321 322 324 325 326 327 328 345Used by:Timeline
Symbol 347 ButtonUses:283 173 161Used by:Timeline
Symbol 348 GraphicUsed by:417
Symbol 349 BitmapUsed by:350
Symbol 350 GraphicUses:349Used by:408
Symbol 351 GraphicUsed by:352
Symbol 352 MovieClipUses:351 246Used by:408
Symbol 353 BitmapUsed by:354
Symbol 354 GraphicUses:353Used by:408
Symbol 355 BitmapUsed by:356
Symbol 356 GraphicUses:355Used by:408
Symbol 357 BitmapUsed by:358
Symbol 358 GraphicUses:357Used by:408
Symbol 359 BitmapUsed by:360
Symbol 360 GraphicUses:359Used by:408
Symbol 361 BitmapUsed by:362
Symbol 362 GraphicUses:361Used by:408
Symbol 363 BitmapUsed by:364
Symbol 364 GraphicUses:363Used by:408
Symbol 365 BitmapUsed by:366
Symbol 366 GraphicUses:365Used by:408
Symbol 367 BitmapUsed by:368
Symbol 368 GraphicUses:367Used by:408
Symbol 369 BitmapUsed by:370
Symbol 370 GraphicUses:369Used by:408
Symbol 371 BitmapUsed by:372
Symbol 372 GraphicUses:371Used by:408
Symbol 373 BitmapUsed by:374
Symbol 374 GraphicUses:373Used by:408
Symbol 375 GraphicUsed by:408
Symbol 376 BitmapUsed by:377 410
Symbol 377 GraphicUses:376Used by:408
Symbol 378 BitmapUsed by:379 411
Symbol 379 GraphicUses:378Used by:408
Symbol 380 BitmapUsed by:381
Symbol 381 GraphicUses:380Used by:408
Symbol 382 BitmapUsed by:383
Symbol 383 GraphicUses:382Used by:408
Symbol 384 BitmapUsed by:385
Symbol 385 GraphicUses:384Used by:408
Symbol 386 BitmapUsed by:388 389
Symbol 387 BitmapUsed by:388
Symbol 388 GraphicUses:386 387Used by:408
Symbol 389 GraphicUses:386Used by:408
Symbol 390 BitmapUsed by:391
Symbol 391 GraphicUses:390Used by:408
Symbol 392 BitmapUsed by:393
Symbol 393 GraphicUses:392Used by:408
Symbol 394 MovieClipUses:250 252 253Used by:408
Symbol 395 BitmapUsed by:396
Symbol 396 GraphicUses:395Used by:408
Symbol 397 MovieClipUses:250 252 253Used by:408
Symbol 398 BitmapUsed by:399 412
Symbol 399 GraphicUses:398Used by:408
Symbol 400 BitmapUsed by:401
Symbol 401 GraphicUses:400Used by:408
Symbol 402 BitmapUsed by:403
Symbol 403 GraphicUses:402Used by:408
Symbol 404 GraphicUsed by:408
Symbol 405 GraphicUses:234Used by:408
Symbol 406 GraphicUsed by:407
Symbol 407 MovieClipUses:406Used by:408
Symbol 408 MovieClipUses:350 352 354 356 358 360 362 364 366 368 370 372 374 375 377 379 381 383 385 254 388 389 391 257 393 394 396 397 399 401 403 404 205 405 407Used by:417
Symbol 409 MovieClipUsed by:417
Symbol 410 GraphicUses:376Used by:413
Symbol 411 GraphicUses:378Used by:413
Symbol 412 GraphicUses:398Used by:413
Symbol 413 MovieClipUses:410 411 412Used by:417
Symbol 414 GraphicUsed by:416
Symbol 415 EditableTextUses:120Used by:416
Symbol 416 MovieClipUses:414 415Used by:417
Symbol 417 MovieClipUses:348 408 409 413 416Used by:Timeline
Symbol 418 FontUsed by:419 420 426 427 432 433 451 452
Symbol 419 EditableTextUses:418Used by:466
Symbol 420 TextUses:418Used by:466
Symbol 421 GraphicUses:222Used by:428
Symbol 422 GraphicUses:222Used by:428
Symbol 423 GraphicUses:222Used by:428
Symbol 424 GraphicUses:222Used by:428
Symbol 425 GraphicUses:222Used by:428
Symbol 426 EditableTextUses:418Used by:428
Symbol 427 EditableTextUses:418Used by:428
Symbol 428 MovieClipUses:421 422 423 424 425 426 427Used by:466
Symbol 429 GraphicUsed by:431
Symbol 430 TextUses:120Used by:431
Symbol 431 MovieClipUses:429 430Used by:466
Symbol 432 TextUses:418Used by:435
Symbol 433 TextUses:418Used by:435
Symbol 434 GraphicUsed by:435
Symbol 435 ButtonUses:432 433 434Used by:450
Symbol 436 TextUses:133Used by:450
Symbol 437 TextUses:133Used by:450
Symbol 438 TextUses:133Used by:450
Symbol 439 TextUses:133Used by:443
Symbol 440 TextUses:133Used by:443
Symbol 441 TextUses:133Used by:443
Symbol 442 GraphicUsed by:443
Symbol 443 ButtonUses:439 440 441 442Used by:450
Symbol 444 TextUses:133Used by:449
Symbol 445 TextUses:133Used by:449
Symbol 446 TextUses:133Used by:449
Symbol 447 TextUses:133Used by:449
Symbol 448 GraphicUsed by:449
Symbol 449 ButtonUses:444 445 446 447 448Used by:450
Symbol 450 MovieClipUses:435 436 437 438 443 449Used by:466
Symbol 451 EditableTextUses:418Used by:466
Symbol 452 TextUses:418Used by:466
Symbol 453 GraphicUsed by:458
Symbol 454 GraphicUses:222Used by:458
Symbol 455 GraphicUsed by:458
Symbol 456 GraphicUsed by:458
Symbol 457 GraphicUsed by:458
Symbol 458 MovieClipUses:453 454 455 456 457Used by:466
Symbol 459 BitmapUsed by:460
Symbol 460 GraphicUses:459Used by:465
Symbol 461 TextUses:133Used by:462
Symbol 462 ButtonUses:283 461 161Used by:465
Symbol 463 ButtonUses:283 284 161Used by:465
Symbol 464 TextUses:133Used by:465
Symbol 465 MovieClipUses:460 462 463 464Used by:466
Symbol 466 MovieClipUses:419 420 428 431 450 451 452 458 465Used by:Timeline
Symbol 467 GraphicUsed by:Timeline
Symbol 468 GraphicUsed by:Timeline
Symbol 469 TextUses:133Used by:482
Symbol 470 GraphicUses:206Used by:482
Symbol 471 TextUses:133Used by:482
Symbol 472 GraphicUses:282Used by:474
Symbol 473 TextUses:133Used by:474
Symbol 474 ButtonUses:472 473 161Used by:482
Symbol 475 TextUses:133Used by:478
Symbol 476 GraphicUses:282Used by:478
Symbol 477 TextUses:133Used by:478
Symbol 478 ButtonUses:475 476 477 161Used by:482
Symbol 479 TextUses:133Used by:481
Symbol 480 TextUses:133Used by:481
Symbol 481 MovieClipUses:479 480Used by:482
Symbol 482 MovieClipUses:123 469 470 471 474 478 481Used by:Timeline
Streaming Sound 1Used by:Symbol 169 MovieClip
Streaming Sound 2Used by:Symbol 182 MovieClip

Instance Names

"loadingGame"Frame 3Symbol 132 MovieClip
"loadingGraph"Frame 3Symbol 140 MovieClip
"v2d"Frame 4Symbol 153 MovieClip
"snd"Frame 4Symbol 170 MovieClip
"gfx"Frame 74Symbol 417 MovieClip
"osd"Frame 74Symbol 466 MovieClip
"gfx"Symbol 4 MovieClip [star] Frame 1Symbol 3 MovieClip
"gfx"Symbol 12 MovieClip Frame 1Symbol 6 MovieClip
"gfx"Symbol 12 MovieClip Frame 2Symbol 11 MovieClip
"gfx"Symbol 13 MovieClip [object] Frame 1Symbol 12 MovieClip
"frame1"Symbol 24 MovieClip Frame 1Symbol 17 MovieClip
"frame2"Symbol 24 MovieClip Frame 1Symbol 18 MovieClip
"frame3"Symbol 24 MovieClip Frame 1Symbol 20 MovieClip
"frame4"Symbol 24 MovieClip Frame 1Symbol 21 MovieClip
"frame5"Symbol 24 MovieClip Frame 1Symbol 23 MovieClip
"frame1"Symbol 30 MovieClip Frame 1Symbol 25 MovieClip
"frame2"Symbol 30 MovieClip Frame 1Symbol 26 MovieClip
"frame3"Symbol 30 MovieClip Frame 1Symbol 27 MovieClip
"frame4"Symbol 30 MovieClip Frame 1Symbol 28 MovieClip
"frame5"Symbol 30 MovieClip Frame 1Symbol 29 MovieClip
"frame1"Symbol 36 MovieClip Frame 1Symbol 31 MovieClip
"frame2"Symbol 36 MovieClip Frame 1Symbol 32 MovieClip
"frame3"Symbol 36 MovieClip Frame 1Symbol 33 MovieClip
"frame4"Symbol 36 MovieClip Frame 1Symbol 34 MovieClip
"frame5"Symbol 36 MovieClip Frame 1Symbol 35 MovieClip
"frame1"Symbol 42 MovieClip Frame 1Symbol 37 MovieClip
"frame2"Symbol 42 MovieClip Frame 1Symbol 38 MovieClip
"frame3"Symbol 42 MovieClip Frame 1Symbol 39 MovieClip
"frame4"Symbol 42 MovieClip Frame 1Symbol 40 MovieClip
"frame5"Symbol 42 MovieClip Frame 1Symbol 41 MovieClip
"up_mc"Symbol 43 MovieClip [fpb_states] Frame 1Symbol 24 MovieClip
"over_mc"Symbol 43 MovieClip [fpb_states] Frame 2Symbol 30 MovieClip
"down_mc"Symbol 43 MovieClip [fpb_states] Frame 3Symbol 36 MovieClip
"disabled_mc"Symbol 43 MovieClip [fpb_states] Frame 4Symbol 42 MovieClip
"face_mc"Symbol 55 MovieClip Frame 1Symbol 44 MovieClip
"arrow_mc"Symbol 55 MovieClip Frame 1Symbol 46 MovieClip
"highlight_mc"Symbol 55 MovieClip Frame 1Symbol 48 MovieClip
"shadow_mc"Symbol 55 MovieClip Frame 1Symbol 50 MovieClip
"darkshadow_mc"Symbol 55 MovieClip Frame 1Symbol 52 MovieClip
"highlight3D_mc"Symbol 55 MovieClip Frame 1Symbol 54 MovieClip
"darkshadow_mc"Symbol 65 MovieClip Frame 1Symbol 56 MovieClip
"highlight3D_mc"Symbol 65 MovieClip Frame 1Symbol 57 MovieClip
"highlight_mc"Symbol 65 MovieClip Frame 1Symbol 59 MovieClip
"shadow_mc"Symbol 65 MovieClip Frame 1Symbol 61 MovieClip
"face_mc"Symbol 65 MovieClip Frame 1Symbol 62 MovieClip
"arrow_mc"Symbol 65 MovieClip Frame 1Symbol 64 MovieClip
"highlight3D_mc"Symbol 74 MovieClip Frame 1Symbol 66 MovieClip
"darkshadow_mc"Symbol 74 MovieClip Frame 1Symbol 67 MovieClip
"highlight_mc"Symbol 74 MovieClip Frame 1Symbol 68 MovieClip
"shadow_mc"Symbol 74 MovieClip Frame 1Symbol 69 MovieClip
"face_mc"Symbol 74 MovieClip Frame 1Symbol 71 MovieClip
"arrow_mc"Symbol 74 MovieClip Frame 1Symbol 73 MovieClip
"up"Symbol 75 MovieClip [UpArrow] Frame 1Symbol 55 MovieClip
"down"Symbol 75 MovieClip [UpArrow] Frame 2Symbol 65 MovieClip
"disabled"Symbol 75 MovieClip [UpArrow] Frame 3Symbol 74 MovieClip
"highlight3D_mc"Symbol 81 MovieClip Frame 1Symbol 77 MovieClip
"darkshadow_mc"Symbol 81 MovieClip Frame 1Symbol 78 MovieClip
"highlight_mc"Symbol 81 MovieClip Frame 1Symbol 79 MovieClip
"shadow_mc"Symbol 81 MovieClip Frame 1Symbol 80 MovieClip
"highlight3D_mc"Symbol 88 MovieClip Frame 1Symbol 82 MovieClip
"darkshadow_mc"Symbol 88 MovieClip Frame 1Symbol 83 MovieClip
"shadow_mc"Symbol 88 MovieClip Frame 1Symbol 85 MovieClip
"face_mc"Symbol 88 MovieClip Frame 1Symbol 86 MovieClip
"highlight_mc"Symbol 88 MovieClip Frame 1Symbol 87 MovieClip
"shadow_mc"Symbol 93 MovieClip Frame 1Symbol 89 MovieClip
"darkshadow_mc"Symbol 93 MovieClip Frame 1Symbol 91 MovieClip
"highlight3D_mc"Symbol 93 MovieClip Frame 1Symbol 92 MovieClip
"mc_sliderTop"Symbol 94 MovieClip [ScrollThumb] Frame 1Symbol 81 MovieClip
"mc_sliderMid"Symbol 94 MovieClip [ScrollThumb] Frame 1Symbol 88 MovieClip
"mc_sliderBot"Symbol 94 MovieClip [ScrollThumb] Frame 1Symbol 93 MovieClip
"face_mc"Symbol 102 MovieClip Frame 1Symbol 95 MovieClip
"arrow_mc"Symbol 102 MovieClip Frame 1Symbol 97 MovieClip
"highlight_mc"Symbol 102 MovieClip Frame 1Symbol 98 MovieClip
"shadow_mc"Symbol 102 MovieClip Frame 1Symbol 99 MovieClip
"darkshadow_mc"Symbol 102 MovieClip Frame 1Symbol 100 MovieClip
"highlight3D_mc"Symbol 102 MovieClip Frame 1Symbol 101 MovieClip
"darkshadow_mc"Symbol 110 MovieClip Frame 1Symbol 103 MovieClip
"highlight3D_mc"Symbol 110 MovieClip Frame 1Symbol 104 MovieClip
"highlight_mc"Symbol 110 MovieClip Frame 1Symbol 105 MovieClip
"shadow_mc"Symbol 110 MovieClip Frame 1Symbol 106 MovieClip
"face_mc"Symbol 110 MovieClip Frame 1Symbol 107 MovieClip
"arrow_mc"Symbol 110 MovieClip Frame 1Symbol 109 MovieClip
"highlight3D_mc"Symbol 118 MovieClip Frame 1Symbol 111 MovieClip
"darkshadow_mc"Symbol 118 MovieClip Frame 1Symbol 112 MovieClip
"highlight_mc"Symbol 118 MovieClip Frame 1Symbol 113 MovieClip
"shadow_mc"Symbol 118 MovieClip Frame 1Symbol 114 MovieClip
"face_mc"Symbol 118 MovieClip Frame 1Symbol 115 MovieClip
"arrow_mc"Symbol 118 MovieClip Frame 1Symbol 117 MovieClip
"up"Symbol 119 MovieClip [DownArrow] Frame 1Symbol 102 MovieClip
"down"Symbol 119 MovieClip [DownArrow] Frame 2Symbol 110 MovieClip
"disabled"Symbol 119 MovieClip [DownArrow] Frame 3Symbol 118 MovieClip
"ship"Symbol 129 MovieClip Frame 1Symbol 128 MovieClip
"sky"Symbol 132 MovieClip Frame 1Symbol 129 MovieClip
"bar"Symbol 140 MovieClip Frame 1Symbol 137 MovieClip
"engineLoop"Symbol 153 MovieClip Frame 1Symbol 149 MovieClip
"initFunc"Symbol 153 MovieClip Frame 2Symbol 152 MovieClip
"bounce"Symbol 170 MovieClip Frame 1Symbol 160 MovieClip
"coin"Symbol 170 MovieClip Frame 1Symbol 162 MovieClip
"newlife"Symbol 170 MovieClip Frame 1Symbol 164 MovieClip
"newscreen"Symbol 170 MovieClip Frame 1Symbol 166 MovieClip
"die"Symbol 170 MovieClip Frame 1Symbol 168 MovieClip
"newlife2"Symbol 170 MovieClip Frame 1Symbol 169 MovieClip
"radius"Symbol 193 MovieClip [leved_handle_marker] Frame 1Symbol 186 MovieClip
"dxy"Symbol 193 MovieClip [leved_handle_marker] Frame 1Symbol 188 Button
"platform"Symbol 193 MovieClip [leved_handle_marker] Frame 1Symbol 190 MovieClip
"button"Symbol 193 MovieClip [leved_handle_marker] Frame 1Symbol 191 Button
"button"Symbol 193 MovieClip [leved_handle_marker] Frame 3Symbol 192 Button
"button"Symbol 195 MovieClip [leved_handle_poly] Frame 1Symbol 194 Button
"button"Symbol 198 MovieClip [leved_handle_vertex] Frame 2Symbol 196 Button
"button"Symbol 198 MovieClip [leved_handle_vertex] Frame 3Symbol 197 Button
"gfx"Symbol 218 MovieClip [sprite_0] Frame 1Symbol 210 MovieClip
"bar"Symbol 295 MovieClip Frame 1Symbol 137 MovieClip
"wipe_shadow"Symbol 344 MovieClip Frame 1Symbol 339 MovieClip
"bird_empty"Symbol 408 MovieClip Frame 61Symbol 352 MovieClip
"bird_empty"Symbol 408 MovieClip Frame 71Symbol 352 MovieClip
"button_blue"Symbol 408 MovieClip Frame 75Symbol 254 MovieClip [sky_button]
"door_red"Symbol 408 MovieClip Frame 77Symbol 257 MovieClip [sky_door]
"door_yellow"Symbol 408 MovieClip Frame 77Symbol 257 MovieClip [sky_door]
"door_blue"Symbol 408 MovieClip Frame 77Symbol 257 MovieClip [sky_door]
"button_red"Symbol 408 MovieClip Frame 78Symbol 394 MovieClip
"button_yellow"Symbol 408 MovieClip Frame 79Symbol 397 MovieClip
"switch"Symbol 408 MovieClip Frame 82Symbol 205 MovieClip [indy_switch]
"rocket_empty"Symbol 408 MovieClip Frame 82Symbol 407 MovieClip
"door"Symbol 408 MovieClip Frame 82Symbol 257 MovieClip [sky_door]
"bg"Symbol 417 MovieClip Frame 1Symbol 408 MovieClip
"sprites"Symbol 417 MovieClip Frame 1Symbol 409 MovieClip
"fg"Symbol 417 MovieClip Frame 1Symbol 413 MovieClip
"lives"Symbol 466 MovieClip Frame 1Symbol 428 MovieClip
"extraLifeAnim"Symbol 466 MovieClip Frame 1Symbol 458 MovieClip
"gameOverMc"Symbol 466 MovieClip Frame 1Symbol 465 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 1 as "coin"
ExportAssets (56)Timeline Frame 1Symbol 4 as "star"
ExportAssets (56)Timeline Frame 1Symbol 13 as "object"
ExportAssets (56)Timeline Frame 1Symbol 15 as "fpb_hitArea"
ExportAssets (56)Timeline Frame 1Symbol 43 as "fpb_states"
ExportAssets (56)Timeline Frame 1Symbol 75 as "UpArrow"
ExportAssets (56)Timeline Frame 1Symbol 94 as "ScrollThumb"
ExportAssets (56)Timeline Frame 1Symbol 119 as "DownArrow"
ExportAssets (56)Timeline Frame 4Symbol 159 as "bounce"
ExportAssets (56)Timeline Frame 4Symbol 161 as "coin"
ExportAssets (56)Timeline Frame 5Symbol 1 as "coin"
ExportAssets (56)Timeline Frame 11Symbol 193 as "leved_handle_marker"
ExportAssets (56)Timeline Frame 11Symbol 195 as "leved_handle_poly"
ExportAssets (56)Timeline Frame 11Symbol 198 as "leved_handle_vertex"
ExportAssets (56)Timeline Frame 11Symbol 199 as "vector_engine_sprite_invisible"
ExportAssets (56)Timeline Frame 11Symbol 205 as "indy_switch"
ExportAssets (56)Timeline Frame 11Symbol 218 as "sprite_0"
ExportAssets (56)Timeline Frame 11Symbol 221 as "points10"
ExportAssets (56)Timeline Frame 11Symbol 224 as "xtraLive"
ExportAssets (56)Timeline Frame 11Symbol 227 as "indy_platform"
ExportAssets (56)Timeline Frame 11Symbol 230 as "indy_platform_moving"
ExportAssets (56)Timeline Frame 11Symbol 233 as "indy_platform_small"
ExportAssets (56)Timeline Frame 11Symbol 236 as "wald_platform_big"
ExportAssets (56)Timeline Frame 11Symbol 238 as "wald_platform_small"
ExportAssets (56)Timeline Frame 11Symbol 248 as "bird"
ExportAssets (56)Timeline Frame 11Symbol 254 as "sky_button"
ExportAssets (56)Timeline Frame 11Symbol 257 as "sky_door"
ExportAssets (56)Timeline Frame 11Symbol 260 as "sky_morgenstern"
ExportAssets (56)Timeline Frame 11Symbol 263 as "sky_platform"
ExportAssets (56)Timeline Frame 11Symbol 266 as "sky_platform_small"
ExportAssets (56)Timeline Frame 11Symbol 267 as "sky_platform_smallsolid"
ExportAssets (56)Timeline Frame 11Symbol 270 as "sky_spear"
ExportAssets (56)Timeline Frame 11Symbol 275 as "rocket"
ExportAssets (56)Timeline Frame 11Symbol 161 as "coin"
ExportAssets (56)Timeline Frame 11Symbol 159 as "bounce"
ExportAssets (56)Timeline Frame 40Symbol 161 as "coin"
ExportAssets (56)Timeline Frame 46Symbol 161 as "coin"
ExportAssets (56)Timeline Frame 52Symbol 161 as "coin"
ExportAssets (56)Timeline Frame 67Symbol 161 as "coin"
ExportAssets (56)Timeline Frame 73Symbol 161 as "coin"
ExportAssets (56)Timeline Frame 74Symbol 254 as "sky_button"
ExportAssets (56)Timeline Frame 74Symbol 257 as "sky_door"
ExportAssets (56)Timeline Frame 74Symbol 257 as "sky_door"
ExportAssets (56)Timeline Frame 74Symbol 257 as "sky_door"
ExportAssets (56)Timeline Frame 74Symbol 205 as "indy_switch"
ExportAssets (56)Timeline Frame 74Symbol 257 as "sky_door"
ExportAssets (56)Timeline Frame 74Symbol 161 as "coin"
ExportAssets (56)Timeline Frame 74Symbol 161 as "coin"
ExportAssets (56)Timeline Frame 80Symbol 161 as "coin"
ExportAssets (56)Timeline Frame 80Symbol 161 as "coin"

Labels

"ready"Frame 5
"intro"Frame 10
"intro_play"Frame 12
"intro_short"Frame 13
"menu"Frame 67
"game"Frame 72
"nextEpisode"Frame 80
"explode"Symbol 13 MovieClip [object] Frame 4
#"Symbol_10"Symbol 15 MovieClip [fpb_hitArea] Frame 1
"up"Symbol 43 MovieClip [fpb_states] Frame 1
"over"Symbol 43 MovieClip [fpb_states] Frame 2
"down"Symbol 43 MovieClip [fpb_states] Frame 3
"disabled"Symbol 43 MovieClip [fpb_states] Frame 4
"loop"Symbol 132 MovieClip Frame 2
"loadWorldObject"Symbol 152 MovieClip Frame 6
"worldLoaded"Symbol 152 MovieClip Frame 20
"loop"Symbol 181 MovieClip Frame 2
"active_false"Symbol 193 MovieClip [leved_handle_marker] Frame 2
"active_true"Symbol 193 MovieClip [leved_handle_marker] Frame 3
"active_false"Symbol 198 MovieClip [leved_handle_vertex] Frame 2
"active_true"Symbol 198 MovieClip [leved_handle_vertex] Frame 3
"loop"Symbol 210 MovieClip Frame 1
"blink"Symbol 210 MovieClip Frame 16
"invincible"Symbol 210 MovieClip Frame 20
"die"Symbol 218 MovieClip [sprite_0] Frame 2
"die"Symbol 248 MovieClip [bird] Frame 2
"die"Symbol 275 MovieClip [rocket] Frame 2
"nd"Symbol 345 MovieClip Frame 1
"at"Symbol 345 MovieClip Frame 2
"nd"Symbol 481 MovieClip Frame 1
"at"Symbol 481 MovieClip Frame 2

Dynamic Text Variables

percentageDisplaySymbol 121 EditableText"loading..99%"
scoreSymbol 131 EditableText""
actCoinsSymbol 419 EditableText"36"
_parent.actLivesSymbol 426 EditableText""
_parent.actLivesSymbol 427 EditableText"5"
actCoinsSymbol 451 EditableText"36"




http://swfchan.com/5/23846/info.shtml
Created: 25/5 -2019 21:01:04 Last modified: 25/5 -2019 21:01:04 Server time: 09/05 -2024 07:18:24