Frame 1
frm = 1;
stop();
Instance of Symbol 42 MovieClip "nerd" in Frame 1
onClipEvent (load) {
_global.pix = new Array();
_global.keysnd = new Sound();
keysnd.attachSound("Chimes");
}
onClipEvent (enterFrame) {
x = 0;
y = 0;
if (Key.isDown(32)) {
_root.album.play();
}
if (Key.isDown(37)) {
x = -3;
}
if (Key.isDown(38)) {
y = -3;
}
if (Key.isDown(39)) {
x = 3;
}
if (Key.isDown(40)) {
y = 3;
}
this._x = this._x + x;
if (_root.maze.hitTest(this._x, this._y, true)) {
this._y = this._y + 2;
if (_root.maze.hitTest(this._x, this._y, true)) {
this._y = this._y - 4;
if (_root.maze.hitTest(this._x, this._y, true)) {
this._y = this._y + 2;
this._x = this._x - x;
}
}
}
this._y = this._y + y;
if (_root.maze.hitTest(this._x, this._y, true)) {
this._x = this._x + 2;
if (_root.maze.hitTest(this._x, this._y, true)) {
this._x = this._x - 4;
if (_root.maze.hitTest(this._x, this._y, true)) {
this._x = this._x + 2;
this._y = this._y - y;
}
}
}
}
Instance of Symbol 45 MovieClip "key1" in Frame 1
onClipEvent (load) {
if (_root.key1 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.key1 = true;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip in Frame 1
onClipEvent (load) {
if (_root.coin1 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin1 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 55 MovieClip in Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.nerd)) {
_root.nerd._y = 40;
_root.frm++;
_root.gotoAndStop(_root.frm);
}
}
Instance of Symbol 55 MovieClip in Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.nerd)) {
_root.nerd._y = 450;
_root.frm--;
_root.gotoAndStop(_root.frm);
}
}
Instance of Symbol 55 MovieClip in Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.nerd)) {
_root.nerd._x = 20;
_root.frm = _root.frm + 10;
_root.gotoAndStop(_root.frm);
}
}
Instance of Symbol 55 MovieClip in Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.nerd)) {
_root.nerd._x = 620;
_root.frm = _root.frm - 10;
_root.gotoAndStop(_root.frm);
}
}
Instance of Symbol 70 MovieClip in Frame 1
on (press) {
getURL ("http://geocities.com/pedanticpontificator/index.htm", "blank");
}
Instance of Symbol 77 MovieClip in Frame 1
onClipEvent (enterFrame) {
if (_root.coin != scr) {
scr = _root.coin;
scoretxt.text = scr;
}
_root.tm = _root.tm + 0.0333;
if (_root.tm > 60) {
_root.tm2++;
_root.tm = _root.tm - 60;
}
if (_root.tm2 >= 1) {
if (_root.tm < 10) {
timetxt.text = (_root.tm2 + ":0") + Math.floor(_root.tm);
} else {
timetxt.text = (_root.tm2 + ":") + Math.floor(_root.tm);
}
} else {
timetxt.text = Math.floor(_root.tm);
}
}
Instance of Symbol 52 MovieClip "coin2" in Frame 2
onClipEvent (load) {
if (_root.coin2 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin2 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 45 MovieClip "key2" in Frame 3
onClipEvent (load) {
if (_root.key2 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.key2 = true;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin3" in Frame 3
onClipEvent (load) {
if (_root.coin3 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin3 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 45 MovieClip "key10" in Frame 5
onClipEvent (load) {
if (_root.key10 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.key10 = true;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin4" in Frame 7
onClipEvent (load) {
if (_root.coin4 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin4 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 45 MovieClip "key12" in Frame 8
onClipEvent (load) {
if (_root.key12 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.key12 = true;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin5" in Frame 8
onClipEvent (load) {
if (_root.coin5 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin5 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 45 MovieClip "key3" in Frame 13
onClipEvent (load) {
if (_root.key3 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.key3 = true;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin6" in Frame 14
onClipEvent (load) {
if (_root.coin6 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin6 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin7" in Frame 15
onClipEvent (load) {
if (_root.coin7 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin7 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 45 MovieClip "key14" in Frame 16
onClipEvent (load) {
if (_root.key14 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.key14 = true;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin8" in Frame 16
onClipEvent (load) {
if (_root.coin8 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin8 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin9" in Frame 18
onClipEvent (load) {
if (_root.coin9 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin9 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 139 MovieClip in Frame 19
onClipEvent (load) {
gotoAndPlay (10);
}
Instance of Symbol 45 MovieClip "key13" in Frame 19
onClipEvent (load) {
if (_root.key13 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.key13 = true;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin10" in Frame 19
onClipEvent (load) {
if (_root.coin10 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin10 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin11" in Frame 22
onClipEvent (load) {
if (_root.coin11 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin11 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin12" in Frame 22
onClipEvent (load) {
if (_root.coin12 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin12 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 45 MovieClip "key7" in Frame 23
onClipEvent (load) {
if (_root.key7 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.key7 = true;
this._visible = false;
}
}
}
Instance of Symbol 45 MovieClip "key5" in Frame 23
onClipEvent (load) {
if (_root.key5 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.key5 = true;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin13" in Frame 23
onClipEvent (load) {
if (_root.coin13 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin13 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 45 MovieClip "key4" in Frame 24
onClipEvent (load) {
if (_root.key4 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.key4 = true;
this._visible = false;
}
}
}
Instance of Symbol 45 MovieClip "key8" in Frame 24
onClipEvent (load) {
if (_root.key8 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.key8 = true;
this._visible = false;
}
}
}
Instance of Symbol 45 MovieClip "key11" in Frame 25
onClipEvent (load) {
if (_root.key11 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.key11 = true;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin14" in Frame 25
onClipEvent (load) {
if (_root.coin14 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin14 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 45 MovieClip "key19" in Frame 26
onClipEvent (load) {
if (_root.key19 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.key19 = true;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin15" in Frame 26
onClipEvent (load) {
if (_root.coin15 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin15 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin16" in Frame 27
onClipEvent (load) {
if (_root.coin16 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin16 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin17" in Frame 27
onClipEvent (load) {
if (_root.coin17 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin17 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin18" in Frame 28
onClipEvent (load) {
if (_root.coin18 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin18 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 45 MovieClip "key20" in Frame 30
onClipEvent (load) {
if (_root.key20 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.key20 = true;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin19" in Frame 30
onClipEvent (load) {
if (_root.coin19 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin19 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin20" in Frame 31
onClipEvent (load) {
if (_root.coin20 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin20 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin21" in Frame 31
onClipEvent (load) {
if (_root.coin21 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin21 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin22" in Frame 31
onClipEvent (load) {
if (_root.coin22 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin22 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin23" in Frame 31
onClipEvent (load) {
if (_root.coin23 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin23 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin24" in Frame 31
onClipEvent (load) {
if (_root.coin24 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin24 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin25" in Frame 31
onClipEvent (load) {
if (_root.coin25 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin25 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin26" in Frame 32
onClipEvent (load) {
if (_root.coin26 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin26 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin27" in Frame 32
onClipEvent (load) {
if (_root.coin27 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin27 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 45 MovieClip "key6" in Frame 33
onClipEvent (load) {
if (_root.key6 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.key6 = true;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin28" in Frame 33
onClipEvent (load) {
if (_root.coin28 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin28 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin29" in Frame 33
onClipEvent (load) {
if (_root.coin29 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin29 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 45 MovieClip "key9" in Frame 34
onClipEvent (load) {
if (_root.key9 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.key9 = true;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin30" in Frame 34
onClipEvent (load) {
if (_root.coin30 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin30 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin31" in Frame 38
onClipEvent (load) {
if (_root.coin31 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin31 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin32" in Frame 38
onClipEvent (load) {
if (_root.coin32 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin32 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 45 MovieClip "key15" in Frame 39
onClipEvent (load) {
if (_root.key15 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.key15 = true;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin33" in Frame 39
onClipEvent (load) {
if (_root.coin33 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin33 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin34" in Frame 39
onClipEvent (load) {
if (_root.coin34 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin34 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin35" in Frame 40
onClipEvent (load) {
if (_root.coin35 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin35 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin36" in Frame 40
onClipEvent (load) {
if (_root.coin36 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin36 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin37" in Frame 40
onClipEvent (load) {
if (_root.coin37 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin37 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin38" in Frame 40
onClipEvent (load) {
if (_root.coin38 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin38 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin39" in Frame 43
onClipEvent (load) {
if (_root.coin39 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin39 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin40" in Frame 43
onClipEvent (load) {
if (_root.coin40 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin40 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin41" in Frame 44
onClipEvent (load) {
if (_root.coin41 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin41 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 45 MovieClip "key18" in Frame 45
onClipEvent (load) {
if (_root.key18 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.key18 = true;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin42" in Frame 45
onClipEvent (load) {
if (_root.coin42 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin42 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin43" in Frame 45
onClipEvent (load) {
if (_root.coin43 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin43 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin44" in Frame 45
onClipEvent (load) {
if (_root.coin44 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin44 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 45 MovieClip "key16" in Frame 47
onClipEvent (load) {
if (_root.key16 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.key16 = true;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin45" in Frame 47
onClipEvent (load) {
if (_root.coin45 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin45 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin46" in Frame 47
onClipEvent (load) {
if (_root.coin46 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin46 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin47" in Frame 47
onClipEvent (load) {
if (_root.coin47 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin47 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin48" in Frame 54
onClipEvent (load) {
if (_root.coin48 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin48 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 45 MovieClip "key17" in Frame 55
onClipEvent (load) {
if (_root.key17 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.key17 = true;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin49" in Frame 55
onClipEvent (load) {
if (_root.coin49 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin49 = true;
_root.coin++;
this._visible = false;
}
}
}
Instance of Symbol 52 MovieClip "coin50" in Frame 57
onClipEvent (load) {
if (_root.coin50 == true) {
this._visible = false;
}
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.hitTest(_root.nerd)) {
keysnd.start();
_root.coin50 = true;
_root.coin++;
this._visible = false;
}
}
}
Symbol 12 MovieClip Frame 1
stop();
Instance of Symbol 12 MovieClip "door1" in Symbol 13 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.key1 == true) {
if (this.hitTest(_root.nerd)) {
play();
}
}
}
Symbol 42 MovieClip Frame 1
stop();
Instance of Symbol 21 MovieClip in Symbol 42 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_parent.gotoAndPlay(2);
} else if (Key.isDown(39)) {
_parent.gotoAndPlay(3);
} else if (Key.isDown(38)) {
_parent.gotoAndPlay(4);
} else if (Key.isDown(40)) {
_parent.gotoAndPlay(5);
}
}
Symbol 42 MovieClip Frame 2
stop();
Instance of Symbol 29 MovieClip in Symbol 42 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
} else if (Key.isDown(39)) {
_parent.gotoAndPlay(3);
} else if (Key.isDown(38)) {
_parent.gotoAndPlay(4);
} else if (Key.isDown(40)) {
_parent.gotoAndPlay(5);
} else {
_parent.gotoAndPlay(1);
}
}
Symbol 42 MovieClip Frame 3
stop();
Instance of Symbol 28 MovieClip in Symbol 42 MovieClip Frame 3
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_parent.gotoAndPlay(2);
} else if (Key.isDown(39)) {
} else if (Key.isDown(38)) {
_parent.gotoAndPlay(4);
} else if (Key.isDown(40)) {
_parent.gotoAndPlay(5);
} else {
_parent.gotoAndPlay(1);
}
}
Symbol 42 MovieClip Frame 4
stop();
Instance of Symbol 36 MovieClip in Symbol 42 MovieClip Frame 4
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_parent.gotoAndPlay(2);
} else if (Key.isDown(39)) {
_parent.gotoAndPlay(3);
} else if (Key.isDown(38)) {
} else if (Key.isDown(40)) {
_parent.gotoAndPlay(5);
} else {
_parent.gotoAndPlay(1);
}
}
Symbol 42 MovieClip Frame 5
stop();
Instance of Symbol 41 MovieClip in Symbol 42 MovieClip Frame 5
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_parent.gotoAndPlay(2);
} else if (Key.isDown(39)) {
_parent.gotoAndPlay(3);
} else if (Key.isDown(38)) {
_parent.gotoAndPlay(4);
} else if (Key.isDown(40)) {
} else {
_parent.gotoAndPlay(1);
}
}
Instance of Symbol 12 MovieClip "door1" in Symbol 83 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.key2 == true) {
if (this.hitTest(_root.nerd)) {
play();
}
}
}
Symbol 89 MovieClip Frame 6
x = Math.random();
if (x > 0.9) {
gotoAndPlay (3);
}
Symbol 95 MovieClip Frame 6
x = Math.random();
if (x > 0.9) {
gotoAndPlay (3);
}
Instance of Symbol 12 MovieClip "door1" in Symbol 105 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.key9 == true) {
if (this.hitTest(_root.nerd)) {
play();
}
}
}
Instance of Symbol 12 MovieClip "door1" in Symbol 120 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.key3 == true) {
if (this.hitTest(_root.nerd)) {
this.play();
}
}
}
Instance of Symbol 12 MovieClip "door1" in Symbol 122 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.key4 == true) {
if (this.hitTest(_root.nerd)) {
this.play();
}
}
}
Instance of Symbol 12 MovieClip "door5" in Symbol 122 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.key5 == true) {
if (this.hitTest(_root.nerd)) {
this.play();
}
}
}
Instance of Symbol 12 MovieClip "door6" in Symbol 126 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.key6 == true) {
if (this.hitTest(_root.nerd)) {
this.play();
}
}
}
Instance of Symbol 12 MovieClip "door8" in Symbol 149 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.key8 == true) {
if (this.hitTest(_root.nerd)) {
this.play();
}
}
}
Instance of Symbol 12 MovieClip "door7" in Symbol 153 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.key7 == true) {
if (this.hitTest(_root.nerd)) {
this.play();
}
}
}
Instance of Symbol 12 MovieClip "door15" in Symbol 157 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.key15 == true) {
if (this.hitTest(_root.nerd)) {
this.play();
}
}
}
Instance of Symbol 12 MovieClip "door10" in Symbol 161 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.key10 == true) {
if (this.hitTest(_root.nerd)) {
this.play();
}
}
}
Instance of Symbol 12 MovieClip "door19" in Symbol 161 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.key19 == true) {
if (this.hitTest(_root.nerd)) {
this.play();
}
}
}
Instance of Symbol 12 MovieClip "door14" in Symbol 163 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.key14 == true) {
if (this.hitTest(_root.nerd)) {
this.play();
}
}
}
Instance of Symbol 12 MovieClip "door11" in Symbol 163 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.key11 == true) {
if (this.hitTest(_root.nerd)) {
this.play();
}
}
}
Instance of Symbol 12 MovieClip "door20" in Symbol 163 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.key20 == true) {
if (this.hitTest(_root.nerd)) {
this.play();
}
}
}
Instance of Symbol 12 MovieClip "door12" in Symbol 163 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.key12 == true) {
if (this.hitTest(_root.nerd)) {
this.play();
}
}
}
Instance of Symbol 12 MovieClip "door18" in Symbol 177 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.key18 == true) {
if (this.hitTest(_root.nerd)) {
this.play();
}
}
}
Instance of Symbol 12 MovieClip "door15" in Symbol 192 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.key15 == true) {
if (this.hitTest(_root.nerd)) {
this.play();
}
}
}
Instance of Symbol 12 MovieClip "door17" in Symbol 196 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.key17 == true) {
if (this.hitTest(_root.nerd)) {
this.play();
}
}
}
Instance of Symbol 12 MovieClip "door13" in Symbol 198 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.key13 == true) {
if (this.hitTest(_root.nerd)) {
this.play();
}
}
}
Instance of Symbol 12 MovieClip "door16" in Symbol 200 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.key16 == true) {
if (this.hitTest(_root.nerd)) {
this.play();
}
}
}