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

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

Aragon Dragon.swf

This is the info page for
Flash #26409

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


Text
aragon dragon

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 74 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 138 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 146 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 161 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 146 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 161 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 163 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 165 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 172 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 176 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 176 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 165 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(x3, y3, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); } }
Instance of Symbol 176 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 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 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 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 163 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 165 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 146 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 161 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 163 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 (_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 176 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 165 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 176 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 176 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 172 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 163 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 165 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 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 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 176 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 172 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 146 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 163 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 161 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 165 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 (_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 (_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 172 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 172 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 172 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 190 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 172 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 172 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 172 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 165 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 176 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); } }
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); } }
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); } }
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); } }
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); } }
Instance of Symbol 163 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 146 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 161 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 163 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 163 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 165 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 176 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 176 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 176 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); } }
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); } }
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); } }
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 (_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 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 172 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 172 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 172 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 172 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 146 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 161 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 163 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 163 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 165 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 (_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 190 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 165 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 165 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 176 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 176 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 176 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 165 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 165 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 172 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 172 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 172 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); } }
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); } }
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); } }
Frame 13
stop();
Instance of Symbol 146 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 161 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 163 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 163 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 184 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 165 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 165 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 165 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 165 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 172 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 172 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 190 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 172 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 172 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 146 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 161 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 163 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 165 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 165 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 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 (_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 165 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 165 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 165 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 163 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 165 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 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); } }
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); } }
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(x3, y3, true))) || (hitTest(x5, y5, true))) && (already < 1)) { already = already + 1; gotoAndPlay (3); } }
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); } }
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); } }
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); } }
Instance of Symbol 176 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 172 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 176 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 176 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 172 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 190 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 190 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 190 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 146 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 163 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 161 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 163 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 190 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 190 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 190 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 197 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 190 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 190 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 190 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 190 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 163 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 184 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 184 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 184 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 184 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 184 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 165 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 165 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 184 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 199 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 200 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 146 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 163 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 161 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 146 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 163 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 161 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 165 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 190 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 190 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 190 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 190 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 190 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 190 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 190 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 190 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 184 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 184 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 202 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 18 Button
on (release) { gotoAndPlay (4); }
Symbol 25 Button
on (release) { getURL ("http://www.no1games.com", "_blank"); }
Symbol 27 Button
on (release) { tellTarget (_root) { gotoAndPlay ("main"); }; }
Symbol 47 MovieClip Frame 1
bytesloaded = this.getBytesLoaded(); bytestotal = this.getBytesTotal(); this.loadingbar._height = (bytesloaded / bytestotal) * 100; if (bytesloaded == bytestotal) { this.gotoAndPlay(3); }
Symbol 47 MovieClip Frame 2
gotoAndPlay (1);
Symbol 47 MovieClip Frame 3
stop();
Symbol 47 MovieClip Frame 4
stop();
Symbol 55 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 55 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 55 MovieClip Frame 52
_root.gotoAndPlay(_root.levelinput * 2);
Symbol 64 MovieClip Frame 1
stop();
Symbol 64 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 70 MovieClip Frame 1
stop();
Symbol 70 MovieClip Frame 2
stop();
Symbol 70 MovieClip Frame 3
stop();
Symbol 70 MovieClip Frame 4
stop();
Symbol 70 MovieClip Frame 5
stop();
Symbol 70 MovieClip Frame 6
stop();
Symbol 77 MovieClip Frame 1
stop();
Symbol 77 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 138 MovieClip Frame 1
_root.yd1 = 10; _root.xd1 = -25; _root.yd2 = 15; _root.xd3 = 0; _root.xd5 = 20; _root.yd5 = -5;
Symbol 138 MovieClip Frame 4
if (_root.dragon.phase == "normal") { if (_root.dir == 2) { gotoAndPlay (1); } }
Symbol 138 MovieClip Frame 6
_root.yd1 = 15; _root.xd1 = -35; _root.yd2 = 10; _root.xd3 = -10; _root.xd5 = 15; _root.yd5 = -13;
Symbol 138 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 138 MovieClip Frame 43
_root.dragon.wait = "off"; _root.bump = 0; stop();
Symbol 138 MovieClip Frame 53
_root.dragon._x = 250; _root.dragon._y = 60; _root.dragon._rotation = -10;
Symbol 138 MovieClip Frame 71
_root.dragon._x = 250; _root.dragon._y = 60; _root.dragon._rotation = -10;
Symbol 138 MovieClip Frame 83
_root.dragon.wait = "off"; gotoAndPlay (1);
Symbol 138 MovieClip Frame 104
_root.dragon._x = 250; _root.dragon._y = 60; _root.dragon._rotation = -10;
Symbol 138 MovieClip Frame 132
_root.dragon.gameoverscene = "ok"; _root.dragon.wait = "off";
Symbol 138 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 138 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 138 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 138 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 138 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 138 MovieClip Frame 219
stop();
Symbol 138 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 138 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 138 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 138 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 138 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 138 MovieClip Frame 240
stop();
Symbol 146 MovieClip Frame 1
stop();
Symbol 146 MovieClip Frame 17
_root.score = _root.score + 100; stop();
Symbol 161 MovieClip Frame 1
stop();
Symbol 161 MovieClip Frame 10
stop();
Symbol 172 MovieClip Frame 1
stop();
Symbol 172 MovieClip Frame 8
_root.score = _root.score + 200; stop();
Symbol 176 MovieClip Frame 1
stop();
Symbol 176 MovieClip Frame 8
_root.score = _root.score + 100; stop();
Symbol 180 MovieClip Frame 1
stop();
Symbol 180 MovieClip Frame 8
_root.score = _root.score + 50; stop();
Symbol 190 MovieClip Frame 1
stop();
Symbol 190 MovieClip Frame 8
_root.score = _root.score + 500; stop();
Symbol 206 Button
on (release) { gotoAndPlay (1); }
Symbol 212 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 214 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:47
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:47
Symbol 12 FontUsed by:13
Symbol 13 TextUses:12Used by:47
Symbol 14 GraphicUsed by:18
Symbol 15 GraphicUsed by:18
Symbol 16 GraphicUsed by:18
Symbol 17 GraphicUsed by:18
Symbol 18 ButtonUses:14 15 16 17Used by:47
Symbol 19 FontUsed by:20 21 22 23 26 28 29 31 32 48 49 51 52 53 54 58 59 60 61 62 65 66 67 68 71 72 75 76 78 79 80 81 82 123 124 125 126 127 128 133 134 135 147 150 152 154 156 194 203 204 207 208 209 213
Symbol 20 TextUses:19Used by:47
Symbol 21 TextUses:19Used by:47
Symbol 22 TextUses:19Used by:47
Symbol 23 TextUses:19Used by:47
Symbol 24 GraphicUsed by:25 27 50 55 206 212 214
Symbol 25 ButtonUses:24Used by:47  Timeline
Symbol 26 TextUses:19Used by:47
Symbol 27 ButtonUses:24Used by:47
Symbol 28 TextUses:19Used by:30
Symbol 29 TextUses:19Used by:30
Symbol 30 MovieClipUses:28 29Used by:35
Symbol 31 TextUses:19Used by:33 35
Symbol 32 TextUses:19Used by:33 35
Symbol 33 MovieClipUses:31 32Used by:35
Symbol 34 SoundUsed by:35 138
Symbol 35 ButtonUses:30 33 32 31 34Used by:47  Timeline
Symbol 36 GraphicUsed by:47
Symbol 37 GraphicUsed by:47
Symbol 38 GraphicUsed by:47  Timeline
Symbol 39 MovieClipUsed by:47  Timeline
Symbol 40 GraphicUsed by:41
Symbol 41 MovieClipUses:40Used by:47  Timeline
Symbol 42 GraphicUsed by:47  Timeline
Symbol 43 GraphicUsed by:47  Timeline
Symbol 44 GraphicUsed by:47  Timeline
Symbol 45 GraphicUsed by:47  Timeline
Symbol 46 GraphicUsed by:47
Symbol 47 MovieClipUses:9 11 13 18 20 21 22 23 25 26 27 35 36 37 38 39 41 42 43 44 45 46Used by:Timeline
Symbol 48 TextUses:19Used by:55
Symbol 49 TextUses:19Used by:50
Symbol 50 ButtonUses:49 24Used by:55 212
Symbol 51 TextUses:19Used by:55
Symbol 52 EditableTextUses:19Used by:55
Symbol 53 TextUses:19Used by:55
Symbol 54 TextUses:19Used by:55
Symbol 55 MovieClipUses:48 24 50 51 52 53 54Used by:Timeline
Symbol 56 GraphicUsed by:Timeline
Symbol 57 GraphicUsed by:Timeline
Symbol 58 EditableTextUses:19Used by:Timeline
Symbol 59 EditableTextUses:19Used by:Timeline
Symbol 60 EditableTextUses:19Used by:Timeline
Symbol 61 EditableTextUses:19Used by:64
Symbol 62 EditableTextUses:19Used by:64
Symbol 63 SoundUsed by:64 77
Symbol 64 MovieClipUses:61 62 63Used by:Timeline
Symbol 65 TextUses:19Used by:Timeline
Symbol 66 EditableTextUses:19Used by:Timeline
Symbol 67 TextUses:19Used by:Timeline
Symbol 68 TextUses:19Used by:Timeline
Symbol 69 GraphicUsed by:70
Symbol 70 MovieClipUses:69Used by:Timeline
Symbol 71 EditableTextUses:19Used by:Timeline
Symbol 72 TextUses:19Used by:Timeline
Symbol 73 GraphicUsed by:74
Symbol 74 MovieClipUses:73Used by:Timeline
Symbol 75 EditableTextUses:19Used by:77
Symbol 76 EditableTextUses:19Used by:77
Symbol 77 MovieClipUses:75 76 63Used by:Timeline
Symbol 78 EditableTextUses:19Used by:Timeline
Symbol 79 EditableTextUses:19Used by:Timeline
Symbol 80 EditableTextUses:19Used by:Timeline
Symbol 81 TextUses:19Used by:Timeline
Symbol 82 TextUses:19Used by:Timeline
Symbol 83 GraphicUsed by:132 138
Symbol 84 GraphicUsed by:85
Symbol 85 MovieClipUses:84Used by:138
Symbol 86 GraphicUsed by:132 138
Symbol 87 GraphicUsed by:132 138
Symbol 88 GraphicUsed by:132 138
Symbol 89 GraphicUsed by:132 138
Symbol 90 GraphicUsed by:132 138
Symbol 91 GraphicUsed by:132 138
Symbol 92 GraphicUsed by:132 138
Symbol 93 GraphicUsed by:132 138
Symbol 94 GraphicUsed by:132 138
Symbol 95 GraphicUsed by:138
Symbol 96 GraphicUsed by:138
Symbol 97 GraphicUsed by:138
Symbol 98 GraphicUsed by:138
Symbol 99 GraphicUsed by:138
Symbol 100 GraphicUsed by:138
Symbol 101 GraphicUsed by:102 109
Symbol 102 MovieClipUses:101Used by:132 138
Symbol 103 GraphicUsed by:132 138
Symbol 104 GraphicUsed by:132 138
Symbol 105 GraphicUsed by:138
Symbol 106 GraphicUsed by:138
Symbol 107 GraphicUsed by:138
Symbol 108 GraphicUsed by:138
Symbol 109 MovieClipUses:101Used by:138
Symbol 110 GraphicUsed by:138
Symbol 111 GraphicUsed by:138
Symbol 112 GraphicUsed by:138
Symbol 113 GraphicUsed by:114
Symbol 114 MovieClipUses:113Used by:138
Symbol 115 GraphicUsed by:116
Symbol 116 MovieClipUses:115Used by:138
Symbol 117 SoundUsed by:138
Symbol 118 SoundUsed by:138
Symbol 119 GraphicUsed by:120
Symbol 120 MovieClipUses:119Used by:138
Symbol 121 GraphicUsed by:122
Symbol 122 MovieClipUses:121Used by:138
Symbol 123 TextUses:19Used by:138
Symbol 124 TextUses:19Used by:138
Symbol 125 TextUses:19Used by:138
Symbol 126 TextUses:19Used by:138
Symbol 127 TextUses:19Used by:138
Symbol 128 TextUses:19Used by:138
Symbol 129 GraphicUsed by:138
Symbol 130 SoundUsed by:138
Symbol 131 GraphicUsed by:132
Symbol 132 MovieClipUses:83 102 86 87 88 89 90 91 92 93 94 103 104 131Used by:138
Symbol 133 TextUses:19Used by:138
Symbol 134 TextUses:19Used by:138
Symbol 135 EditableTextUses:19Used by:138
Symbol 136 GraphicUsed by:138
Symbol 137 GraphicUsed by:138
Symbol 138 MovieClipUses:83 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 102 103 104 105 106 107 108 109 110 111 112 114 116 117 118 120 122 123 124 125 126 127 128 129 130 132 133 134 34 135 136 137Used by:Timeline
Symbol 139 GraphicUsed by:140
Symbol 140 MovieClipUses:139Used by:146
Symbol 141 MovieClipUsed by:146
Symbol 142 GraphicUsed by:143
Symbol 143 MovieClipUses:142Used by:146
Symbol 144 GraphicUsed by:146
Symbol 145 SoundUsed by:146
Symbol 146 MovieClipUses:140 141 143 144 145Used by:Timeline
Symbol 147 TextUses:19Used by:149
Symbol 148 GraphicUsed by:149 151 153 155 157
Symbol 149 MovieClipUses:147 148Used by:Timeline
Symbol 150 TextUses:19Used by:151
Symbol 151 MovieClipUses:150 148Used by:Timeline
Symbol 152 TextUses:19Used by:153
Symbol 153 MovieClipUses:152 148Used by:Timeline
Symbol 154 TextUses:19Used by:155
Symbol 155 MovieClipUses:154 148Used by:Timeline
Symbol 156 TextUses:19Used by:157
Symbol 157 MovieClipUses:156 148Used by:Timeline
Symbol 158 GraphicUsed by:161
Symbol 159 GraphicUsed by:161
Symbol 160 SoundUsed by:161 172 176 180 190
Symbol 161 MovieClipUses:158 159 160Used by:Timeline
Symbol 162 GraphicUsed by:163
Symbol 163 MovieClipUses:162Used by:Timeline
Symbol 164 GraphicUsed by:165
Symbol 165 MovieClipUses:164Used by:Timeline
Symbol 166 FontUsed by:167 168 173 174 177 178 187 188
Symbol 167 TextUses:166Used by:172
Symbol 168 EditableTextUses:166Used by:172
Symbol 169 GraphicUsed by:172 176 180 190
Symbol 170 GraphicUsed by:172 176 180 190
Symbol 171 GraphicUsed by:172
Symbol 172 MovieClipUses:167 168 169 170 171 160Used by:Timeline
Symbol 173 TextUses:166Used by:176
Symbol 174 EditableTextUses:166Used by:176
Symbol 175 GraphicUsed by:176
Symbol 176 MovieClipUses:173 174 169 170 175 160Used by:Timeline
Symbol 177 TextUses:166Used by:180
Symbol 178 EditableTextUses:166Used by:180
Symbol 179 GraphicUsed by:180
Symbol 180 MovieClipUses:177 178 169 170 179 160Used by:Timeline
Symbol 181 GraphicUsed by:Timeline
Symbol 182 GraphicUsed by:Timeline
Symbol 183 GraphicUsed by:184
Symbol 184 MovieClipUses:183Used by:Timeline
Symbol 185 GraphicUsed by:186
Symbol 186 MovieClipUses:185Used by:Timeline
Symbol 187 TextUses:166Used by:190
Symbol 188 EditableTextUses:166Used by:190
Symbol 189 GraphicUsed by:190
Symbol 190 MovieClipUses:187 188 169 170 189 160Used by:Timeline
Symbol 191 GraphicUsed by:Timeline
Symbol 192 GraphicUsed by:Timeline
Symbol 193 GraphicUsed by:Timeline
Symbol 194 EditableTextUses:19Used by:Timeline
Symbol 195 MovieClipUsed by:197 199 200 201 202
Symbol 196 GraphicUsed by:197 199 200 201 202
Symbol 197 MovieClipUses:195 196Used by:Timeline
Symbol 198 GraphicUsed by:Timeline
Symbol 199 MovieClipUses:195 196Used by:Timeline
Symbol 200 MovieClipUses:195 196Used by:Timeline
Symbol 201 MovieClipUses:195 196Used by:Timeline
Symbol 202 MovieClipUses:195 196Used by:Timeline
Symbol 203 TextUses:19Used by:Timeline
Symbol 204 EditableTextUses:19Used by:Timeline
Symbol 205 GraphicUsed by:Timeline
Symbol 206 ButtonUses:24Used by:Timeline
Symbol 207 EditableTextUses:19Used by:Timeline
Symbol 208 EditableTextUses:19Used by:Timeline
Symbol 209 TextUses:19Used by:212
Symbol 210 FontUsed by:211
Symbol 211 TextUses:210Used by:212
Symbol 212 MovieClipUses:209 24 50 211Used by:Timeline
Symbol 213 TextUses:19Used by:214
Symbol 214 ButtonUses:213 24Used by:Timeline

Instance Names

"scores"Frame 2Symbol 55 MovieClip
"timercount"Frame 3Symbol 64 MovieClip
"lifebar"Frame 3Symbol 70 MovieClip
"border"Frame 3Symbol 74 MovieClip
"timercount"Frame 3Symbol 77 MovieClip
"dragon"Frame 3Symbol 138 MovieClip
"door"Frame 3Symbol 146 MovieClip
"erase5"Frame 3Symbol 149 MovieClip
"erase4"Frame 3Symbol 151 MovieClip
"erase3"Frame 3Symbol 153 MovieClip
"erase2"Frame 3Symbol 155 MovieClip
"erase"Frame 3Symbol 157 MovieClip
"key"Frame 3Symbol 161 MovieClip
"door"Frame 3Symbol 146 MovieClip
"key"Frame 3Symbol 161 MovieClip
"door"Frame 5Symbol 146 MovieClip
"erase4"Frame 5Symbol 151 MovieClip
"erase5"Frame 5Symbol 149 MovieClip
"erase3"Frame 5Symbol 153 MovieClip
"erase2"Frame 5Symbol 155 MovieClip
"erase"Frame 5Symbol 157 MovieClip
"key"Frame 5Symbol 161 MovieClip
"door"Frame 7Symbol 146 MovieClip
"erase5"Frame 7Symbol 149 MovieClip
"erase4"Frame 7Symbol 151 MovieClip
"erase3"Frame 7Symbol 153 MovieClip
"erase2"Frame 7Symbol 155 MovieClip
"erase"Frame 7Symbol 157 MovieClip
"key"Frame 7Symbol 161 MovieClip
"door"Frame 9Symbol 146 MovieClip
"erase5"Frame 9Symbol 149 MovieClip
"erase4"Frame 9Symbol 151 MovieClip
"erase3"Frame 9Symbol 153 MovieClip
"erase2"Frame 9Symbol 155 MovieClip
"erase"Frame 9Symbol 157 MovieClip
"key"Frame 9Symbol 161 MovieClip
"door"Frame 11Symbol 146 MovieClip
"erase5"Frame 11Symbol 149 MovieClip
"erase4"Frame 11Symbol 151 MovieClip
"erase3"Frame 11Symbol 153 MovieClip
"erase2"Frame 11Symbol 155 MovieClip
"erase"Frame 11Symbol 157 MovieClip
"key"Frame 11Symbol 161 MovieClip
"door"Frame 13Symbol 146 MovieClip
"erase5"Frame 13Symbol 149 MovieClip
"erase4"Frame 13Symbol 151 MovieClip
"erase3"Frame 13Symbol 153 MovieClip
"erase2"Frame 13Symbol 155 MovieClip
"erase"Frame 13Symbol 157 MovieClip
"key"Frame 13Symbol 161 MovieClip
"door"Frame 15Symbol 146 MovieClip
"erase5"Frame 15Symbol 149 MovieClip
"erase4"Frame 15Symbol 151 MovieClip
"erase3"Frame 15Symbol 153 MovieClip
"erase2"Frame 15Symbol 155 MovieClip
"erase"Frame 15Symbol 157 MovieClip
"key"Frame 15Symbol 161 MovieClip
"door"Frame 17Symbol 146 MovieClip
"erase5"Frame 17Symbol 149 MovieClip
"erase4"Frame 17Symbol 151 MovieClip
"erase3"Frame 17Symbol 153 MovieClip
"erase2"Frame 17Symbol 155 MovieClip
"erase"Frame 17Symbol 157 MovieClip
"key"Frame 17Symbol 161 MovieClip
"door"Frame 19Symbol 146 MovieClip
"erase5"Frame 19Symbol 149 MovieClip
"erase4"Frame 19Symbol 151 MovieClip
"erase3"Frame 19Symbol 153 MovieClip
"erase2"Frame 19Symbol 155 MovieClip
"erase"Frame 19Symbol 157 MovieClip
"key"Frame 19Symbol 161 MovieClip
"door"Frame 21Symbol 146 MovieClip
"key"Frame 21Symbol 161 MovieClip
"scores"Frame 63Symbol 212 MovieClip
"newGame_btn"Frame 64Symbol 214 Button
"loadingbar"Symbol 47 MovieClip Frame 1Symbol 11 MovieClip
"ok_btn"Symbol 55 MovieClip Frame 19Symbol 50 Button
"ok_btn"Symbol 212 MovieClip Frame 33Symbol 50 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 55 MovieClip Frame 19
"aaa"Symbol 138 MovieClip Frame 11
"appear"Symbol 138 MovieClip Frame 72
"open"Symbol 146 MovieClip Frame 2
"disappear"Symbol 161 MovieClip Frame 2
"scores"Symbol 212 MovieClip Frame 33

Dynamic Text Variables

_root.levelinputSymbol 52 EditableText"LOADING"
_root.levelcodeSymbol 58 EditableText"00"
_root.dragon.levelSymbol 59 EditableText"00"
_root.scoreSymbol 60 EditableText"000"
_root.dragon.timerSymbol 61 EditableText"000"
_root.dragon.timerSymbol 62 EditableText"000"
_root.dragon.levelSymbol 71 EditableText"00"
_root.dragon.timerSymbol 75 EditableText"000"
_root.dragon.timerSymbol 76 EditableText"000"
_root.levelcodeSymbol 79 EditableText"00"
_root.scoreSymbol 80 EditableText"000"
_root.key.alreadySymbol 194 EditableText"00"




http://swfchan.com/6/26409/info.shtml
Created: 22/5 -2019 17:11:23 Last modified: 22/5 -2019 17:11:23 Server time: 14/05 -2024 00:45:24