Frame 1
fscommand ("fullscreen", "true");
fscommand ("allowscale", "false");
Frame 2
stop();
Frame 31
stop();
Frame 34
stop();
Instance of Symbol 60 MovieClip "T_shadow" in Frame 34
onClipEvent (enterFrame) {
if (this._y < (_root.Tommy._y + 40)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 61 MovieClip "Tommy" in Frame 34
onClipEvent (load) {
Mouse.hide();
setProperty(_root.laser, _visible , false);
laserCounter = 1;
}
onClipEvent (enterFrame) {
_root.Tommy._x = _root.Tommy._x + ((_root._xmouse - _root.Tommy._x) / 4);
_root.Tommy._y = _root.Tommy._y + ((_root._ymouse - _root.Tommy._y) / 4);
if (_root._xmouse < (_root.Tommy._x - 20)) {
_root.Tommy.nextFrame();
} else if ((_root.Tommy._x + 20) < _root._xmouse) {
_root.Tommy.prevFrame();
}
if (490 < _root.Tommy._x) {
setProperty(this, _x , 490);
}
if (_root.Tommy._x < 10) {
setProperty(this, _x , 10);
}
if (385 < _root.Tommy._y) {
setProperty(this, _y , 385);
}
if (_root.Tommy._y < 10) {
setProperty(this, _y , 10);
}
}
onClipEvent (mouseDown) {
laserCounter++;
_root.laser.duplicateMovieClip("laser" + laserCounter, laserCounter);
if (this._currentframe == 1) {
_root["laser" + laserCounter]._visible = true;
tellTarget (_root["laser" + laserCounter]) {
gotoAndPlay ("Right");
};
} else if (this._currentframe == 2) {
_root["laser" + laserCounter]._visible = true;
tellTarget (_root["laser" + laserCounter]) {
gotoAndPlay ("Left");
};
}
tellTarget (this.T_hoover) {
gotoAndPlay ("KickBack");
};
}
onClipEvent (enterFrame) {
if (_root.Balloon1.hitTest(this._x, this._y, true) == true) {
this.T_hoover.gotoAndPlay("Blue");
} else if (_root.Balloon2.hitTest(this._x, this._y, true) == true) {
this.T_hoover.gotoAndPlay("Blue");
} else if (_root.Balloon3.hitTest(this._x, this._y, true) == true) {
this.T_hoover.gotoAndPlay("Blue");
} else if (_root.Balloon4.hitTest(this._x, this._y, true) == true) {
this.T_hoover.gotoAndPlay("Blue");
}
}
Instance of Symbol 63 MovieClip "laser" in Frame 34
onClipEvent (load) {
laserMoveSpeed = 20;
if (_root.Tommy._currentframe == 1) {
this._y = _root.Tommy._y - 18;
this._x = _root.Tommy._x + 22;
} else if (_root.Tommy._currentframe == 2) {
this._y = _root.Tommy._y - 18;
this._x = _root.Tommy._x - 22;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Balloon1) == true) {
tellTarget (_root.Balloon1) {
gotoAndPlay ("Explode1");
this._visible = false;
};
} else if (this.hitTest(_root.Balloon2) == true) {
tellTarget (_root.Balloon2) {
gotoAndPlay ("Explode2");
this._visible = false;
};
} else if (this.hitTest(_root.Balloon3) == true) {
tellTarget (_root.Balloon3) {
gotoAndPlay ("Explode3");
this._visible = false;
};
} else if (this.hitTest(_root.Balloon4) == true) {
tellTarget (_root.Balloon4) {
gotoAndPlay ("Explode3");
this._visible = false;
};
}
}
Frame 35
score = 0;
Mouse.show();
Frame 36
stop();
Frame 37
stop();
Instance of Symbol 60 MovieClip "T_shadow" in Frame 37
onClipEvent (enterFrame) {
if (this._y < (_root.Tommy._y + 40)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 84 MovieClip "Tommy" in Frame 37
onClipEvent (load) {
Mouse.hide();
setProperty(_root.laser, _visible , false);
laserCounter = 1;
}
onClipEvent (enterFrame) {
_root.Tommy._x = _root.Tommy._x + ((_root._xmouse - _root.Tommy._x) / 4);
_root.Tommy._y = _root.Tommy._y + ((_root._ymouse - _root.Tommy._y) / 4);
if (_root._xmouse < (_root.Tommy._x - 20)) {
_root.Tommy.nextFrame();
} else if ((_root.Tommy._x + 20) < _root._xmouse) {
_root.Tommy.prevFrame();
}
if (490 < _root.Tommy._x) {
setProperty(this, _x , 490);
}
if (_root.Tommy._x < 10) {
setProperty(this, _x , 10);
}
if (385 < _root.Tommy._y) {
setProperty(this, _y , 385);
}
if (_root.Tommy._y < 10) {
setProperty(this, _y , 10);
}
}
onClipEvent (mouseDown) {
laserCounter++;
_root.laser.duplicateMovieClip("laser" + laserCounter, laserCounter);
if (this._currentframe == 1) {
_root["laser" + laserCounter]._visible = true;
tellTarget (_root["laser" + laserCounter]) {
gotoAndPlay ("Right");
tellTarget (this.T_hoover) {
gotoAndPlay ("KickBack");
};
};
} else if (this._currentframe == 2) {
_root["laser" + laserCounter]._visible = true;
tellTarget (_root["laser" + laserCounter]) {
gotoAndPlay ("Left");
tellTarget (this.T_hoover) {
gotoAndPlay ("KickBack");
};
};
}
}
onClipEvent (enterFrame) {
if (_root.Greenie1.hitTest(this._x, this._y, true) == true) {
this.T_hoover.gotoAndPlay("Blue");
_root.Power.nextFrame();
} else if (_root.Greenie2.hitTest(this._x, this._y, true) == true) {
this.T_hoover.gotoAndPlay("Blue");
_root.Power.nextFrame();
_root.Power.gotoAndPlay(nextFrame);
} else if (_root.Biter1.hitTest(this._x, this._y, true) == true) {
this.T_hoover.gotoAndPlay("Blue");
_root.Power.nextFrame();
_root.Power.gotoAndPlay(nextFrame);
} else if (_root.Biter2.hitTest(this._x, this._y, true) == true) {
this.T_hoover.gotoAndPlay("Blue");
_root.Power.nextFrame();
_root.Power.gotoAndPlay(nextFrame);
} else if (_root.Snapper1.hitTest(this._x, this._y, true) == true) {
_root.gotoAndPlay("Loose");
} else if (_root.Snapper2.hitTest(this._x, this._y, true) == true) {
_root.gotoAndPlay("Loose");
}
}
Instance of Symbol 85 MovieClip "laser" in Frame 37
onClipEvent (load) {
laserMoveSpeed = 20;
if (_root.Tommy._currentframe == 1) {
this._y = _root.Tommy._y - 18;
this._x = _root.Tommy._x + 22;
} else if (_root.Tommy._currentframe == 2) {
this._y = _root.Tommy._y - 18;
this._x = _root.Tommy._x - 22;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Greenie1) == true) {
tellTarget (_root.Greenie1) {
gotoAndPlay ("Pop1");
this._visible = false;
_root.score + 10;
};
} else if (this.hitTest(_root.Greenie2) == true) {
tellTarget (_root.Greenie2) {
gotoAndPlay ("Pop2");
this._visible = false;
_root.score = _root.score + 10;
};
} else if (this.hitTest(_root.Biter1) == true) {
tellTarget (_root.Biter1) {
gotoAndPlay ("Pop3");
this._visible = false;
_root.score = _root.score + 10;
};
} else if (this.hitTest(_root.Biter2) == true) {
tellTarget (_root.Biter2) {
gotoAndPlay ("Pop4");
this._visible = false;
_root.score = _root.score + 10;
};
}
}
Frame 44
stop();
Frame 45
score = score;
Mouse.show();
Frame 46
stop();
Instance of Symbol 60 MovieClip "T_shadow" in Frame 46
onClipEvent (enterFrame) {
if (this._y < (_root.Tommy._y + 40)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 113 MovieClip "Tommy" in Frame 46
onClipEvent (load) {
Mouse.hide();
setProperty(_root.laser, _visible , false);
laserCounter = 1;
}
onClipEvent (enterFrame) {
_root.Tommy._x = _root.Tommy._x + ((_root._xmouse - _root.Tommy._x) / 4);
_root.Tommy._y = _root.Tommy._y + ((_root._ymouse - _root.Tommy._y) / 4);
if (_root._xmouse < (_root.Tommy._x - 20)) {
_root.Tommy.nextFrame();
} else if ((_root.Tommy._x + 20) < _root._xmouse) {
_root.Tommy.prevFrame();
}
if (490 < _root.Tommy._x) {
setProperty(this, _x , 490);
}
if (_root.Tommy._x < 10) {
setProperty(this, _x , 10);
}
if (385 < _root.Tommy._y) {
setProperty(this, _y , 385);
}
if (_root.Tommy._y < 10) {
setProperty(this, _y , 10);
}
}
onClipEvent (mouseDown) {
laserCounter++;
_root.laser.duplicateMovieClip("laser" + laserCounter, laserCounter);
if (this._currentframe == 1) {
_root["laser" + laserCounter]._visible = true;
tellTarget (_root["laser" + laserCounter]) {
gotoAndPlay ("Right");
};
} else if (this._currentframe == 2) {
_root["laser" + laserCounter]._visible = true;
tellTarget (_root["laser" + laserCounter]) {
gotoAndPlay ("Left");
};
}
tellTarget (this.T_hoover) {
gotoAndPlay ("KickBack");
};
}
onClipEvent (enterFrame) {
if (_root.Greenie1.hitTest(this._x, this._y, true) == true) {
this.T_hoover.gotoAndPlay("Blue");
_root.Power.nextFrame();
} else if (_root.Greenie2.hitTest(this._x, this._y, true) == true) {
this.T_hoover.gotoAndPlay("Blue");
_root.Power.nextFrame();
_root.Power.gotoAndPlay(nextFrame);
} else if (_root.Biter1.hitTest(this._x, this._y, true) == true) {
this.T_hoover.gotoAndPlay("Blue");
_root.Power.nextFrame();
_root.Power.gotoAndPlay(nextFrame);
} else if (_root.Biter2.hitTest(this._x, this._y, true) == true) {
this.T_hoover.gotoAndPlay("Blue");
_root.Power.nextFrame();
_root.Power.gotoAndPlay(nextFrame);
} else if (_root.Snapper1.hitTest(this._x, this._y, true) == true) {
stopAllSounds();
_root.gotoAndPlay("Loose");
} else if (_root.Snapper2.hitTest(this._x, this._y, true) == true) {
stopAllSounds();
_root.gotoAndPlay("Loose");
}
}
Instance of Symbol 114 MovieClip "laser" in Frame 46
onClipEvent (load) {
laserMoveSpeed = 20;
if (_root.Tommy._currentframe == 1) {
this._y = _root.Tommy._y - 18;
this._x = _root.Tommy._x + 22;
} else if (_root.Tommy._currentframe == 2) {
this._y = _root.Tommy._y - 18;
this._x = _root.Tommy._x - 22;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Greenie1) == true) {
tellTarget (_root.Greenie1) {
gotoAndPlay ("Pop1");
_root.score + 10;
this._visible = false;
};
} else if (this.hitTest(_root.Greenie2) == true) {
tellTarget (_root.Greenie2) {
gotoAndPlay ("Pop2");
this._visible = false;
_root.score = _root.score + 10;
};
} else if (this.hitTest(_root.Biter1) == true) {
tellTarget (_root.Biter1) {
gotoAndPlay ("Pop3");
this._visible = false;
_root.score = _root.score + 10;
};
} else if (this.hitTest(_root.Biter2) == true) {
tellTarget (_root.Biter2) {
gotoAndPlay ("Pop4");
this._visible = false;
_root.score = _root.score + 10;
};
}
}
Frame 53
stop();
Frame 54
score = score;
Mouse.show();
Frame 55
stop();
Bigshot = 0;
Instance of Symbol 60 MovieClip "T_shadow" in Frame 55
onClipEvent (enterFrame) {
if (this._y < (_root.Tommy._y + 40)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 121 MovieClip "Tommy" in Frame 55
onClipEvent (load) {
Mouse.hide();
setProperty(_root.laser, _visible , false);
laserCounter = 1;
}
onClipEvent (enterFrame) {
_root.Tommy._x = _root.Tommy._x + ((_root._xmouse - _root.Tommy._x) / 4);
_root.Tommy._y = _root.Tommy._y + ((_root._ymouse - _root.Tommy._y) / 4);
if (_root._xmouse < (_root.Tommy._x - 20)) {
_root.Tommy.nextFrame();
} else if ((_root.Tommy._x + 20) < _root._xmouse) {
_root.Tommy.prevFrame();
}
if (490 < _root.Tommy._x) {
setProperty(this, _x , 490);
}
if (_root.Tommy._x < 10) {
setProperty(this, _x , 10);
}
if (385 < _root.Tommy._y) {
setProperty(this, _y , 385);
}
if (_root.Tommy._y < 10) {
setProperty(this, _y , 10);
}
}
onClipEvent (mouseDown) {
laserCounter++;
_root.laser.duplicateMovieClip("laser" + laserCounter, laserCounter);
if (this._currentframe == 1) {
_root["laser" + laserCounter]._visible = true;
tellTarget (_root["laser" + laserCounter]) {
gotoAndPlay ("Right");
};
} else if (this._currentframe == 2) {
_root["laser" + laserCounter]._visible = true;
tellTarget (_root["laser" + laserCounter]) {
gotoAndPlay ("Left");
};
}
tellTarget (this.T_hoover) {
gotoAndPlay ("KickBack");
};
}
onClipEvent (enterFrame) {
if (_root.Greenie1.hitTest(this._x, this._y, true) == true) {
this.T_hoover.gotoAndPlay("Blue");
_root.Power.nextFrame();
} else if (_root.Greenie2.hitTest(this._x, this._y, true) == true) {
this.T_hoover.gotoAndPlay("Blue");
_root.Power.nextFrame();
_root.Power.gotoAndPlay(nextFrame);
} else if (_root.Biter1.hitTest(this._x, this._y, true) == true) {
this.T_hoover.gotoAndPlay("Blue");
_root.Power.nextFrame();
_root.Power.gotoAndPlay(nextFrame);
} else if (_root.Biter2.hitTest(this._x, this._y, true) == true) {
this.T_hoover.gotoAndPlay("Blue");
_root.Power.nextFrame();
_root.Power.gotoAndPlay(nextFrame);
} else if (_root.Snapper1.hitTest(this._x, this._y, true) == true) {
_root.gotoAndPlay("Loose");
} else if (_root.Snapper2.hitTest(this._x, this._y, true) == true) {
_root.gotoAndPlay("Loose");
} else if (_root.Snapper3.hitTest(this._x, this._y, true) == true) {
_root.gotoAndPlay("Loose");
} else if (_root.Cavitycus.hitTest(this._x, this._y, true) == true) {
_root.gotoAndPlay("Loose");
}
}
Instance of Symbol 124 MovieClip "laser" in Frame 55
onClipEvent (load) {
laserMoveSpeed = 20;
if (_root.Tommy._currentframe == 1) {
this._y = _root.Tommy._y - 18;
this._x = _root.Tommy._x + 22;
} else if (_root.Tommy._currentframe == 2) {
this._y = _root.Tommy._y - 18;
this._x = _root.Tommy._x - 22;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Greenie1) == true) {
tellTarget (_root.Greenie1) {
gotoAndPlay ("Pop1");
_root.score + 10;
this._visible = false;
};
} else if (this.hitTest(_root.Greenie2) == true) {
tellTarget (_root.Greenie2) {
gotoAndPlay ("Pop2");
this._visible = false;
_root.score = _root.score + 10;
};
} else if (this.hitTest(_root.Biter1) == true) {
tellTarget (_root.Biter1) {
gotoAndPlay ("Pop3");
this._visible = false;
_root.score = _root.score + 10;
};
} else if (this.hitTest(_root.Biter2) == true) {
tellTarget (_root.Biter2) {
gotoAndPlay ("Pop4");
this._visible = false;
_root.score = _root.score + 10;
};
} else if (this.hitTest(_root.Cavitycus) == true) {
tellTarget (_root.Cavitycus.Bighurt) {
gotoAndPlay (2);
this._visible = false;
_root.Bigshot = _root.Bigshot + 5;
};
}
}
Instance of Symbol 141 MovieClip in Frame 65
onClipEvent (load) {
Mouse.show();
}
Frame 66
stop();
score = score;
Frame 73
stopAllSounds();
Instance of Symbol 148 MovieClip "Mouse" in Frame 73
onClipEvent (mouseMove) {
Mouse.show();
_root.Mouse.stopDrag();
}
Frame 74
stop();
YourScore = score;
Frame 84
stop();
Symbol 4 Button
on (release) {
getURL ("http://www.techradium.com", "_blank");
}
Symbol 8 MovieClip Frame 257
tellTarget (_root) {
gotoAndPlay ("Load");
};
Symbol 17 MovieClip Frame 348
stop();
Symbol 27 MovieClip Frame 60
gotoAndPlay (1);
Symbol 27 MovieClip Frame 67
gotoAndPlay (1);
Symbol 27 MovieClip Frame 76
gotoAndPlay (1);
Symbol 28 MovieClip Frame 1
stop();
Symbol 28 MovieClip Frame 2
stop();
Symbol 52 Button
on (release) {
tellTarget (_root) {
gotoAndStop ("Practice");
};
}
Symbol 53 MovieClip Frame 16
stop();
Symbol 58 Button
on (keyPress "<Space>") {
gotoAndStop (35);
}
Symbol 60 MovieClip Frame 1
setProperty(this, _x , getProperty(_root.Tommy, _x));
Symbol 61 MovieClip Frame 1
stop();
Symbol 61 MovieClip Frame 2
stop();
Symbol 63 MovieClip Frame 1
this._x = this._x + laserMoveSpeed;
Symbol 63 MovieClip Frame 2
if (460 < this._x) {
this.removeMovieClip();
} else {
gotoAndPlay (1);
}
Symbol 63 MovieClip Frame 7
this._x = this._x - laserMoveSpeed;
Symbol 63 MovieClip Frame 8
if (this._x < 40) {
this.removeMovieClip();
} else {
gotoAndPlay (7);
}
Symbol 67 MovieClip Frame 1
speed = random(10) + 5;
setProperty(this, _x , 600);
setProperty(this, _y , random(300) + 20);
Symbol 67 MovieClip Frame 5
setProperty(this, _x , (_x - 10) - Speed);
Symbol 67 MovieClip Frame 10
gotoAndPlay (5);
if (getProperty(this, _x) < 10) {
this.gotoAndPlay(1);
}
Symbol 67 MovieClip Frame 40
gotoAndPlay (1);
Symbol 69 MovieClip Frame 1
speed = random(10) + 5;
setProperty(this, _x , -100);
setProperty(this, _y , random(240) + 10);
Symbol 69 MovieClip Frame 5
setProperty(this, _x , (_x + 10) + Speed);
Symbol 69 MovieClip Frame 10
gotoAndPlay (5);
if (500 < getProperty(this, _x)) {
this.gotoAndPlay(1);
}
Symbol 69 MovieClip Frame 45
gotoAndPlay (1);
Symbol 70 MovieClip Frame 1
speed = random(10) + 8;
setProperty(this, _x , -45);
setProperty(this, _y , random(190) + 10);
Symbol 70 MovieClip Frame 5
setProperty(this, _x , (_x + random(5)) + 10);
Symbol 70 MovieClip Frame 9
gotoAndPlay (2);
if (500 < getProperty(this, _x)) {
this.gotoAndPlay(1);
}
Symbol 70 MovieClip Frame 30
gotoAndPlay (1);
Symbol 72 Button
on (release) {
gotoAndStop (37);
}
Symbol 83 MovieClip Frame 1
stop();
Symbol 83 MovieClip Frame 61
stopAllSounds();
_root.gotoAndStop("Loose");
Symbol 84 MovieClip Frame 1
stop();
Symbol 84 MovieClip Frame 2
stop();
Symbol 85 MovieClip Frame 1
this._x = this._x + laserMoveSpeed;
Symbol 85 MovieClip Frame 2
if (460 < this._x) {
this.removeMovieClip();
} else {
gotoAndPlay (1);
}
Symbol 85 MovieClip Frame 7
this._x = this._x - laserMoveSpeed;
Symbol 85 MovieClip Frame 8
if (this._x < 40) {
this.removeMovieClip();
} else {
gotoAndPlay (7);
}
Symbol 86 MovieClip Frame 1
if (_root.score >= 330) {
stopAllSounds();
tellTarget (_root) {
gotoAndStop ("GoodJob");
};
}
Symbol 89 MovieClip Frame 1
Speed = random(20) + 10;
setProperty(this, _x , -300);
setProperty(this, _y , random(360) + 10);
Symbol 89 MovieClip Frame 4
setProperty(this, _x , (_x + 15) + Speed);
Symbol 89 MovieClip Frame 8
gotoAndPlay (2);
if (getProperty(this, _x) >= 500) {
this.gotoAndPlay(1);
}
Symbol 89 MovieClip Frame 21
gotoAndPlay (1);
Symbol 89 MovieClip Frame 35
stop();
Symbol 90 MovieClip Frame 1
Speed = random(10) + 7;
setProperty(this, _x , -120);
setProperty(this, _y , random(280) + 10);
Symbol 90 MovieClip Frame 4
setProperty(this, _x , (_x + 10) + Speed);
Symbol 90 MovieClip Frame 8
gotoAndPlay (2);
if (getProperty(this, _x) >= 500) {
this.gotoAndPlay(1);
}
Symbol 90 MovieClip Frame 21
gotoAndPlay (1);
Symbol 90 MovieClip Frame 30
stop();
Symbol 91 MovieClip Frame 1
Speed = random(10) + 6;
setProperty(this, _x , 620);
setProperty(this, _y , random(250) + 45);
Symbol 91 MovieClip Frame 4
setProperty(this, _x , (_x - 10) - Speed);
Symbol 91 MovieClip Frame 7
gotoAndPlay (2);
if (0 >= getProperty(this, _x)) {
this.gotoAndPlay(1);
}
Symbol 91 MovieClip Frame 20
gotoAndPlay (1);
Symbol 91 MovieClip Frame 30
stop();
Symbol 92 MovieClip Frame 1
Speed = random(10) + 6;
setProperty(this, _x , 620);
setProperty(this, _y , random(160) + 5);
Symbol 92 MovieClip Frame 4
setProperty(this, _x , (_x - 10) - Speed);
Symbol 92 MovieClip Frame 7
gotoAndPlay (2);
if (0 >= getProperty(this, _x)) {
this.gotoAndPlay(1);
}
Symbol 92 MovieClip Frame 20
gotoAndPlay (1);
Symbol 92 MovieClip Frame 30
stop();
Symbol 103 MovieClip Frame 130
stopAllSounds();
tellTarget (_root) {
gotoAndStop ("GameLevel2");
};
Symbol 111 Button
on (release) {
getURL ("http://www.homedental.com", "_blank");
}
Symbol 113 MovieClip Frame 1
stop();
Symbol 113 MovieClip Frame 2
stop();
Symbol 114 MovieClip Frame 1
this._x = this._x + laserMoveSpeed;
Symbol 114 MovieClip Frame 2
if (460 < this._x) {
this.removeMovieClip();
} else {
gotoAndPlay (1);
}
Symbol 114 MovieClip Frame 7
this._x = this._x - laserMoveSpeed;
Symbol 114 MovieClip Frame 8
if (this._x < 40) {
this.removeMovieClip();
} else {
gotoAndPlay (7);
}
Symbol 115 MovieClip Frame 1
Speed = random(20) - 10;
setProperty(this, _x , 600);
setProperty(this, _y , random(180) + 20);
Symbol 115 MovieClip Frame 4
setProperty(this, _x , (_x - 15) - Speed);
Symbol 115 MovieClip Frame 8
gotoAndPlay (2);
if (getProperty(this, _x) < 0) {
this.gotoAndPlay(1);
}
Symbol 115 MovieClip Frame 21
gotoAndPlay (1);
Symbol 115 MovieClip Frame 35
stop();
Symbol 116 MovieClip Frame 1
Speed = random(7) + 7;
setProperty(this, _x , -80);
setProperty(this, _y , random(280) + 5);
Symbol 116 MovieClip Frame 4
setProperty(this, _x , (_x + 10) + Speed);
Symbol 116 MovieClip Frame 8
gotoAndPlay (2);
if (getProperty(this, _x) >= 500) {
this.gotoAndPlay(1);
}
Symbol 116 MovieClip Frame 21
gotoAndPlay (1);
Symbol 116 MovieClip Frame 30
stop();
Symbol 117 MovieClip Frame 1
if (_root.score >= 700) {
stopAllSounds();
tellTarget (_root) {
gotoAndStop ("GoodJob2");
};
}
Symbol 118 MovieClip Frame 130
stopAllSounds();
tellTarget (_root) {
gotoAndStop ("GameLevel3");
};
Symbol 121 MovieClip Frame 1
stop();
Symbol 121 MovieClip Frame 2
stop();
Symbol 124 MovieClip Frame 1
this._x = this._x + laserMoveSpeed;
Symbol 124 MovieClip Frame 2
if (460 < this._x) {
this.removeMovieClip();
} else {
gotoAndPlay (1);
}
Symbol 124 MovieClip Frame 7
this._x = this._x - laserMoveSpeed;
Symbol 124 MovieClip Frame 8
if (this._x < 40) {
this.removeMovieClip();
} else {
gotoAndPlay (7);
}
Symbol 125 MovieClip Frame 1
Speed = random(5) - 10;
setProperty(this, _x , 640);
setProperty(this, _y , random(100) + 5);
Symbol 125 MovieClip Frame 4
setProperty(this, _x , (_x - 15) - Speed);
Symbol 125 MovieClip Frame 8
gotoAndPlay (2);
if (getProperty(this, _x) < 0) {
this.gotoAndPlay(1);
}
Symbol 128 MovieClip Frame 1
stop();
Symbol 128 MovieClip Frame 3
gotoAndStop (1);
Symbol 129 MovieClip Frame 1
Speed = random(20) + 10;
setProperty(this, _x , 3200);
setProperty(this, _y , random(220) + 30);
Symbol 129 MovieClip Frame 4
setProperty(this, _x , (_x - 15) - Speed);
Symbol 129 MovieClip Frame 7
gotoAndPlay (2);
if (0 >= getProperty(this, _x)) {
this.gotoAndPlay(1);
}
Symbol 130 MovieClip Frame 1
if (_root.Bigshot >= 100) {
stopAllSounds();
tellTarget (_root) {
gotoAndStop ("GoodJob3");
};
}
Symbol 134 Button
on (release) {
gotoAndPlay (35);
}
Symbol 138 Button
on (release) {
gotoAndStop (84);
}
Symbol 148 MovieClip Frame 1
stop();
Symbol 149 MovieClip Frame 91
stop();
Symbol 150 MovieClip Frame 86
stop();
stopAllSounds();