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

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

Aragon Dragon.swf

This is the info page for
Flash #11523

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


Text
aragon dragon

www.t45ol.com

Loading

ARAGON DRAGON

D

A

RAGON

A game by www.no1games.com

Click To Continue

Click To Continue

Click To Start

Click To Start

level code

OK

ENTER CODE

LOADING

STAGE

LOADING

00

00

000

000

000

code

level

score

time

00

code

000

000

level

00

000

score

time

3

3

2

2

1

1

gameover

gameover

gameover

5

4

3

2

1

200

Pts

100

Pts

50

Pts

500

Pts

00

congratulations!!!

the end

the end

Stay tuned for more adventures
and more levels.
Check again this site or    www.no1games.com
for new levels and the sequence
of your favorite dragon.
dragon.

GAME OVER

ENTER YOUR NAME:

NEW GAME

ActionScript [AS1/AS2]

Frame 1
stop();
Frame 2
function wait() { mySeconds++; _root.mySecondHand._rotation = _root.mySecondHand._rotation + 6; _root.myMinuteHand._rotation = _root.myMinuteHand._rotation + 0.1; if (mySeconds == 60) { myMinute++; mySeconds = 0; } if (mySeconds < 10) { myZero = 0; } else { myZero = ""; } } if (_root.mytexts.length < 1) { _root.mytexts = "new dragon"; } if (_root.mycode.length < 1) { _root.mycode = "aram"; } _root.levelcode = _root.mycode; mycode2 = "aaaa"; myMinute = 0; myTimer = setInterval(wait, 1000); var hits = 0; var gforce = 0.08; turnforce = 13; antigforce = 3; xjump = 0; gravity = 1; dir = "right"; bump = 0; ycor = 0; xcor = 0; xd1 = -45; yd1 = 5; xd2 = 25; yd2 = 15; xd3 = 0; yd3 = 20; xd4 = -35; yd4 = -5; xd5 = 20; yd5 = 0; timer = 100; score = 0; lives = 2; hd = "http://www.no1games.com/highscores/"; var snd = new Sound(); snd.attachSound("bumps"); var rif = new Sound(); rif.attachSound("riff"); rif.setVolume(-40); passes = [["aram"], ["beam"], ["ceta"], ["date"], ["eoco"], ["fock"], ["goto"], ["hara"], ["ioso"], ["jeta"]]; stop();
Frame 3
stop();
Instance of Symbol 82 MovieClip "border" in Frame 3
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 146 MovieClip "dragon" in Frame 3
onClipEvent (load) { function posrestore() { _root.erase._x = _root.dragon._x + _root.xd1; _root.erase._y = _root.dragon._y + _root.yd1; _root.erase2._x = _root.dragon._x + _root.xd2; _root.erase2._y = _root.dragon._y + _root.yd2; _root.erase3._x = _root.dragon._x + _root.xd3; _root.erase3._y = _root.dragon._y + _root.yd3; _root.erase4._x = _root.dragon._x + _root.xd4; _root.erase4._y = _root.dragon._y + _root.yd4; _root.erase5._x = _root.dragon._x + _root.xd5; _root.erase5._y = _root.dragon._y + _root.yd5; } deadscene = "off"; appearscene = "on"; playscene = "off"; hitscene = "off"; wait = "off"; gameoverscene = "off"; waiting = 0; notwaiting = 0; todo = 0; xx = 0; xy = 0; totallevels = 2; musicplaying = "no"; timer = 1000; level = _root.levelinput; keytaken = "off"; nextscene = "off"; nextscene2 = "off"; timecounter = "off"; _root.lifebar.gotoAndPlay(_root.lives + 1); _root.levelcode = _root.passes[level - 1]; } onClipEvent (enterFrame) { if (wait == "on") { phase = "waiting"; if (todo > 1) { phase = "waiting and doing"; todob = todo; todo = 0; gotoAndPlay(todob +1); } } else if (appearscene == "on") { phase = "appearscene"; wait = "on"; appearscene = "off"; todo = "50"; } else if (gameoverscene == "on") { phase = "gameoverscene"; wait = "on"; gameoverscene = "ok"; todo = "100"; } else if (gameoverscene == "ok") { tellTarget (_root) { gotoAndPlay (60); }; } else if (nextscene == "on") { _root.rif.stop(); musicplaying = "no"; phase = "nextscene"; wait = "on"; _root.timercount.gotoAndPlay(2); timecounter = "on"; nextscene = "off"; nextscene2 = "on"; } else if ((timecounter == "off") && (nextscene2 == "on")) { nextscene = "off"; nextscene2 = "off"; level = level + 1; _root.levelcode = _root.passes[level - 1]; timer = 1000; _root.gforce = 0.08; _root.turnforce = 13; _root.antigforce = 3; _root.xjump = 0; _root.gravity = 1; _root.key.gotoAndStop(1); _root.door.gotoAndStop(1); _root.gotoAndPlay(level * 2); wait = "off"; appearscene = "on"; } else if (_root.bump > 0) { phase = "just hit"; _root.rif.stop(); musicplaying = "no"; _root.gforce = 0.08; _root.turnforce = 13; _root.antigforce = 3; _root.xjump = 0; _root.gravity = 1; _root.snd.start(0, 1); _root.lives = _root.lives - 1; _root.lifebar.gotoAndPlay(_root.lives + 1); wait = "on"; if (_root.lives < 1) { gameoverscene = "on"; } else { appearscene = "on"; } } else if (_root.bump < 1) { posrestore(); phase = "normal"; if (Key.isDown(38)) { _root.gravity = _root.gravity - ((_root.gforce * _root.antigforce) / 1); } if (Key.isDown(40)) { _root.gravity = _root.gravity + ((_root.gforce * _root.antigforce) / 2); } if (Key.isDown(39)) { if (_root.dir != 1) { _root.dir = 1; } _root.xjump = _root.xjump + (_root.antigforce / _root.turnforce); } if (Key.isDown(37)) { if (_root.dir != 2) { _root.dir = 2; } _root.xjump = _root.xjump - (_root.antigforce / _root.turnforce); } if (musicplaying == "no") { musicplaying = "yes"; _root.rif.start(0, 99); } _root.gravity = _root.gravity + _root.gforce; _root.dragon._y = _root.dragon._y + _root.gravity; _root.dragon._x = _root.dragon._x + (_root.xjump * 2); _root.dragon._rotation = _root.xjump * 2; xx = _root.dragon._x; xy = _root.dragon._y; timer = timer - 1; if (timer < 1) { timer = 1000; _root.bump = _root.bump + 1; } } }
Instance of Symbol 154 MovieClip "door" in Frame 3
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { if (_root.dragon.keytaken == "on") { _root.dragon.keytaken = "off"; _root.dragon.nextscene = "on"; } } } }
Instance of Symbol 169 MovieClip "key" in Frame 3
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; _root.dragon.keytaken = "on"; _root.key.gotoAndPlay(2); _root.door.gotoAndPlay(2); } }
Instance of Symbol 154 MovieClip "door" in Frame 3
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { if (_root.dragon.keytaken == "on") { _root.dragon.keytaken = "off"; _root.dragon.nextscene = "on"; } } } }
Instance of Symbol 169 MovieClip "key" in Frame 3
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; _root.dragon.keytaken = "on"; _root.key.gotoAndPlay(2); _root.door.gotoAndPlay(2); } }
Instance of Symbol 171 MovieClip in Frame 3
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 173 MovieClip in Frame 3
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 180 MovieClip in Frame 3
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); } }
Instance of Symbol 184 MovieClip in Frame 3
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); } }
Instance of Symbol 184 MovieClip in Frame 3
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); } }
Instance of Symbol 173 MovieClip in Frame 3
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 188 MovieClip in Frame 3
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x3, y3, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); } }
Instance of Symbol 184 MovieClip in Frame 3
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); } }
Instance of Symbol 188 MovieClip in Frame 3
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); } }
Instance of Symbol 188 MovieClip in Frame 3
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); } }
Instance of Symbol 188 MovieClip in Frame 3
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); } }
Instance of Symbol 171 MovieClip in Frame 3
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 173 MovieClip in Frame 3
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Frame 5
stop();
Instance of Symbol 154 MovieClip "door" in Frame 5
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { if (_root.dragon.keytaken == "on") { _root.dragon.keytaken = "off"; _root.dragon.nextscene = "on"; } } } }
Instance of Symbol 169 MovieClip "key" in Frame 5
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; _root.dragon.keytaken = "on"; _root.key.gotoAndPlay(2); _root.door.gotoAndPlay(2); } }
Instance of Symbol 171 MovieClip in Frame 5
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 184 MovieClip in Frame 5
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 173 MovieClip in Frame 5
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 184 MovieClip in Frame 5
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 184 MovieClip in Frame 5
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); } }
Instance of Symbol 180 MovieClip in Frame 5
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); } }
Instance of Symbol 171 MovieClip in Frame 5
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 173 MovieClip in Frame 5
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 188 MovieClip in Frame 5
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); } }
Instance of Symbol 188 MovieClip in Frame 5
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); } }
Instance of Symbol 184 MovieClip in Frame 5
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); } }
Instance of Symbol 188 MovieClip in Frame 5
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); } }
Instance of Symbol 180 MovieClip in Frame 5
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); } }
Frame 7
stop();
Instance of Symbol 154 MovieClip "door" in Frame 7
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { if (_root.dragon.keytaken == "on") { _root.dragon.keytaken = "off"; _root.dragon.nextscene = "on"; } } } }
Instance of Symbol 171 MovieClip in Frame 7
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 169 MovieClip "key" in Frame 7
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; _root.dragon.keytaken = "on"; _root.key.gotoAndPlay(2); _root.door.gotoAndPlay(2); } }
Instance of Symbol 173 MovieClip in Frame 7
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 192 MovieClip in Frame 7
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 192 MovieClip in Frame 7
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 180 MovieClip in Frame 7
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 180 MovieClip in Frame 7
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 180 MovieClip in Frame 7
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 198 MovieClip in Frame 7
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 180 MovieClip in Frame 7
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 180 MovieClip in Frame 7
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 180 MovieClip in Frame 7
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 173 MovieClip in Frame 7
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 184 MovieClip in Frame 7
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 188 MovieClip in Frame 7
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); } }
Instance of Symbol 188 MovieClip in Frame 7
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); } }
Instance of Symbol 188 MovieClip in Frame 7
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); } }
Instance of Symbol 188 MovieClip in Frame 7
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); } }
Instance of Symbol 188 MovieClip in Frame 7
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); } }
Instance of Symbol 171 MovieClip in Frame 7
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Frame 9
stop();
Instance of Symbol 154 MovieClip "door" in Frame 9
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { if (_root.dragon.keytaken == "on") { _root.dragon.keytaken = "off"; _root.dragon.nextscene = "on"; } } } }
Instance of Symbol 169 MovieClip "key" in Frame 9
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; _root.dragon.keytaken = "on"; _root.key.gotoAndPlay(2); _root.door.gotoAndPlay(2); } }
Instance of Symbol 171 MovieClip in Frame 9
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 171 MovieClip in Frame 9
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 173 MovieClip in Frame 9
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 184 MovieClip in Frame 9
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 184 MovieClip in Frame 9
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 184 MovieClip in Frame 9
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 188 MovieClip in Frame 9
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); } }
Instance of Symbol 188 MovieClip in Frame 9
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); } }
Instance of Symbol 188 MovieClip in Frame 9
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); } }
Instance of Symbol 192 MovieClip in Frame 9
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 188 MovieClip in Frame 9
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); } }
Instance of Symbol 180 MovieClip in Frame 9
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 180 MovieClip in Frame 9
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 180 MovieClip in Frame 9
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 180 MovieClip in Frame 9
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Frame 11
stop();
Instance of Symbol 154 MovieClip "door" in Frame 11
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { if (_root.dragon.keytaken == "on") { _root.dragon.keytaken = "off"; _root.dragon.nextscene = "on"; } } } }
Instance of Symbol 169 MovieClip "key" in Frame 11
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; _root.dragon.keytaken = "on"; _root.key.gotoAndPlay(2); _root.door.gotoAndPlay(2); } }
Instance of Symbol 171 MovieClip in Frame 11
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 171 MovieClip in Frame 11
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 173 MovieClip in Frame 11
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 192 MovieClip in Frame 11
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 198 MovieClip in Frame 11
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 173 MovieClip in Frame 11
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 173 MovieClip in Frame 11
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 184 MovieClip in Frame 11
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 184 MovieClip in Frame 11
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 184 MovieClip in Frame 11
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 173 MovieClip in Frame 11
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 173 MovieClip in Frame 11
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 180 MovieClip in Frame 11
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 180 MovieClip in Frame 11
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 180 MovieClip in Frame 11
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 188 MovieClip in Frame 11
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); } }
Instance of Symbol 188 MovieClip in Frame 11
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); } }
Instance of Symbol 188 MovieClip in Frame 11
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); } }
Frame 13
stop();
Instance of Symbol 154 MovieClip "door" in Frame 13
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { if (_root.dragon.keytaken == "on") { _root.dragon.keytaken = "off"; _root.dragon.nextscene = "on"; } } } }
Instance of Symbol 169 MovieClip "key" in Frame 13
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; _root.dragon.keytaken = "on"; _root.key.gotoAndPlay(2); _root.door.gotoAndPlay(2); } }
Instance of Symbol 171 MovieClip in Frame 13
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 171 MovieClip in Frame 13
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 192 MovieClip in Frame 13
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 173 MovieClip in Frame 13
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 173 MovieClip in Frame 13
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 173 MovieClip in Frame 13
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 173 MovieClip in Frame 13
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 180 MovieClip in Frame 13
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 180 MovieClip in Frame 13
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 198 MovieClip in Frame 13
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 180 MovieClip in Frame 13
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 180 MovieClip in Frame 13
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Frame 15
stop();
Instance of Symbol 154 MovieClip "door" in Frame 15
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { if (_root.dragon.keytaken == "on") { _root.dragon.keytaken = "off"; _root.dragon.nextscene = "on"; } } } }
Instance of Symbol 169 MovieClip "key" in Frame 15
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; _root.dragon.keytaken = "on"; _root.key.gotoAndPlay(2); _root.door.gotoAndPlay(2); } }
Instance of Symbol 171 MovieClip in Frame 15
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 173 MovieClip in Frame 15
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x3, y3, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 173 MovieClip in Frame 15
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 192 MovieClip in Frame 15
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 173 MovieClip in Frame 15
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 173 MovieClip in Frame 15
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 173 MovieClip in Frame 15
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 171 MovieClip in Frame 15
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 173 MovieClip in Frame 15
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 188 MovieClip in Frame 15
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); } }
Instance of Symbol 188 MovieClip in Frame 15
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); } }
Instance of Symbol 188 MovieClip in Frame 15
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x3, y3, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); } }
Instance of Symbol 188 MovieClip in Frame 15
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); } }
Instance of Symbol 188 MovieClip in Frame 15
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); } }
Instance of Symbol 188 MovieClip in Frame 15
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); } }
Instance of Symbol 184 MovieClip in Frame 15
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 180 MovieClip in Frame 15
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 184 MovieClip in Frame 15
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 184 MovieClip in Frame 15
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 180 MovieClip in Frame 15
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 198 MovieClip in Frame 15
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 198 MovieClip in Frame 15
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 198 MovieClip in Frame 15
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Frame 17
stop();
Instance of Symbol 154 MovieClip "door" in Frame 17
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { if (_root.dragon.keytaken == "on") { _root.dragon.keytaken = "off"; _root.dragon.nextscene = "on"; } } } }
Instance of Symbol 171 MovieClip in Frame 17
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 169 MovieClip "key" in Frame 17
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; _root.dragon.keytaken = "on"; _root.key.gotoAndPlay(2); _root.door.gotoAndPlay(2); } }
Instance of Symbol 171 MovieClip in Frame 17
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 198 MovieClip in Frame 17
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 198 MovieClip in Frame 17
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 198 MovieClip in Frame 17
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 205 MovieClip in Frame 17
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Frame 19
stop();
Instance of Symbol 198 MovieClip in Frame 19
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 198 MovieClip in Frame 19
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 198 MovieClip in Frame 19
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 198 MovieClip in Frame 19
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 171 MovieClip in Frame 19
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 192 MovieClip in Frame 19
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 192 MovieClip in Frame 19
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 192 MovieClip in Frame 19
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 192 MovieClip in Frame 19
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 192 MovieClip in Frame 19
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 173 MovieClip in Frame 19
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 173 MovieClip in Frame 19
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 192 MovieClip in Frame 19
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 207 MovieClip in Frame 19
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 208 MovieClip in Frame 19
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 154 MovieClip "door" in Frame 19
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { if (_root.dragon.keytaken == "on") { _root.dragon.keytaken = "off"; _root.dragon.nextscene = "on"; } } } }
Instance of Symbol 171 MovieClip in Frame 19
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 169 MovieClip "key" in Frame 19
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; _root.dragon.keytaken = "on"; _root.key.gotoAndPlay(2); _root.door.gotoAndPlay(2); } }
Frame 21
stop();
Instance of Symbol 154 MovieClip "door" in Frame 21
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { if (_root.dragon.keytaken == "on") { _root.dragon.keytaken = "off"; _root.dragon.nextscene = "on"; } } } }
Instance of Symbol 171 MovieClip in Frame 21
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 169 MovieClip "key" in Frame 21
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; _root.dragon.keytaken = "on"; _root.key.gotoAndPlay(2); _root.door.gotoAndPlay(2); } }
Instance of Symbol 173 MovieClip in Frame 21
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 198 MovieClip in Frame 21
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 198 MovieClip in Frame 21
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 198 MovieClip in Frame 21
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 198 MovieClip in Frame 21
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 198 MovieClip in Frame 21
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 198 MovieClip in Frame 21
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 198 MovieClip in Frame 21
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 198 MovieClip in Frame 21
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); _root.score = _root.score + 50; } }
Instance of Symbol 192 MovieClip in Frame 21
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 192 MovieClip in Frame 21
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Instance of Symbol 210 MovieClip in Frame 21
onClipEvent (enterFrame) { x1 = _root.dragon._x + _root.xd1; y1 = _root.dragon._y + _root.yd1; x2 = _root.dragon._x + _root.xd2; y2 = _root.dragon._y + _root.yd2; x3 = _root.dragon._x + _root.xd3; y3 = _root.dragon._y + _root.yd3; x4 = _root.dragon._x + _root.xd4; y4 = _root.dragon._y + _root.yd4; x5 = _root.dragon._x + _root.xd5; y5 = _root.dragon._y + _root.yd5; if (_root.dragon.phase == "normal") { if ((((hitTest(x1, y1, true) || (hitTest(x2, y2, true))) || (hitTest(x3, y3, true))) || (hitTest(x4, y4, true))) || (hitTest(x5, y5, true))) { _root.bump = _root.bump + 1; } } }
Frame 56
stop();
Frame 62
tellTarget (_root) { gotoAndPlay ("scoretable"); };
Frame 63
stop();
Frame 64
var scoreboardname = "aragon"; String.prototype.addCommas = function () { var len = this.length; var str = ""; var i = 0; while (i <= len) { str = this.charAt(len - i) + str; if ((((i % 3) == 0) && (i > 0)) && (i < len)) { str = "," + str; } i++; } return(str); }; scoreboard_lv = new LoadVars(); if ((score > 0) && (_root.mytexts.length > 0)) { scoreboard_lv.score = score; scoreboard_lv.name = _root.mytexts.toLowerCase(); } scoreboard_lv.game = scoreboardname; var targ = ((_root.hd + "aragonscores.php?") + scoreboard_lv); loadMovieNum (targ, 1); targ2 = _root.hd + "aragonscore.swf"; trace("scoreboard_lv"); loadMovieNum (targ2, 2); stop();
Symbol 7 MovieClip [alien3] Frame 1
stop();
Symbol 7 MovieClip [alien3] Frame 3
gotoAndStop (1);
Symbol 26 Button
on (release) { gotoAndPlay (4); }
Symbol 33 Button
on (release) { getURL ("http://www.no1games.com", "_blank"); }
Symbol 35 Button
on (release) { tellTarget (_root) { gotoAndPlay ("main"); }; }
Symbol 55 MovieClip Frame 1
bytesloaded = this.getBytesLoaded(); bytestotal = this.getBytesTotal(); this.loadingbar._height = (bytesloaded / bytestotal) * 100; if (bytesloaded == bytestotal) { this.gotoAndPlay(3); }
Symbol 55 MovieClip Frame 2
gotoAndPlay (1);
Symbol 55 MovieClip Frame 3
stop();
Symbol 55 MovieClip Frame 4
stop();
Symbol 63 MovieClip Frame 19
_root.scores.createTextField("mytext2", 1, 20, 80, 100, 40); mytext2.type = "input"; mytext2.multiline = false; mytext2.wordWrap = true; mytext2.border = true; mytext2.bold = true; mytext2.restrict = "A-Z 0-9.:\\-"; myformat2 = new TextFormat(); myformat2.bullet = false; myformat2.maxChars = 12; myformat2.size = 24; myformat2.font = "Addled"; myformat2.color = 0; Selection.setFocus(mytext2); Selection.setSelection(0, mytext2.text.length); if (mytext2.text.length < 1) { mytext2.text = _root.mycode; } mytext2.setTextFormat(myformat2); ok_btn.onRelease = function () { _root.mycode2 = mytext2.text; play(); }; ok_btn.onKeyDown = function () { if (Key.getCode() == 13) { _root.mycode2 = mytext2.text; Key.removeListener(ok_btn); this.onRelease(); } }; Key.addListener(ok_btn); stop();
Symbol 63 MovieClip Frame 20
if (_root.mycode2 == "BEAM") { _root.dragon.level = 2; _root.levelinput = 2; } else if (_root.mycode2 == "CETA") { _root.dragon.level = 3; _root.levelinput = 3; } else if (_root.mycode2 == "DATE") { _root.dragon.level = 4; _root.levelinput = 4; } else if (_root.mycode2 == "EOCO") { _root.dragon.level = 5; _root.levelinput = 5; } else if (_root.mycode2 == "FOCK") { _root.dragon.level = 6; _root.levelinput = 6; } else if (_root.mycode2 == "GOTO") { _root.dragon.level = 7; _root.levelinput = 7; } else if (_root.mycode2 == "HARA") { _root.dragon.level = 8; _root.levelinput = 8; } else if (_root.mycode2 == "IOSO") { _root.dragon.level = 9; _root.levelinput = 9; } else if (_root.mycode2 == "JETA") { _root.dragon.level = 10; _root.levelinput = 10; } else { _root.levelinput = 1; } mytext2.removeTextField();
Symbol 63 MovieClip Frame 52
_root.gotoAndPlay(_root.levelinput * 2);
Symbol 72 MovieClip Frame 1
stop();
Symbol 72 MovieClip Frame 3
if (_root.dragon.timer > 1) { if (_root.dragon.timer < 10) { _root.dragon.timer = 10; } _root.dragon.timer = _root.dragon.timer - 10; _root.score = _root.score + 10; gotoAndPlay (2); } else { _root.dragon.wait = "off"; _root.dragon.timecounter = "off"; gotoAndPlay (1); }
Symbol 78 MovieClip Frame 1
stop();
Symbol 78 MovieClip Frame 2
stop();
Symbol 78 MovieClip Frame 3
stop();
Symbol 78 MovieClip Frame 4
stop();
Symbol 78 MovieClip Frame 5
stop();
Symbol 78 MovieClip Frame 6
stop();
Symbol 85 MovieClip Frame 1
stop();
Symbol 85 MovieClip Frame 3
if (_root.dragon.timer > 1) { if (_root.dragon.timer < 10) { _root.dragon.timer = 10; } _root.dragon.timer = _root.dragon.timer - 10; _root.score = _root.score + 10; gotoAndPlay (2); } else { _root.dragon.wait = "off"; _root.dragon.timecounter = "off"; gotoAndPlay (1); }
Symbol 146 MovieClip Frame 1
_root.yd1 = 10; _root.xd1 = -25; _root.yd2 = 15; _root.xd3 = 0; _root.xd5 = 20; _root.yd5 = -5;
Symbol 146 MovieClip Frame 4
if (_root.dragon.phase == "normal") { if (_root.dir == 2) { gotoAndPlay (1); } }
Symbol 146 MovieClip Frame 6
_root.yd1 = 15; _root.xd1 = -35; _root.yd2 = 10; _root.xd3 = -10; _root.xd5 = 15; _root.yd5 = -13;
Symbol 146 MovieClip Frame 10
if (_root.dragon.phase == "normal") { if ((!_root.dir) || (_root.dir == 1)) { gotoAndPlay (6); } else if (_root.dir == 2) { gotoAndPlay (1); } } if ((_root.dragon.nextscene2 == "on") || (_root.dragon.nextscene == "on")) { if (_root.dragon.xx > _root.door._x) { gotoAndPlay (220); } else { gotoAndPlay (200); } }
Symbol 146 MovieClip Frame 43
_root.dragon.wait = "off"; _root.bump = 0; stop();
Symbol 146 MovieClip Frame 53
_root.dragon._x = 250; _root.dragon._y = 60; _root.dragon._rotation = -10;
Symbol 146 MovieClip Frame 71
_root.dragon._x = 250; _root.dragon._y = 60; _root.dragon._rotation = -10;
Symbol 146 MovieClip Frame 83
_root.dragon.wait = "off"; gotoAndPlay (1);
Symbol 146 MovieClip Frame 104
_root.dragon._x = 250; _root.dragon._y = 60; _root.dragon._rotation = -10;
Symbol 146 MovieClip Frame 132
_root.dragon.gameoverscene = "ok"; _root.dragon.wait = "off";
Symbol 146 MovieClip Frame 201
_root.dragon._x = ((_root.dragon.xx * 1.6) + (_root.door._x * 0.4)) / 2; _root.dragon._y = ((_root.dragon.xy * 1.6) + (_root.door._y * 0.4)) / 2;
Symbol 146 MovieClip Frame 202
_root.dragon._x = ((_root.dragon.xx * 1.2) + (_root.door._x * 0.8)) / 2; _root.dragon._y = ((_root.dragon.xy * 1.2) + (_root.door._y * 0.8)) / 2;
Symbol 146 MovieClip Frame 203
_root.dragon._x = ((_root.dragon.xx * 0.8) + (_root.door._x * 1.2)) / 2; _root.dragon._y = ((_root.dragon.xy * 0.8) + (_root.door._y * 1.2)) / 2;
Symbol 146 MovieClip Frame 204
_root.dragon._x = ((_root.dragon.xx * 0.4) + (_root.door._x * 1.6)) / 2; _root.dragon._y = ((_root.dragon.xy * 0.4) + (_root.door._y * 1.6)) / 2;
Symbol 146 MovieClip Frame 205
_root.dragon._x = ((_root.dragon.xx * 0) + (_root.door._x * 2)) / 2; _root.dragon._y = ((_root.dragon.xy * 0) + (_root.door._y * 2)) / 2;
Symbol 146 MovieClip Frame 219
stop();
Symbol 146 MovieClip Frame 221
_root.dragon._x = ((_root.dragon.xx * 1.6) + (_root.door._x * 0.4)) / 2; _root.dragon._y = ((_root.dragon.xy * 1.6) + (_root.door._y * 0.4)) / 2;
Symbol 146 MovieClip Frame 222
_root.dragon._x = ((_root.dragon.xx * 1.2) + (_root.door._x * 0.8)) / 2; _root.dragon._y = ((_root.dragon.xy * 1.2) + (_root.door._y * 0.8)) / 2;
Symbol 146 MovieClip Frame 223
_root.dragon._x = ((_root.dragon.xx * 0.8) + (_root.door._x * 1.2)) / 2; _root.dragon._y = ((_root.dragon.xy * 0.8) + (_root.door._y * 1.2)) / 2;
Symbol 146 MovieClip Frame 224
_root.dragon._x = ((_root.dragon.xx * 0.4) + (_root.door._x * 1.6)) / 2; _root.dragon._y = ((_root.dragon.xy * 0.4) + (_root.door._y * 1.6)) / 2;
Symbol 146 MovieClip Frame 225
_root.dragon._x = ((_root.dragon.xx * 0) + (_root.door._x * 2)) / 2; _root.dragon._y = ((_root.dragon.xy * 0) + (_root.door._y * 2)) / 2;
Symbol 146 MovieClip Frame 240
stop();
Symbol 154 MovieClip Frame 1
stop();
Symbol 154 MovieClip Frame 17
_root.score = _root.score + 100; stop();
Symbol 169 MovieClip Frame 1
stop();
Symbol 169 MovieClip Frame 10
stop();
Symbol 180 MovieClip Frame 1
stop();
Symbol 180 MovieClip Frame 8
_root.score = _root.score + 200; stop();
Symbol 184 MovieClip Frame 1
stop();
Symbol 184 MovieClip Frame 8
_root.score = _root.score + 100; stop();
Symbol 188 MovieClip Frame 1
stop();
Symbol 188 MovieClip Frame 8
_root.score = _root.score + 50; stop();
Symbol 198 MovieClip Frame 1
stop();
Symbol 198 MovieClip Frame 8
_root.score = _root.score + 500; stop();
Symbol 214 Button
on (release) { gotoAndPlay (1); }
Symbol 219 MovieClip Frame 33
_root.scores.createTextField("mytext", 1, 0, 75, 250, 40); mytext.type = "input"; mytext.multiline = false; mytext.wordWrap = true; mytext.border = true; mytext.bold = true; mytext.restrict = "A-Z a-z 0-9.:\\-"; myformat = new TextFormat(); myformat.bullet = false; myformat.maxChars = 12; myformat.size = 24; myformat.font = "Addled"; myformat.color = 0; if (mytext.text.length < 1) { mytext.text = _root.mytexts; } mytext.setTextFormat(myformat); ok_btn.onRelease = function () { _root.mytexts = mytext.text; _root.nextFrame(); }; ok_btn.onKeyDown = function () { if (Key.getCode() == 13) { _root.mytexts = mytext.text; Key.removeListener(ok_btn); this.onRelease(); } }; Key.addListener(ok_btn); stop();
Symbol 221 Button
on (release) { unloadMovieNum (1); unloadMovieNum (2); gotoAndPlay (1); }

Library Items

Symbol 1 Sound [gunfire]
Symbol 2 Sound [riff]
Symbol 3 Sound [bumps]
Symbol 4 GraphicUsed by:7
Symbol 5 GraphicUsed by:7
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClip [alien3]Uses:4 5 6
Symbol 8 FontUsed by:9
Symbol 9 TextUses:8Used by:55
Symbol 10 FontUsed by:11 218
Symbol 11 TextUses:10Used by:55
Symbol 12 GraphicUsed by:55
Symbol 13 GraphicUsed by:14
Symbol 14 MovieClipUses:13Used by:55
Symbol 15 FontUsed by:16
Symbol 16 TextUses:15Used by:55
Symbol 17 GraphicUsed by:55
Symbol 18 GraphicUsed by:55
Symbol 19 GraphicUsed by:55
Symbol 20 GraphicUsed by:55
Symbol 21 GraphicUsed by:55
Symbol 22 GraphicUsed by:26
Symbol 23 GraphicUsed by:26
Symbol 24 GraphicUsed by:26
Symbol 25 GraphicUsed by:26
Symbol 26 ButtonUses:22 23 24 25Used by:55
Symbol 27 FontUsed by:28 29 30 31 34 36 37 39 40 56 57 59 60 61 62 66 67 68 69 70 73 74 75 76 79 80 83 84 86 87 88 89 90 131 132 133 134 135 136 141 142 143 155 158 160 162 164 202 211 212 215 216 217 220
Symbol 28 TextUses:27Used by:55
Symbol 29 TextUses:27Used by:55
Symbol 30 TextUses:27Used by:55
Symbol 31 TextUses:27Used by:55
Symbol 32 GraphicUsed by:33 35 58 63 214 219 221
Symbol 33 ButtonUses:32Used by:55  Timeline
Symbol 34 TextUses:27Used by:55
Symbol 35 ButtonUses:32Used by:55
Symbol 36 TextUses:27Used by:38
Symbol 37 TextUses:27Used by:38
Symbol 38 MovieClipUses:36 37Used by:43
Symbol 39 TextUses:27Used by:41 43
Symbol 40 TextUses:27Used by:41 43
Symbol 41 MovieClipUses:39 40Used by:43
Symbol 42 SoundUsed by:43 146
Symbol 43 ButtonUses:38 41 40 39 42Used by:55  Timeline
Symbol 44 GraphicUsed by:55
Symbol 45 GraphicUsed by:55
Symbol 46 GraphicUsed by:55  Timeline
Symbol 47 MovieClipUsed by:55  Timeline
Symbol 48 GraphicUsed by:49
Symbol 49 MovieClipUses:48Used by:55  Timeline
Symbol 50 GraphicUsed by:55  Timeline
Symbol 51 GraphicUsed by:55  Timeline
Symbol 52 GraphicUsed by:55  Timeline
Symbol 53 GraphicUsed by:55  Timeline
Symbol 54 GraphicUsed by:55
Symbol 55 MovieClipUses:9 11 12 14 16 17 18 19 20 21 26 28 29 30 31 33 34 35 43 44 45 46 47 49 50 51 52 53 54Used by:Timeline
Symbol 56 TextUses:27Used by:63
Symbol 57 TextUses:27Used by:58
Symbol 58 ButtonUses:57 32Used by:63 219
Symbol 59 TextUses:27Used by:63
Symbol 60 EditableTextUses:27Used by:63
Symbol 61 TextUses:27Used by:63
Symbol 62 TextUses:27Used by:63
Symbol 63 MovieClipUses:56 32 58 59 60 61 62Used by:Timeline
Symbol 64 GraphicUsed by:Timeline
Symbol 65 GraphicUsed by:Timeline
Symbol 66 EditableTextUses:27Used by:Timeline
Symbol 67 EditableTextUses:27Used by:Timeline
Symbol 68 EditableTextUses:27Used by:Timeline
Symbol 69 EditableTextUses:27Used by:72
Symbol 70 EditableTextUses:27Used by:72
Symbol 71 SoundUsed by:72 85
Symbol 72 MovieClipUses:69 70 71Used by:Timeline
Symbol 73 TextUses:27Used by:Timeline
Symbol 74 EditableTextUses:27Used by:Timeline
Symbol 75 TextUses:27Used by:Timeline
Symbol 76 TextUses:27Used by:Timeline
Symbol 77 GraphicUsed by:78
Symbol 78 MovieClipUses:77Used by:Timeline
Symbol 79 EditableTextUses:27Used by:Timeline
Symbol 80 TextUses:27Used by:Timeline
Symbol 81 GraphicUsed by:82
Symbol 82 MovieClipUses:81Used by:Timeline
Symbol 83 EditableTextUses:27Used by:85
Symbol 84 EditableTextUses:27Used by:85
Symbol 85 MovieClipUses:83 84 71Used by:Timeline
Symbol 86 EditableTextUses:27Used by:Timeline
Symbol 87 EditableTextUses:27Used by:Timeline
Symbol 88 EditableTextUses:27Used by:Timeline
Symbol 89 TextUses:27Used by:Timeline
Symbol 90 TextUses:27Used by:Timeline
Symbol 91 GraphicUsed by:140 146
Symbol 92 GraphicUsed by:93
Symbol 93 MovieClipUses:92Used by:146
Symbol 94 GraphicUsed by:140 146
Symbol 95 GraphicUsed by:140 146
Symbol 96 GraphicUsed by:140 146
Symbol 97 GraphicUsed by:140 146
Symbol 98 GraphicUsed by:140 146
Symbol 99 GraphicUsed by:140 146
Symbol 100 GraphicUsed by:140 146
Symbol 101 GraphicUsed by:140 146
Symbol 102 GraphicUsed by:140 146
Symbol 103 GraphicUsed by:146
Symbol 104 GraphicUsed by:146
Symbol 105 GraphicUsed by:146
Symbol 106 GraphicUsed by:146
Symbol 107 GraphicUsed by:146
Symbol 108 GraphicUsed by:146
Symbol 109 GraphicUsed by:110 117
Symbol 110 MovieClipUses:109Used by:140 146
Symbol 111 GraphicUsed by:140 146
Symbol 112 GraphicUsed by:140 146
Symbol 113 GraphicUsed by:146
Symbol 114 GraphicUsed by:146
Symbol 115 GraphicUsed by:146
Symbol 116 GraphicUsed by:146
Symbol 117 MovieClipUses:109Used by:146
Symbol 118 GraphicUsed by:146
Symbol 119 GraphicUsed by:146
Symbol 120 GraphicUsed by:146
Symbol 121 GraphicUsed by:122
Symbol 122 MovieClipUses:121Used by:146
Symbol 123 GraphicUsed by:124
Symbol 124 MovieClipUses:123Used by:146
Symbol 125 SoundUsed by:146
Symbol 126 SoundUsed by:146
Symbol 127 GraphicUsed by:128
Symbol 128 MovieClipUses:127Used by:146
Symbol 129 GraphicUsed by:130
Symbol 130 MovieClipUses:129Used by:146
Symbol 131 TextUses:27Used by:146
Symbol 132 TextUses:27Used by:146
Symbol 133 TextUses:27Used by:146
Symbol 134 TextUses:27Used by:146
Symbol 135 TextUses:27Used by:146
Symbol 136 TextUses:27Used by:146
Symbol 137 GraphicUsed by:146
Symbol 138 SoundUsed by:146
Symbol 139 GraphicUsed by:140
Symbol 140 MovieClipUses:91 110 94 95 96 97 98 99 100 101 102 111 112 139Used by:146
Symbol 141 TextUses:27Used by:146
Symbol 142 TextUses:27Used by:146
Symbol 143 EditableTextUses:27Used by:146
Symbol 144 GraphicUsed by:146
Symbol 145 GraphicUsed by:146
Symbol 146 MovieClipUses:91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 122 124 125 126 128 130 131 132 133 134 135 136 137 138 140 141 142 42 143 144 145Used by:Timeline
Symbol 147 GraphicUsed by:148
Symbol 148 MovieClipUses:147Used by:154
Symbol 149 MovieClipUsed by:154
Symbol 150 GraphicUsed by:151
Symbol 151 MovieClipUses:150Used by:154
Symbol 152 GraphicUsed by:154
Symbol 153 SoundUsed by:154
Symbol 154 MovieClipUses:148 149 151 152 153Used by:Timeline
Symbol 155 TextUses:27Used by:157
Symbol 156 GraphicUsed by:157 159 161 163 165
Symbol 157 MovieClipUses:155 156Used by:Timeline
Symbol 158 TextUses:27Used by:159
Symbol 159 MovieClipUses:158 156Used by:Timeline
Symbol 160 TextUses:27Used by:161
Symbol 161 MovieClipUses:160 156Used by:Timeline
Symbol 162 TextUses:27Used by:163
Symbol 163 MovieClipUses:162 156Used by:Timeline
Symbol 164 TextUses:27Used by:165
Symbol 165 MovieClipUses:164 156Used by:Timeline
Symbol 166 GraphicUsed by:169
Symbol 167 GraphicUsed by:169
Symbol 168 SoundUsed by:169 180 184 188 198
Symbol 169 MovieClipUses:166 167 168Used by:Timeline
Symbol 170 GraphicUsed by:171
Symbol 171 MovieClipUses:170Used by:Timeline
Symbol 172 GraphicUsed by:173
Symbol 173 MovieClipUses:172Used by:Timeline
Symbol 174 FontUsed by:175 176 181 182 185 186 195 196
Symbol 175 TextUses:174Used by:180
Symbol 176 EditableTextUses:174Used by:180
Symbol 177 GraphicUsed by:180 184 188 198
Symbol 178 GraphicUsed by:180 184 188 198
Symbol 179 GraphicUsed by:180
Symbol 180 MovieClipUses:175 176 177 178 179 168Used by:Timeline
Symbol 181 TextUses:174Used by:184
Symbol 182 EditableTextUses:174Used by:184
Symbol 183 GraphicUsed by:184
Symbol 184 MovieClipUses:181 182 177 178 183 168Used by:Timeline
Symbol 185 TextUses:174Used by:188
Symbol 186 EditableTextUses:174Used by:188
Symbol 187 GraphicUsed by:188
Symbol 188 MovieClipUses:185 186 177 178 187 168Used by:Timeline
Symbol 189 GraphicUsed by:Timeline
Symbol 190 GraphicUsed by:Timeline
Symbol 191 GraphicUsed by:192
Symbol 192 MovieClipUses:191Used by:Timeline
Symbol 193 GraphicUsed by:194
Symbol 194 MovieClipUses:193Used by:Timeline
Symbol 195 TextUses:174Used by:198
Symbol 196 EditableTextUses:174Used by:198
Symbol 197 GraphicUsed by:198
Symbol 198 MovieClipUses:195 196 177 178 197 168Used by:Timeline
Symbol 199 GraphicUsed by:Timeline
Symbol 200 GraphicUsed by:Timeline
Symbol 201 GraphicUsed by:Timeline
Symbol 202 EditableTextUses:27Used by:Timeline
Symbol 203 MovieClipUsed by:205 207 208 209 210
Symbol 204 GraphicUsed by:205 207 208 209 210
Symbol 205 MovieClipUses:203 204Used by:Timeline
Symbol 206 GraphicUsed by:Timeline
Symbol 207 MovieClipUses:203 204Used by:Timeline
Symbol 208 MovieClipUses:203 204Used by:Timeline
Symbol 209 MovieClipUses:203 204Used by:Timeline
Symbol 210 MovieClipUses:203 204Used by:Timeline
Symbol 211 TextUses:27Used by:Timeline
Symbol 212 EditableTextUses:27Used by:Timeline
Symbol 213 GraphicUsed by:Timeline
Symbol 214 ButtonUses:32Used by:Timeline
Symbol 215 EditableTextUses:27Used by:Timeline
Symbol 216 EditableTextUses:27Used by:Timeline
Symbol 217 TextUses:27Used by:219
Symbol 218 TextUses:10Used by:219
Symbol 219 MovieClipUses:217 32 58 218Used by:Timeline
Symbol 220 TextUses:27Used by:221
Symbol 221 ButtonUses:220 32Used by:Timeline

Instance Names

"scores"Frame 2Symbol 63 MovieClip
"timercount"Frame 3Symbol 72 MovieClip
"lifebar"Frame 3Symbol 78 MovieClip
"border"Frame 3Symbol 82 MovieClip
"timercount"Frame 3Symbol 85 MovieClip
"dragon"Frame 3Symbol 146 MovieClip
"door"Frame 3Symbol 154 MovieClip
"erase5"Frame 3Symbol 157 MovieClip
"erase4"Frame 3Symbol 159 MovieClip
"erase3"Frame 3Symbol 161 MovieClip
"erase2"Frame 3Symbol 163 MovieClip
"erase"Frame 3Symbol 165 MovieClip
"key"Frame 3Symbol 169 MovieClip
"door"Frame 3Symbol 154 MovieClip
"key"Frame 3Symbol 169 MovieClip
"door"Frame 5Symbol 154 MovieClip
"erase4"Frame 5Symbol 159 MovieClip
"erase5"Frame 5Symbol 157 MovieClip
"erase3"Frame 5Symbol 161 MovieClip
"erase2"Frame 5Symbol 163 MovieClip
"erase"Frame 5Symbol 165 MovieClip
"key"Frame 5Symbol 169 MovieClip
"door"Frame 7Symbol 154 MovieClip
"erase5"Frame 7Symbol 157 MovieClip
"erase4"Frame 7Symbol 159 MovieClip
"erase3"Frame 7Symbol 161 MovieClip
"erase2"Frame 7Symbol 163 MovieClip
"erase"Frame 7Symbol 165 MovieClip
"key"Frame 7Symbol 169 MovieClip
"door"Frame 9Symbol 154 MovieClip
"erase5"Frame 9Symbol 157 MovieClip
"erase4"Frame 9Symbol 159 MovieClip
"erase3"Frame 9Symbol 161 MovieClip
"erase2"Frame 9Symbol 163 MovieClip
"erase"Frame 9Symbol 165 MovieClip
"key"Frame 9Symbol 169 MovieClip
"door"Frame 11Symbol 154 MovieClip
"erase5"Frame 11Symbol 157 MovieClip
"erase4"Frame 11Symbol 159 MovieClip
"erase3"Frame 11Symbol 161 MovieClip
"erase2"Frame 11Symbol 163 MovieClip
"erase"Frame 11Symbol 165 MovieClip
"key"Frame 11Symbol 169 MovieClip
"door"Frame 13Symbol 154 MovieClip
"erase5"Frame 13Symbol 157 MovieClip
"erase4"Frame 13Symbol 159 MovieClip
"erase3"Frame 13Symbol 161 MovieClip
"erase2"Frame 13Symbol 163 MovieClip
"erase"Frame 13Symbol 165 MovieClip
"key"Frame 13Symbol 169 MovieClip
"door"Frame 15Symbol 154 MovieClip
"erase5"Frame 15Symbol 157 MovieClip
"erase4"Frame 15Symbol 159 MovieClip
"erase3"Frame 15Symbol 161 MovieClip
"erase2"Frame 15Symbol 163 MovieClip
"erase"Frame 15Symbol 165 MovieClip
"key"Frame 15Symbol 169 MovieClip
"door"Frame 17Symbol 154 MovieClip
"erase5"Frame 17Symbol 157 MovieClip
"erase4"Frame 17Symbol 159 MovieClip
"erase3"Frame 17Symbol 161 MovieClip
"erase2"Frame 17Symbol 163 MovieClip
"erase"Frame 17Symbol 165 MovieClip
"key"Frame 17Symbol 169 MovieClip
"door"Frame 19Symbol 154 MovieClip
"erase5"Frame 19Symbol 157 MovieClip
"erase4"Frame 19Symbol 159 MovieClip
"erase3"Frame 19Symbol 161 MovieClip
"erase2"Frame 19Symbol 163 MovieClip
"erase"Frame 19Symbol 165 MovieClip
"key"Frame 19Symbol 169 MovieClip
"door"Frame 21Symbol 154 MovieClip
"key"Frame 21Symbol 169 MovieClip
"scores"Frame 63Symbol 219 MovieClip
"newGame_btn"Frame 64Symbol 221 Button
"loadingbar"Symbol 55 MovieClip Frame 1Symbol 14 MovieClip
"ok_btn"Symbol 63 MovieClip Frame 19Symbol 58 Button
"ok_btn"Symbol 219 MovieClip Frame 33Symbol 58 Button

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "gunfire"
ExportAssets (56)Timeline Frame 1Symbol 2 as "riff"
ExportAssets (56)Timeline Frame 1Symbol 3 as "bumps"
ExportAssets (56)Timeline Frame 1Symbol 7 as "alien3"

Labels

"end"Frame 62
"scores"Symbol 63 MovieClip Frame 19
"aaa"Symbol 146 MovieClip Frame 11
"appear"Symbol 146 MovieClip Frame 72
"open"Symbol 154 MovieClip Frame 2
"disappear"Symbol 169 MovieClip Frame 2
"scores"Symbol 219 MovieClip Frame 33

Dynamic Text Variables

_root.levelinputSymbol 60 EditableText"LOADING"
_root.levelcodeSymbol 66 EditableText"00"
_root.dragon.levelSymbol 67 EditableText"00"
_root.scoreSymbol 68 EditableText"000"
_root.dragon.timerSymbol 69 EditableText"000"
_root.dragon.timerSymbol 70 EditableText"000"
_root.dragon.levelSymbol 79 EditableText"00"
_root.dragon.timerSymbol 83 EditableText"000"
_root.dragon.timerSymbol 84 EditableText"000"
_root.levelcodeSymbol 87 EditableText"00"
_root.scoreSymbol 88 EditableText"000"
_root.key.alreadySymbol 202 EditableText"00"




http://swfchan.com/3/11523/info.shtml
Created: 7/6 -2019 04:35:55 Last modified: 7/6 -2019 04:35:55 Server time: 27/04 -2024 00:16:19