Frame 1
_root.input = "";
_root.name = "";
_root.output2 = "";
_root.bub._visible = false;
stop();
_root.keeper = 0;
Frame 2
stop();
var pointA = 0;
_root.meter._xScale = 100;
Instance of Symbol 127 MovieClip "topbound" in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.player._y = _root.player._y + 15;
}
}
Instance of Symbol 127 MovieClip "bottombound" in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.player._y = _root.player._y - 15;
}
}
Instance of Symbol 127 MovieClip "leftbound" in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.player._x = _root.player._x + 15;
}
}
Instance of Symbol 127 MovieClip "rightbound" in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop(3);
}
}
Instance of Symbol 129 MovieClip "pointq" in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.letmet.lq._visible = true;
_root.pointA = _root.pointA + 32;
point2 = new Sound();
point2.attachSound("point2");
point2.start();
_root.keeper++;
unloadMovie (this);
}
}
Instance of Symbol 131 MovieClip "pointy" in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.letmet.ly._visible = true;
_root.pointA = _root.pointA + 17;
point2 = new Sound();
point2.attachSound("point2");
point2.start();
_root.keeper++;
unloadMovie (this);
}
}
Instance of Symbol 21 MovieClip [5bad] "5bad" in Frame 2
onClipEvent (enterFrame) {
if (_root.player._y <= 182) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 140 MovieClip "player" in Frame 2
onClipEvent (load) {
this.gotoAndStop("still");
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this._x = this._x + 5;
this.gotoAndStop("right");
}
if (Key.isDown(37)) {
this._x = this._x - 5;
this.gotoAndStop("left");
}
if (Key.isDown(40)) {
this._y = this._y + 5;
this.gotoAndStop("front");
}
if (Key.isDown(38)) {
this._y = this._y - 5;
this.gotoAndStop("back");
}
}
Instance of Symbol 21 MovieClip [5bad] "5badfront" in Frame 2
onClipEvent (enterFrame) {
if (_root.player._y >= 184) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 142 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.pointA = _root.pointA - 5;
byepoints = new Sound();
byepoints.attachSound("byepoints");
byepoints.start();
}
}
Instance of Symbol 144 MovieClip "pointkeeper" in Frame 2
onClipEvent (enterFrame) {
if (_root.pointA < 0) {
_root.gotoAndStop("lose");
}
}
Instance of Symbol 13 MovieClip [event1] "sss" in Frame 2
onClipEvent (load) {
_root.letmet.la._visible = false;
_root.letmet.lb._visible = false;
_root.letmet.lc._visible = false;
_root.letmet.ld._visible = false;
_root.letmet.elite._visible = false;
_root.letmet.lf._visible = false;
_root.letmet.lg._visible = false;
_root.letmet.lh._visible = false;
_root.letmet.li._visible = false;
_root.letmet.lj._visible = false;
_root.letmet.lk._visible = false;
_root.letmet.ll._visible = false;
_root.letmet.lm._visible = false;
_root.letmet.ln._visible = false;
_root.letmet.lo._visible = false;
_root.letmet.lp._visible = false;
_root.letmet.lq._visible = false;
_root.letmet.lr._visible = false;
_root.letmet.ls._visible = false;
_root.letmet.tlite._visible = false;
_root.letmet.lu._visible = false;
_root.letmet.lv._visible = false;
_root.letmet.lw._visible = false;
_root.letmet.lx._visible = false;
_root.letmet.ly._visible = false;
_root.letmet.lz._visible = false;
}
onClipEvent (enterFrame) {
if ((((!Key.isDown(39)) & (!Key.isDown(37))) & (!Key.isDown(40))) & (!Key.isDown(38))) {
_root.player.gotoAndStop("still");
}
}
Frame 3
_root.player._x = 26;
_root.meter._xScale = 100;
stop();
Instance of Symbol 127 MovieClip "rightbound" in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop(4);
}
}
Instance of Symbol 238 MovieClip "pointr" in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.letmet.lr._visible = true;
_root.pointA = _root.pointA + 20;
point2 = new Sound();
point2.attachSound("point2");
point2.start();
_root.keeper++;
unloadMovie (this);
}
}
Instance of Symbol 240 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (_root.player._y <= 173) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 140 MovieClip "player" in Frame 3
onClipEvent (load) {
this.gotoAndStop("still");
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this._x = this._x + 5;
this.gotoAndStop("right");
}
if (Key.isDown(37)) {
this._x = this._x - 5;
this.gotoAndStop("left");
}
if (Key.isDown(40)) {
this._y = this._y + 5;
this.gotoAndStop("front");
}
if (Key.isDown(38)) {
this._y = this._y - 5;
this.gotoAndStop("back");
}
if (Key.isDown(37) && (Key.isDown(40))) {
this.gotoAndStop("still");
}
}
Instance of Symbol 240 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (_root.player._y >= 178) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 142 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.pointA = _root.pointA - 2;
byepoints = new Sound();
byepoints.attachSound("byepoints");
byepoints.start();
}
}
Instance of Symbol 142 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.pointA = _root.pointA - 4;
byepoints = new Sound();
byepoints.attachSound("byepoints");
byepoints.start();
}
}
Frame 4
_root.player._x = 26;
_root.meter._xScale = 100;
stop();
Instance of Symbol 127 MovieClip "rightbound" in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop(5);
}
}
Instance of Symbol 243 MovieClip "pointc" in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.letmet.lc._visible = true;
_root.pointA = _root.pointA + 32;
point2 = new Sound();
point2.attachSound("point2");
point2.start();
_root.keeper++;
unloadMovie (this);
}
}
Instance of Symbol 245 MovieClip "pointo" in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.letmet.lo._visible = true;
_root.pointA = _root.pointA + 104;
point2 = new Sound();
point2.attachSound("point2");
point2.start();
_root.keeper++;
unloadMovie (this);
}
}
Instance of Symbol 247 MovieClip "pointx" in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.letmet.lx._visible = true;
_root.pointA = _root.pointA + 51;
point2 = new Sound();
point2.attachSound("point2");
point2.start();
_root.keeper++;
unloadMovie (this);
}
}
Instance of Symbol 249 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (_root.player._y <= 173) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 249 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (_root.player._y >= 178) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 142 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.pointA = _root.pointA - 1;
byepoints = new Sound();
byepoints.attachSound("byepoints");
byepoints.start();
}
}
Instance of Symbol 142 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.pointA = _root.pointA - 8;
byepoints = new Sound();
byepoints.attachSound("byepoints");
byepoints.start();
}
}
Frame 5
_root.player._x = 26;
_root.meter._xScale = 100;
stop();
Instance of Symbol 127 MovieClip "rightbound" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop(6);
}
}
Instance of Symbol 254 MovieClip "pointb" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.letmet.lb._visible = true;
_root.pointA = _root.pointA + 43;
point2 = new Sound();
point2.attachSound("point2");
point2.start();
_root.keeper++;
unloadMovie (this);
}
}
Instance of Symbol 256 MovieClip "pointu" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.letmet.lu._visible = true;
_root.pointA = _root.pointA + 20;
point2 = new Sound();
point2.attachSound("point2");
point2.start();
_root.keeper++;
unloadMovie (this);
}
}
Instance of Symbol 258 MovieClip "pointg" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.letmet.lg._visible = true;
_root.pointA = _root.pointA + 43;
point2 = new Sound();
point2.attachSound("point2");
point2.start();
_root.keeper++;
unloadMovie (this);
}
}
Instance of Symbol 261 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (_root.player._y <= 163) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 261 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (_root.player._y >= 161) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 142 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.pointA = _root.pointA - 9;
byepoints = new Sound();
byepoints.attachSound("byepoints");
byepoints.start();
}
}
Frame 6
_root.player._x = 26;
_root.meter._xScale = 100;
stop();
Instance of Symbol 127 MovieClip "rightbound" in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop(7);
}
}
Instance of Symbol 264 MovieClip "pointi" in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.letmet.li._visible = true;
_root.pointA = _root.pointA + 48;
point2 = new Sound();
point2.attachSound("point2");
point2.start();
_root.keeper++;
unloadMovie (this);
}
}
Instance of Symbol 79 MovieClip "pointd" in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.letmet.ld._visible = true;
_root.pointA = _root.pointA + 43;
point2 = new Sound();
point2.attachSound("point2");
point2.start();
_root.keeper++;
unloadMovie (this);
}
}
Instance of Symbol 266 MovieClip "pointe" in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.letmet.elite._visible = true;
_root.pointA = _root.pointA + 43;
point2 = new Sound();
point2.attachSound("point2");
point2.start();
_root.keeper++;
unloadMovie (this);
}
}
Instance of Symbol 273 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (_root.player._y <= 160) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 273 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (_root.player._y >= 160) {
this._visible = false;
} else {
this._visible = true;
}
}
Frame 7
_root.player._x = 26;
_root.meter._xScale = 100;
stop();
Instance of Symbol 127 MovieClip "rightbound" in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop(8);
}
}
Instance of Symbol 276 MovieClip "pointa" in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.letmet.la._visible = true;
_root.pointA = _root.pointA + 111;
point2 = new Sound();
point2.attachSound("point2");
point2.start();
_root.keeper++;
unloadMovie (this);
}
}
Instance of Symbol 278 MovieClip "pointh" in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.letmet.lh._visible = true;
_root.pointA = _root.pointA + 109;
point2 = new Sound();
point2.attachSound("point2");
point2.start();
_root.keeper++;
unloadMovie (this);
}
}
Instance of Symbol 280 MovieClip "pointt" in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.letmet.tlite._visible = true;
_root.pointA = _root.pointA + 101;
point2 = new Sound();
point2.attachSound("point2");
point2.start();
_root.keeper++;
unloadMovie (this);
}
}
Instance of Symbol 282 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (_root.player._y <= 130) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 283 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (_root.player._y <= 190) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 282 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (_root.player._y >= 130) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 283 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (_root.player._y >= 190) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 142 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.pointA = _root.pointA - 6;
byepoints = new Sound();
byepoints.attachSound("byepoints");
byepoints.start();
}
}
Instance of Symbol 142 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.pointA = _root.pointA - 6;
byepoints = new Sound();
byepoints.attachSound("byepoints");
byepoints.start();
}
}
Instance of Symbol 142 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.pointA = _root.pointA - 6;
byepoints = new Sound();
byepoints.attachSound("byepoints");
byepoints.start();
}
}
Frame 8
_root.player._x = 26;
_root.meter._xScale = 100;
stop();
Instance of Symbol 127 MovieClip "rightbound" in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop(9);
}
}
Instance of Symbol 286 MovieClip "pointk" in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.letmet.lk._visible = true;
_root.pointA = _root.pointA + 32;
point2 = new Sound();
point2.attachSound("point2");
point2.start();
_root.keeper++;
unloadMovie (this);
}
}
Instance of Symbol 288 MovieClip "pointw" in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.letmet.lw._visible = true;
_root.pointA = _root.pointA + 43;
point2 = new Sound();
point2.attachSound("point2");
point2.start();
_root.keeper++;
unloadMovie (this);
}
}
Instance of Symbol 290 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (_root.player._y <= 150) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 290 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (_root.player._y >= 150) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 142 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.pointA = _root.pointA - 3;
byepoints = new Sound();
byepoints.attachSound("byepoints");
byepoints.start();
}
}
Frame 9
_root.player._x = 26;
_root.meter._xScale = 100;
stop();
Instance of Symbol 127 MovieClip "rightbound" in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop(10);
}
}
Instance of Symbol 293 MovieClip "pointl" in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.letmet.ll._visible = true;
_root.pointA = _root.pointA + 32;
point2 = new Sound();
point2.attachSound("point2");
point2.start();
_root.keeper++;
unloadMovie (this);
}
}
Instance of Symbol 295 MovieClip "pointm" in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.letmet.lm._visible = true;
_root.pointA = _root.pointA + 11;
point2 = new Sound();
point2.attachSound("point2");
point2.start();
_root.keeper++;
unloadMovie (this);
}
}
Instance of Symbol 297 MovieClip "pointn" in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.letmet.ln._visible = true;
_root.pointA = _root.pointA + 20;
point2 = new Sound();
point2.attachSound("point2");
point2.start();
_root.keeper++;
unloadMovie (this);
}
}
Instance of Symbol 299 MovieClip "points" in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.letmet.ls._visible = true;
_root.pointA = _root.pointA + 32;
point2 = new Sound();
point2.attachSound("point2");
point2.start();
_root.keeper++;
unloadMovie (this);
}
}
Instance of Symbol 301 MovieClip "pointz" in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.letmet.lz._visible = true;
_root.pointA = _root.pointA + 65;
point2 = new Sound();
point2.attachSound("point2");
point2.start();
_root.keeper++;
unloadMovie (this);
}
}
Instance of Symbol 240 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (_root.player._y <= 230) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 64 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (_root.player._y <= 140) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 282 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (_root.player._y <= 230) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 251 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (_root.player._y <= 140) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 240 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (_root.player._y >= 230) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 64 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (_root.player._y >= 140) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 282 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (_root.player._y >= 230) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 251 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (_root.player._y >= 140) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 142 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.pointA = _root.pointA - 4;
byepoints = new Sound();
byepoints.attachSound("byepoints");
byepoints.start();
}
}
Instance of Symbol 142 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.pointA = _root.pointA - 2;
byepoints = new Sound();
byepoints.attachSound("byepoints");
byepoints.start();
}
}
Instance of Symbol 142 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.pointA = _root.pointA - 6;
byepoints = new Sound();
byepoints.attachSound("byepoints");
byepoints.start();
}
}
Instance of Symbol 142 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.pointA = _root.pointA - 4;
byepoints = new Sound();
byepoints.attachSound("byepoints");
byepoints.start();
}
}
Frame 10
_root.player._x = 26;
_root.meter._xScale = 100;
stop();
Instance of Symbol 127 MovieClip "rightbound" in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop(11);
}
}
Instance of Symbol 304 MovieClip "pointf" in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.letmet.lf._visible = true;
_root.pointA = _root.pointA + 20;
point2 = new Sound();
point2.attachSound("point2");
point2.start();
_root.keeper++;
unloadMovie (this);
}
}
Instance of Symbol 21 MovieClip [5bad] in Frame 10
onClipEvent (enterFrame) {
if (_root.player._y <= 170) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 249 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (_root.player._y <= 230) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 21 MovieClip [5bad] in Frame 10
onClipEvent (enterFrame) {
if (_root.player._y >= 170) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 249 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (_root.player._y >= 240) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 142 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.pointA = _root.pointA - 5;
byepoints = new Sound();
byepoints.attachSound("byepoints");
byepoints.start();
}
}
Instance of Symbol 142 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.pointA = _root.pointA - 1;
byepoints = new Sound();
byepoints.attachSound("byepoints");
byepoints.start();
}
}
Frame 11
_root.player._x = 26;
_root.meter._xScale = 100;
stop();
Instance of Symbol 127 MovieClip "rightbound" in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop(12);
}
}
Instance of Symbol 307 MovieClip "pointp" in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.letmet.lp._visible = true;
_root.pointA = _root.pointA + 32;
point2 = new Sound();
point2.attachSound("point2");
point2.start();
_root.keeper++;
unloadMovie (this);
}
}
Instance of Symbol 309 MovieClip "pointv" in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.letmet.lv._visible = true;
_root.pointA = _root.pointA + 20;
point2 = new Sound();
point2.attachSound("point2");
point2.start();
_root.keeper++;
unloadMovie (this);
}
}
Instance of Symbol 64 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (_root.player._y <= 120) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 251 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (_root.player._y <= 250) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 261 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (_root.player._y <= 200) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 64 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (_root.player._y >= 120) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 251 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (_root.player._y >= 250) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 261 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (_root.player._y >= 200) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 142 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.pointA = _root.pointA - 4;
byepoints = new Sound();
byepoints.attachSound("byepoints");
byepoints.start();
}
}
Instance of Symbol 142 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.pointA = _root.pointA - 8;
byepoints = new Sound();
byepoints.attachSound("byepoints");
byepoints.start();
}
}
Instance of Symbol 142 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.pointA = _root.pointA - 9;
byepoints = new Sound();
byepoints.attachSound("byepoints");
byepoints.start();
}
}
Frame 12
_root.player._x = 26;
_root.meter._xScale = 100;
stop();
Instance of Symbol 127 MovieClip "rightbound" in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndPlay("tally");
}
}
Instance of Symbol 312 MovieClip "pointj" in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.letmet.lj._visible = true;
_root.pointA = _root.pointA + 107;
point2 = new Sound();
point2.attachSound("point2");
point2.start();
_root.keeper++;
unloadMovie (this);
}
}
Instance of Symbol 261 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (_root.player._y <= 125) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 251 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (_root.player._y <= 180) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 313 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (_root.player._y <= 240) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 21 MovieClip [5bad] in Frame 12
onClipEvent (enterFrame) {
if (_root.player._y <= 130) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 64 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (_root.player._y <= 260) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 290 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (_root.player._y <= 130) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 240 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (_root.player._y <= 230) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 249 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (_root.player._y <= 160) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 261 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (_root.player._y >= 125) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 251 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (_root.player._y >= 180) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 313 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (_root.player._y >= 240) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 21 MovieClip [5bad] in Frame 12
onClipEvent (enterFrame) {
if (_root.player._y >= 130) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 64 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (_root.player._y >= 260) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 290 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (_root.player._y >= 130) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 240 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (_root.player._y >= 230) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 249 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (_root.player._y >= 160) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 142 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.pointA = _root.pointA - 1;
byepoints = new Sound();
byepoints.attachSound("byepoints");
byepoints.start();
}
}
Instance of Symbol 142 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.pointA = _root.pointA - 9;
byepoints = new Sound();
byepoints.attachSound("byepoints");
byepoints.start();
}
}
Instance of Symbol 142 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.pointA = _root.pointA - 5;
byepoints = new Sound();
byepoints.attachSound("byepoints");
byepoints.start();
}
}
Instance of Symbol 142 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.pointA = _root.pointA - 7;
byepoints = new Sound();
byepoints.attachSound("byepoints");
byepoints.start();
}
}
Instance of Symbol 142 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.pointA = _root.pointA - 4;
byepoints = new Sound();
byepoints.attachSound("byepoints");
byepoints.start();
}
}
Instance of Symbol 142 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.pointA = _root.pointA - 8;
byepoints = new Sound();
byepoints.attachSound("byepoints");
byepoints.start();
}
}
Instance of Symbol 142 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.pointA = _root.pointA - 6;
byepoints = new Sound();
byepoints.attachSound("byepoints");
byepoints.start();
}
}
Instance of Symbol 142 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.pointA = _root.pointA - 3;
byepoints = new Sound();
byepoints.attachSound("byepoints");
byepoints.start();
}
}
Frame 13
if (_root.keeper >= 26) {
gotoAndStop (14);
}
if (_root.keeper < 26) {
gotoAndStop (15);
}
Frame 14
win = new Sound();
win.attachSound("win");
win.start();
Frame 15
stop();
if (_root.pointA < 200) {
_root.output = "SHITTY JOB";
} else {
_root.output = "TRY AGAIN!";
}
lose = new Sound();
lose.attachSound("lose");
lose.start();
Symbol 44 Button
on (press) {
gotoAndPlay (2);
}
Symbol 47 Button
on (press, keyPress "<Enter>") {
_root.name = _root.input;
_root.bub._visible = true;
}
Symbol 59 Button
on (press) {
gotoAndPlay (2);
}
Symbol 121 Button
on (press) {
gotoAndStop (1);
}
Symbol 122 MovieClip Frame 1
stop();
Symbol 122 MovieClip Frame 2
stop();
Symbol 143 MovieClip Frame 1
_root.meter._xScale = 100;
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 3
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 5
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 7
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 9
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 11
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 13
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 15
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 17
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 19
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 21
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 23
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 25
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 27
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 29
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 31
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 33
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 35
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 37
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 39
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 41
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 43
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 45
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 47
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 49
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 51
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 53
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 55
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 57
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 59
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 61
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 63
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 65
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 67
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 69
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 71
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 73
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 75
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 77
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 79
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 81
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 83
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 85
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 87
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 89
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 91
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 93
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 95
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 97
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 99
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 101
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 103
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 105
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 107
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 109
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 111
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 113
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 115
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 117
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 119
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 121
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 123
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 125
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 127
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 129
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 131
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 133
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 135
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 137
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 139
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 141
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 143
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 145
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 147
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 149
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 151
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 153
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 155
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 157
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 159
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 161
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 163
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 165
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 167
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 169
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 171
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 173
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 175
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 177
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 179
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 181
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 183
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 185
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 187
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 189
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 191
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 193
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 195
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 197
_root.meter._xScale = _root.meter._xScale - 1;
Symbol 143 MovieClip Frame 199
_root.gotoAndStop("lose");
Instance of Symbol 271 MovieClip in Symbol 273 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.pointA = _root.pointA - 5;
byepoints = new Sound();
byepoints.attachSound("byepoints");
byepoints.start();
}
}
Instance of Symbol 271 MovieClip in Symbol 273 MovieClip Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.bearhit1)) {
_root.pointA = _root.pointA - 7;
byepoints = new Sound();
byepoints.attachSound("byepoints");
byepoints.start();
}
}
Symbol 322 Button
on (press) {
gotoAndStop (1);
}
Symbol 325 Button
on (press) {
getURL ("http://www.perisarc.com", "_blank");
}