Frame 1
function resetVars() {
var _local1 = _root;
_local1.camofflevel1 = false;
_local1.lev3unlockdoor = false;
_local1.lev3unlockdoor2 = false;
_local1.bloboff = false;
_local1.cutelec = false;
_local1.cubeun = false;
_local1.d19u1 = false;
_local1.d19u2 = false;
}
wason = 4;
_root.resetVars();
function patrol(obj, wpe, now, speed, rotspeed) {
var _local1 = obj;
var _local2 = wpe;
var _local3 = speed;
if (_local1.ctd == true) {
if (_local1.crw < now) {
_local1.crw++;
} else {
_local1.crw = 1;
}
_local1.newdir = 270 + ((180 / math.pi) * math.atan2(_local1._y - _local1._parent[_local2 + _local1.crw]._y, _local1._x - _local1._parent[_local2 + _local1.crw]._x));
if (_local1.crw == 1) {
_local1.olddir = 270 + ((180 / math.pi) * math.atan2(_local1._y - _local1._parent[_local2 + now]._y, _local1._x - _local1._parent[_local2 + now]._x));
} else {
_local1.olddir = 270 + ((180 / math.pi) * math.atan2(_local1._y - _local1._parent[_local2 + (_local1.crw - 1)]._y, _local1._x - _local1._parent[_local2 + (_local1.crw - 1)]._x));
}
if (_local1.newdir >= 360) {
_local1.newdir = _local1.newdir - 360;
}
if (_local1.olddir >= 360) {
_local1.olddir = _local1.olddir - 360;
}
_local1.dirchange = _local1.olddir;
_local1.olddir2 = _local1.olddir - (_local1.newdir / 2);
if (_local1.olddir2 <= 0) {
_local1.olddir2 = _local1.olddir2 + 360;
}
_local1.olddir3 = _local1.olddir + (_local1.newdir / 2);
if (_local1.olddir3 >= 360) {
_local1.olddir3 = _local1.olddir3 - 360;
}
if (_local1.olddir2 >= _local1.newdir) {
_local1.olddir2 = _local1.olddir2 - _local1.newdir;
} else {
_local1.olddir2 = _local1.newdir - _local1.olddir2;
}
if (_local1.olddir3 >= _local1.newdir) {
_local1.olddir3 = _local1.olddir3 - _local1.newdir;
} else {
_local1.olddir3 = _local1.newdir - _local1.olddir3;
}
if (_local1.olddir2 <= _local1.olddir3) {
_local1.olddir2 = true;
}
if (_local1.olddir3 < _local1.olddir2) {
_local1.olddir3 = true;
}
_local1.ctd = false;
_local1.chn = false;
}
if (_local1.chn == true) {
if (_local1.olddir3 == true) {
_local1._rotation = _local1._rotation + rotspeed;
_local1.dirchange = _local1.dirchange + rotspeed;
if (_local1.dirchange >= 360) {
_local1.dirchange = _local1.dirchange - 360;
}
if (_local1.dirchange >= _local1.newdir) {
_local1._rotation = _local1.newdir;
_local1.chn = false;
}
}
if (_local1.olddir2 == true) {
_local1._rotation = _local1._rotation - rotspeed;
_local1.dirchange = _local1.dirchange - rotspeed;
if (_local1.dirchange <= -1) {
_local1.dirchange = _local1.dirchange + 359;
}
if (_local1.dirchange <= _local1.newdir) {
_local1._rotation = _local1.newdir;
_local1.chn = false;
}
}
} else {
_local1.angleface = 270 + ((180 / math.pi) * math.atan2(_local1._y - _local1._parent[_local2 + _local1.crw]._y, _local1._x - _local1._parent[_local2 + _local1.crw]._x));
_local1._rotation = _local1.angleface;
_local1.dx = _local3 * Math.sin(_local1._rotation * (Math.PI/180));
_local1.dy = _local3 * Math.cos(_local1._rotation * (Math.PI/180));
_local1._x = _local1._x + _local1.dx;
_local1._y = _local1._y - _local1.dy;
if (_local1._x >= _local1._parent[_local2 + _local1.crw]._x) {
if (_local1._y >= _local1._parent[_local2 + _local1.crw]._y) {
if ((_local1._x - _local1._parent[_local2 + _local1.crw]._x) < _local3) {
if ((_local1._y - _local1._parent[_local2 + _local1.crw]._y) < _local3) {
_local1.ctd = true;
}
}
}
if (_local1._y < _local1._parent[_local2 + _local1.crw]._y) {
if ((_local1._x - _local1._parent[_local2 + _local1.crw]._x) < _local3) {
if ((_local1._parent[_local2 + _local1.crw]._y - _local1._y) < _local3) {
_local1.ctd = true;
}
}
}
}
if (_local1._x < _local1._parent[_local2 + _local1.crw]._x) {
if (_local1._y >= _local1._parent[_local2 + _local1.crw]._y) {
if ((_local1._parent[_local2 + _local1.crw]._x - _local1._x) < _local3) {
if ((_local1._y - _local1._parent[_local2 + _local1.crw]._y) < _local3) {
_local1.ctd = true;
}
}
}
if (_local1._y < _local1._parent[_local2 + _local1.crw]._y) {
if ((_local1._parent[_local2 + _local1.crw]._x - _local1._x) < _local3) {
if ((_local1._parent[_local2 + _local1.crw]._y - _local1._y) < _local3) {
_local1.ctd = true;
}
}
}
}
}
}
stopAllSounds();
stop();
fscommand ("showmenu", false);
Stage.showMenu = false;
Frame 2
stop();
Frame 3
Frame 4
_root.stopAllSounds();
Instance of Symbol 40 MovieClip "coll" in Frame 4
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 44 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.player._x, _root.player._y, true)) {
_root.camofflevel1 = true;
}
}
Instance of Symbol 46 MovieClip "player" in Frame 4
onClipEvent (load) {
myspeed = 3;
}
onClipEvent (enterFrame) {
if (_root.trig.hitTest(_x, _y, true)) {
_root.wason = _root._currentframe;
_root.stopAllSounds();
_root.gotoAndStop(5);
_x = 0;
_y = 0;
}
if (this.hitTest(_root.door._x, _root.door._y, true)) {
_root.gotoAndStop(7);
_x = 0;
_y = 0;
}
if (Key.isDown(38)) {
_y = (_y - myspeed);
}
if (Key.isDown(40)) {
_y = (_y + myspeed);
}
if (Key.isDown(37)) {
_x = (_x - myspeed);
}
if (Key.isDown(39)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y, true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y - ((_height / 100) * 20), true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y - (_height / 2), true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y, true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y - (_height / 2), true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y - ((_height / 100) * 20), true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(_x, getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x + (_width / 2), getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x + ((_width / 100) * 20), getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x, getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
if (_root.coll.hittest(_x + ((_width / 100) * 20), getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
if (_root.coll.hittest(_x + (_width / 2), getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
}
Frame 5
_root.resetVars();
stopAllSounds();
_root.stopAllSounds();
_root.sndx.gotoAndPlay(1);
Frame 6
_root.stopAllSounds();
Instance of Symbol 62 MovieClip "coll" in Frame 6
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 46 MovieClip "player" in Frame 6
onClipEvent (load) {
myspeed = 3;
}
onClipEvent (enterFrame) {
if (_root.trig.hitTest(_x, _y, true)) {
_root.stopAllSounds();
_root.gotoAndStop(5);
_x = 0;
_y = 0;
}
if (this.hitTest(_root.door._x, _root.door._y, true)) {
_root.stopAllSounds();
_root.gotoAndStop(_root.wason);
_x = 0;
_y = 0;
}
if (Key.isDown(38)) {
_y = (_y - myspeed);
}
if (Key.isDown(40)) {
_y = (_y + myspeed);
}
if (Key.isDown(37)) {
_x = (_x - myspeed);
}
if (Key.isDown(39)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y, true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y - ((_height / 100) * 20), true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y - (_height / 2), true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y, true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y - (_height / 2), true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y - ((_height / 100) * 20), true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(_x, getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x + (_width / 2), getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x + ((_width / 100) * 20), getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x, getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
if (_root.coll.hittest(_x + ((_width / 100) * 20), getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
if (_root.coll.hittest(_x + (_width / 2), getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
}
Frame 7
_root.stopAllSounds();
Instance of Symbol 68 MovieClip "coll" in Frame 7
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 46 MovieClip "player" in Frame 7
onClipEvent (load) {
myspeed = 3;
}
onClipEvent (enterFrame) {
if (_root.trig.hitTest(_x, _y, true)) {
_root.wason = _root._currentframe;
_root.gotoAndStop(5);
_x = 0;
_y = 0;
}
if (this.hitTest(_root.door._x, _root.door._y, true)) {
_root.nextFrame();
_x = 0;
_y = 0;
}
if (Key.isDown(38)) {
_y = (_y - myspeed);
}
if (Key.isDown(40)) {
_y = (_y + myspeed);
}
if (Key.isDown(37)) {
_x = (_x - myspeed);
}
if (Key.isDown(39)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y, true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y - ((_height / 100) * 20), true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y - (_height / 2), true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y, true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y - (_height / 2), true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y - ((_height / 100) * 20), true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(_x, getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x + (_width / 2), getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x + ((_width / 100) * 20), getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x, getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
if (_root.coll.hittest(_x + ((_width / 100) * 20), getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
if (_root.coll.hittest(_x + (_width / 2), getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
}
Frame 8
_root.stopAllSounds();
Instance of Symbol 83 MovieClip "coll" in Frame 8
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 44 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player._x, _root.player._y, true)) {
_root.lev3unlockdoor2 = true;
}
}
Instance of Symbol 44 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.player._x, _root.player._y, true)) {
_root.lev3unlockdoor = true;
}
}
Instance of Symbol 85 MovieClip "player" in Frame 8
onClipEvent (load) {
myspeed = 3;
}
onClipEvent (enterFrame) {
if (_root.trig.hitTest(_x, _y, true)) {
_root.wason = _root._currentframe;
_root.gotoAndStop(5);
_x = 0;
_y = 0;
}
if (this.hitTest(_root.door._x, _root.door._y, true)) {
_root.nextFrame();
_x = 0;
_y = 0;
}
if (Key.isDown(38)) {
_y = (_y - myspeed);
}
if (Key.isDown(40)) {
_y = (_y + myspeed);
}
if (Key.isDown(37)) {
_x = (_x - myspeed);
}
if (Key.isDown(39)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y, true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y - ((_height / 100) * 20), true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y - (_height / 2), true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y, true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y - (_height / 2), true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y - ((_height / 100) * 20), true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(_x, getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x + (_width / 2), getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x + ((_width / 100) * 20), getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x, getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
if (_root.coll.hittest(_x + ((_width / 100) * 20), getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
if (_root.coll.hittest(_x + (_width / 2), getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
}
Instance of Symbol 96 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (_root.lev3unlockdoor == true) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 96 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (_root.lev3unlockdoor2 == true) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Frame 9
_root.stopAllSounds();
Instance of Symbol 99 MovieClip "coll" in Frame 9
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 44 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.player._x, _root.player._y, true)) {
_root.bloboff = true;
}
}
Instance of Symbol 101 MovieClip "player" in Frame 9
onClipEvent (load) {
myspeed = 3;
}
onClipEvent (enterFrame) {
if (_root.trig.hitTest(_x, _y, true)) {
_root.wason = _root._currentframe;
_root.gotoAndStop(5);
_x = 0;
_y = 0;
}
if (this.hitTest(_root.door._x, _root.door._y, true)) {
_root.nextFrame();
_x = 0;
_y = 0;
}
if (Key.isDown(38)) {
_y = (_y - myspeed);
}
if (Key.isDown(40)) {
_y = (_y + myspeed);
}
if (Key.isDown(37)) {
_x = (_x - myspeed);
}
if (Key.isDown(39)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y, true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y - ((_height / 100) * 20), true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y - (_height / 2), true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y, true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y - (_height / 2), true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y - ((_height / 100) * 20), true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(_x, getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x + (_width / 2), getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x + ((_width / 100) * 20), getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x, getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
if (_root.coll.hittest(_x + ((_width / 100) * 20), getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
if (_root.coll.hittest(_x + (_width / 2), getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
}
Frame 10
_root.stopAllSounds();
Instance of Symbol 121 MovieClip "coll" in Frame 10
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 123 MovieClip "player" in Frame 10
onClipEvent (load) {
myspeed = 3;
}
onClipEvent (enterFrame) {
if (_root.trig.hitTest(_x, _y, true)) {
_root.wason = _root._currentframe;
_root.gotoAndStop(5);
_x = 0;
_y = 0;
}
if (this.hitTest(_root.door._x, _root.door._y, true)) {
_root.nextFrame();
_x = 0;
_y = 0;
}
if (Key.isDown(38)) {
_y = (_y - myspeed);
}
if (Key.isDown(40)) {
_y = (_y + myspeed);
}
if (Key.isDown(37)) {
_x = (_x - myspeed);
}
if (Key.isDown(39)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y, true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y - ((_height / 100) * 20), true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y - (_height / 2), true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y, true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y - (_height / 2), true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y - ((_height / 100) * 20), true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(_x, getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x + (_width / 2), getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x + ((_width / 100) * 20), getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x, getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
if (_root.coll.hittest(_x + ((_width / 100) * 20), getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
if (_root.coll.hittest(_x + (_width / 2), getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
}
Frame 11
_root.stopAllSounds();
Instance of Symbol 138 MovieClip "coll" in Frame 11
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 140 MovieClip "player" in Frame 11
onClipEvent (load) {
myspeed = 3;
}
onClipEvent (enterFrame) {
if (_root.trig.hitTest(_x, _y, true)) {
_root.wason = _root._currentframe;
_root.gotoAndStop(5);
_x = 0;
_y = 0;
}
if (this.hitTest(_root.door._x, _root.door._y, true)) {
_root.nextFrame();
_x = 0;
_y = 0;
}
if (Key.isDown(38)) {
_y = (_y - myspeed);
}
if (Key.isDown(40)) {
_y = (_y + myspeed);
}
if (Key.isDown(37)) {
_x = (_x - myspeed);
}
if (Key.isDown(39)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y, true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y - ((_height / 100) * 20), true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y - (_height / 2), true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y, true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y - (_height / 2), true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y - ((_height / 100) * 20), true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(_x, getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x + (_width / 2), getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x + ((_width / 100) * 20), getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x, getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
if (_root.coll.hittest(_x + ((_width / 100) * 20), getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
if (_root.coll.hittest(_x + (_width / 2), getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
}
Frame 12
_root.stopAllSounds();
Instance of Symbol 165 MovieClip "coll" in Frame 12
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 167 MovieClip "player" in Frame 12
onClipEvent (load) {
myspeed = 3;
}
onClipEvent (enterFrame) {
if (_root.trig.hitTest(_x, _y, true)) {
_root.wason = _root._currentframe;
_root.gotoAndStop(5);
_x = 0;
_y = 0;
}
if (this.hitTest(_root.door._x, _root.door._y, true)) {
_root.nextFrame();
_x = 0;
_y = 0;
}
if (Key.isDown(38)) {
_y = (_y - myspeed);
}
if (Key.isDown(40)) {
_y = (_y + myspeed);
}
if (Key.isDown(37)) {
_x = (_x - myspeed);
}
if (Key.isDown(39)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y, true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y - ((_height / 100) * 20), true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y - (_height / 2), true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y, true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y - (_height / 2), true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y - ((_height / 100) * 20), true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(_x, getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x + (_width / 2), getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x + ((_width / 100) * 20), getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x, getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
if (_root.coll.hittest(_x + ((_width / 100) * 20), getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
if (_root.coll.hittest(_x + (_width / 2), getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
}
Frame 13
_root.stopAllSounds();
Instance of Symbol 175 MovieClip "elecmess" in Frame 13
onClipEvent (load) {
pwr = "10";
xxcd = 0;
}
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (2);
xxcd++;
if (xxcd > 40) {
xxcd = 0;
xxcs = Number(pwr) - 1;
pwr = xxcs;
}
if (pwr < 1) {
_root.cutelec = false;
}
} else {
gotoAndStop (1);
}
}
Instance of Symbol 178 MovieClip "coll" in Frame 13
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 44 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.player._x, _root.player._y, true)) {
_root.cutelec = true;
_root.elecmess.pwr = "10";
_root.elecmess.xxcd = 0;
_root.elecmess.xxcs = 0;
}
}
Instance of Symbol 180 MovieClip "player" in Frame 13
onClipEvent (load) {
myspeed = 3;
}
onClipEvent (enterFrame) {
if (_root.trig.hitTest(_x, _y, true)) {
_root.wason = _root._currentframe;
_root.gotoAndStop(5);
_x = 0;
_y = 0;
}
if (this.hitTest(_root.door._x, _root.door._y, true)) {
_root.nextFrame();
_x = 0;
_y = 0;
}
if (Key.isDown(38)) {
_y = (_y - myspeed);
}
if (Key.isDown(40)) {
_y = (_y + myspeed);
}
if (Key.isDown(37)) {
_x = (_x - myspeed);
}
if (Key.isDown(39)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y, true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y - ((_height / 100) * 20), true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y - (_height / 2), true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y, true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y - (_height / 2), true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y - ((_height / 100) * 20), true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(_x, getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x + (_width / 2), getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x + ((_width / 100) * 20), getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x, getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
if (_root.coll.hittest(_x + ((_width / 100) * 20), getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
if (_root.coll.hittest(_x + (_width / 2), getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
}
Frame 14
_root.stopAllSounds();
Instance of Symbol 187 MovieClip "coll" in Frame 14
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 189 MovieClip "player" in Frame 14
onClipEvent (load) {
myspeed = 3;
}
onClipEvent (enterFrame) {
if (_root.trig.hitTest(_x, _y, true)) {
_root.wason = _root._currentframe;
_root.gotoAndStop(5);
_x = 0;
_y = 0;
}
if (this.hitTest(_root.door._x, _root.door._y, true)) {
_root.nextFrame();
_x = 0;
_y = 0;
}
if (Key.isDown(38)) {
_y = (_y - myspeed);
}
if (Key.isDown(40)) {
_y = (_y + myspeed);
}
if (Key.isDown(37)) {
_x = (_x - myspeed);
}
if (Key.isDown(39)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y, true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y - ((_height / 100) * 20), true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y - (_height / 2), true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y, true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y - (_height / 2), true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y - ((_height / 100) * 20), true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(_x, getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x + (_width / 2), getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x + ((_width / 100) * 20), getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x, getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
if (_root.coll.hittest(_x + ((_width / 100) * 20), getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
if (_root.coll.hittest(_x + (_width / 2), getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
}
Frame 15
_root.stopAllSounds();
Instance of Symbol 194 MovieClip "coll" in Frame 15
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 196 MovieClip "player" in Frame 15
onClipEvent (load) {
myspeed = 3;
}
onClipEvent (enterFrame) {
if (_root.trig.hitTest(_x, _y, true)) {
_root.wason = _root._currentframe;
_root.gotoAndStop(5);
_x = 0;
_y = 0;
}
if (this.hitTest(_root.door._x, _root.door._y, true)) {
_root.nextFrame();
_x = 0;
_y = 0;
}
if (Key.isDown(38)) {
_y = (_y - myspeed);
}
if (Key.isDown(40)) {
_y = (_y + myspeed);
}
if (Key.isDown(37)) {
_x = (_x - myspeed);
}
if (Key.isDown(39)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y, true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y - ((_height / 100) * 20), true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y - (_height / 2), true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y, true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y - (_height / 2), true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y - ((_height / 100) * 20), true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(_x, getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x + (_width / 2), getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x + ((_width / 100) * 20), getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x, getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
if (_root.coll.hittest(_x + ((_width / 100) * 20), getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
if (_root.coll.hittest(_x + (_width / 2), getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
}
Frame 16
_root.stopAllSounds();
Instance of Symbol 216 MovieClip "coll" in Frame 16
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 218 MovieClip "player" in Frame 16
onClipEvent (load) {
myspeed = 3;
}
onClipEvent (enterFrame) {
if (_root.trig.hitTest(_x, _y, true)) {
_root.wason = _root._currentframe;
_root.gotoAndStop(5);
_x = 0;
_y = 0;
}
if (this.hitTest(_root.door._x, _root.door._y, true)) {
_root.nextFrame();
_x = 0;
_y = 0;
}
if (Key.isDown(38)) {
_y = (_y - myspeed);
}
if (Key.isDown(40)) {
_y = (_y + myspeed);
}
if (Key.isDown(37)) {
_x = (_x - myspeed);
}
if (Key.isDown(39)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y, true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y - ((_height / 100) * 20), true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y - (_height / 2), true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y, true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y - (_height / 2), true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y - ((_height / 100) * 20), true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(_x, getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x + (_width / 2), getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x + ((_width / 100) * 20), getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x, getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
if (_root.coll.hittest(_x + ((_width / 100) * 20), getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
if (_root.coll.hittest(_x + (_width / 2), getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
}
Frame 17
_root.stopAllSounds();
Instance of Symbol 223 MovieClip "coll" in Frame 17
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 44 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.player._x, _root.player._y, true)) {
_root.cubeun = true;
}
}
Instance of Symbol 225 MovieClip "player" in Frame 17
onClipEvent (load) {
myspeed = 3;
}
onClipEvent (enterFrame) {
if (_root.trig.hitTest(_x, _y, true)) {
_root.wason = _root._currentframe;
_root.gotoAndStop(5);
_x = 0;
_y = 0;
}
if (this.hitTest(_root.door._x, _root.door._y, true)) {
_root.nextFrame();
_x = 0;
_y = 0;
}
if (Key.isDown(38)) {
_y = (_y - myspeed);
}
if (Key.isDown(40)) {
_y = (_y + myspeed);
}
if (Key.isDown(37)) {
_x = (_x - myspeed);
}
if (Key.isDown(39)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y, true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y - ((_height / 100) * 20), true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y - (_height / 2), true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y, true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y - (_height / 2), true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y - ((_height / 100) * 20), true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(_x, getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x + (_width / 2), getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x + ((_width / 100) * 20), getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x, getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
if (_root.coll.hittest(_x + ((_width / 100) * 20), getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
if (_root.coll.hittest(_x + (_width / 2), getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
}
Instance of Symbol 96 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (_root.cubeun == true) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Frame 18
_root.stopAllSounds();
Instance of Symbol 231 MovieClip "coll" in Frame 18
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 233 MovieClip "player" in Frame 18
onClipEvent (load) {
myspeed = 3;
}
onClipEvent (enterFrame) {
if (_root.trig.hitTest(_x, _y, true)) {
_root.wason = _root._currentframe;
_root.gotoAndStop(5);
_x = 0;
_y = 0;
}
if (this.hitTest(_root.door._x, _root.door._y, true)) {
_root.nextFrame();
_x = 0;
_y = 0;
}
if (Key.isDown(38)) {
_y = (_y - myspeed);
}
if (Key.isDown(40)) {
_y = (_y + myspeed);
}
if (Key.isDown(37)) {
_x = (_x - myspeed);
}
if (Key.isDown(39)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y, true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y - ((_height / 100) * 20), true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y - (_height / 2), true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y, true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y - (_height / 2), true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y - ((_height / 100) * 20), true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(_x, getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x + (_width / 2), getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x + ((_width / 100) * 20), getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x, getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
if (_root.coll.hittest(_x + ((_width / 100) * 20), getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
if (_root.coll.hittest(_x + (_width / 2), getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
}
Frame 19
_root.stopAllSounds();
Instance of Symbol 238 MovieClip "coll" in Frame 19
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 44 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.player._x, _root.player._y, true)) {
_root.d19u2 = true;
}
}
Instance of Symbol 44 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.player._x, _root.player._y, true)) {
_root.d19u1 = true;
}
}
Instance of Symbol 240 MovieClip "player" in Frame 19
onClipEvent (load) {
myspeed = 3;
}
onClipEvent (enterFrame) {
if (_root.trig.hitTest(_x, _y, true)) {
_root.wason = _root._currentframe;
_root.gotoAndStop(5);
_x = 0;
_y = 0;
}
if (this.hitTest(_root.door._x, _root.door._y, true)) {
_root.nextFrame();
_x = 0;
_y = 0;
}
if (Key.isDown(38)) {
_y = (_y - myspeed);
}
if (Key.isDown(40)) {
_y = (_y + myspeed);
}
if (Key.isDown(37)) {
_x = (_x - myspeed);
}
if (Key.isDown(39)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y, true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y - ((_height / 100) * 20), true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y - (_height / 2), true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y, true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y - (_height / 2), true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y - ((_height / 100) * 20), true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(_x, getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x + (_width / 2), getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x + ((_width / 100) * 20), getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x, getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
if (_root.coll.hittest(_x + ((_width / 100) * 20), getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
if (_root.coll.hittest(_x + (_width / 2), getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
}
Instance of Symbol 96 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (_root.d19u1 == true) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 96 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (_root.d19u2 == true) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Frame 20
_root.stopAllSounds();
Instance of Symbol 245 MovieClip "coll" in Frame 20
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 247 MovieClip "player" in Frame 20
onClipEvent (load) {
myspeed = 3;
}
onClipEvent (enterFrame) {
if (_root.trig.hitTest(_x, _y, true)) {
_root.wason = _root._currentframe;
_root.gotoAndStop(5);
_x = 0;
_y = 0;
}
if (this.hitTest(_root.door._x, _root.door._y, true)) {
stopAllSounds();
_root.nextFrame();
_x = 0;
_y = 0;
}
if (Key.isDown(38)) {
_y = (_y - myspeed);
}
if (Key.isDown(40)) {
_y = (_y + myspeed);
}
if (Key.isDown(37)) {
_x = (_x - myspeed);
}
if (Key.isDown(39)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y, true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y - ((_height / 100) * 20), true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmax, _y - (_height / 2), true)) {
_x = (_x - myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y, true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y - (_height / 2), true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(getbounds(_root).xmin, _y - ((_height / 100) * 20), true)) {
_x = (_x + myspeed);
}
if (_root.coll.hittest(_x, getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x + (_width / 2), getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x + ((_width / 100) * 20), getbounds(_root).ymax, true)) {
_y = (_y - myspeed);
}
if (_root.coll.hittest(_x, getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
if (_root.coll.hittest(_x + ((_width / 100) * 20), getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
if (_root.coll.hittest(_x + (_width / 2), getbounds(_root).ymin, true)) {
_y = (_y + myspeed);
}
}
Frame 21
_root.stopAllSounds();
Symbol 6 Button
on (release) {
getURL ("http://www.shockarcade.com", "_blank");
}
Symbol 12 MovieClip Frame 60
stop();
Instance of Symbol 11 MovieClip in Symbol 12 MovieClip Frame 60
onClipEvent (enterFrame) {
if (_root.getBytesLoaded() >= _root.getBytesTotal()) {
with (_level0) {
nextFrame();
}
}
}
Symbol 15 MovieClip Frame 1
stopAllSounds();
Symbol 15 MovieClip Frame 2
stop();
Symbol 21 Button
on (release, keyPress "<Enter>") {
stopAllSounds();
gotoAndStop (4);
}
Symbol 26 Button
on (release, keyPress "<Enter>") {
gotoAndStop (3);
}
Symbol 31 Button
on (release) {
getURL ("http://www.shockarcade.com", "_blank");
}
Symbol 34 MovieClip Frame 1
stopAllSounds();
Symbol 34 MovieClip Frame 2
stop();
Symbol 44 MovieClip Frame 1
stop();
Instance of Symbol 42 MovieClip in Symbol 44 MovieClip Frame 1
onClipEvent (load) {
_alpha = 0;
}
Symbol 52 MovieClip Frame 1
stop();
Instance of Symbol 48 MovieClip in Symbol 55 MovieClip Frame 1
onClipEvent (load) {
crw = 1;
}
onClipEvent (enterFrame) {
_root.patrol(this, "oway", 4, 1.5, 2);
}
Instance of Symbol 52 MovieClip in Symbol 55 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.camofflevel1 == true) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 54 MovieClip in Symbol 55 MovieClip Frame 1
onClipEvent (load) {
myspeed = 1.2;
myspeedx = myspeed;
}
onClipEvent (enterFrame) {
_root.vcv = _rotation;
if (_rotation > 0) {
myspeedx = myspeed * -1;
}
if (_rotation < -170) {
myspeedx = myspeed;
}
_rotation = (_rotation + myspeedx);
}
Symbol 57 MovieClip Frame 2
stop();
Symbol 59 Button
on (release, keyPress "<Enter>") {
gotoAndStop (6);
}
Instance of Symbol 48 MovieClip in Symbol 65 MovieClip Frame 1
onClipEvent (load) {
crw = 1;
}
onClipEvent (enterFrame) {
_root.patrol(this, "oway", 4, 1.5, 2);
}
Instance of Symbol 54 MovieClip in Symbol 65 MovieClip Frame 1
onClipEvent (load) {
myspeed = 1.2;
myspeedx = myspeed;
}
onClipEvent (enterFrame) {
if (_rotation > 0) {
myspeedx = myspeed * -1;
}
if (_rotation < -178) {
myspeedx = myspeed;
}
_rotation = (_rotation + myspeedx);
}
Instance of Symbol 54 MovieClip in Symbol 65 MovieClip Frame 1
onClipEvent (load) {
myspeed = 0.9;
myspeedx = myspeed;
}
onClipEvent (enterFrame) {
if (_rotation > 90) {
myspeedx = myspeed * -1;
}
if (_rotation < -90) {
myspeedx = myspeed;
}
_rotation = (_rotation + myspeedx);
}
Instance of Symbol 74 MovieClip in Symbol 78 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (46);
}
Instance of Symbol 76 MovieClip in Symbol 78 MovieClip Frame 1
onClipEvent (load) {
crw = 1;
}
onClipEvent (enterFrame) {
_root.patrol(this, "oway", 4, 1.5, 2);
}
Instance of Symbol 54 MovieClip in Symbol 78 MovieClip Frame 1
onClipEvent (load) {
myspeed = 1.2;
myspeedx = myspeed;
}
onClipEvent (enterFrame) {
_rotation = (_rotation - myspeedx);
}
Symbol 82 MovieClip Frame 1
stop();
Instance of Symbol 82 MovieClip in Symbol 83 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.lev3unlockdoor == true) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 82 MovieClip in Symbol 83 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.lev3unlockdoor2 == true) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 74 MovieClip in Symbol 94 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (46);
}
Instance of Symbol 76 MovieClip in Symbol 94 MovieClip Frame 1
onClipEvent (load) {
crw = 1;
}
onClipEvent (enterFrame) {
_root.patrol(this, "oway", 4, 1.5, 2);
}
Instance of Symbol 54 MovieClip in Symbol 94 MovieClip Frame 1
onClipEvent (load) {
myspeed = 1.2;
myspeedx = myspeed;
}
onClipEvent (enterFrame) {
_rotation = (_rotation - myspeedx);
}
Instance of Symbol 54 MovieClip in Symbol 94 MovieClip Frame 1
onClipEvent (load) {
myspeed = 1.2;
myspeedx = myspeed;
}
onClipEvent (enterFrame) {
_rotation = (_rotation - myspeedx);
}
Symbol 96 MovieClip Frame 1
stop();
Symbol 113 MovieClip Frame 1
stop();
Instance of Symbol 74 MovieClip in Symbol 118 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (46);
}
Instance of Symbol 113 MovieClip in Symbol 118 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.bloboff == true) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 76 MovieClip in Symbol 118 MovieClip Frame 1
onClipEvent (load) {
crw = 1;
}
onClipEvent (enterFrame) {
_root.patrol(this, "oway", 15, 1.5, 2);
}
Instance of Symbol 54 MovieClip in Symbol 118 MovieClip Frame 1
onClipEvent (load) {
myspeed = 1.2;
myspeedx = myspeed;
}
onClipEvent (enterFrame) {
_rotation = (_rotation - myspeedx);
}
Instance of Symbol 54 MovieClip in Symbol 118 MovieClip Frame 1
onClipEvent (load) {
myspeed = 1.2;
myspeedx = myspeed;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + myspeedx);
}
Instance of Symbol 74 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (46);
}
Instance of Symbol 126 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (load) {
crw = 1;
}
onClipEvent (enterFrame) {
_root.patrol(this, "oway", 4, 1.5, 2);
}
Instance of Symbol 128 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (load) {
crw = 1;
}
onClipEvent (enterFrame) {
_root.patrol(this, "qway", 4, 1.5, 2);
}
Instance of Symbol 134 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (load) {
myspeed = 1.7;
myspeedx = myspeed;
}
onClipEvent (enterFrame) {
_rotation = (_rotation - myspeedx);
}
Symbol 147 MovieClip Frame 1
stop();
Instance of Symbol 126 MovieClip in Symbol 162 MovieClip Frame 1
onClipEvent (load) {
crw = 1;
}
onClipEvent (enterFrame) {
_root.patrol(this, "oway", 6, 1.5, 2);
}
Instance of Symbol 147 MovieClip in Symbol 162 MovieClip Frame 1
onClipEvent (load) {
myspeed = 2.2;
myspeedx = myspeed;
}
onClipEvent (enterFrame) {
_rotation = (_rotation - myspeedx);
}
Instance of Symbol 147 MovieClip in Symbol 162 MovieClip Frame 1
onClipEvent (load) {
myspeed = 2.2;
myspeedx = myspeed;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + myspeedx);
}
Instance of Symbol 161 MovieClip in Symbol 162 MovieClip Frame 1
onClipEvent (load) {
crw = 1;
}
onClipEvent (enterFrame) {
_root.patrol(this, "xway", 5, 4.5, 2);
}
Instance of Symbol 74 MovieClip in Symbol 171 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (46);
}
Instance of Symbol 168 MovieClip in Symbol 171 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (46);
}
Instance of Symbol 169 MovieClip in Symbol 171 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (46);
}
Symbol 175 MovieClip Frame 1
stop();
Symbol 182 MovieClip Frame 1
stop();
Instance of Symbol 74 MovieClip in Symbol 185 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (147);
} else {
play();
}
}
Instance of Symbol 182 MovieClip in Symbol 185 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 126 MovieClip in Symbol 185 MovieClip Frame 1
onClipEvent (load) {
crw = 1;
}
onClipEvent (enterFrame) {
_root.patrol(this, "oway", 12, 1.5, 2);
}
Instance of Symbol 141 MovieClip in Symbol 185 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (69);
} else {
play();
}
}
Instance of Symbol 131 MovieClip in Symbol 185 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 143 MovieClip in Symbol 185 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (122);
} else {
play();
}
}
Instance of Symbol 115 MovieClip in Symbol 185 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (66);
} else {
play();
}
}
Instance of Symbol 103 MovieClip in Symbol 185 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (10);
} else {
play();
}
}
Instance of Symbol 110 MovieClip in Symbol 185 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (45);
} else {
play();
}
}
Instance of Symbol 147 MovieClip in Symbol 185 MovieClip Frame 1
onClipEvent (load) {
myspeed = 2.2;
myspeedx = myspeed;
}
onClipEvent (enterFrame) {
_rotation = (_rotation - myspeedx);
if (_root.cutelec == true) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 108 MovieClip in Symbol 185 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 153 MovieClip in Symbol 185 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 141 MovieClip in Symbol 191 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (69);
} else {
play();
}
}
Instance of Symbol 131 MovieClip in Symbol 191 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 54 MovieClip in Symbol 191 MovieClip Frame 1
onClipEvent (load) {
myspeed = 0.9;
myspeedx = myspeed;
}
onClipEvent (enterFrame) {
if (_rotation > 90) {
myspeedx = myspeed * -1;
}
if (_rotation < -90) {
myspeedx = myspeed;
}
_rotation = (_rotation + myspeedx);
}
Instance of Symbol 54 MovieClip in Symbol 191 MovieClip Frame 1
onClipEvent (load) {
myspeed = -0.9;
myspeedx = myspeed;
}
onClipEvent (enterFrame) {
if (_rotation > 90) {
myspeedx = myspeed;
}
if (_rotation < -90) {
myspeedx = myspeed * -1;
}
_rotation = (_rotation + myspeedx);
}
Instance of Symbol 54 MovieClip in Symbol 191 MovieClip Frame 1
onClipEvent (load) {
myspeed = 0.9;
myspeedx = myspeed;
}
onClipEvent (enterFrame) {
if (_rotation > 90) {
myspeedx = myspeed * -1;
}
if (_rotation < -90) {
myspeedx = myspeed;
}
_rotation = (_rotation + myspeedx);
}
Instance of Symbol 54 MovieClip in Symbol 191 MovieClip Frame 1
onClipEvent (load) {
myspeed = -0.9;
myspeedx = myspeed;
}
onClipEvent (enterFrame) {
if (_rotation > 90) {
myspeedx = myspeed;
}
if (_rotation < -90) {
myspeedx = myspeed * -1;
}
_rotation = (_rotation + myspeedx);
}
Instance of Symbol 74 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (147);
} else {
play();
}
}
Instance of Symbol 131 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 143 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 126 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (load) {
crw = 1;
}
onClipEvent (enterFrame) {
_root.patrol(this, "oway", 7, 1.5, 2);
}
Instance of Symbol 54 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (load) {
myspeed = 1.2;
myspeedx = myspeed;
}
onClipEvent (enterFrame) {
_root.vcv = _rotation;
if (_rotation > 0) {
myspeedx = myspeed * -1;
}
if (_rotation < -90) {
myspeedx = myspeed;
}
_rotation = (_rotation + myspeedx);
}
Instance of Symbol 204 MovieClip in Symbol 213 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 212 MovieClip in Symbol 213 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 54 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (load) {
myspeed = 1.2;
myspeedx = myspeed;
}
onClipEvent (enterFrame) {
_root.vcv = _rotation;
if (_rotation > 30) {
myspeedx = myspeed * -1;
}
if (_rotation < -170) {
myspeedx = myspeed;
}
_rotation = (_rotation + myspeedx);
}
Instance of Symbol 131 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 143 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 142 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 141 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 143 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 143 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 142 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 142 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 131 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 143 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 143 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 142 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 143 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 141 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 126 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) {
crw = 1;
}
onClipEvent (enterFrame) {
_root.patrol(this, "oway", 8, 1.5, 2);
}
Instance of Symbol 134 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) {
myspeed = 0.7;
myspeedx = myspeed;
}
onClipEvent (enterFrame) {
_rotation = (_rotation - myspeedx);
}
Instance of Symbol 161 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) {
crw = 1;
}
onClipEvent (enterFrame) {
_root.patrol(this, "xway", 6, 1, 2);
}
Instance of Symbol 96 MovieClip in Symbol 223 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cubeun == true) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 141 MovieClip in Symbol 228 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 143 MovieClip in Symbol 228 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 141 MovieClip in Symbol 228 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 142 MovieClip in Symbol 228 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 143 MovieClip in Symbol 228 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 142 MovieClip in Symbol 228 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 131 MovieClip in Symbol 228 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 126 MovieClip in Symbol 228 MovieClip Frame 1
onClipEvent (load) {
crw = 1;
}
onClipEvent (enterFrame) {
_root.patrol(this, "oway", 11, 1.5, 2);
}
Instance of Symbol 54 MovieClip in Symbol 228 MovieClip Frame 1
onClipEvent (load) {
myspeed = 1.2;
myspeedx = myspeed;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + myspeedx);
}
Instance of Symbol 54 MovieClip in Symbol 228 MovieClip Frame 1
onClipEvent (load) {
myspeed = 1.2;
myspeedx = myspeed;
}
onClipEvent (enterFrame) {
_root.vcv = _rotation;
if (_rotation > 170) {
myspeedx = myspeed * -1;
}
if (_rotation < 0) {
myspeedx = myspeed;
}
_rotation = (_rotation + myspeedx);
}
Instance of Symbol 143 MovieClip in Symbol 235 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 141 MovieClip in Symbol 235 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 131 MovieClip in Symbol 235 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 141 MovieClip in Symbol 235 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 142 MovieClip in Symbol 235 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 54 MovieClip in Symbol 235 MovieClip Frame 1
onClipEvent (load) {
myspeed = 1.2;
myspeedx = myspeed;
}
onClipEvent (enterFrame) {
_root.vcv = _rotation;
if (_rotation > -80) {
myspeedx = myspeed * -1;
}
if (_rotation < -170) {
myspeedx = myspeed;
}
_rotation = (_rotation + myspeedx);
}
Instance of Symbol 54 MovieClip in Symbol 235 MovieClip Frame 1
onClipEvent (load) {
myspeed = 1.2;
myspeedx = myspeed;
}
onClipEvent (enterFrame) {
if (_rotation > 50) {
myspeedx = myspeed * -1;
}
if (_rotation < -6) {
myspeedx = myspeed;
}
_rotation = (_rotation + myspeedx);
}
Instance of Symbol 54 MovieClip in Symbol 235 MovieClip Frame 1
onClipEvent (load) {
myspeed = 1.2;
myspeedx = myspeed;
}
onClipEvent (enterFrame) {
if (_rotation > 95) {
myspeedx = myspeed * -1;
}
if (_rotation < -90) {
myspeedx = myspeed;
}
_rotation = (_rotation + myspeedx);
}
Instance of Symbol 96 MovieClip in Symbol 238 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.d19u1 == true) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 96 MovieClip in Symbol 238 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.d19u2 == true) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 131 MovieClip in Symbol 242 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 142 MovieClip in Symbol 242 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 126 MovieClip in Symbol 242 MovieClip Frame 1
onClipEvent (load) {
crw = 1;
}
onClipEvent (enterFrame) {
_root.patrol(this, "oway", 7, 1.5, 2);
}
Instance of Symbol 54 MovieClip in Symbol 242 MovieClip Frame 1
onClipEvent (load) {
myspeed = 1.2;
myspeedx = myspeed;
}
onClipEvent (enterFrame) {
if (_rotation > 90) {
myspeedx = myspeed * -1;
}
if (_rotation < -100) {
myspeedx = myspeed;
}
_rotation = (_rotation + myspeedx);
}
Instance of Symbol 54 MovieClip in Symbol 242 MovieClip Frame 1
onClipEvent (load) {
myspeed = 1.2;
myspeedx = myspeed;
}
onClipEvent (enterFrame) {
if (_rotation > 179) {
myspeedx = myspeed * -1;
}
if (_rotation < 72) {
myspeedx = myspeed;
}
_rotation = (_rotation + myspeedx);
}
Instance of Symbol 131 MovieClip in Symbol 253 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 143 MovieClip in Symbol 253 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 142 MovieClip in Symbol 253 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 141 MovieClip in Symbol 253 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 143 MovieClip in Symbol 253 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 143 MovieClip in Symbol 253 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 141 MovieClip in Symbol 253 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 142 MovieClip in Symbol 253 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 142 MovieClip in Symbol 253 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 131 MovieClip in Symbol 253 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 131 MovieClip in Symbol 253 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 143 MovieClip in Symbol 253 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 143 MovieClip in Symbol 253 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 142 MovieClip in Symbol 253 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 142 MovieClip in Symbol 253 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 143 MovieClip in Symbol 253 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cutelec == true) {
gotoAndStop (119);
} else {
play();
}
}
Instance of Symbol 54 MovieClip in Symbol 253 MovieClip Frame 1
onClipEvent (load) {
myspeed = 1.2;
myspeedx = myspeed;
}
onClipEvent (enterFrame) {
_root.vcv = _rotation;
if (_rotation > 110) {
myspeedx = myspeed * -1;
}
if (_rotation < 0) {
myspeedx = myspeed;
}
_rotation = (_rotation + myspeedx);
}
Instance of Symbol 54 MovieClip in Symbol 253 MovieClip Frame 1
onClipEvent (load) {
myspeed = 1.2;
myspeedx = myspeed;
}
onClipEvent (enterFrame) {
_root.vcv = _rotation;
if (_rotation > 0) {
myspeedx = myspeed * -1;
}
if (_rotation < -177) {
myspeedx = myspeed;
}
_rotation = (_rotation + myspeedx);
}
Instance of Symbol 252 MovieClip in Symbol 253 MovieClip Frame 1
onClipEvent (load) {
myspeed = 1.2;
myspeedx = myspeed;
}
onClipEvent (enterFrame) {
_root.vcv = _rotation;
if (_rotation > 110) {
myspeedx = myspeed * -1;
}
if (_rotation < -90) {
myspeedx = myspeed;
}
_rotation = (_rotation + myspeedx);
}
Instance of Symbol 134 MovieClip in Symbol 253 MovieClip Frame 1
onClipEvent (load) {
myspeed = 0.7;
myspeedx = myspeed;
}
onClipEvent (enterFrame) {
_rotation = (_rotation - myspeedx);
}