Frame 1
function Lbar() {
if (getBytesLoaded() >= getBytesTotal()) {
play();
clearInterval(LoaderInt);
}
_root.loadt1.load1 = Math.ceil((getBytesLoaded() / getBytesTotal()) * 100);
_root.loadt2.load2 = 100 - Math.ceil((getBytesLoaded() / getBytesTotal()) * 100);
}
stop();
Mouse.hide();
LoaderInt = setInterval(Lbar, 10);
Instance of Symbol 8 MovieClip "loadt1" in Frame 1
onClipEvent (enterFrame) {
this.startDrag(true);
}
Instance of Symbol 10 MovieClip "loadt2" in Frame 1
onClipEvent (enterFrame) {
this._x = 800 - this._parent.loadt1._x;
this._y = 450 - this._parent.loadt1._y;
}
Frame 2
game = SharedObject.getLocal("mydata");
if (game.data.checkpoint == undefined) {
_root.check = 0;
} else {
_root.check = game.data.checkpoint;
}
stop();
Mouse.hide();
Instance of Symbol 27 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (_root.check > 0) {
_visible = true;
} else {
_visible = false;
}
}
on (release) {
_root.gotoAndStop(8);
}
Instance of Symbol 30 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (_root.check > 1) {
_visible = true;
} else {
_visible = false;
}
}
on (release) {
_root.gotoAndStop(11);
}
Instance of Symbol 33 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (_root.check > 2) {
_visible = true;
} else {
_visible = false;
}
}
on (release) {
_root.gotoAndStop(15);
}
Instance of Symbol 35 MovieClip "urmouse" in Frame 2
onClipEvent (enterFrame) {
this.startDrag(true);
}
Instance of Symbol 37 MovieClip "oppomouse" in Frame 2
onClipEvent (enterFrame) {
_x = (800 - this._parent.urmouse._x);
_y = (450 - this._parent.urmouse._y);
}
Instance of Symbol 45 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.oppomouse._x - (this._parent.oppomouse._width / 2), this._parent.oppomouse._y + (this._parent.oppomouse._height / 4), true)) {
_root.gotoAndStop(3);
}
if (this.hitTest(this._parent.urmouse._x - (this._parent.urmouse._width / 2), this._parent.urmouse._y + (this._parent.urmouse._height / 4), true)) {
_root.gotoAndStop(3);
}
}
Instance of Symbol 47 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.oppomouse._x - (this._parent.oppomouse._width / 2), this._parent.oppomouse._y + (this._parent.oppomouse._height / 4), true)) {
_root.gotoAndStop(3);
}
if (this.hitTest(this._parent.urmouse._x - (this._parent.urmouse._width / 2), this._parent.urmouse._y + (this._parent.urmouse._height / 4), true)) {
_root.gotoAndStop(3);
}
}
Instance of Symbol 49 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.oppomouse._x - (this._parent.oppomouse._width / 2), this._parent.oppomouse._y + (this._parent.oppomouse._height / 4), true)) {
_root.gotoAndStop(3);
}
if (this.hitTest(this._parent.urmouse._x - (this._parent.urmouse._width / 2), this._parent.urmouse._y + (this._parent.urmouse._height / 4), true)) {
_root.gotoAndStop(3);
}
}
Instance of Symbol 51 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.oppomouse._x - (this._parent.oppomouse._width / 2), this._parent.oppomouse._y + (this._parent.oppomouse._height / 4), true)) {
_root.gotoAndStop(3);
}
if (this.hitTest(this._parent.urmouse._x - (this._parent.urmouse._width / 2), this._parent.urmouse._y + (this._parent.urmouse._height / 4), true)) {
_root.gotoAndStop(3);
}
}
Frame 8
if (_root.check < 1) {
game = SharedObject.getLocal("mydata");
game.data.checkpoint = 1;
game.flush();
}
Instance of Symbol 53 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.oppomouse._x - (this._parent.oppomouse._width / 2), this._parent.oppomouse._y + (this._parent.oppomouse._height / 4), true)) {
_root.gotoAndStop(3);
}
if (this.hitTest(this._parent.urmouse._x - (this._parent.urmouse._width / 2), this._parent.urmouse._y + (this._parent.urmouse._height / 4), true)) {
_root.gotoAndStop(3);
}
}
Instance of Symbol 55 MovieClip "oppomouse" in Frame 8
onClipEvent (enterFrame) {
_x = (800 - this._parent.urmouse._x);
_y = this._parent.urmouse._y;
}
Instance of Symbol 57 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.oppomouse._x - (this._parent.oppomouse._width / 2), this._parent.oppomouse._y + (this._parent.oppomouse._height / 4), true)) {
_root.gotoAndStop(3);
}
if (this.hitTest(this._parent.urmouse._x - (this._parent.urmouse._width / 2), this._parent.urmouse._y + (this._parent.urmouse._height / 4), true)) {
_root.gotoAndStop(3);
}
}
Instance of Symbol 60 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.oppomouse._x - (this._parent.oppomouse._width / 2), this._parent.oppomouse._y + (this._parent.oppomouse._height / 4), true)) {
_root.gotoAndStop(3);
}
if (this.hitTest(this._parent.urmouse._x - (this._parent.urmouse._width / 2), this._parent.urmouse._y + (this._parent.urmouse._height / 4), true)) {
_root.gotoAndStop(3);
}
}
Frame 11
Mouse.hide();
if (_root.check < 2) {
game = SharedObject.getLocal("mydata");
game.data.checkpoint = 2;
game.flush();
}
Instance of Symbol 62 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.oppomouse._x - (this._parent.oppomouse._width / 2), this._parent.oppomouse._y + (this._parent.oppomouse._height / 4), true)) {
_root.gotoAndStop(3);
}
if (this.hitTest(this._parent.urmouse2._x - (this._parent.urmouse2._width / 2), this._parent.urmouse2._y + (this._parent.urmouse2._height / 4), true)) {
_root.gotoAndStop(3);
}
}
Instance of Symbol 64 MovieClip "urmouse2" in Frame 11
onClipEvent (enterFrame) {
_x = this._parent.urmouse._x;
_y = (450 - this._parent.urmouse._y);
}
Instance of Symbol 65 MovieClip "urmouse" in Frame 11
onClipEvent (enterFrame) {
this.startDrag(true);
}
Instance of Symbol 67 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.oppomouse._x - (this._parent.oppomouse._width / 2), this._parent.oppomouse._y + (this._parent.oppomouse._height / 4), true)) {
_root.gotoAndStop(3);
}
if (this.hitTest(this._parent.urmouse2._x - (this._parent.urmouse2._width / 2), this._parent.urmouse2._y + (this._parent.urmouse2._height / 4), true)) {
_root.gotoAndStop(3);
}
}
Instance of Symbol 73 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.oppomouse._x - (this._parent.oppomouse._width / 2), this._parent.oppomouse._y + (this._parent.oppomouse._height / 4), true)) {
_root.gotoAndStop(3);
}
if (this.hitTest(this._parent.urmouse2._x - (this._parent.urmouse2._width / 2), this._parent.urmouse2._y + (this._parent.urmouse2._height / 4), true)) {
_root.gotoAndStop(3);
}
}
Instance of Symbol 76 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.oppomouse._x - (this._parent.oppomouse._width / 2), this._parent.oppomouse._y + (this._parent.oppomouse._height / 4), true)) {
_root.gotoAndStop(3);
}
if (this.hitTest(this._parent.urmouse2._x - (this._parent.urmouse2._width / 2), this._parent.urmouse2._y + (this._parent.urmouse2._height / 4), true)) {
_root.gotoAndStop(3);
}
}
Frame 15
if (_root.check < 3) {
game = SharedObject.getLocal("mydata");
game.data.checkpoint = 3;
game.flush();
}
Instance of Symbol 79 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.oppomouse._x - (this._parent.oppomouse._width / 2), this._parent.oppomouse._y + (this._parent.oppomouse._height / 4), true)) {
_root.gotoAndStop(3);
}
if (this.hitTest(this._parent.urmouse2._x - (this._parent.urmouse2._width / 2), this._parent.urmouse2._y + (this._parent.urmouse2._height / 4), true)) {
_root.gotoAndStop(3);
}
}
Symbol 14 Button
on (release) {
gotoAndStop (4);
}
Symbol 40 Button
on (release) {
prevFrame();
}
Symbol 43 Button
on (release) {
nextFrame();
}