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

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

Harry Potter I - Grab the Golden Egg.swf

This is the info page for
Flash #22100

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


Text
High Score Dialog Placeholder

High Score Placeholder

High Score Scripts Placeholder

Loading...

Loaded!

Min high score:

ww

WELCOME TO

GRAB THE GOLDEN EGG

<p align="center"><font face="Times New Roman" size="13" color="#cfae70">Welcome to the first task of the Tri-Wizards tournament. Here you must use your skill to recover the golden egg from the nest of &nbsp;the Hungarian Horntail dragon.</font></p><p align="center"></p><p align="center"></p>

INSTRUCTIONS

INSTRUCTIONS

play game

play game

Goto Game Over

level

score

INSTRUCTIONS

Use the arrow keys  to guide Harry Potter to his wand.  Then conjure up Harry's

<p align="right"><font face="Times New Roman" size="13" color="#cfae70">Run in the desired direction</font></p><p align="right"><font face="Times New Roman" size="13" color="#cfae70">Jump</font></p><p align="right"><font face="Times New Roman" size="13" color="#cfae70">Crouch</font></p><p align="right"><font face="Times New Roman" size="13" color="#cfae70">Crawl in the desired direction</font></p><p align="right"><font face="Times New Roman" size="10" color="#cfae70">(Hold &nbsp;&nbsp;&nbsp;key)</font></p><p align="right"><font face="Times New Roman" size="13" color="#cfae70">Fly in the desired direction</font></p>

,

ACCIO Firebolt!!!


With your broom you can now try to retrieve the egg from the ledge.  The dragon is sure to protect it. Perhaps you can lure her away by hovering above her, and then sneak under to grab the prize.

Hit Space to Continue

0 POINTS

Well Done!

<p align="center"><font face="Times New Roman" size="13" color="#cfae70">Congratulations! For succeeding in your task. But beware there are still many perilous challenges &nbsp;ahead in theTri-Wizards Tournament.</font></p><p align="center"></p><p align="center"><font face="Times New Roman" size="13" color="#cfae70">Compete with others and try to beat the high score table and become a true champion.</font></p><p align="center"></p><p align="center"></p><p align="center"></p>

g

YOU HAVE FAILED!

<p align="center"><font face="Times New Roman" size="13" color="#cfae70">You were too slow and have been singed by the flames of the dragon. The cares of Madam Pomfrey should have you back on your feet in no time. So do not dispair and try again...</font></p><p align="center"></p><p align="center"><font face="Times New Roman" size="13" color="#cfae70">Remember you can quickly &nbsp;dodge the firballs by jumping or crawling at the right moment.</font></p><p align="center"></p><p align="center"><font face="Times New Roman" size="13" color="#cfae70">The dragon will chase you if you fly near him, so use those few seconds &nbsp;he is away from the egg &nbsp;to &nbsp;zoom pass him and collect your prize.</font></p>

ActionScript [AS1/AS2]

Frame 1
var getxmldata1 = new XML(); var getxmldata2 = new XML(); var getxmldata3 = new XML(); var getxmldata4 = new XML(); var getxmldata5 = new XML(); var getxmldata6 = new XML(); var getxmldata7 = new XML(); XML.prototype.ignoreWhite = true; getxmldata1.load("/triwizardchallenges/games/eggXML/loading.xml"); getxmldata2.load("/triwizardchallenges/games/eggXML/loaded.xml"); getxmldata3.load("/triwizardchallenges/games/eggXML/welcome.xml"); getxmldata4.load("/triwizardchallenges/games/eggXML/instructions.xml"); getxmldata5.load("/triwizardchallenges/games/eggXML/game.xml"); getxmldata6.load("/triwizardchallenges/games/eggXML/well_done.xml"); getxmldata7.load("/triwizardchallenges/games/eggXML/fail.xml"); System.security.allowDomain("dev.harrypotter.warnerbros.com"); System.security.allowDomain("preview.harrypotter.warnerbros.com"); System.security.allowDomain("dev6.harrypotter.warnerbros.com"); System.security.allowDomain("preview6.harrypotter.warnerbros.com"); System.security.allowDomain("harrypotter.warnerbros.com"); System.security.allowDomain("pdl.warnerbros.com"); System.security.allowDomain("*.warnerbros.com"); Object.prototype.gameMC = this; Object.prototype.containerMC = _parent; if (containerMC != null) { containerMC.init(); _root.gDebug = "InContainer\n"; } gameMC.gLoadInit = false; gameMC.gGameState = "INIT"; gameMC.gLoadStartTime = 0; gameMC.gVersionNum = "1.0"; gameMC.gPaused = false; gameMC.gInitGame = null; gameMC.min_score = -1; trace("GameParent: " + _parent); if (gameMC.gGameID == undefined) { gameMC.gGameID = "HP_Egg"; } if (gameMC.gHSRoot_swf == undefined) { gameMC.gHSRoot_swf = "/games/med/"; } if (gameMC.gHSRoot_jsp == undefined) { gameMC.gHSRoot_jsp = "/web/load_variables/games/"; } if (gameMC.gHSRoot_top100 == undefined) { gameMC.gHSRoot_top100 = "/web/triwizardchallenges/"; } function getScore() { return(gameMC.gScore); } function showDebugWindow() { gameMC.debug_clip.showDebug(); } function hideDebugWindow() { gameMC.debug_clip.hideDebug(); } function pause() { gameMC.gPaused = true; } function unPause() { gameMC.gPaused = false; } function restart() { containerMC.resetContainer(); containerMC.init(); gameMC.gScore = 0; gameMC.gLevel = 1; } gameMC.HSLoading = function () { if (gameMC.gLoadInit != true) { gameMC.gGameState = "LOADING"; gameMC.gLoadStartTime = int(getTimer() / 1000); gameMC.gLoadInit = true; } }; gameMC.HSLoaded = function () { tellTarget (gameMC.hs_scripts) { call("mLoaded"); }; }; gameMC.HSPlay = function () { tellTarget (gameMC.hs_scripts) { call("mPlay"); }; }; gameMC.HSLevelStart = function () { tellTarget (gameMC.hs_scripts) { call("mLevelStart"); }; }; gameMC.HSGameOver = function () { gameMC.gScore = Number(_root.gScore); gameMC.gLevel = Number(_root.gLevel); if (containerMC != null) { containerMC.hs_placeholder._x = 125; containerMC.hs_placeholder._y = 60; } else { gameMC.hs_placeholder._x = 125; gameMC.hs_placeholder._y = 60; } tellTarget (gameMC.hs_scripts) { call("mGameOver"); }; }; function cTimer() { this.startTime = getTimer(); } cTimer.prototype.restartTimer = function () { this.startTime = getTimer(); }; cTimer.prototype.milliseconds = function () { return(getTimer() - this.startTime); }; cTimer.prototype.seconds = function () { return(this.getSeconds()); }; cTimer.prototype.getSeconds = function () { return(int((getTimer() - this.startTime) / 1000)); }; gameMC.iReadyScreenTimer = new cTimer(); gameMC.iLevelPauseTimer = new cTimer(); gameMC.btn_handler_next_screen = function () { gameMC.play(); }; gameMC.btn_handler_play = function () { gameMC.gotoAndPlay("NextLevel"); }; gameMC.btn_handler_gameover = function () { gameMC.gotoAndPlay("GameOver"); }; gameMC.btn_handler_restart = function () { gameMC.gotoAndPlay(1); }; gameMC.btn_handler_instructions = function () { trace("boo"); };
Frame 4
var aNode = getxmldata1.firstChild; while (aNode != null) { loading_txt.text = String(aNode.attributes.text1); aNode = aNode.nextSibling; } ifFrameLoaded (89) { if (gameMC.gLoadHSScripts == true) { _root.gDebug = _root.gDebug + "WaitingForScripts\n"; if (gameMC.hs_scripts.gLoaded == true) { gameMC.gotoAndPlay("loaded"); } } else { gameMC.gotoAndPlay("loaded"); } } gameMC.HSLoading();
Instance of Symbol 88 MovieClip "debug_clip" in Frame 4
onClipEvent (load) { function showDebug() { _visible = true; _x = 200; } function hideDebug() { _visible = false; _x = -200; } function displayDebugSettings() { _root.gDebug = "Settings:\n"; _root.gDebug = _root.gDebug + (gameMC.gGameID + newline); _root.gDebug = _root.gDebug + (gameMC.gDB_domain + newline); _root.gDebug = _root.gDebug + (gameMC.gHSRoot_swf + newline); _root.gDebug = _root.gDebug + (gameMC.gHSRoot_jsp + newline); _root.gDebug = _root.gDebug + (gameMC.gHSRoot_top100 + newline); } _visible = false; _root.gDebug = _root.gDebug + "Loaded"; if (gameMC.gDebugMode == true) { showDebug(); } }
Frame 6
gameMC.gotoAndPlay("loading");
Frame 9
var aNode = getxmldata2.firstChild; while (aNode != null) { loaded_txt.text = String(aNode.attributes.text1); aNode = aNode.nextSibling; } gameMC.HSLoaded();
Frame 15
instructions_btn.onRelease = gameMC.btn_handler_next_screen; initText1 = function () { var _local1 = getxmldata3.firstChild; while (_local1 != null) { welcome_txt.text = String(_local1.attributes.text1); name_txt.text = String(_local1.attributes.text2); blurb_txt.htmlText = ("<p align='center'>" + String(_local1.attributes.text3)) + "</p>"; play_btn.playBtn_txt.text = String(_local1.attributes.text4); play_btn.roll_txt.text = String(_local1.attributes.text4); instructions_btn.insBtn_txt.text = String(_local1.attributes.text5); instructions_btn.roll_txt.text = String(_local1.attributes.text5); _local1 = _local1.nextSibling; } }; play_btn.onRelease = function () { gotoAndPlay ("play"); }; initText1();
Instance of Symbol 104 MovieClip "instructions_btn" in Frame 15
on (rollOver) { this.gotoAndPlay("on"); _parent.initText1(); } on (rollOut) { this.gotoAndPlay("off"); _parent.initText1(); }
Instance of Symbol 107 MovieClip "play_btn" in Frame 15
on (rollOver) { this.gotoAndPlay("on"); _parent.initText1(); } on (rollOut) { this.gotoAndPlay("off"); _parent.initText1(); }
Instance of Symbol 117 MovieClip "Cr_clip" in Frame 15
onClipEvent (load) { function mKeyStroke() { var _local1; var _local2 = -1; if ((getTimer() - pCrTimer) > 400) { _local1 = 1; while (_local1 < 91) { if (Key.isDown(_local1)) { _local2 = _local1; } _local1++; } if (_local2 >= 48) { pCrCheck = (pCrCheck + _local2) + ":"; trace("CrCheck: " + pCrCheck); pCrTimer = getTimer(); if (pCrCheck == "87:66:67:72:48:52:") { trace("OK"); pCrCheck = ""; pCrOn = true; mCr(); } } else if ((_local2 == 13) || (_local2 == 32)) { pCrCheck = ""; pCrTimer = getTimer(); } } } function mCr() { trace("mCr"); this.gotoAndPlay("show"); gameMC.debug_clip.showDebug(); gameMC.debug_clip.displayDebugSettings(); } } onClipEvent (enterFrame) { mKeyStroke(); }
Frame 21
stop();
Frame 26
initText2 = function () { var _local1 = getxmldata4.firstChild; while (_local1 != null) { title_txt.text = String(_local1.attributes.text1); blurb_txt.text = String(_local1.attributes.text2); blurb2_txt.htmlText = ("<p align='right'>" + String(_local1.attributes.text3)) + "</p>"; blurb2_txt.htmlText = blurb2_txt.htmlText + (("<p align='right'>" + String(_local1.attributes.text4)) + "</p>"); blurb2_txt.htmlText = blurb2_txt.htmlText + (("<p align='right'>" + String(_local1.attributes.text5)) + "</p>"); blurb2_txt.htmlText = blurb2_txt.htmlText + (("<p align='right'>" + String(_local1.attributes.text6)) + "</p>"); blurb2_txt.htmlText = blurb2_txt.htmlText + (("<p align='right'><font size='10'>" + String(_local1.attributes.text7)) + "</p></font>"); blurb2_txt.htmlText = blurb2_txt.htmlText + (("<p align='right'>" + String(_local1.attributes.text8)) + "</p>"); play_btn.playBtn_txt.text = String(_local1.attributes.text9); play_btn.roll_txt.text = String(_local1.attributes.text9); _local1 = _local1.nextSibling; } }; initText2();
Instance of Symbol 107 MovieClip "play_btn" in Frame 26
on (rollOver) { this.gotoAndPlay("on"); _parent.initText2(); } on (rollOut) { this.gotoAndPlay("off"); _parent.initText2(); }
Frame 27
play_btn.onRelease = function () { gotoAndPlay ("play"); }; stop();
Frame 34
function startGame() { gameRunning = true; heroSpeed = 5; heroJumpPower = 13; gravForce = 2; jumpForce = 0; dragonSpeed = 4; fireballSpeed = 10; hero_mc.isFlying = false; hero_mc.isJumping = false; hero_mc._x = heroStartX; hero_mc._y = heroStartY; hero_mc.gotoAndStop("standing"); broom._visible = true; dragon_mc.hasMovePoint = false; dragon_mc.isDragonShooting = false; dragon_mc.attackState = "aggresive"; dragon_mc.aim = 10; dragon_mc._x = dragonStartX; dragon_mc._y = dragonStartY; pos = ""; score = 0; } function doTimer() { if (myInt == undefined) { myInt = setInterval(tick, 1000); } } function tick() { score++; score_txt.text = score + " POINTS"; } function pauseGame() { stop(); clearInterval(myInt); } function unPauseGame() { play(); myInt = setInterval(tick, 1000); } function gameOver(win) { stop(); gameRunning = false; this.fireball_mc.removeMovieClip(); clearInterval(myInt); if (win) { gameMC.gotoAndPlay("Win"); } else { hero_mc.gotoAndPlay("dead"); hero_mc.onEnterFrame = function () { hero_mc._y = hero_mc._y + 12; if (hero_mc._y >= floor._y) { gameMC.gotoAndPlay("GameOver"); } }; } } function detectBroom() { if (broom._visible) { if (broom.hitTest(hero_mc)) { broom._visible = false; message_mc._visible = true; spaceBarTrap = new Object(); spaceBarTrap.onKeyDown = function () { if (Key.isDown(32)) { Key.removeListener(spaceBarTrap); unPauseGame(); message_mc._visible = false; delete spaceBarTrap; } }; Key.addListener(spaceBarTrap); pauseGame(); hero_mc.gotoAndStop("flying"); hero_mc.isFlying = true; heroSpeed = 6; } } } function detectDeath() { if (dragon_mc.hitTest(hero_mc._x, hero_mc._y - hero_mc._height, true)) { trace("hit Dragon with Head"); gameOver(false); } else if (dragon_mc.hitTest(hero_mc._x, hero_mc._y, true)) { trace("hit Dragon with feet"); gameOver(false); } else if (dragon_mc.hitTest(hero_mc._x + (hero_mc._width / 2), hero_mc._y - (hero_mc._height / 2), true)) { trace("hit Dragon with right side"); gameOver(false); } else if (dragon_mc.hitTest(hero_mc._x - (hero_mc._width / 2), hero_mc._y - (hero_mc._height / 2), true)) { trace("hit Dragon with left side"); gameOver(false); } if (fireball_mc.hitTest(hero_mc._x, hero_mc._y - hero_mc._height, true)) { trace("hit Fireball with Head"); gameOver(false); } else if (fireball_mc.hitTest(hero_mc._x, hero_mc._y, true)) { trace("hit Fireball with feet"); gameOver(false); } else if (fireball_mc.hitTest(hero_mc._x + (hero_mc._width / 2), hero_mc._y - (hero_mc._height / 2), true)) { trace("hit Fireball with right side"); gameOver(false); } else if (fireball_mc.hitTest(hero_mc._x - (hero_mc._width / 2), hero_mc._y - (hero_mc._height / 2), true)) { trace("hit Fireball with left side"); gameOver(false); } if (egg_mc.hitTest(hero_mc._x, hero_mc._y - hero_mc._height, true)) { trace("hit Egg with Head"); gameOver(true); } else if (egg_mc.hitTest(hero_mc._x, hero_mc._y, true)) { trace("hit Egg with feet"); gameOver(true); } else if (egg_mc.hitTest(hero_mc._x + (hero_mc._width / 2), hero_mc._y - (hero_mc._height / 2), true)) { trace("hit Egg with right side"); gameOver(true); } else if (egg_mc.hitTest(hero_mc._x - (hero_mc._width / 2), hero_mc._y - (hero_mc._height / 2), true)) { trace("hit Egg with left side"); gameOver(true); } } function determineDragonState() { hx = hero_mc._x; hy = hero_mc._y; if (!hero_mc.isFlying) { if (hitdetecttail_mc.hitTest(hx, hy, false)) { dragon_mc.attackState = "tailattack"; } else { dragon_mc.attackState = "aggresive"; } } else if (dragonzonefoolish_mc.hitTest(hx, hy, false)) { dragon_mc.attackState = "foolish"; } else { dragon_mc.attackState = "protect"; } } function doDragonAI() { switch (dragon_mc.attackState) { case "aggresive" : moveDragonToPoint(dragonzoneaggresive_mc); shootDragonFireBalls(); return; case "foolish" : moveDragonToPoint(dragonzonefoolish_zone_mc); return; case "protect" : moveDragonToPoint(dragonzoneprotect_mc); shootDragonFireBalls(); return; case "tailattack" : moveDragonToPoint(dragonzonetail_mc); } } function moveFireballs() { if (dragon_mc.isDragonShooting) { var _local2 = fireball_mc.targetAngle; var _local4 = fireballSpeed * Math.cos((_local2 * Math.PI) / 180); var _local3 = fireballSpeed * Math.sin((_local2 * Math.PI) / 180); if ((((fireball_mc._y >= floor._y) || (fireball_mc._y <= bg._y)) || (fireball_mc._x < bg._x)) || (fireball_mc._x > bg._width)) { this.fireball_mc.removeMovieClip(); dragon_mc.isDragonShooting = false; } else { fireball_mc._x = fireball_mc._x + _local4; fireball_mc._y = fireball_mc._y + _local3; } } } function shootDragonFireBalls() { if (!dragon_mc.isDragonShooting) { dragon_mc.isDragonShooting = true; var _local3 = dragon_mc._y + dragon_mc.fireballStart_mc._y; var _local4 = dragon_mc._x + dragon_mc.fireballStart_mc._x; var _local2 = this.attachMovie("fireball", "fireball_mc", 20, {_x:_local4, _y:_local3}); var _local5 = (Math.random() * (dragon_mc.aim * 2)) - dragon_mc.aim; _local2.targetAngle = getPredatorAngle(_local2, hero_mc) + _local5; } } function moveDragonToPoint(zone_mc) { if (!dragon_mc.hasMovePoint) { pos = getDGZonePoint(zone_mc); dragon_mc.hasMovePoint = true; } angle = (Math.atan2(pos.y - dragon_mc._y, pos.x - dragon_mc._x) * 180) / Math.PI; newx = dragonSpeed * Math.cos((angle * Math.PI) / 180); newy = dragonSpeed * Math.sin((angle * Math.PI) / 180); distance = Math.sqrt(((dragon_mc._x - pos.x) * (dragon_mc._x - pos.x)) + ((dragon_mc._y - pos.y) * (dragon_mc._y - pos.y))); if ((distance < 4) && (distance > -4)) { dragon_mc._x = pos.x; dragon_mc._y = pos.y; dragon_mc.hasMovePoint = false; } else { dragon_mc._x = dragon_mc._x + newx; dragon_mc._y = dragon_mc._y + newy; } } function getPredatorAngle(thePredator, thePrey) { xdiff = thePrey._x - thePredator._x; ydiff = thePrey._y - thePredator._y; angle = Math.atan2(ydiff, xdiff); angle = (angle * 180) / Math.PI; return(angle); } function moveDragonHead() { } function getDGZonePoint(dgzone) { pos = new Object(); pos.x = (Math.random() * dgzone._width) + dgzone._x; pos.y = (Math.random() * dgzone._height) + dgzone._y; return(pos); } function detectBoundries() { if (hero_mc._x <= (hero_mc._width / 2)) { hero_mc._x = hero_mc._width / 2; } else if (hero_mc._x >= (bg._width - (hero_mc._width / 2))) { hero_mc._x = bg._width - (hero_mc._width / 2); } if ((hero_mc._y - hero_mc._height) <= bg._y) { hero_mc._y = bg._y + hero_mc._height; } if (hero_mc._y >= floor._y) { hero_mc._y = floor._y + 4; } } function doJumping() { if (hero_mc.isJumping) { newY = (hero_mc._y - jumpForce) + gravForce; if (newY >= floor._y) { hero_mc.isJumping = false; hero_mc._y = floor._y - 4; jumpForce = 0; } else { heroSpeed = 6; hero_mc._y = newY; jumpForce--; } } } function detectKeys() { keyDetected = false; hero_mc.isStanding = true; if (Key.isDown(40)) { keyDetected = true; if (!hero_mc.isCrouching) { moveHero("down"); } } else { hero_mc.isCrouching = false; } if (Key.isDown(38)) { if (!hero_mc.isCrouching) { keyDetected = true; moveHero("up"); } } if (Key.isDown(37)) { keyDetected = true; moveHero("left"); } if (Key.isDown(39)) { keyDetected = true; moveHero("right"); } if ((!keyDetected) && (hero_mc.isFlying == false)) { hero_mc.isStanding = true; hero_mc.isCrouching = false; hero_mc.gotoAndStop("standing"); } } function moveHero(dir) { var _local3 = 0; var _local2 = 0; switch (dir) { case "down" : if (hero_mc.isFlying) { _local2 = heroSpeed; } else { hero_mc.isCrouching = true; hero_mc.gotoAndStop("crouch"); heroSpeed = 2; } break; case "left" : if ((!hero_mc.isFlying) && (hero_mc.isCrouching == false)) { heroSpeed = 5; hero_mc.gotoAndStop("running"); } else if (hero_mc.isCrouching && (!hero_mc.isFlying)) { hero_mc.gotoAndStop("crawling"); } hero_mc._xscale = -100; _local3 = -heroSpeed; break; case "right" : hero_mc._xscale = 100; if ((!hero_mc.isFlying) && (hero_mc.isCrouching == false)) { heroSpeed = 5; hero_mc.gotoAndStop("running"); } else if (hero_mc.isCrouching && (!hero_mc.isFlying)) { hero_mc.gotoAndStop("crawling"); } _local3 = heroSpeed; break; case "up" : if (hero_mc.isFlying) { _local2 = -heroSpeed; } else { if (hero_mc.isJumping) { break; } hero_mc.isJumping = true; jumpForce = heroJumpPower; _local2 = -2; } } var _local1 = hero_mc._x + _local3; var _local4 = hero_mc._y + _local2; if (!platform_mc.hitTest(_local1, _local4, true)) { if ((_local1 > 50) || (_local1 > hero_mc._x)) { hero_mc._x = _local1; hero_mc._y = _local4; } } } btn_temp.onRelease = gameMC.btn_handler_play; heroStartX = hero_mc._x; heroStartY = hero_mc._y; dragonStartX = dragon_mc._x; dragonStartY = dragon_mc._y; gameRunning = false; delete myInt; gameMC.gotoAndPlay("MainLoop"); gameMC.HSPlay(); gameMC.HSLevelStart(); gotoAndPlay ("main_loop");
Frame 35
stop();
Frame 39
gameMC.gotoAndPlay("Ready"); gameMC.HSLevelStart();
Frame 45
gameMC.iReadyScreenTimer.restartTimer();
Frame 46
if (iReadyScreenTimer.getSeconds() < 1) { } else { gameMC.gotoAndPlay("MainLoop"); }
Frame 47
gameMC.gotoAndPlay(_currentframe - 1);
Frame 52
reset_btn.onRelease = gameMC.btn_handler_gameover; if (!gameMC.gPaused) { if (Key.isDown(81)) { gameMC.gotoAndPlay("GameOver"); } } if (!gameRunning) { trace("start game"); startGame(); } doTimer(); detectKeys(); determineDragonState(); doJumping(); detectBoundries(); detectBroom(); doDragonAI(); moveFireballs(); moveDragonHead(); detectDeath();
Instance of Symbol 294 MovieClip "message_mc" in Frame 52
onClipEvent (load) { this._visible = false; }
Frame 53
gameMC.gotoAndPlay("MainLoop");
Frame 59
gameMC.iLevelPauseTimer.restartTimer();
Instance of Symbol 107 MovieClip "btn_temp" in Frame 59
on (rollOver) { this.gotoAndPlay("on"); _parent.initText3(); } on (rollOut) { this.gotoAndPlay("off"); _parent.initText3(); }
Instance of Symbol 104 MovieClip "btn_Ins" in Frame 59
on (rollOver) { this.gotoAndPlay("on"); _parent.initText3(); } on (rollOut) { this.gotoAndPlay("off"); _parent.initText3(); }
Frame 60
if (_root.iLevelPauseTimer.seconds() > 10) { gameMC.gLevel = gameMC.gLevel + 1; gameMC.gotoAndPlay("NextLevel"); }
Frame 61
gameMC.gotoAndPlay(_currentframe - 1); btn_Ins.onRelease = function () { gameMC.gotoAndPlay("instructions"); }; initText3 = function () { var _local1 = getxmldata6.firstChild; while (_local1 != null) { title_txt.text = String(_local1.attributes.text1); blurb_txt.htmlText = ("<p align='center'>" + String(_local1.attributes.text2)) + "</p>"; blurb_txt.htmlText = ("<p align='center'>" + String(_local1.attributes.text3)) + "</p>"; final_score_txt = String(_local1.attributes.text4); btn_temp.playBtn_txt.text = String(_local1.attributes.text5); btn_temp.roll_txt.text = String(_local1.attributes.text5); btn_Ins.insBtn_txt.text = String(_local1.attributes.text6); btn_Ins.roll_txt.text = String(_local1.attributes.text6); _local1 = _local1.nextSibling; } }; initText3();
Frame 70
final_score_txt.text = ("YOUR SCORE:" + score) + " "; endSpaceBarTrap = new Object(); endSpaceBarTrap.onKeyDown = function () { if (Key.isDown(32)) { Key.removeListener(endSpaceBarTrap); gotoAndPlay ("play"); } }; Key.addListener(endSpaceBarTrap); btn_temp.onRelease = function () { Key.removeListener(endSpaceBarTrap); gotoAndPlay ("play"); }; stop(); btn_Ins.onRelease = function () { gameMC.gotoAndPlay("instructions"); }; gScore = score; gameMC.HSGameOver();
Frame 76
initText4 = function () { var _local1 = getxmldata7.firstChild; while (_local1 != null) { title_txt.text = String(_local1.attributes.text1); blurb_txt.htmlText = ("<p align='center'>" + String(_local1.attributes.text2)) + "</p>"; blurb_txt.htmlText = blurb_txt.htmlText + (("<br><p align='center'>" + String(_local1.attributes.text3)) + "</p>"); blurb_txt.htmlText = blurb_txt.htmlText + (("<br><p align='center'>" + String(_local1.attributes.text4)) + "</p>"); btn_temp.playBtn_txt.text = String(_local1.attributes.text5); btn_temp.roll_txt.text = String(_local1.attributes.text5); btn_Ins.insBtn_txt.text = String(_local1.attributes.text6); btn_Ins.roll_txt.text = String(_local1.attributes.text6); _local1 = _local1.nextSibling; } }; initText4(); endSpaceBarTrap = new Object(); endSpaceBarTrap.onKeyDown = function () { if (Key.isDown(32)) { Key.removeListener(endSpaceBarTrap); gotoAndPlay ("play"); } }; Key.addListener(endSpaceBarTrap); btn_temp.onRelease = function () { Key.removeListener(endSpaceBarTrap); gotoAndPlay ("play"); }; stop(); btn_Ins.onRelease = function () { gameMC.gotoAndPlay("instructions"); }; gScore = score; gameMC.HSGameOver();
Instance of Symbol 104 MovieClip "btn_Ins" in Frame 76
on (rollOver) { this.gotoAndPlay("on"); _parent.initText4(); } on (rollOut) { this.gotoAndPlay("off"); _parent.initText4(); }
Instance of Symbol 107 MovieClip "btn_temp" in Frame 76
on (rollOver) { this.gotoAndPlay("on"); _parent.initText4(); } on (rollOut) { this.gotoAndPlay("off"); _parent.initText4(); }
Frame 97
stop();
Symbol 63 MovieClip [hs_placeholder] Frame 5
stop();
Symbol 65 MovieClip [hs_placeholder] Frame 1
_visible = false;
Symbol 65 MovieClip [hs_placeholder] Frame 5
stop();
Symbol 69 MovieClip Frame 1
this.loadMovie(gameMC.gHSRoot_swf + "HSScripts.swf");
Symbol 69 MovieClip Frame 4
stop();
Symbol 78 MovieClip Frame 1
stop();
Symbol 86 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 87 Button
on (release) { gameMC.gDebug = ""; }
Symbol 88 MovieClip Frame 5
stop();
Symbol 93 MovieClip Frame 1
_visible = false; this.loadMovie(gameMC.gHSRoot_swf + "HSMinScore.swf");
Symbol 93 MovieClip Frame 4
stop();
Symbol 104 MovieClip Frame 1
stop();
Symbol 104 MovieClip Frame 2
stop();
Symbol 107 MovieClip Frame 1
stop();
Symbol 107 MovieClip Frame 2
stop();
Symbol 109 Button
on (release) { gameMC.gotoAndPlay("GameOver"); }
Symbol 117 MovieClip Frame 4
stop();
Symbol 117 MovieClip Frame 9
stop();
Symbol 207 MovieClip Frame 1
stop();
Symbol 207 MovieClip Frame 2
stop();
Symbol 207 MovieClip Frame 3
stop();
Symbol 207 MovieClip Frame 4
trace("running"); stop();
Symbol 207 MovieClip Frame 5
trace("crawling"); stop();
Symbol 207 MovieClip Frame 6
stop();
Symbol 294 MovieClip Frame 1
var aNode = getxmldata5.firstChild; while (aNode != null) { gameTitle_txt.text = String(aNode.attributes.text1); blurb_txt.text = String(aNode.attributes.text2); info_txt.text = info_txt.text + String(aNode.attributes.text3); aNode = aNode.nextSibling; }

Library Items

Symbol 1 BitmapUsed by:2
Symbol 2 GraphicUses:1Used by:59
Symbol 3 BitmapUsed by:4
Symbol 4 GraphicUses:3Used by:59
Symbol 5 BitmapUsed by:6
Symbol 6 GraphicUses:5Used by:59
Symbol 7 BitmapUsed by:8
Symbol 8 GraphicUses:7Used by:59
Symbol 9 BitmapUsed by:10
Symbol 10 GraphicUses:9Used by:59
Symbol 11 BitmapUsed by:12
Symbol 12 GraphicUses:11Used by:59
Symbol 13 BitmapUsed by:14
Symbol 14 GraphicUses:13Used by:59
Symbol 15 BitmapUsed by:16
Symbol 16 GraphicUses:15Used by:59
Symbol 17 BitmapUsed by:18
Symbol 18 GraphicUses:17Used by:59
Symbol 19 BitmapUsed by:20
Symbol 20 GraphicUses:19Used by:59
Symbol 21 BitmapUsed by:22
Symbol 22 GraphicUses:21Used by:59
Symbol 23 BitmapUsed by:24
Symbol 24 GraphicUses:23Used by:59
Symbol 25 BitmapUsed by:26
Symbol 26 GraphicUses:25Used by:59
Symbol 27 BitmapUsed by:28
Symbol 28 GraphicUses:27Used by:59
Symbol 29 BitmapUsed by:30
Symbol 30 GraphicUses:29Used by:59
Symbol 31 BitmapUsed by:32
Symbol 32 GraphicUses:31Used by:59
Symbol 33 BitmapUsed by:34
Symbol 34 GraphicUses:33Used by:59
Symbol 35 BitmapUsed by:36
Symbol 36 GraphicUses:35Used by:59
Symbol 37 BitmapUsed by:38
Symbol 38 GraphicUses:37Used by:59
Symbol 39 BitmapUsed by:40
Symbol 40 GraphicUses:39Used by:59
Symbol 41 BitmapUsed by:42
Symbol 42 GraphicUses:41Used by:59
Symbol 43 BitmapUsed by:44
Symbol 44 GraphicUses:43Used by:59
Symbol 45 BitmapUsed by:46
Symbol 46 GraphicUses:45Used by:59
Symbol 47 BitmapUsed by:48
Symbol 48 GraphicUses:47Used by:59
Symbol 49 BitmapUsed by:50
Symbol 50 GraphicUses:49Used by:59
Symbol 51 BitmapUsed by:52
Symbol 52 GraphicUses:51Used by:59
Symbol 53 BitmapUsed by:54
Symbol 54 GraphicUses:53Used by:59
Symbol 55 BitmapUsed by:56
Symbol 56 GraphicUses:55Used by:59
Symbol 57 BitmapUsed by:58
Symbol 58 GraphicUses:57Used by:59
Symbol 59 MovieClip [fireball]Uses:2 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58
Symbol 60 GraphicUsed by:63 65
Symbol 61 FontUsed by:62 64 66 108 110 298
Symbol 62 EditableTextUses:61Used by:63
Symbol 63 MovieClip [hs_placeholder]Uses:60 62
Symbol 64 EditableTextUses:61Used by:65
Symbol 65 MovieClip [hs_placeholder]Uses:60 64Used by:Timeline
Symbol 66 EditableTextUses:61Used by:Timeline
Symbol 67 FontUsed by:68 84
Symbol 68 TextUses:67Used by:69
Symbol 69 MovieClipUses:68Used by:Timeline
Symbol 70 FontUsed by:71 89 96 97 101 102 105 106 118 299 301 302
Symbol 71 EditableTextUses:70Used by:Timeline
Symbol 72 BitmapUsed by:73
Symbol 73 GraphicUses:72Used by:78
Symbol 74 GraphicUsed by:78
Symbol 75 GraphicUsed by:78
Symbol 76 BitmapUsed by:77
Symbol 77 GraphicUses:76Used by:78
Symbol 78 MovieClipUses:73 74 75 77Used by:Timeline
Symbol 79 BitmapUsed by:80
Symbol 80 GraphicUses:79Used by:Timeline
Symbol 81 GraphicUsed by:Timeline
Symbol 82 BitmapUsed by:83
Symbol 83 GraphicUses:82Used by:Timeline
Symbol 84 EditableTextUses:67Used by:88
Symbol 85 GraphicUsed by:86 87 109
Symbol 86 ButtonUses:85Used by:88
Symbol 87 ButtonUses:85Used by:88
Symbol 88 MovieClipUses:84 86 87Used by:Timeline
Symbol 89 EditableTextUses:70Used by:Timeline
Symbol 90 FontUsed by:91 92
Symbol 91 TextUses:90Used by:93
Symbol 92 EditableTextUses:90Used by:93
Symbol 93 MovieClipUses:91 92Used by:Timeline
Symbol 94 BitmapUsed by:95
Symbol 95 GraphicUses:94Used by:Timeline
Symbol 96 EditableTextUses:70Used by:Timeline
Symbol 97 EditableTextUses:70Used by:Timeline
Symbol 98 GraphicUsed by:294  Timeline
Symbol 99 FontUsed by:100 119 121 123 292 300 303
Symbol 100 EditableTextUses:99 296Used by:Timeline
Symbol 101 EditableTextUses:70Used by:104
Symbol 102 EditableTextUses:70Used by:104
Symbol 103 GraphicUsed by:104 107 131
Symbol 104 MovieClipUses:101 102 103Used by:Timeline
Symbol 105 EditableTextUses:70Used by:107
Symbol 106 EditableTextUses:70Used by:107
Symbol 107 MovieClipUses:105 106 103Used by:Timeline
Symbol 108 EditableTextUses:61Used by:Timeline
Symbol 109 ButtonUses:85Used by:117
Symbol 110 EditableTextUses:61Used by:117
Symbol 111 FontUsed by:112 113 114 115
Symbol 112 EditableTextUses:111Used by:117
Symbol 113 EditableTextUses:111Used by:117
Symbol 114 EditableTextUses:111Used by:117
Symbol 115 EditableTextUses:111Used by:117
Symbol 116 GraphicUsed by:117
Symbol 117 MovieClipUses:109 110 112 113 114 115 116Used by:Timeline
Symbol 118 EditableTextUses:70Used by:Timeline
Symbol 119 EditableTextUses:99Used by:Timeline
Symbol 120 GraphicUsed by:Timeline
Symbol 121 EditableTextUses:99 296Used by:Timeline
Symbol 122 GraphicUsed by:Timeline
Symbol 123 TextUses:99Used by:Timeline
Symbol 124 GraphicUsed by:Timeline
Symbol 125 GraphicUsed by:126 129 130
Symbol 126 MovieClipUses:125Used by:Timeline
Symbol 127 GraphicUsed by:128
Symbol 128 MovieClipUses:127Used by:Timeline
Symbol 129 MovieClipUses:125Used by:Timeline
Symbol 130 MovieClipUses:125Used by:Timeline
Symbol 131 MovieClipUses:103Used by:Timeline
Symbol 132 GraphicUsed by:133
Symbol 133 MovieClipUses:132Used by:Timeline
Symbol 134 GraphicUsed by:135
Symbol 135 MovieClipUses:134Used by:Timeline
Symbol 136 GraphicUsed by:Timeline
Symbol 137 BitmapUsed by:138
Symbol 138 GraphicUses:137Used by:139
Symbol 139 MovieClipUses:138Used by:Timeline
Symbol 140 GraphicUsed by:142 212
Symbol 141 GraphicUsed by:142
Symbol 142 MovieClipUses:140 141Used by:Timeline
Symbol 143 GraphicUsed by:154 206 207
Symbol 144 GraphicUsed by:154 206 207
Symbol 145 GraphicUsed by:154 205 206 207
Symbol 146 GraphicUsed by:154 205 206 207
Symbol 147 GraphicUsed by:154 205 206 207
Symbol 148 GraphicUsed by:154
Symbol 149 GraphicUsed by:150
Symbol 150 MovieClipUses:149Used by:154 205 206 207
Symbol 151 GraphicUsed by:154 205 206 207
Symbol 152 GraphicUsed by:154 206 207
Symbol 153 GraphicUsed by:154 206 207
Symbol 154 MovieClipUses:143 144 145 146 147 148 150 151 152 153Used by:207
Symbol 155 GraphicUsed by:207
Symbol 156 GraphicUsed by:163
Symbol 157 GraphicUsed by:163
Symbol 158 GraphicUsed by:163
Symbol 159 GraphicUsed by:163
Symbol 160 GraphicUsed by:163
Symbol 161 GraphicUsed by:163
Symbol 162 GraphicUsed by:163
Symbol 163 MovieClipUses:156 157 158 159 160 161 162Used by:205 207
Symbol 164 GraphicUsed by:207
Symbol 165 GraphicUsed by:207
Symbol 166 GraphicUsed by:207
Symbol 167 GraphicUsed by:207
Symbol 168 GraphicUsed by:206 207
Symbol 169 GraphicUsed by:205
Symbol 170 GraphicUsed by:205
Symbol 171 GraphicUsed by:205
Symbol 172 GraphicUsed by:205
Symbol 173 GraphicUsed by:205
Symbol 174 GraphicUsed by:205
Symbol 175 GraphicUsed by:205
Symbol 176 GraphicUsed by:205
Symbol 177 GraphicUsed by:205
Symbol 178 GraphicUsed by:205
Symbol 179 GraphicUsed by:205
Symbol 180 GraphicUsed by:205
Symbol 181 GraphicUsed by:205
Symbol 182 GraphicUsed by:205
Symbol 183 GraphicUsed by:205
Symbol 184 GraphicUsed by:205
Symbol 185 GraphicUsed by:205
Symbol 186 GraphicUsed by:205
Symbol 187 GraphicUsed by:205
Symbol 188 GraphicUsed by:205
Symbol 189 GraphicUsed by:205
Symbol 190 GraphicUsed by:205
Symbol 191 GraphicUsed by:205
Symbol 192 GraphicUsed by:205
Symbol 193 GraphicUsed by:205
Symbol 194 GraphicUsed by:205
Symbol 195 GraphicUsed by:205
Symbol 196 GraphicUsed by:205
Symbol 197 GraphicUsed by:205
Symbol 198 GraphicUsed by:205
Symbol 199 GraphicUsed by:205
Symbol 200 GraphicUsed by:205
Symbol 201 GraphicUsed by:205
Symbol 202 GraphicUsed by:205
Symbol 203 GraphicUsed by:205
Symbol 204 GraphicUsed by:205
Symbol 205 MovieClipUses:169 145 146 147 150 163 151 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204Used by:207
Symbol 206 MovieClipUses:143 144 145 146 147 168 150 151 152 153Used by:207
Symbol 207 MovieClipUses:154 155 163 164 165 166 167 143 144 145 146 147 168 150 151 152 153 205 206Used by:Timeline
Symbol 208 GraphicUsed by:212
Symbol 209 GraphicUsed by:211
Symbol 210 GraphicUsed by:211
Symbol 211 MovieClipUses:209 210Used by:212
Symbol 212 MovieClipUses:140 208 211Used by:213
Symbol 213 MovieClipUses:212Used by:Timeline
Symbol 214 GraphicUsed by:240
Symbol 215 GraphicUsed by:240
Symbol 216 GraphicUsed by:240
Symbol 217 GraphicUsed by:240
Symbol 218 GraphicUsed by:240
Symbol 219 GraphicUsed by:240
Symbol 220 GraphicUsed by:240
Symbol 221 GraphicUsed by:240
Symbol 222 GraphicUsed by:240
Symbol 223 GraphicUsed by:240
Symbol 224 GraphicUsed by:240
Symbol 225 GraphicUsed by:240
Symbol 226 GraphicUsed by:240
Symbol 227 GraphicUsed by:240
Symbol 228 GraphicUsed by:240
Symbol 229 GraphicUsed by:240
Symbol 230 GraphicUsed by:240
Symbol 231 GraphicUsed by:240
Symbol 232 GraphicUsed by:240
Symbol 233 GraphicUsed by:240
Symbol 234 GraphicUsed by:240
Symbol 235 GraphicUsed by:240
Symbol 236 GraphicUsed by:240
Symbol 237 GraphicUsed by:240
Symbol 238 GraphicUsed by:240
Symbol 239 GraphicUsed by:240
Symbol 240 MovieClipUses:214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239Used by:286
Symbol 241 BitmapUsed by:242
Symbol 242 GraphicUses:241Used by:243
Symbol 243 MovieClipUses:242Used by:286
Symbol 244 GraphicUsed by:286
Symbol 245 GraphicUsed by:286
Symbol 246 GraphicUsed by:286
Symbol 247 GraphicUsed by:286
Symbol 248 GraphicUsed by:286
Symbol 249 GraphicUsed by:259
Symbol 250 GraphicUsed by:259
Symbol 251 GraphicUsed by:259
Symbol 252 GraphicUsed by:259
Symbol 253 GraphicUsed by:259
Symbol 254 GraphicUsed by:259
Symbol 255 GraphicUsed by:259
Symbol 256 GraphicUsed by:257 259
Symbol 257 ButtonUses:256Used by:259
Symbol 258 GraphicUsed by:259
Symbol 259 MovieClipUses:249 250 251 252 253 254 255 256 257 258Used by:286
Symbol 260 MovieClipUsed by:286
Symbol 261 GraphicUsed by:286
Symbol 262 GraphicUsed by:286
Symbol 263 GraphicUsed by:286
Symbol 264 GraphicUsed by:286
Symbol 265 GraphicUsed by:286
Symbol 266 GraphicUsed by:286
Symbol 267 GraphicUsed by:286
Symbol 268 GraphicUsed by:286
Symbol 269 GraphicUsed by:286
Symbol 270 GraphicUsed by:286
Symbol 271 GraphicUsed by:286
Symbol 272 GraphicUsed by:286
Symbol 273 GraphicUsed by:286
Symbol 274 GraphicUsed by:286
Symbol 275 GraphicUsed by:286
Symbol 276 GraphicUsed by:286
Symbol 277 GraphicUsed by:286
Symbol 278 GraphicUsed by:286
Symbol 279 GraphicUsed by:286
Symbol 280 GraphicUsed by:286
Symbol 281 GraphicUsed by:286
Symbol 282 GraphicUsed by:286
Symbol 283 GraphicUsed by:286
Symbol 284 GraphicUsed by:286
Symbol 285 GraphicUsed by:286
Symbol 286 MovieClipUses:240 243 244 245 246 247 248 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285Used by:Timeline
Symbol 287 BitmapUsed by:288
Symbol 288 GraphicUses:287Used by:294
Symbol 289 GraphicUsed by:294
Symbol 290 FontUsed by:291 293
Symbol 291 EditableTextUses:290Used by:294
Symbol 292 EditableTextUses:99Used by:294
Symbol 293 EditableTextUses:290Used by:294
Symbol 294 MovieClipUses:288 289 291 98 292 293Used by:Timeline
Symbol 295 GraphicUsed by:Timeline
Symbol 296 FontUsed by:100 121 297 300 303
Symbol 297 EditableTextUses:296Used by:Timeline
Symbol 298 EditableTextUses:61Used by:Timeline
Symbol 299 EditableTextUses:70Used by:Timeline
Symbol 300 EditableTextUses:99 296Used by:Timeline
Symbol 301 EditableTextUses:70Used by:Timeline
Symbol 302 EditableTextUses:70Used by:Timeline
Symbol 303 EditableTextUses:99 296Used by:Timeline

Instance Names

"hs_scripts"Frame 2Symbol 69 MovieClip
"loading_txt"Frame 4Symbol 71 EditableText
"debug_clip"Frame 4Symbol 88 MovieClip
"loaded_txt"Frame 9Symbol 89 EditableText
"min_high_score"Frame 9Symbol 93 MovieClip
"welcome_txt"Frame 15Symbol 96 EditableText
"title_txt"Frame 15Symbol 97 EditableText
"blurb_txt"Frame 15Symbol 100 EditableText
"instructions_btn"Frame 15Symbol 104 MovieClip
"play_btn"Frame 15Symbol 107 MovieClip
"Cr_clip"Frame 15Symbol 117 MovieClip
"title_txt"Frame 26Symbol 118 EditableText
"blurb_txt"Frame 26Symbol 119 EditableText
"play_btn"Frame 26Symbol 107 MovieClip
"blurb2_txt"Frame 26Symbol 121 EditableText
"dragonzoneaggresive_mc"Frame 52Symbol 126 MovieClip
"dragonzoneprotect_mc"Frame 52Symbol 128 MovieClip
"dragonzonetail_mc"Frame 52Symbol 129 MovieClip
"hitdetecttail_mc"Frame 52Symbol 130 MovieClip
"floor"Frame 52Symbol 131 MovieClip
"platform_mc"Frame 52Symbol 133 MovieClip
"dragonzonefoolish_mc"Frame 52Symbol 135 MovieClip
"dragonzonefoolish_zone_mc"Frame 52Symbol 128 MovieClip
"bg"Frame 52Symbol 139 MovieClip
"egg_mc"Frame 52Symbol 142 MovieClip
"hero_mc"Frame 52Symbol 207 MovieClip
"broom"Frame 52Symbol 213 MovieClip
"dragon_mc"Frame 52Symbol 286 MovieClip
"message_mc"Frame 52Symbol 294 MovieClip
"score_txt"Frame 52Symbol 297 EditableText
"title_txt"Frame 59Symbol 299 EditableText
"blurb_txt"Frame 59Symbol 300 EditableText
"btn_temp"Frame 59Symbol 107 MovieClip
"final_score_txt"Frame 59Symbol 301 EditableText
"btn_Ins"Frame 59Symbol 104 MovieClip
"hs_placeholder"Frame 70Symbol 65 MovieClip [hs_placeholder]
"title_txt"Frame 76Symbol 302 EditableText
"blurb_txt"Frame 76Symbol 303 EditableText
"btn_Ins"Frame 76Symbol 104 MovieClip
"btn_temp"Frame 76Symbol 107 MovieClip
"insBtn_txt"Symbol 104 MovieClip Frame 1Symbol 101 EditableText
"roll_txt"Symbol 104 MovieClip Frame 2Symbol 102 EditableText
"playBtn_txt"Symbol 107 MovieClip Frame 1Symbol 105 EditableText
"roll_txt"Symbol 107 MovieClip Frame 2Symbol 106 EditableText
"head_mc"Symbol 286 MovieClip Frame 1Symbol 259 MovieClip
"fireballStart_mc"Symbol 286 MovieClip Frame 1Symbol 260 MovieClip
"gameTitle_txt"Symbol 294 MovieClip Frame 1Symbol 291 EditableText
"blurb_txt"Symbol 294 MovieClip Frame 1Symbol 292 EditableText
"info_txt"Symbol 294 MovieClip Frame 1Symbol 293 EditableText

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 59 as "fireball"
ExportAssets (56)Timeline Frame 1Symbol 63 as "hs_placeholder"
ExportAssets (56)Timeline Frame 1Symbol 65 as "hs_placeholder"
ExportAssets (56)Timeline Frame 70Symbol 65 as "hs_placeholder"
ExportAssets (56)Timeline Frame 71Symbol 65 as "hs_placeholder"
ExportAssets (56)Timeline Frame 72Symbol 65 as "hs_placeholder"
ExportAssets (56)Timeline Frame 73Symbol 65 as "hs_placeholder"
ExportAssets (56)Timeline Frame 74Symbol 65 as "hs_placeholder"
ExportAssets (56)Timeline Frame 75Symbol 65 as "hs_placeholder"
ExportAssets (56)Timeline Frame 76Symbol 65 as "hs_placeholder"
ExportAssets (56)Timeline Frame 77Symbol 65 as "hs_placeholder"
ExportAssets (56)Timeline Frame 78Symbol 65 as "hs_placeholder"
ExportAssets (56)Timeline Frame 79Symbol 65 as "hs_placeholder"
ExportAssets (56)Timeline Frame 80Symbol 65 as "hs_placeholder"
ExportAssets (56)Timeline Frame 81Symbol 65 as "hs_placeholder"
ExportAssets (56)Timeline Frame 82Symbol 65 as "hs_placeholder"
ExportAssets (56)Timeline Frame 83Symbol 65 as "hs_placeholder"
ExportAssets (56)Timeline Frame 84Symbol 65 as "hs_placeholder"
ExportAssets (56)Timeline Frame 85Symbol 65 as "hs_placeholder"
ExportAssets (56)Timeline Frame 86Symbol 65 as "hs_placeholder"
ExportAssets (56)Timeline Frame 87Symbol 65 as "hs_placeholder"
ExportAssets (56)Timeline Frame 88Symbol 65 as "hs_placeholder"
ExportAssets (56)Timeline Frame 89Symbol 65 as "hs_placeholder"
ExportAssets (56)Timeline Frame 90Symbol 65 as "hs_placeholder"
ExportAssets (56)Timeline Frame 91Symbol 65 as "hs_placeholder"
ExportAssets (56)Timeline Frame 92Symbol 65 as "hs_placeholder"
ExportAssets (56)Timeline Frame 93Symbol 65 as "hs_placeholder"
ExportAssets (56)Timeline Frame 94Symbol 65 as "hs_placeholder"
ExportAssets (56)Timeline Frame 95Symbol 65 as "hs_placeholder"
ExportAssets (56)Timeline Frame 96Symbol 65 as "hs_placeholder"
ExportAssets (56)Timeline Frame 97Symbol 65 as "hs_placeholder"

Labels

"loading"Frame 4
"loaded"Frame 9
"title"Frame 15
"instructions"Frame 26
"play"Frame 34
"NextLevel"Frame 39
"Ready"Frame 45
"MainLoop"Frame 52
"LevelComplete"Frame 59
"Win"Frame 70
"GameOver"Frame 76
"GameLoaded"Frame 89
"init"Symbol 69 MovieClip Frame 1
"off"Symbol 104 MovieClip Frame 1
"on"Symbol 104 MovieClip Frame 2
"off"Symbol 107 MovieClip Frame 1
"on"Symbol 107 MovieClip Frame 2
"hide"Symbol 117 MovieClip Frame 1
"show"Symbol 117 MovieClip Frame 5
"standing"Symbol 207 MovieClip Frame 1
"flying"Symbol 207 MovieClip Frame 2
"crouch"Symbol 207 MovieClip Frame 3
"running"Symbol 207 MovieClip Frame 4
"crawling"Symbol 207 MovieClip Frame 5
"dead"Symbol 207 MovieClip Frame 6

Dynamic Text Variables

TextField14Symbol 62 EditableText"High Score Dialog Placeholder"
TextField14Symbol 64 EditableText"High Score Placeholder"
_parentSymbol 66 EditableText""
gameMC.gDebugSymbol 84 EditableText""
gameMC.min_scoreSymbol 92 EditableText"ww"
gameMC.messageSymbol 108 EditableText""
_root.gLevelSymbol 114 EditableText""
_root.gScoreSymbol 115 EditableText""
gameMC.homeSymbol 298 EditableText""




http://swfchan.com/5/22100/info.shtml
Created: 27/5 -2019 04:44:12 Last modified: 27/5 -2019 04:44:12 Server time: 10/05 -2024 19:48:26