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

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

PicoBox.swf

This is the info page for
Flash #37917

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


Text
PicoBox

Use the arrow keys to control Pico
and try to push all the boxes onto
the platform with a matching
colour. Be careful, don't move any
box to a RED platform. Also watch
out for holes, you could fall down
one if you get too close. Your aim
is to collect a key to open the door
to the next level. Have fun and
good luck.

0000

0000

Again

Again

Advance

Advance

0000

0000

0000

0000

0000

0000

0000

0000

0000

0000

0000

0000

0000

0000

0000

0000

0000

0000

0000

0000

0000

0000

ActionScript [AS1/AS2]

Frame 1
Stage.showMenu = false;
Frame 3
stop();
Frame 4
score = 0; _global.l = 4; lives = _global.l; _global.k = 0; _global.d = 0; play();
Instance of Symbol 54 MovieClip in Frame 4
onClipEvent (enterFrame) { if (_root.blue.hitTest(this._x, this._y, true)) { _root.blue._x = this._x; _root.blue._y = this._y; _root.score = _root.score + 50; _root.blue._name = "blue_x"; } if (_root.blue_x.hitTest(this._x, this._y, true)) { _root.blue_x._x = this._x; _root.blue_x._y = this._y; } }
Instance of Symbol 54 MovieClip in Frame 4
onClipEvent (enterFrame) { if (_root.green.hitTest(this._x, this._y, true)) { _root.green._x = this._x; _root.green._y = this._y; _root.score = _root.score + 50; _root.green._name = "green_x"; } if (_root.green_x.hitTest(this._x, this._y, true)) { _root.green_x._x = this._x; _root.green_x._y = this._y; } }
Instance of Symbol 54 MovieClip in Frame 4
onClipEvent (enterFrame) { if (_root.yellow.hitTest(this._x, this._y, true)) { _root.yellow._x = this._x; _root.yellow._y = this._y; _root.score = _root.score + 50; _root.yellow._name = "yellow_x"; } if (_root.yellow_x.hitTest(this._x, this._y, true)) { _root.yellow_x._x = this._x; _root.yellow_x._y = this._y; } }
Instance of Symbol 54 MovieClip in Frame 4
onClipEvent (enterFrame) { if (_root.pink.hitTest(this._x, this._y, true)) { _root.pink._x = this._x; _root.pink._y = this._y; _root.score = _root.score + 50; _root.pink._name = "pink_x"; } if (_root.pink_x.hitTest(this._x, this._y, true)) { _root.pink_x._x = this._x; _root.pink_x._y = this._y; } }
Instance of Symbol 56 MovieClip "key" in Frame 4
onClipEvent (enterFrame) { if (_root.pico.hitTest(this)) { _root.exit.play(); _global.k = 10; this._x = 1000; } }
Instance of Symbol 67 MovieClip "exit" in Frame 4
onClipEvent (enterFrame) { if (_global.k > 5) { if (_root.pico.hitTest(this)) { _root.pico._x = this._x; _root.pico._y = this._y; _root.pico._alpha = _root.pico._alpha - 5; } } }
Instance of Symbol 86 MovieClip "pico" in Frame 4
onClipEvent (load) { _global.speed = 0; } onClipEvent (enterFrame) { if (this._xscale > 26) { if (Key.isDown(38)) { this.play(); _global.speed = _global.speed + 4; } else { this.stop(); } if (this._x > Stage.width) { this._x = this._x - 1; _global.speed = 0; } if (this._y > Stage.height) { this._y = this._y - 1; _global.speed = 0; } if (this._x < 0) { this._x = this._x + 1; _global.speed = 0; } if (this._y < 0) { this._y = this._y + 1; _global.speed = 0; } if (Math.abs(_global.speed) > 20) { _global.speed = _global.speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 11); } if (Key.isDown(39)) { _rotation = (_rotation + 11); } _global.speed = _global.speed * 0.6; x = Math.sin(_rotation * (Math.PI/180)) * _global.speed; y = (Math.cos(_rotation * (Math.PI/180)) * _global.speed) * -1; if (!_root.metal.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { _global.speed = _global.speed * -0.8; } } }
Frame 5
lives = _global.l; if (_root.pico._alpha < 1) { gotoAndStop (8); } if (_global.d > 4) { gotoAndStop (7); } if (_global.l < 0) { _global.l = 0; gotoAndPlay (79); } if (_root.pico._xscale < 1) { _global.l = _global.l - 1; lives = _global.l; gotoAndStop (7); }
Frame 6
gotoAndPlay (5);
Frame 7
score = score - 100; if (score < 0) { score = 0; }
Frame 9
lives = _global.l; _global.d = 0; _global.k = 0; play();
Instance of Symbol 54 MovieClip in Frame 9
onClipEvent (enterFrame) { if (_root.yellow.hitTest(this._x, this._y, true)) { _root.yellow._x = this._x; _root.yellow._y = this._y; _root.score = _root.score + 50; _root.yellow._name = "yellow_x"; } if (_root.yellow_x.hitTest(this._x, this._y, true)) { _root.yellow_x._x = this._x; _root.yellow_x._y = this._y; } }
Instance of Symbol 56 MovieClip "key" in Frame 9
onClipEvent (enterFrame) { if (_root.pico.hitTest(this)) { _root.exit.play(); _global.k = 10; this._x = 1000; } }
Instance of Symbol 67 MovieClip "exit" in Frame 9
onClipEvent (enterFrame) { if (_global.k > 5) { if (_root.pico.hitTest(this)) { _root.pico._x = this._x; _root.pico._y = this._y; _root.pico._alpha = _root.pico._alpha - 5; } } }
Instance of Symbol 86 MovieClip "pico" in Frame 9
onClipEvent (load) { _global.speed = 0; } onClipEvent (enterFrame) { if (this._xscale > 26) { if (Key.isDown(38)) { this.play(); _global.speed = _global.speed + 4; } else { this.stop(); } if (this._x > Stage.width) { this._x = this._x - 1; _global.speed = 0; } if (this._y > Stage.height) { this._y = this._y - 1; _global.speed = 0; } if (this._x < 0) { this._x = this._x + 1; _global.speed = 0; } if (this._y < 0) { this._y = this._y + 1; _global.speed = 0; } if (Math.abs(_global.speed) > 20) { _global.speed = _global.speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 11); } if (Key.isDown(39)) { _rotation = (_rotation + 11); } _global.speed = _global.speed * 0.6; x = Math.sin(_rotation * (Math.PI/180)) * _global.speed; y = (Math.cos(_rotation * (Math.PI/180)) * _global.speed) * -1; if (!_root.metal.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { _global.speed = _global.speed * -0.8; } if (_global.hit > 0) { _x = (_x - x); _y = (_y - y); } } }
Frame 10
lives = _global.l; if (_root.pico._alpha < 1) { gotoAndStop (13); } if (_global.d > 4) { gotoAndStop (12); } if (_global.l < 0) { _global.l = 0; gotoAndPlay (79); } if (_root.pico._xscale < 1) { _global.l = _global.l - 1; lives = _global.l; gotoAndStop (12); }
Frame 11
gotoAndPlay (10);
Frame 12
score = score - 100; if (score < 0) { score = 0; }
Frame 14
lives = _global.l; _global.d = 0; _global.k = 0; play();
Instance of Symbol 56 MovieClip "key" in Frame 14
onClipEvent (enterFrame) { if (_root.pico.hitTest(this)) { _root.exit.play(); _global.k = 10; this._x = 1000; } }
Instance of Symbol 67 MovieClip "exit" in Frame 14
onClipEvent (enterFrame) { if (_global.k > 5) { if (_root.pico.hitTest(this)) { _root.pico._x = this._x; _root.pico._y = this._y; _root.pico._alpha = _root.pico._alpha - 5; } } }
Instance of Symbol 54 MovieClip in Frame 14
onClipEvent (enterFrame) { if (_root.green.hitTest(this._x, this._y, true)) { _root.green._x = this._x; _root.green._y = this._y; _root.score = _root.score + 50; _root.green._name = "green_x"; } if (_root.green_x.hitTest(this._x, this._y, true)) { _root.green_x._x = this._x; _root.green_x._y = this._y; } }
Instance of Symbol 54 MovieClip in Frame 14
onClipEvent (enterFrame) { if (_root.blue.hitTest(this._x, this._y, true)) { _root.blue._x = this._x; _root.blue._y = this._y; _root.score = _root.score + 50; _root.blue._name = "blue_x"; } if (_root.blue_x.hitTest(this._x, this._y, true)) { _root.blue_x._x = this._x; _root.blue_x._y = this._y; } }
Instance of Symbol 86 MovieClip "pico" in Frame 14
onClipEvent (load) { _global.speed = 0; } onClipEvent (enterFrame) { if (this._xscale > 26) { if (Key.isDown(38)) { this.play(); _global.speed = _global.speed + 4; } else { this.stop(); } if (this._x > Stage.width) { this._x = this._x - 1; _global.speed = 0; } if (this._y > Stage.height) { this._y = this._y - 1; _global.speed = 0; } if (this._x < 0) { this._x = this._x + 1; _global.speed = 0; } if (this._y < 0) { this._y = this._y + 1; _global.speed = 0; } if (Math.abs(_global.speed) > 20) { _global.speed = _global.speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 11); } if (Key.isDown(39)) { _rotation = (_rotation + 11); } _global.speed = _global.speed * 0.6; x = Math.sin(_rotation * (Math.PI/180)) * _global.speed; y = (Math.cos(_rotation * (Math.PI/180)) * _global.speed) * -1; if (!_root.metal.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { _global.speed = _global.speed * -0.8; } } }
Frame 15
lives = _global.l; if (_root.pico._alpha < 1) { gotoAndStop (18); } if (_global.d > 4) { gotoAndStop (17); } if (_global.l < 0) { _global.l = 0; gotoAndPlay (79); } if (_root.pico._xscale < 1) { _global.l = _global.l - 1; lives = _global.l; gotoAndStop (17); }
Frame 16
gotoAndPlay (15);
Frame 17
score = score - 100; if (score < 0) { score = 0; }
Frame 19
lives = _global.l; _global.d = 0; _global.k = 0; play();
Instance of Symbol 56 MovieClip "key" in Frame 19
onClipEvent (enterFrame) { if (_root.pico.hitTest(this)) { _root.exit.play(); _global.k = 10; this._x = 1000; } }
Instance of Symbol 67 MovieClip "exit" in Frame 19
onClipEvent (enterFrame) { if (_global.k > 5) { if (_root.pico.hitTest(this)) { _root.pico._x = this._x; _root.pico._y = this._y; _root.pico._alpha = _root.pico._alpha - 5; } } }
Instance of Symbol 54 MovieClip in Frame 19
onClipEvent (enterFrame) { if (_root.yellow.hitTest(this._x, this._y, true)) { _root.yellow._x = this._x; _root.yellow._y = this._y; _root.score = _root.score + 50; _root.fade._alpha = _root.fade._alpha - 3; _root.yellow._name = "yellow_x"; } if (_root.yellow_x.hitTest(this._x, this._y, true)) { _root.fade._alpha = _root.fade._alpha - 3; _root.yellow_x._x = this._x; _root.yellow_x._y = this._y; } }
Instance of Symbol 54 MovieClip in Frame 19
onClipEvent (enterFrame) { if (_root.pink.hitTest(this._x, this._y, true)) { _root.pink._x = this._x; _root.pink._y = this._y; _root.score = _root.score + 50; _root.pink._name = "pink_x"; } if (_root.pink_x.hitTest(this._x, this._y, true)) { _root.pink_x._x = this._x; _root.pink_x._y = this._y; } }
Instance of Symbol 130 MovieClip "fade" in Frame 19
onClipEvent (enterFrame) { if (_global.fade > 5) { this.alpha = this.alpha - 3; } }
Instance of Symbol 86 MovieClip "pico" in Frame 19
onClipEvent (load) { _global.speed = 0; } onClipEvent (enterFrame) { if (this._xscale > 26) { if (Key.isDown(38)) { this.play(); _global.speed = _global.speed + 4; } else { this.stop(); } if (this._x > Stage.width) { this._x = this._x - 1; _global.speed = 0; } if (this._y > Stage.height) { this._y = this._y - 1; _global.speed = 0; } if (this._x < 0) { this._x = this._x + 1; _global.speed = 0; } if (this._y < 0) { this._y = this._y + 1; _global.speed = 0; } if (Math.abs(_global.speed) > 20) { _global.speed = _global.speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 11); } if (Key.isDown(39)) { _rotation = (_rotation + 11); } _global.speed = _global.speed * 0.6; x = Math.sin(_rotation * (Math.PI/180)) * _global.speed; y = (Math.cos(_rotation * (Math.PI/180)) * _global.speed) * -1; if (!_root.metal.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { _global.speed = _global.speed * -0.8; } } }
Frame 20
lives = _global.l; if (_root.pico._alpha < 1) { gotoAndStop (23); } if (_global.d > 4) { gotoAndStop (22); } if (_global.l < 0) { _global.l = 0; gotoAndPlay (79); } if (_root.pico._xscale < 1) { _global.l = _global.l - 1; lives = _global.l; gotoAndStop (22); }
Frame 21
gotoAndPlay (20);
Frame 22
score = score - 100; if (score < 0) { score = 0; }
Frame 24
lives = _global.l; _global.d = 0; _global.k = 0; play();
Instance of Symbol 56 MovieClip "key" in Frame 24
onClipEvent (enterFrame) { if (_root.pico.hitTest(this)) { _root.exit.play(); _global.k = 10; this._x = 1000; } }
Instance of Symbol 67 MovieClip "exit" in Frame 24
onClipEvent (enterFrame) { if (_global.k > 5) { if (_root.pico.hitTest(this)) { _root.pico._x = this._x; _root.pico._y = this._y; _root.pico._alpha = _root.pico._alpha - 5; } } }
Instance of Symbol 54 MovieClip in Frame 24
onClipEvent (enterFrame) { if (_root.yellow.hitTest(this._x, this._y, true)) { _root.yellow._x = this._x; _root.yellow._y = this._y; _root.score = _root.score + 50; _root.fade._alpha = _root.fade._alpha - 3; _root.yellow._name = "yellow_x"; } if (_root.yellow_x.hitTest(this._x, this._y, true)) { _root.fade._alpha = _root.fade._alpha - 3; _root.yellow_x._x = this._x; _root.yellow_x._y = this._y; } }
Instance of Symbol 54 MovieClip in Frame 24
onClipEvent (enterFrame) { if (_root.green.hitTest(this._x, this._y, true)) { _root.green._x = this._x; _root.green._y = this._y; _root.score = _root.score + 50; _root.green._name = "green_x"; } if (_root.green_x.hitTest(this._x, this._y, true)) { _root.green_x._x = this._x; _root.green_x._y = this._y; } }
Instance of Symbol 54 MovieClip in Frame 24
onClipEvent (enterFrame) { if (_root.blue.hitTest(this._x, this._y, true)) { _root.blue._x = this._x; _root.blue._y = this._y; _root.score = _root.score + 50; _root.blue._name = "blue_x"; } if (_root.blue_x.hitTest(this._x, this._y, true)) { _root.blue_x._x = this._x; _root.blue_x._y = this._y; } }
Instance of Symbol 54 MovieClip in Frame 24
onClipEvent (enterFrame) { if (_root.pink.hitTest(this._x, this._y, true)) { _root.pink._x = this._x; _root.pink._y = this._y; _root.score = _root.score + 50; _root.pink._name = "pink_x"; } if (_root.pink_x.hitTest(this._x, this._y, true)) { _root.pink_x._x = this._x; _root.pink_x._y = this._y; } }
Instance of Symbol 137 MovieClip in Frame 24
onClipEvent (enterFrame) { if (_root.pico.hitTest(this)) { _global.l = _global.l + 1; this._x = 1000; } }
Instance of Symbol 86 MovieClip "pico" in Frame 24
onClipEvent (load) { _global.speed = 0; } onClipEvent (enterFrame) { if (this._xscale > 26) { if (Key.isDown(38)) { this.play(); _global.speed = _global.speed + 4; } else { this.stop(); } if (this._x > Stage.width) { this._x = this._x - 1; _global.speed = 0; } if (this._y > Stage.height) { this._y = this._y - 1; _global.speed = 0; } if (this._x < 0) { this._x = this._x + 1; _global.speed = 0; } if (this._y < 0) { this._y = this._y + 1; _global.speed = 0; } if (Math.abs(_global.speed) > 20) { _global.speed = _global.speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 11); } if (Key.isDown(39)) { _rotation = (_rotation + 11); } _global.speed = _global.speed * 0.6; x = Math.sin(_rotation * (Math.PI/180)) * _global.speed; y = (Math.cos(_rotation * (Math.PI/180)) * _global.speed) * -1; if (!_root.metal.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { _global.speed = _global.speed * -0.8; } } }
Frame 25
lives = _global.l; if (_root.pico._alpha < 1) { gotoAndStop (28); } if (_global.d > 4) { gotoAndStop (27); } if (_global.l < 0) { _global.l = 0; gotoAndPlay (79); } if (_root.pico._xscale < 1) { _global.l = _global.l - 1; lives = _global.l; gotoAndStop (27); }
Frame 26
gotoAndPlay (25);
Frame 27
score = score - 100; if (score < 0) { score = 0; }
Frame 29
lives = _global.l; _global.d = 0; _global.k = 0; play();
Instance of Symbol 56 MovieClip "key" in Frame 29
onClipEvent (enterFrame) { if (_root.pico.hitTest(this)) { _root.exit.play(); _global.k = 10; this._x = 1000; } }
Instance of Symbol 67 MovieClip "exit" in Frame 29
onClipEvent (enterFrame) { if (_global.k > 5) { if (_root.pico.hitTest(this)) { _root.pico._x = this._x; _root.pico._y = this._y; _root.pico._alpha = _root.pico._alpha - 5; } } }
Instance of Symbol 54 MovieClip in Frame 29
onClipEvent (enterFrame) { if (_root.blue.hitTest(this._x, this._y, true)) { _root.blue._x = this._x; _root.blue._y = this._y; _root.score = _root.score + 50; _root.blue._name = "blue_x"; } if (_root.blue_x.hitTest(this._x, this._y, true)) { _root.blue_x._x = this._x; _root.blue_x._y = this._y; } }
Instance of Symbol 54 MovieClip in Frame 29
onClipEvent (enterFrame) { if (_root.pink.hitTest(this._x, this._y, true)) { _root.pink._x = this._x; _root.pink._y = this._y; _root.score = _root.score + 50; _root.pink._name = "pink_x"; } if (_root.pink_x.hitTest(this._x, this._y, true)) { _root.pink_x._x = this._x; _root.pink_x._y = this._y; } }
Instance of Symbol 54 MovieClip in Frame 29
onClipEvent (enterFrame) { if (_root.green.hitTest(this._x, this._y, true)) { _root.green._x = this._x; _root.green._y = this._y; _root.score = _root.score + 50; _root.green._name = "green_x"; } if (_root.green_x.hitTest(this._x, this._y, true)) { _root.green_x._x = this._x; _root.green_x._y = this._y; } }
Instance of Symbol 86 MovieClip "pico" in Frame 29
onClipEvent (load) { _global.speed = 0; } onClipEvent (enterFrame) { if (this._xscale > 26) { if (Key.isDown(38)) { this.play(); _global.speed = _global.speed + 4; } else { this.stop(); } if (this._x > Stage.width) { this._x = this._x - 1; _global.speed = 0; } if (this._y > Stage.height) { this._y = this._y - 1; _global.speed = 0; } if (this._x < 0) { this._x = this._x + 1; _global.speed = 0; } if (this._y < 0) { this._y = this._y + 1; _global.speed = 0; } if (Math.abs(_global.speed) > 20) { _global.speed = _global.speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 11); } if (Key.isDown(39)) { _rotation = (_rotation + 11); } _global.speed = _global.speed * 0.6; x = Math.sin(_rotation * (Math.PI/180)) * _global.speed; y = (Math.cos(_rotation * (Math.PI/180)) * _global.speed) * -1; if (!_root.metal.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { _global.speed = _global.speed * -0.8; } } }
Frame 30
lives = _global.l; if (_root.pico._alpha < 1) { gotoAndStop (33); } if (_global.d > 4) { gotoAndStop (32); } if (_global.l < 0) { _global.l = 0; gotoAndPlay (79); } if (_root.pico._xscale < 1) { _global.l = _global.l - 1; lives = _global.l; gotoAndStop (32); }
Frame 31
gotoAndPlay (30);
Frame 32
score = score - 100; if (score < 0) { score = 0; }
Frame 34
lives = _global.l; _global.d = 0; _global.k = 0; play();
Instance of Symbol 56 MovieClip "key" in Frame 34
onClipEvent (enterFrame) { if (_root.pico.hitTest(this)) { _root.exit.play(); _global.k = 10; this._x = 1000; } }
Instance of Symbol 67 MovieClip "exit" in Frame 34
onClipEvent (enterFrame) { if (_global.k > 5) { if (_root.pico.hitTest(this)) { _root.pico._x = this._x; _root.pico._y = this._y; _root.pico._alpha = _root.pico._alpha - 5; } } }
Instance of Symbol 54 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.blue.hitTest(this._x, this._y, true)) { _root.blue._x = this._x; _root.blue._y = this._y; _root.score = _root.score + 50; _root.blue._name = "blue_x"; } if (_root.blue_x.hitTest(this._x, this._y, true)) { _root.blue_x._x = this._x; _root.blue_x._y = this._y; } }
Instance of Symbol 54 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.pink.hitTest(this._x, this._y, true)) { _root.pink._x = this._x; _root.pink._y = this._y; _root.score = _root.score + 50; _root.pink._name = "pink_x"; } if (_root.pink_x.hitTest(this._x, this._y, true)) { _root.pink_x._x = this._x; _root.pink_x._y = this._y; } }
Instance of Symbol 54 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.green.hitTest(this._x, this._y, true)) { _root.green._x = this._x; _root.green._y = this._y; _root.score = _root.score + 50; _root.green._name = "green_x"; } if (_root.green_x.hitTest(this._x, this._y, true)) { _root.green_x._x = this._x; _root.green_x._y = this._y; } }
Instance of Symbol 54 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.yellow.hitTest(this._x, this._y, true)) { _root.yellow._x = this._x; _root.yellow._y = this._y; _root.score = _root.score + 50; _root.yellow._name = "yellow_x"; } if (_root.yellow_x.hitTest(this._x, this._y, true)) { _root.yellow_x._x = this._x; _root.yellow_x._y = this._y; } }
Instance of Symbol 86 MovieClip "pico" in Frame 34
onClipEvent (load) { _global.speed = 0; } onClipEvent (enterFrame) { if (this._xscale > 26) { if (Key.isDown(38)) { this.play(); _global.speed = _global.speed + 4; } else { this.stop(); } if (this._x > Stage.width) { this._x = this._x - 1; _global.speed = 0; } if (this._y > Stage.height) { this._y = this._y - 1; _global.speed = 0; } if (this._x < 0) { this._x = this._x + 1; _global.speed = 0; } if (this._y < 0) { this._y = this._y + 1; _global.speed = 0; } if (Math.abs(_global.speed) > 20) { _global.speed = _global.speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 11); } if (Key.isDown(39)) { _rotation = (_rotation + 11); } _global.speed = _global.speed * 0.6; x = Math.sin(_rotation * (Math.PI/180)) * _global.speed; y = (Math.cos(_rotation * (Math.PI/180)) * _global.speed) * -1; if (!_root.metal.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { _global.speed = _global.speed * -0.8; } } }
Frame 35
lives = _global.l; if (_root.pico._alpha < 1) { gotoAndStop (38); } if (_global.d > 4) { gotoAndStop (37); } if (_global.l < 0) { _global.l = 0; gotoAndPlay (79); } if (_root.pico._xscale < 1) { _global.l = _global.l - 1; lives = _global.l; gotoAndStop (37); }
Frame 36
gotoAndPlay (35);
Frame 37
score = score - 100; if (score < 0) { score = 0; }
Frame 39
lives = _global.l; _global.d = 0; _global.k = 0; play();
Instance of Symbol 56 MovieClip "key" in Frame 39
onClipEvent (enterFrame) { if (_root.pico.hitTest(this)) { _root.exit.play(); _global.k = 10; this._x = 1000; } }
Instance of Symbol 67 MovieClip "exit" in Frame 39
onClipEvent (enterFrame) { if (_global.k > 5) { if (_root.pico.hitTest(this)) { _root.pico._x = this._x; _root.pico._y = this._y; _root.pico._alpha = _root.pico._alpha - 5; } } }
Instance of Symbol 54 MovieClip in Frame 39
onClipEvent (enterFrame) { if (_root.pink.hitTest(this._x, this._y, true)) { _root.pink._x = this._x; _root.pink._y = this._y; _root.score = _root.score + 50; _root.pink._name = "pink_x"; } if (_root.pink_x.hitTest(this._x, this._y, true)) { _root.pink_x._x = this._x; _root.pink_x._y = this._y; } }
Instance of Symbol 54 MovieClip in Frame 39
onClipEvent (enterFrame) { if (_root.green.hitTest(this._x, this._y, true)) { _root.green._x = this._x; _root.green._y = this._y; _root.score = _root.score + 50; _root.green._name = "green_x"; } if (_root.green_x.hitTest(this._x, this._y, true)) { _root.green_x._x = this._x; _root.green_x._y = this._y; } }
Instance of Symbol 86 MovieClip "pico" in Frame 39
onClipEvent (load) { _global.speed = 0; } onClipEvent (enterFrame) { if (this._xscale > 26) { if (Key.isDown(38)) { this.play(); _global.speed = _global.speed + 4; } else { this.stop(); } if (this._x > Stage.width) { this._x = this._x - 1; _global.speed = 0; } if (this._y > Stage.height) { this._y = this._y - 1; _global.speed = 0; } if (this._x < 0) { this._x = this._x + 1; _global.speed = 0; } if (this._y < 0) { this._y = this._y + 1; _global.speed = 0; } if (Math.abs(_global.speed) > 20) { _global.speed = _global.speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 11); } if (Key.isDown(39)) { _rotation = (_rotation + 11); } _global.speed = _global.speed * 0.6; x = Math.sin(_rotation * (Math.PI/180)) * _global.speed; y = (Math.cos(_rotation * (Math.PI/180)) * _global.speed) * -1; if (!_root.metal.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { _global.speed = _global.speed * -0.8; } } }
Frame 40
lives = _global.l; if (_root.pico._alpha < 1) { gotoAndStop (43); } if (_global.d > 4) { gotoAndStop (42); } if (_global.l < 0) { _global.l = 0; gotoAndPlay (79); } if (_root.pico._xscale < 1) { _global.l = _global.l - 1; lives = _global.l; gotoAndStop (42); }
Frame 41
gotoAndPlay (40);
Frame 42
score = score - 100; if (score < 0) { score = 0; }
Frame 44
lives = _global.l; _global.d = 0; _global.k = 0; play();
Instance of Symbol 56 MovieClip "key" in Frame 44
onClipEvent (enterFrame) { if (_root.pico.hitTest(this)) { _root.exit.play(); _global.k = 10; this._x = 1000; } }
Instance of Symbol 67 MovieClip "exit" in Frame 44
onClipEvent (enterFrame) { if (_global.k > 5) { if (_root.pico.hitTest(this)) { _root.pico._x = this._x; _root.pico._y = this._y; _root.pico._alpha = _root.pico._alpha - 5; } } }
Instance of Symbol 54 MovieClip in Frame 44
onClipEvent (enterFrame) { if (_root.blue.hitTest(this._x, this._y, true)) { _root.blue._x = this._x; _root.blue._y = this._y; _root.score = _root.score + 50; _root.blue._name = "blue_x"; } if (_root.blue_x.hitTest(this._x, this._y, true)) { _root.blue_x._x = this._x; _root.blue_x._y = this._y; } }
Instance of Symbol 54 MovieClip in Frame 44
onClipEvent (enterFrame) { if (_root.yellow.hitTest(this._x, this._y, true)) { _root.yellow._x = this._x; _root.yellow._y = this._y; _root.score = _root.score + 50; _root.yellow._name = "yellow_x"; } if (_root.yellow_x.hitTest(this._x, this._y, true)) { _root.yellow_x._x = this._x; _root.yellow_x._y = this._y; } }
Instance of Symbol 54 MovieClip in Frame 44
onClipEvent (enterFrame) { if (_root.pink.hitTest(this._x, this._y, true)) { _root.pink._x = this._x; _root.pink._y = this._y; _root.score = _root.score + 50; _root.pink._name = "pink_x"; } if (_root.pink_x.hitTest(this._x, this._y, true)) { _root.pink_x._x = this._x; _root.pink_x._y = this._y; } }
Instance of Symbol 86 MovieClip "pico" in Frame 44
onClipEvent (load) { _global.speed = 0; } onClipEvent (enterFrame) { if (this._xscale > 26) { if (Key.isDown(38)) { this.play(); _global.speed = _global.speed + 4; } else { this.stop(); } if (this._x > Stage.width) { this._x = this._x - 1; _global.speed = 0; } if (this._y > Stage.height) { this._y = this._y - 1; _global.speed = 0; } if (this._x < 0) { this._x = this._x + 1; _global.speed = 0; } if (this._y < 0) { this._y = this._y + 1; _global.speed = 0; } if (Math.abs(_global.speed) > 20) { _global.speed = _global.speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 11); } if (Key.isDown(39)) { _rotation = (_rotation + 11); } _global.speed = _global.speed * 0.6; x = Math.sin(_rotation * (Math.PI/180)) * _global.speed; y = (Math.cos(_rotation * (Math.PI/180)) * _global.speed) * -1; if (!_root.metal.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { _global.speed = _global.speed * -0.8; } } }
Frame 45
lives = _global.l; if (_root.pico._alpha < 1) { gotoAndStop (48); } if (_global.d > 4) { gotoAndStop (47); } if (_global.l < 0) { _global.l = 0; gotoAndPlay (79); } if (_root.pico._xscale < 1) { _global.l = _global.l - 1; lives = _global.l; gotoAndStop (47); }
Frame 46
gotoAndPlay (45);
Frame 47
score = score - 100; if (score < 0) { score = 0; }
Frame 49
lives = _global.l; _global.d = 0; _global.k = 0; play();
Instance of Symbol 56 MovieClip "key" in Frame 49
onClipEvent (enterFrame) { if (_root.pico.hitTest(this)) { _root.exit.play(); _global.k = 10; this._x = 1000; } }
Instance of Symbol 67 MovieClip "exit" in Frame 49
onClipEvent (enterFrame) { if (_global.k > 5) { if (_root.pico.hitTest(this)) { _root.pico._x = this._x; _root.pico._y = this._y; _root.pico._alpha = _root.pico._alpha - 5; } } }
Instance of Symbol 137 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.pico.hitTest(this)) { _global.l = _global.l + 1; this._x = 1000; } }
Instance of Symbol 54 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.blue.hitTest(this._x, this._y, true)) { _root.blue._x = this._x; _root.blue._y = this._y; _root.score = _root.score + 50; _root.blue._name = "blue_x"; } if (_root.blue_x.hitTest(this._x, this._y, true)) { _root.blue_x._x = this._x; _root.blue_x._y = this._y; } }
Instance of Symbol 54 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.green.hitTest(this._x, this._y, true)) { _root.green._x = this._x; _root.green._y = this._y; _root.score = _root.score + 50; _root.green._name = "green_x"; } if (_root.green_x.hitTest(this._x, this._y, true)) { _root.green_x._x = this._x; _root.green_x._y = this._y; } }
Instance of Symbol 54 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.yellow.hitTest(this._x, this._y, true)) { _root.yellow._x = this._x; _root.yellow._y = this._y; _root.score = _root.score + 50; _root.yellow._name = "yellow_x"; } if (_root.yellow_x.hitTest(this._x, this._y, true)) { _root.yellow_x._x = this._x; _root.yellow_x._y = this._y; } }
Instance of Symbol 54 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.pink.hitTest(this._x, this._y, true)) { _root.pink._x = this._x; _root.pink._y = this._y; _root.score = _root.score + 50; _root.pink._name = "pink_x"; } if (_root.pink_x.hitTest(this._x, this._y, true)) { _root.pink_x._x = this._x; _root.pink_x._y = this._y; } }
Instance of Symbol 86 MovieClip "pico" in Frame 49
onClipEvent (load) { _global.speed = 0; } onClipEvent (enterFrame) { if (this._xscale > 26) { if (Key.isDown(38)) { this.play(); _global.speed = _global.speed + 4; } else { this.stop(); } if (this._x > Stage.width) { this._x = this._x - 1; _global.speed = 0; } if (this._y > Stage.height) { this._y = this._y - 1; _global.speed = 0; } if (this._x < 0) { this._x = this._x + 1; _global.speed = 0; } if (this._y < 0) { this._y = this._y + 1; _global.speed = 0; } if (Math.abs(_global.speed) > 20) { _global.speed = _global.speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 11); } if (Key.isDown(39)) { _rotation = (_rotation + 11); } _global.speed = _global.speed * 0.6; x = Math.sin(_rotation * (Math.PI/180)) * _global.speed; y = (Math.cos(_rotation * (Math.PI/180)) * _global.speed) * -1; if (!_root.metal.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { _global.speed = _global.speed * -0.8; } } }
Frame 50
lives = _global.l; if (_root.pico._alpha < 1) { gotoAndStop (53); } if (_global.d > 4) { gotoAndStop (52); } if (_global.l < 0) { _global.l = 0; gotoAndPlay (79); } if (_root.pico._xscale < 1) { _global.l = _global.l - 1; lives = _global.l; gotoAndStop (52); }
Frame 51
gotoAndPlay (50);
Frame 52
score = score - 100; if (score < 0) { score = 0; }
Frame 78
stop();
Frame 103
stop();
Symbol 11 Button
on (release) { _root.play(); }
Symbol 12 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { gotoAndStop ("loaded"); }
Symbol 12 MovieClip Frame 2
gotoAndPlay (1);
Symbol 20 Button
on (release) { gotoAndStop (3); }
Symbol 26 Button
on (rollOver) { play(); }
Symbol 27 Button
on (rollOut) { gotoAndPlay (9); }
Symbol 30 Button
on (rollOut) { play(); }
Symbol 32 MovieClip Frame 1
stop();
Symbol 32 MovieClip Frame 8
stop();
Symbol 36 Button
on (rollOut) { gotoAndPlay (9); }
Symbol 40 MovieClip Frame 1
stop();
Symbol 40 MovieClip Frame 8
stop();
Symbol 44 Button
on (rollOut) { gotoAndPlay (9); }
Symbol 48 MovieClip Frame 1
stop();
Symbol 48 MovieClip Frame 8
stop();
Instance of Symbol 32 MovieClip "low" in Symbol 49 MovieClip Frame 1
on (release) { _quality = "low"; }
Instance of Symbol 40 MovieClip "med" in Symbol 49 MovieClip Frame 1
on (release) { _quality = "medium"; }
Instance of Symbol 48 MovieClip "high" in Symbol 49 MovieClip Frame 1
on (release) { _quality = "high"; }
Symbol 52 Button
on (release) { gotoAndStop (4); }
Symbol 67 MovieClip Frame 1
stop();
Symbol 67 MovieClip Frame 10
stop();
Symbol 69 MovieClip Frame 1
onEnterFrame = function () { if (this.hitTest(_root.pico)) { x = Math.sin(_root.pico._rotation * (Math.PI/180)) * _global.speed; y = (Math.cos(_root.pico._rotation * (Math.PI/180)) * _global.speed) * -1; _x = (_x + x); _y = (_y + y); } if (this.hitTest(_root.trap)) { _global.l = _global.l - 1; _global.d = 5; } if (this._x > Stage.width) { _x = (_x - x); _y = (_y - y); } if (this._y > Stage.height) { _x = (_x - x); _y = (_y - y); } if (this._x < 0) { _x = (_x - x); _y = (_y - y); } if (this._y < 0) { _x = (_x - x); _y = (_y - y); } };
Symbol 86 MovieClip Frame 1
stop();
Symbol 86 MovieClip Frame 21
gotoAndPlay (2);
Symbol 94 Button
on (release) { gotoAndStop (3); }
Symbol 97 Button
on (keyPress "<Space>") { gotoAndStop (9); }
Symbol 99 MovieClip Frame 14
stop();
Symbol 106 Button
on (release) { gotoAndPlay (4); }
Symbol 108 MovieClip Frame 14
stop();
Symbol 111 Button
on (release) { gotoAndStop (9); }
Symbol 118 Button
on (keyPress "<Space>") { gotoAndStop (14); }
Symbol 119 Button
on (release) { gotoAndPlay (9); }
Symbol 120 Button
on (release) { gotoAndStop (14); }
Symbol 122 MovieClip Frame 1
onEnterFrame = function () { if (_root.pico.hitTest(this._x, this._y, true)) { _root.pico._x = this._x; _root.pico._y = this._y; _root.pico._xscale = _root.pico._xscale - 1; _root.pico._rotation = _root.pico._rotation + 10; _root.pico._yscale = _root.pico._xscale; } };
Symbol 126 Button
on (keyPress "<Space>") { gotoAndStop (19); }
Symbol 127 Button
on (release) { gotoAndPlay (14); }
Symbol 128 Button
on (release) { gotoAndStop (19); }
Symbol 133 Button
on (keyPress "<Space>") { gotoAndStop (24); }
Symbol 134 Button
on (release) { gotoAndPlay (19); }
Symbol 135 Button
on (release) { gotoAndStop (24); }
Symbol 140 Button
on (keyPress "<Space>") { gotoAndStop (29); }
Symbol 141 Button
on (release) { gotoAndPlay (24); }
Symbol 142 Button
on (release) { gotoAndStop (29); }
Symbol 146 Button
on (keyPress "<Space>") { gotoAndStop (34); }
Symbol 147 Button
on (release) { gotoAndPlay (29); }
Symbol 148 Button
on (release) { gotoAndStop (34); }
Symbol 152 Button
on (keyPress "<Space>") { gotoAndStop (39); }
Symbol 153 Button
on (release) { gotoAndPlay (34); }
Symbol 154 Button
on (release) { gotoAndStop (39); }
Symbol 158 Button
on (keyPress "<Space>") { gotoAndStop (44); }
Symbol 159 Button
on (release) { gotoAndPlay (39); }
Symbol 160 Button
on (release) { gotoAndStop (44); }
Symbol 164 Button
on (keyPress "<Space>") { gotoAndStop (49); }
Symbol 165 Button
on (release) { gotoAndPlay (44); }
Symbol 166 Button
on (release) { gotoAndStop (49); }
Symbol 170 Button
on (keyPress "<Space>") { gotoAndStop (54); }
Symbol 171 Button
on (release) { gotoAndPlay (49); }
Symbol 172 Button
on (release) { gotoAndStop (54); }
Symbol 174 Button
on (release) { gotoAndStop (3); }

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 GraphicUsed by:3
Symbol 3 MovieClipUses:2Used by:12
Symbol 4 GraphicUsed by:12
Symbol 5 BitmapUsed by:6
Symbol 6 GraphicUses:5Used by:12
Symbol 7 GraphicUsed by:11
Symbol 8 GraphicUsed by:11
Symbol 9 GraphicUsed by:11
Symbol 10 GraphicUsed by:11
Symbol 11 ButtonUses:7 8 9 10Used by:12
Symbol 12 MovieClipUses:3 4 6 11Used by:Timeline
Symbol 13 GraphicUsed by:Timeline
Symbol 14 FontUsed by:15 21 87 95 101 103 109 110 116 117 124 125 131 132 138 139 144 145 150 151 156 157 162 163 168 169 173 176 178 180
Symbol 15 TextUses:14Used by:Timeline
Symbol 16 GraphicUsed by:20 52
Symbol 17 GraphicUsed by:20 52
Symbol 18 GraphicUsed by:20 52
Symbol 19 GraphicUsed by:20 52
Symbol 20 ButtonUses:16 17 18 19Used by:Timeline
Symbol 21 TextUses:14Used by:Timeline
Symbol 22 GraphicUsed by:32
Symbol 23 ShapeTweeningUsed by:32
Symbol 24 ShapeTweeningUsed by:32
Symbol 25 GraphicUsed by:26 27 30 36 44
Symbol 26 ButtonUses:25Used by:32 40 48
Symbol 27 ButtonUses:25Used by:32
Symbol 28 ShapeTweeningUsed by:32
Symbol 29 ShapeTweeningUsed by:32
Symbol 30 ButtonUses:25Used by:32 40 48
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:22 23 24 26 27 28 29 30 31Used by:49
Symbol 33 GraphicUsed by:40
Symbol 34 ShapeTweeningUsed by:40
Symbol 35 ShapeTweeningUsed by:40
Symbol 36 ButtonUses:25Used by:40
Symbol 37 ShapeTweeningUsed by:40
Symbol 38 ShapeTweeningUsed by:40
Symbol 39 GraphicUsed by:40
Symbol 40 MovieClipUses:33 34 35 26 36 37 38 30 39Used by:49
Symbol 41 GraphicUsed by:48
Symbol 42 ShapeTweeningUsed by:48
Symbol 43 ShapeTweeningUsed by:48
Symbol 44 ButtonUses:25Used by:48
Symbol 45 ShapeTweeningUsed by:48
Symbol 46 ShapeTweeningUsed by:48
Symbol 47 GraphicUsed by:48
Symbol 48 MovieClipUses:41 42 43 26 44 45 46 30 47Used by:49
Symbol 49 MovieClipUses:32 40 48Used by:Timeline
Symbol 50 SoundUsed by:Timeline
Symbol 51 GraphicUsed by:Timeline
Symbol 52 ButtonUses:16 17 18 19Used by:Timeline
Symbol 53 GraphicUsed by:54
Symbol 54 MovieClipUses:53Used by:Timeline
Symbol 55 GraphicUsed by:56
Symbol 56 MovieClipUses:55Used by:Timeline
Symbol 57 GraphicUsed by:67
Symbol 58 GraphicUsed by:67
Symbol 59 GraphicUsed by:67
Symbol 60 GraphicUsed by:67
Symbol 61 GraphicUsed by:67
Symbol 62 GraphicUsed by:67
Symbol 63 GraphicUsed by:67
Symbol 64 GraphicUsed by:67
Symbol 65 GraphicUsed by:67
Symbol 66 GraphicUsed by:67
Symbol 67 MovieClipUses:57 58 59 60 61 62 63 64 65 66Used by:Timeline
Symbol 68 GraphicUsed by:69
Symbol 69 MovieClipUses:68Used by:Timeline
Symbol 70 GraphicUsed by:86
Symbol 71 GraphicUsed by:86
Symbol 72 GraphicUsed by:86
Symbol 73 GraphicUsed by:86
Symbol 74 GraphicUsed by:86
Symbol 75 GraphicUsed by:86
Symbol 76 GraphicUsed by:86
Symbol 77 GraphicUsed by:86
Symbol 78 GraphicUsed by:86
Symbol 79 GraphicUsed by:86
Symbol 80 GraphicUsed by:86
Symbol 81 GraphicUsed by:86
Symbol 82 GraphicUsed by:86
Symbol 83 GraphicUsed by:86
Symbol 84 GraphicUsed by:86
Symbol 85 GraphicUsed by:86
Symbol 86 MovieClipUses:70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85Used by:Timeline
Symbol 87 EditableTextUses:14Used by:Timeline
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:88Used by:Timeline
Symbol 90 GraphicUsed by:94
Symbol 91 GraphicUsed by:94
Symbol 92 GraphicUsed by:94
Symbol 93 GraphicUsed by:94
Symbol 94 ButtonUses:90 91 92 93Used by:Timeline
Symbol 95 EditableTextUses:14Used by:Timeline
Symbol 96 GraphicUsed by:97 118 126 133 140 146 152 158 164 170
Symbol 97 ButtonUses:96Used by:Timeline
Symbol 98 GraphicUsed by:99
Symbol 99 MovieClipUses:98Used by:Timeline
Symbol 100 GraphicUsed by:106 119 127 134 141 147 153 159 165 171 174
Symbol 101 TextUses:14Used by:106 119 127 134 141 147 153 159 165 171 174
Symbol 102 GraphicUsed by:106 111 119 120 127 128 134 135 141 142 147 148 153 154 159 160 165 166 171 172 174
Symbol 103 TextUses:14Used by:106 119 127 134 141 147 153 159 165 171 174
Symbol 104 GraphicUsed by:106 111 119 120 127 128 134 135 141 142 147 148 153 154 159 160 165 166 171 172 174
Symbol 105 GraphicUsed by:106 111 119 120 127 128 134 135 141 142 147 148 153 154 159 160 165 166 171 172 174
Symbol 106 ButtonUses:100 101 102 103 104 105Used by:Timeline
Symbol 107 GraphicUsed by:108
Symbol 108 MovieClipUses:107Used by:Timeline
Symbol 109 TextUses:14Used by:111 120 128 135 142 148 154 160 166 172
Symbol 110 TextUses:14Used by:111 120 128 135 142 148 154 160 166 172
Symbol 111 ButtonUses:102 109 110 104 105Used by:Timeline
Symbol 112 GraphicUsed by:113
Symbol 113 MovieClipUses:112Used by:Timeline
Symbol 114 GraphicUsed by:115 123 129 130 143 149 155 161 167
Symbol 115 MovieClipUses:114Used by:Timeline
Symbol 116 EditableTextUses:14Used by:Timeline
Symbol 117 EditableTextUses:14Used by:Timeline
Symbol 118 ButtonUses:96Used by:Timeline
Symbol 119 ButtonUses:100 101 102 103 104 105Used by:Timeline
Symbol 120 ButtonUses:102 109 110 104 105Used by:Timeline
Symbol 121 GraphicUsed by:122
Symbol 122 MovieClipUses:121Used by:Timeline
Symbol 123 MovieClipUses:114Used by:Timeline
Symbol 124 EditableTextUses:14Used by:Timeline
Symbol 125 EditableTextUses:14Used by:Timeline
Symbol 126 ButtonUses:96Used by:Timeline
Symbol 127 ButtonUses:100 101 102 103 104 105Used by:Timeline
Symbol 128 ButtonUses:102 109 110 104 105Used by:Timeline
Symbol 129 MovieClipUses:114Used by:Timeline
Symbol 130 MovieClipUses:114Used by:Timeline
Symbol 131 EditableTextUses:14Used by:Timeline
Symbol 132 EditableTextUses:14Used by:Timeline
Symbol 133 ButtonUses:96Used by:Timeline
Symbol 134 ButtonUses:100 101 102 103 104 105Used by:Timeline
Symbol 135 ButtonUses:102 109 110 104 105Used by:Timeline
Symbol 136 GraphicUsed by:137
Symbol 137 MovieClipUses:136Used by:Timeline
Symbol 138 EditableTextUses:14Used by:Timeline
Symbol 139 EditableTextUses:14Used by:Timeline
Symbol 140 ButtonUses:96Used by:Timeline
Symbol 141 ButtonUses:100 101 102 103 104 105Used by:Timeline
Symbol 142 ButtonUses:102 109 110 104 105Used by:Timeline
Symbol 143 MovieClipUses:114Used by:Timeline
Symbol 144 EditableTextUses:14Used by:Timeline
Symbol 145 EditableTextUses:14Used by:Timeline
Symbol 146 ButtonUses:96Used by:Timeline
Symbol 147 ButtonUses:100 101 102 103 104 105Used by:Timeline
Symbol 148 ButtonUses:102 109 110 104 105Used by:Timeline
Symbol 149 MovieClipUses:114Used by:Timeline
Symbol 150 EditableTextUses:14Used by:Timeline
Symbol 151 EditableTextUses:14Used by:Timeline
Symbol 152 ButtonUses:96Used by:Timeline
Symbol 153 ButtonUses:100 101 102 103 104 105Used by:Timeline
Symbol 154 ButtonUses:102 109 110 104 105Used by:Timeline
Symbol 155 MovieClipUses:114Used by:Timeline
Symbol 156 EditableTextUses:14Used by:Timeline
Symbol 157 EditableTextUses:14Used by:Timeline
Symbol 158 ButtonUses:96Used by:Timeline
Symbol 159 ButtonUses:100 101 102 103 104 105Used by:Timeline
Symbol 160 ButtonUses:102 109 110 104 105Used by:Timeline
Symbol 161 MovieClipUses:114Used by:Timeline
Symbol 162 EditableTextUses:14Used by:Timeline
Symbol 163 EditableTextUses:14Used by:Timeline
Symbol 164 ButtonUses:96Used by:Timeline
Symbol 165 ButtonUses:100 101 102 103 104 105Used by:Timeline
Symbol 166 ButtonUses:102 109 110 104 105Used by:Timeline
Symbol 167 MovieClipUses:114Used by:Timeline
Symbol 168 EditableTextUses:14Used by:Timeline
Symbol 169 EditableTextUses:14Used by:Timeline
Symbol 170 ButtonUses:96Used by:Timeline
Symbol 171 ButtonUses:100 101 102 103 104 105Used by:Timeline
Symbol 172 ButtonUses:102 109 110 104 105Used by:Timeline
Symbol 173 EditableTextUses:14Used by:Timeline
Symbol 174 ButtonUses:100 101 102 103 104 105Used by:Timeline
Symbol 175 ShapeTweeningUsed by:Timeline
Symbol 176 EditableTextUses:14Used by:Timeline
Symbol 177 GraphicUsed by:Timeline
Symbol 178 EditableTextUses:14Used by:Timeline
Symbol 179 ShapeTweeningUsed by:Timeline
Symbol 180 EditableTextUses:14Used by:Timeline
Symbol 181 GraphicUsed by:Timeline

Instance Names

"key"Frame 4Symbol 56 MovieClip
"exit"Frame 4Symbol 67 MovieClip
"blue"Frame 4Symbol 69 MovieClip
"green"Frame 4Symbol 69 MovieClip
"yellow"Frame 4Symbol 69 MovieClip
"pink"Frame 4Symbol 69 MovieClip
"pico"Frame 4Symbol 86 MovieClip
"key"Frame 9Symbol 56 MovieClip
"exit"Frame 9Symbol 67 MovieClip
"trap"Frame 9Symbol 113 MovieClip
"yellow"Frame 9Symbol 69 MovieClip
"metal"Frame 9Symbol 115 MovieClip
"pico"Frame 9Symbol 86 MovieClip
"key"Frame 14Symbol 56 MovieClip
"exit"Frame 14Symbol 67 MovieClip
"blue"Frame 14Symbol 69 MovieClip
"green"Frame 14Symbol 69 MovieClip
"metal"Frame 14Symbol 123 MovieClip
"pico"Frame 14Symbol 86 MovieClip
"key"Frame 19Symbol 56 MovieClip
"exit"Frame 19Symbol 67 MovieClip
"yellow"Frame 19Symbol 69 MovieClip
"pink"Frame 19Symbol 69 MovieClip
"metal"Frame 19Symbol 129 MovieClip
"fade"Frame 19Symbol 130 MovieClip
"pico"Frame 19Symbol 86 MovieClip
"key"Frame 24Symbol 56 MovieClip
"exit"Frame 24Symbol 67 MovieClip
"yellow"Frame 24Symbol 69 MovieClip
"pink"Frame 24Symbol 69 MovieClip
"blue"Frame 24Symbol 69 MovieClip
"green"Frame 24Symbol 69 MovieClip
"pico"Frame 24Symbol 86 MovieClip
"key"Frame 29Symbol 56 MovieClip
"exit"Frame 29Symbol 67 MovieClip
"trap"Frame 29Symbol 113 MovieClip
"pink"Frame 29Symbol 69 MovieClip
"blue"Frame 29Symbol 69 MovieClip
"green"Frame 29Symbol 69 MovieClip
"metal"Frame 29Symbol 143 MovieClip
"pico"Frame 29Symbol 86 MovieClip
"key"Frame 34Symbol 56 MovieClip
"exit"Frame 34Symbol 67 MovieClip
"trap"Frame 34Symbol 113 MovieClip
"pink"Frame 34Symbol 69 MovieClip
"blue"Frame 34Symbol 69 MovieClip
"green"Frame 34Symbol 69 MovieClip
"yellow"Frame 34Symbol 69 MovieClip
"metal"Frame 34Symbol 149 MovieClip
"pico"Frame 34Symbol 86 MovieClip
"key"Frame 39Symbol 56 MovieClip
"exit"Frame 39Symbol 67 MovieClip
"pink"Frame 39Symbol 69 MovieClip
"green"Frame 39Symbol 69 MovieClip
"metal"Frame 39Symbol 155 MovieClip
"pico"Frame 39Symbol 86 MovieClip
"key"Frame 44Symbol 56 MovieClip
"exit"Frame 44Symbol 67 MovieClip
"pink"Frame 44Symbol 69 MovieClip
"yellow"Frame 44Symbol 69 MovieClip
"blue"Frame 44Symbol 69 MovieClip
"metal"Frame 44Symbol 161 MovieClip
"pico"Frame 44Symbol 86 MovieClip
"key"Frame 49Symbol 56 MovieClip
"exit"Frame 49Symbol 67 MovieClip
"blue"Frame 49Symbol 69 MovieClip
"green"Frame 49Symbol 69 MovieClip
"yellow"Frame 49Symbol 69 MovieClip
"pink"Frame 49Symbol 69 MovieClip
"metal"Frame 49Symbol 167 MovieClip
"pico"Frame 49Symbol 86 MovieClip
"bar"Symbol 12 MovieClip Frame 1Symbol 3 MovieClip
"but"Symbol 32 MovieClip Frame 2Symbol 27 Button
"but"Symbol 32 MovieClip Frame 8Symbol 30 Button
"but"Symbol 40 MovieClip Frame 2Symbol 36 Button
"but"Symbol 40 MovieClip Frame 8Symbol 30 Button
"but"Symbol 48 MovieClip Frame 2Symbol 44 Button
"but"Symbol 48 MovieClip Frame 8Symbol 30 Button
"low"Symbol 49 MovieClip Frame 1Symbol 32 MovieClip
"med"Symbol 49 MovieClip Frame 1Symbol 40 MovieClip
"high"Symbol 49 MovieClip Frame 1Symbol 48 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.

Labels

"loaded"Symbol 12 MovieClip Frame 3

Dynamic Text Variables

scoreSymbol 87 EditableText"0000"
livesSymbol 95 EditableText"0000"
scoreSymbol 116 EditableText"0000"
livesSymbol 117 EditableText"0000"
scoreSymbol 124 EditableText"0000"
livesSymbol 125 EditableText"0000"
scoreSymbol 131 EditableText"0000"
livesSymbol 132 EditableText"0000"
scoreSymbol 138 EditableText"0000"
livesSymbol 139 EditableText"0000"
scoreSymbol 144 EditableText"0000"
livesSymbol 145 EditableText"0000"
scoreSymbol 150 EditableText"0000"
livesSymbol 151 EditableText"0000"
scoreSymbol 156 EditableText"0000"
livesSymbol 157 EditableText"0000"
scoreSymbol 162 EditableText"0000"
livesSymbol 163 EditableText"0000"
scoreSymbol 168 EditableText"0000"
livesSymbol 169 EditableText"0000"
scoreSymbol 173 EditableText"0000"
scoreSymbol 176 EditableText"0000"
scoreSymbol 178 EditableText"0000"
scoreSymbol 180 EditableText"0000"




http://swfchan.com/8/37917/info.shtml
Created: 13/5 -2019 17:59:30 Last modified: 13/5 -2019 17:59:30 Server time: 13/05 -2024 21:20:14