Frame 1
stop();
ifFrameLoaded (1) {
gotoAndPlay (28);
}
Instance of Symbol 79 MovieClip "ninja20" in Frame 1
onClipEvent (enterFrame) {
this.enabled = false;
}
Frame 20
Frame 28
stop();
Instance of Symbol 79 MovieClip "ninja1" in Frame 28
onClipEvent (enterFrame) {
this.enabled = false;
}
Instance of Symbol 79 MovieClip "ninja31" in Frame 28
onClipEvent (enterFrame) {
this.enabled = false;
}
Frame 29
function checker() {
bulletCountText.text = bulletCount;
if (bulletCount > 0) {
_root.reloadSign._visible = false;
}
if (bulletCount <= 0) {
_root.reloadSign._visible = true;
}
}
function checker2() {
if (timer < 40) {
timer++;
}
timerCounter.text = timerCounter.text - 1;
if (timer == 40) {
timer = 0;
gotoAndStop (30);
}
}
stop();
bigNinjaKill = 0;
KillCountVar = 0;
hsNewName = "";
newTotalShots = 0;
setInterval(checker, 200);
setInterval(checker2, 1000);
Instance of Symbol 208 MovieClip in Frame 29
on (release) {
function runTests2() {
if (_root.bulletCount == 1) {
_root.bullet1._visible = false;
}
if (_root.bulletCount == 2) {
_root.bullet2._visible = false;
}
if (_root.bulletCount == 3) {
_root.bullet3._visible = false;
}
if (_root.bulletCount == 4) {
_root.bullet4._visible = false;
}
if (_root.bulletCount > 0) {
_root.bulletCount--;
_root.newTotalShots++;
}
}
runTests2();
}
Instance of Symbol 79 MovieClip "ninja1" in Frame 29
onClipEvent (load) {
speedx = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - speedx;
if (this._x <= 50) {
this.gotoAndPlay(110);
speedx = 0;
}
if (this._x <= 400) {
speedx = 5;
}
}
on (release) {
function runTests() {
if (_root.bulletCount == 1) {
_root.bullet1._visible = false;
}
if (_root.bulletCount == 2) {
_root.bullet2._visible = false;
}
if (_root.bulletCount == 3) {
_root.bullet3._visible = false;
}
if (_root.bulletCount == 4) {
_root.bullet4._visible = false;
}
if (_root.bulletCount > 0) {
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
this.gotoAndPlay(21);
this.enabled = false;
speedx = 0;
_root.bulletCount--;
_root.newTotalShots++;
}
}
runTests();
}
Instance of Symbol 79 MovieClip "ninja2" in Frame 29
onClipEvent (load) {
speedx = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - speedx;
if (this._x <= 50) {
this.gotoAndPlay(110);
speedx = 0;
}
if (this._x <= 300) {
speedx = 4;
}
}
on (release) {
function runTests() {
if (_root.bulletCount == 1) {
_root.bullet1._visible = false;
}
if (_root.bulletCount == 2) {
_root.bullet2._visible = false;
}
if (_root.bulletCount == 3) {
_root.bullet3._visible = false;
}
if (_root.bulletCount == 4) {
_root.bullet4._visible = false;
}
if (_root.bulletCount > 0) {
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
this.gotoAndPlay(21);
this.enabled = false;
speedx = 0;
_root.bulletCount--;
_root.newTotalShots++;
}
}
runTests();
}
Instance of Symbol 79 MovieClip "ninja3" in Frame 29
onClipEvent (load) {
speedx = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - speedx;
if (this._x <= 50) {
this.gotoAndPlay(110);
speedx = 0;
}
}
on (release) {
function runTests() {
if (_root.bulletCount == 1) {
_root.bullet1._visible = false;
}
if (_root.bulletCount == 2) {
_root.bullet2._visible = false;
}
if (_root.bulletCount == 3) {
_root.bullet3._visible = false;
}
if (_root.bulletCount == 4) {
_root.bullet4._visible = false;
}
if (_root.bulletCount > 0) {
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
this.gotoAndPlay(21);
this.enabled = false;
speedx = 0;
_root.bulletCount--;
_root.newTotalShots++;
}
}
runTests();
}
Instance of Symbol 79 MovieClip "ninja4" in Frame 29
onClipEvent (load) {
speedx = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - speedx;
if (this._x <= 50) {
this.gotoAndPlay(110);
speedx = 0;
}
}
on (release) {
function runTests() {
if (_root.bulletCount == 1) {
_root.bullet1._visible = false;
}
if (_root.bulletCount == 2) {
_root.bullet2._visible = false;
}
if (_root.bulletCount == 3) {
_root.bullet3._visible = false;
}
if (_root.bulletCount == 4) {
_root.bullet4._visible = false;
}
if (_root.bulletCount > 0) {
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
this.gotoAndPlay(21);
this.enabled = false;
speedx = 0;
_root.bulletCount--;
_root.newTotalShots++;
}
}
runTests();
}
Instance of Symbol 79 MovieClip "ninja5" in Frame 29
onClipEvent (load) {
speedx = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - speedx;
if (this._x <= 50) {
this.gotoAndPlay(110);
speedx = 0;
}
}
on (release) {
function runTests() {
if (_root.bulletCount == 1) {
_root.bullet1._visible = false;
}
if (_root.bulletCount == 2) {
_root.bullet2._visible = false;
}
if (_root.bulletCount == 3) {
_root.bullet3._visible = false;
}
if (_root.bulletCount == 4) {
_root.bullet4._visible = false;
}
if (_root.bulletCount > 0) {
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
this.gotoAndPlay(21);
this.enabled = false;
speedx = 0;
_root.bulletCount--;
_root.newTotalShots++;
}
}
runTests();
}
Instance of Symbol 79 MovieClip "ninja6" in Frame 29
onClipEvent (load) {
speedx = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - speedx;
if (this._x <= 50) {
this.gotoAndPlay(110);
speedx = 0;
}
if (this._x <= 400) {
speedx = 5;
}
}
on (release) {
function runTests() {
if (_root.bulletCount == 1) {
_root.bullet1._visible = false;
}
if (_root.bulletCount == 2) {
_root.bullet2._visible = false;
}
if (_root.bulletCount == 3) {
_root.bullet3._visible = false;
}
if (_root.bulletCount == 4) {
_root.bullet4._visible = false;
}
if (_root.bulletCount > 0) {
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
this.gotoAndPlay(21);
this.enabled = false;
speedx = 0;
_root.bulletCount--;
_root.newTotalShots++;
}
}
runTests();
}
Instance of Symbol 79 MovieClip "ninja7" in Frame 29
onClipEvent (load) {
speedx = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - speedx;
if (this._x <= 50) {
this.gotoAndPlay(110);
speedx = 0;
}
if (this._x <= 300) {
speedx = 4;
}
}
on (release) {
function runTests() {
if (_root.bulletCount == 1) {
_root.bullet1._visible = false;
}
if (_root.bulletCount == 2) {
_root.bullet2._visible = false;
}
if (_root.bulletCount == 3) {
_root.bullet3._visible = false;
}
if (_root.bulletCount == 4) {
_root.bullet4._visible = false;
}
if (_root.bulletCount > 0) {
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
this.gotoAndPlay(21);
this.enabled = false;
speedx = 0;
_root.bulletCount--;
_root.newTotalShots++;
}
}
runTests();
}
Instance of Symbol 79 MovieClip "ninja8" in Frame 29
onClipEvent (load) {
speedx = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - speedx;
if (this._x <= 50) {
this.gotoAndPlay(110);
speedx = 0;
}
}
on (release) {
function runTests() {
if (_root.bulletCount == 1) {
_root.bullet1._visible = false;
}
if (_root.bulletCount == 2) {
_root.bullet2._visible = false;
}
if (_root.bulletCount == 3) {
_root.bullet3._visible = false;
}
if (_root.bulletCount == 4) {
_root.bullet4._visible = false;
}
if (_root.bulletCount > 0) {
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
this.gotoAndPlay(21);
this.enabled = false;
speedx = 0;
_root.bulletCount--;
_root.newTotalShots++;
}
}
runTests();
}
Instance of Symbol 79 MovieClip "ninja9" in Frame 29
onClipEvent (load) {
speedx = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - speedx;
if (this._x <= 50) {
this.gotoAndPlay(110);
speedx = 0;
}
}
on (release) {
function runTests() {
if (_root.bulletCount == 1) {
_root.bullet1._visible = false;
}
if (_root.bulletCount == 2) {
_root.bullet2._visible = false;
}
if (_root.bulletCount == 3) {
_root.bullet3._visible = false;
}
if (_root.bulletCount == 4) {
_root.bullet4._visible = false;
}
if (_root.bulletCount > 0) {
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
this.gotoAndPlay(21);
this.enabled = false;
speedx = 0;
_root.bulletCount--;
_root.newTotalShots++;
}
}
runTests();
}
Instance of Symbol 79 MovieClip "ninja10" in Frame 29
onClipEvent (load) {
speedx = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - speedx;
if (this._x <= 50) {
this.gotoAndPlay(110);
speedx = 0;
}
}
on (release) {
function runTests() {
if (_root.bulletCount == 1) {
_root.bullet1._visible = false;
}
if (_root.bulletCount == 2) {
_root.bullet2._visible = false;
}
if (_root.bulletCount == 3) {
_root.bullet3._visible = false;
}
if (_root.bulletCount == 4) {
_root.bullet4._visible = false;
}
if (_root.bulletCount > 0) {
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
this.gotoAndPlay(21);
this.enabled = false;
speedx = 0;
_root.bulletCount--;
_root.newTotalShots++;
}
}
runTests();
}
Instance of Symbol 79 MovieClip "ninja11" in Frame 29
onClipEvent (load) {
speedx = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - speedx;
if (this._x <= 50) {
this.gotoAndPlay(110);
speedx = 0;
}
if (this._x <= 400) {
speedx = 5;
}
}
on (release) {
function runTests() {
if (_root.bulletCount == 1) {
_root.bullet1._visible = false;
}
if (_root.bulletCount == 2) {
_root.bullet2._visible = false;
}
if (_root.bulletCount == 3) {
_root.bullet3._visible = false;
}
if (_root.bulletCount == 4) {
_root.bullet4._visible = false;
}
if (_root.bulletCount > 0) {
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
this.gotoAndPlay(21);
this.enabled = false;
speedx = 0;
_root.bulletCount--;
_root.newTotalShots++;
}
}
runTests();
}
Instance of Symbol 79 MovieClip "ninja12" in Frame 29
onClipEvent (load) {
speedx = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - speedx;
if (this._x <= 50) {
this.gotoAndPlay(110);
speedx = 0;
}
if (this._x <= 300) {
speedx = 4;
}
}
on (release) {
function runTests() {
if (_root.bulletCount == 1) {
_root.bullet1._visible = false;
}
if (_root.bulletCount == 2) {
_root.bullet2._visible = false;
}
if (_root.bulletCount == 3) {
_root.bullet3._visible = false;
}
if (_root.bulletCount == 4) {
_root.bullet4._visible = false;
}
if (_root.bulletCount > 0) {
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
this.gotoAndPlay(21);
this.enabled = false;
speedx = 0;
_root.bulletCount--;
_root.newTotalShots++;
}
}
runTests();
}
Instance of Symbol 79 MovieClip "ninja13" in Frame 29
onClipEvent (load) {
speedx = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - speedx;
if (this._x <= 50) {
this.gotoAndPlay(110);
speedx = 0;
}
}
on (release) {
function runTests() {
if (_root.bulletCount == 1) {
_root.bullet1._visible = false;
}
if (_root.bulletCount == 2) {
_root.bullet2._visible = false;
}
if (_root.bulletCount == 3) {
_root.bullet3._visible = false;
}
if (_root.bulletCount == 4) {
_root.bullet4._visible = false;
}
if (_root.bulletCount > 0) {
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
this.gotoAndPlay(21);
this.enabled = false;
speedx = 0;
_root.bulletCount--;
_root.newTotalShots++;
}
}
runTests();
}
Instance of Symbol 79 MovieClip "ninja14" in Frame 29
onClipEvent (load) {
speedx = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - speedx;
if (this._x <= 50) {
this.gotoAndPlay(110);
speedx = 0;
}
}
on (release) {
function runTests() {
if (_root.bulletCount == 1) {
_root.bullet1._visible = false;
}
if (_root.bulletCount == 2) {
_root.bullet2._visible = false;
}
if (_root.bulletCount == 3) {
_root.bullet3._visible = false;
}
if (_root.bulletCount == 4) {
_root.bullet4._visible = false;
}
if (_root.bulletCount > 0) {
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
this.gotoAndPlay(21);
this.enabled = false;
speedx = 0;
_root.bulletCount--;
_root.newTotalShots++;
}
}
runTests();
}
Instance of Symbol 79 MovieClip "ninja15" in Frame 29
onClipEvent (load) {
speedx = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - speedx;
if (this._x <= 50) {
this.gotoAndPlay(110);
speedx = 0;
}
}
on (release) {
function runTests() {
if (_root.bulletCount == 1) {
_root.bullet1._visible = false;
}
if (_root.bulletCount == 2) {
_root.bullet2._visible = false;
}
if (_root.bulletCount == 3) {
_root.bullet3._visible = false;
}
if (_root.bulletCount == 4) {
_root.bullet4._visible = false;
}
if (_root.bulletCount > 0) {
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
this.gotoAndPlay(21);
this.enabled = false;
speedx = 0;
_root.bulletCount--;
_root.newTotalShots++;
}
}
runTests();
}
Instance of Symbol 79 MovieClip "ninja16" in Frame 29
onClipEvent (load) {
speedx = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - speedx;
if (this._x <= 50) {
this.gotoAndPlay(110);
speedx = 0;
}
if (this._x <= 600) {
speedx = 5;
}
}
on (release) {
function runTests() {
if (_root.bulletCount == 1) {
_root.bullet1._visible = false;
}
if (_root.bulletCount == 2) {
_root.bullet2._visible = false;
}
if (_root.bulletCount == 3) {
_root.bullet3._visible = false;
}
if (_root.bulletCount == 4) {
_root.bullet4._visible = false;
}
if (_root.bulletCount > 0) {
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
this.gotoAndPlay(21);
this.enabled = false;
speedx = 0;
_root.bulletCount--;
_root.newTotalShots++;
}
}
runTests();
}
Instance of Symbol 79 MovieClip "ninja17" in Frame 29
onClipEvent (load) {
speedx = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - speedx;
if (this._x <= 50) {
this.gotoAndPlay(110);
speedx = 0;
}
if (this._x <= 300) {
speedx = 4;
}
}
on (release) {
function runTests() {
if (_root.bulletCount == 1) {
_root.bullet1._visible = false;
}
if (_root.bulletCount == 2) {
_root.bullet2._visible = false;
}
if (_root.bulletCount == 3) {
_root.bullet3._visible = false;
}
if (_root.bulletCount == 4) {
_root.bullet4._visible = false;
}
if (_root.bulletCount > 0) {
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
this.gotoAndPlay(21);
this.enabled = false;
speedx = 0;
_root.bulletCount--;
_root.newTotalShots++;
}
}
runTests();
}
Instance of Symbol 79 MovieClip "ninja18" in Frame 29
onClipEvent (load) {
speedx = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - speedx;
if (this._x <= 50) {
this.gotoAndPlay(110);
speedx = 0;
}
}
on (release) {
function runTests() {
if (_root.bulletCount == 1) {
_root.bullet1._visible = false;
}
if (_root.bulletCount == 2) {
_root.bullet2._visible = false;
}
if (_root.bulletCount == 3) {
_root.bullet3._visible = false;
}
if (_root.bulletCount == 4) {
_root.bullet4._visible = false;
}
if (_root.bulletCount > 0) {
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
this.gotoAndPlay(21);
this.enabled = false;
speedx = 0;
_root.bulletCount--;
_root.newTotalShots++;
}
}
runTests();
}
Instance of Symbol 79 MovieClip "ninja19" in Frame 29
onClipEvent (load) {
speedx = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - speedx;
if (this._x <= 50) {
this.gotoAndPlay(110);
speedx = 0;
}
}
on (release) {
function runTests() {
if (_root.bulletCount == 1) {
_root.bullet1._visible = false;
}
if (_root.bulletCount == 2) {
_root.bullet2._visible = false;
}
if (_root.bulletCount == 3) {
_root.bullet3._visible = false;
}
if (_root.bulletCount == 4) {
_root.bullet4._visible = false;
}
if (_root.bulletCount > 0) {
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
this.gotoAndPlay(21);
this.enabled = false;
speedx = 0;
_root.bulletCount--;
_root.newTotalShots++;
}
}
runTests();
}
Instance of Symbol 79 MovieClip "ninja20" in Frame 29
onClipEvent (load) {
speedx = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - speedx;
if (this._x <= 50) {
this.gotoAndPlay(110);
speedx = 0;
}
}
on (release) {
function runTests() {
if (_root.bulletCount == 1) {
_root.bullet1._visible = false;
}
if (_root.bulletCount == 2) {
_root.bullet2._visible = false;
}
if (_root.bulletCount == 3) {
_root.bullet3._visible = false;
}
if (_root.bulletCount == 4) {
_root.bullet4._visible = false;
}
if (_root.bulletCount > 0) {
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
this.gotoAndPlay(21);
this.enabled = false;
speedx = 0;
_root.bulletCount--;
_root.newTotalShots++;
}
}
runTests();
}
Instance of Symbol 79 MovieClip "ninja20" in Frame 29
onClipEvent (load) {
speedx = 1;
}
onClipEvent (enterFrame) {
this._x = this._x - speedx;
if (this._x <= 50) {
this.gotoAndPlay(110);
speedx = 0;
}
}
on (release) {
function runTests() {
if (_root.bulletCount == 1) {
_root.bullet1._visible = false;
}
if (_root.bulletCount == 2) {
_root.bullet2._visible = false;
}
if (_root.bulletCount == 3) {
_root.bullet3._visible = false;
}
if (_root.bulletCount == 4) {
_root.bullet4._visible = false;
}
if (_root.bulletCount > 0) {
_root.bulletCount--;
_root.newTotalShots++;
bigNinjaKill++;
}
if ((_root.bulletCount > 0) && (bigNinjaKill >= 5)) {
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
this.gotoAndPlay(21);
this.enabled = false;
speedx = 0;
}
}
runTests();
}
Instance of Symbol 79 MovieClip "ninja20" in Frame 29
onClipEvent (load) {
speedx = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - speedx;
if (this._x <= 50) {
this.gotoAndPlay(110);
speedx = 0;
}
}
on (release) {
function runTests() {
if (_root.bulletCount == 1) {
_root.bullet1._visible = false;
}
if (_root.bulletCount == 2) {
_root.bullet2._visible = false;
}
if (_root.bulletCount == 3) {
_root.bullet3._visible = false;
}
if (_root.bulletCount == 4) {
_root.bullet4._visible = false;
}
if (_root.bulletCount > 0) {
_root.bulletCount--;
_root.newTotalShots++;
bigNinjaKill++;
}
if ((_root.bulletCount > 0) && (bigNinjaKill >= 5)) {
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
this.gotoAndPlay(21);
this.enabled = false;
speedx = 0;
}
}
runTests();
}
Instance of Symbol 79 MovieClip "ninja20" in Frame 29
onClipEvent (load) {
speedx = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - speedx;
if (this._x <= 50) {
this.gotoAndPlay(110);
speedx = 0;
}
}
on (release) {
function runTests() {
if (_root.bulletCount == 1) {
_root.bullet1._visible = false;
}
if (_root.bulletCount == 2) {
_root.bullet2._visible = false;
}
if (_root.bulletCount == 3) {
_root.bullet3._visible = false;
}
if (_root.bulletCount == 4) {
_root.bullet4._visible = false;
}
if (_root.bulletCount > 0) {
_root.bulletCount--;
_root.newTotalShots++;
bigNinjaKill++;
}
if ((_root.bulletCount > 0) && (bigNinjaKill >= 3)) {
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
this.gotoAndPlay(21);
this.enabled = false;
speedx = 0;
}
}
runTests();
}
Instance of Symbol 79 MovieClip "ninja32" in Frame 29
onClipEvent (load) {
speedx = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - speedx;
if (this._x <= 50) {
this.gotoAndPlay(110);
speedx = 0;
}
}
on (release) {
function runTests() {
if (_root.bulletCount == 1) {
_root.bullet1._visible = false;
}
if (_root.bulletCount == 2) {
_root.bullet2._visible = false;
}
if (_root.bulletCount == 3) {
_root.bullet3._visible = false;
}
if (_root.bulletCount == 4) {
_root.bullet4._visible = false;
}
if (_root.bulletCount > 0) {
_root.bulletCount--;
_root.newTotalShots++;
bigNinjaKill++;
}
if ((_root.bulletCount > 0) && (bigNinjaKill >= 3)) {
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
this.gotoAndPlay(21);
this.enabled = false;
speedx = 0;
}
}
runTests();
}
Instance of Symbol 79 MovieClip "ninja31" in Frame 29
onClipEvent (load) {
speedx = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - speedx;
if (this._x <= 50) {
this.gotoAndPlay(110);
speedx = 0;
}
}
on (release) {
function runTests() {
if (_root.bulletCount == 1) {
_root.bullet1._visible = false;
}
if (_root.bulletCount == 2) {
_root.bullet2._visible = false;
}
if (_root.bulletCount == 3) {
_root.bullet3._visible = false;
}
if (_root.bulletCount == 4) {
_root.bullet4._visible = false;
}
if (_root.bulletCount > 0) {
_root.bulletCount--;
_root.newTotalShots++;
bigNinjaKill++;
}
if ((_root.bulletCount > 0) && (bigNinjaKill >= 3)) {
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
this.gotoAndPlay(21);
this.enabled = false;
speedx = 0;
}
}
runTests();
}
Instance of Symbol 79 MovieClip "ninja20" in Frame 29
onClipEvent (load) {
speedx = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - speedx;
if (this._x <= 50) {
this.gotoAndPlay(110);
speedx = 0;
}
}
on (release) {
function runTests() {
if (_root.bulletCount == 1) {
_root.bullet1._visible = false;
}
if (_root.bulletCount == 2) {
_root.bullet2._visible = false;
}
if (_root.bulletCount == 3) {
_root.bullet3._visible = false;
}
if (_root.bulletCount == 4) {
_root.bullet4._visible = false;
}
if (_root.bulletCount > 0) {
_root.bulletCount--;
_root.newTotalShots++;
bigNinjaKill++;
}
if ((_root.bulletCount > 0) && (bigNinjaKill >= 3)) {
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
this.gotoAndPlay(21);
this.enabled = false;
speedx = 0;
}
}
runTests();
}
Instance of Symbol 79 MovieClip "ninja20" in Frame 29
onClipEvent (load) {
speedx = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - speedx;
if (this._x <= 50) {
this.gotoAndPlay(110);
speedx = 0;
}
}
on (release) {
function runTests() {
if (_root.bulletCount == 1) {
_root.bullet1._visible = false;
}
if (_root.bulletCount == 2) {
_root.bullet2._visible = false;
}
if (_root.bulletCount == 3) {
_root.bullet3._visible = false;
}
if (_root.bulletCount == 4) {
_root.bullet4._visible = false;
}
if (_root.bulletCount > 0) {
_root.bulletCount--;
_root.newTotalShots++;
bigNinjaKill++;
}
if ((_root.bulletCount > 0) && (bigNinjaKill >= 3)) {
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
this.gotoAndPlay(21);
this.enabled = false;
speedx = 0;
}
}
runTests();
}
Instance of Symbol 79 MovieClip "ninja20" in Frame 29
onClipEvent (load) {
speedx = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - speedx;
if (this._x <= 50) {
this.gotoAndPlay(110);
speedx = 0;
}
}
on (release) {
function runTests() {
if (_root.bulletCount == 1) {
_root.bullet1._visible = false;
}
if (_root.bulletCount == 2) {
_root.bullet2._visible = false;
}
if (_root.bulletCount == 3) {
_root.bullet3._visible = false;
}
if (_root.bulletCount == 4) {
_root.bullet4._visible = false;
}
if (_root.bulletCount > 0) {
_root.bulletCount--;
_root.newTotalShots++;
bigNinjaKill++;
}
if ((_root.bulletCount > 0) && (bigNinjaKill >= 3)) {
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
this.gotoAndPlay(21);
this.enabled = false;
speedx = 0;
}
}
runTests();
}
Instance of Symbol 79 MovieClip "ninja20" in Frame 29
onClipEvent (load) {
speedx = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - speedx;
if (this._x <= 50) {
this.gotoAndPlay(110);
speedx = 0;
}
}
on (release) {
function runTests() {
if (_root.bulletCount == 1) {
_root.bullet1._visible = false;
}
if (_root.bulletCount == 2) {
_root.bullet2._visible = false;
}
if (_root.bulletCount == 3) {
_root.bullet3._visible = false;
}
if (_root.bulletCount == 4) {
_root.bullet4._visible = false;
}
if (_root.bulletCount > 0) {
_root.bulletCount--;
_root.newTotalShots++;
bigNinjaKill++;
}
if ((_root.bulletCount > 0) && (bigNinjaKill >= 3)) {
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
this.gotoAndPlay(21);
this.enabled = false;
speedx = 0;
}
}
runTests();
}
Instance of Symbol 79 MovieClip "ninja20" in Frame 29
onClipEvent (load) {
speedx = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - speedx;
if (this._x <= 50) {
this.gotoAndPlay(110);
speedx = 0;
}
}
on (release) {
function runTests() {
if (_root.bulletCount == 1) {
_root.bullet1._visible = false;
}
if (_root.bulletCount == 2) {
_root.bullet2._visible = false;
}
if (_root.bulletCount == 3) {
_root.bullet3._visible = false;
}
if (_root.bulletCount == 4) {
_root.bullet4._visible = false;
}
if (_root.bulletCount > 0) {
_root.bulletCount--;
_root.newTotalShots++;
bigNinjaKill++;
}
if ((_root.bulletCount > 0) && (bigNinjaKill >= 3)) {
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
this.gotoAndPlay(21);
this.enabled = false;
speedx = 0;
}
}
runTests();
}
Instance of Symbol 79 MovieClip "ninja20" in Frame 29
onClipEvent (load) {
speedx = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - speedx;
if (this._x <= 50) {
this.gotoAndPlay(110);
speedx = 0;
}
}
on (release) {
function runTests() {
if (_root.bulletCount == 1) {
_root.bullet1._visible = false;
}
if (_root.bulletCount == 2) {
_root.bullet2._visible = false;
}
if (_root.bulletCount == 3) {
_root.bullet3._visible = false;
}
if (_root.bulletCount == 4) {
_root.bullet4._visible = false;
}
if (_root.bulletCount > 0) {
_root.bulletCount--;
_root.newTotalShots++;
bigNinjaKill++;
}
if ((_root.bulletCount > 0) && (bigNinjaKill >= 3)) {
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
this.gotoAndPlay(21);
this.enabled = false;
speedx = 0;
}
}
runTests();
}
Instance of Symbol 79 MovieClip "ninja20" in Frame 29
onClipEvent (load) {
speedx = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - speedx;
if (this._x <= 50) {
this.gotoAndPlay(110);
speedx = 0;
}
if (this._x <= 500) {
speedx = 1;
}
}
on (release) {
function runTests() {
if (_root.bulletCount == 1) {
_root.bullet1._visible = false;
}
if (_root.bulletCount == 2) {
_root.bullet2._visible = false;
}
if (_root.bulletCount == 3) {
_root.bullet3._visible = false;
}
if (_root.bulletCount == 4) {
_root.bullet4._visible = false;
}
if (_root.bulletCount > 0) {
_root.bulletCount--;
_root.newTotalShots++;
bigNinjaKill++;
}
if ((_root.bulletCount > 0) && (bigNinjaKill >= 5)) {
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
this.gotoAndPlay(21);
this.enabled = false;
speedx = 0;
}
}
runTests();
}
Instance of Symbol 79 MovieClip "ninja20" in Frame 29
onClipEvent (load) {
speedx = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - speedx;
if (this._x <= 50) {
this.gotoAndPlay(110);
speedx = 0;
}
if (this._x <= 700) {
speedx = 5;
}
}
on (release) {
function runTests() {
if (_root.bulletCount == 1) {
_root.bullet1._visible = false;
}
if (_root.bulletCount == 2) {
_root.bullet2._visible = false;
}
if (_root.bulletCount == 3) {
_root.bullet3._visible = false;
}
if (_root.bulletCount == 4) {
_root.bullet4._visible = false;
}
if (_root.bulletCount > 0) {
_root.bulletCount--;
_root.newTotalShots++;
bigNinjaKill++;
}
if ((_root.bulletCount > 0) && (bigNinjaKill >= 1)) {
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
this.gotoAndPlay(21);
this.enabled = false;
speedx = 0;
}
}
runTests();
}
Instance of Symbol 79 MovieClip "ninja20" in Frame 29
onClipEvent (load) {
speedx = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - speedx;
if (this._x <= 50) {
this.gotoAndPlay(110);
speedx = 0;
}
if (this._x <= 700) {
speedx = 5;
}
}
on (release) {
function runTests() {
if (_root.bulletCount == 1) {
_root.bullet1._visible = false;
}
if (_root.bulletCount == 2) {
_root.bullet2._visible = false;
}
if (_root.bulletCount == 3) {
_root.bullet3._visible = false;
}
if (_root.bulletCount == 4) {
_root.bullet4._visible = false;
}
if (_root.bulletCount > 0) {
_root.bulletCount--;
_root.newTotalShots++;
bigNinjaKill++;
}
if ((_root.bulletCount > 0) && (bigNinjaKill >= 1)) {
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
this.gotoAndPlay(21);
this.enabled = false;
speedx = 0;
}
}
runTests();
}
Instance of Symbol 79 MovieClip "ninja20" in Frame 29
onClipEvent (load) {
speedx = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - speedx;
if (this._x <= 50) {
this.gotoAndPlay(110);
speedx = 0;
}
if (this._x <= 700) {
speedx = 5;
}
}
on (release) {
function runTests() {
if (_root.bulletCount == 1) {
_root.bullet1._visible = false;
}
if (_root.bulletCount == 2) {
_root.bullet2._visible = false;
}
if (_root.bulletCount == 3) {
_root.bullet3._visible = false;
}
if (_root.bulletCount == 4) {
_root.bullet4._visible = false;
}
if (_root.bulletCount > 0) {
_root.bulletCount--;
_root.newTotalShots++;
bigNinjaKill++;
}
if ((_root.bulletCount > 0) && (bigNinjaKill >= 1)) {
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
this.gotoAndPlay(21);
this.enabled = false;
speedx = 0;
}
}
runTests();
}
Instance of Symbol 79 MovieClip "ninja20" in Frame 29
onClipEvent (load) {
speedx = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - speedx;
if (this._x <= 50) {
this.gotoAndPlay(110);
speedx = 0;
}
if (this._x <= 700) {
speedx = 5;
}
}
on (release) {
function runTests() {
if (_root.bulletCount == 1) {
_root.bullet1._visible = false;
}
if (_root.bulletCount == 2) {
_root.bullet2._visible = false;
}
if (_root.bulletCount == 3) {
_root.bullet3._visible = false;
}
if (_root.bulletCount == 4) {
_root.bullet4._visible = false;
}
if (_root.bulletCount > 0) {
_root.bulletCount--;
_root.newTotalShots++;
bigNinjaKill++;
}
if ((_root.bulletCount > 0) && (bigNinjaKill >= 1)) {
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
this.gotoAndPlay(21);
this.enabled = false;
speedx = 0;
}
}
runTests();
}
Instance of Symbol 79 MovieClip "ninja20" in Frame 29
onClipEvent (load) {
speedx = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - speedx;
if (this._x <= 50) {
this.gotoAndPlay(110);
speedx = 0;
}
if (this._x <= 700) {
speedx = 5;
}
}
on (release) {
function runTests() {
if (_root.bulletCount == 1) {
_root.bullet1._visible = false;
}
if (_root.bulletCount == 2) {
_root.bullet2._visible = false;
}
if (_root.bulletCount == 3) {
_root.bullet3._visible = false;
}
if (_root.bulletCount == 4) {
_root.bullet4._visible = false;
}
if (_root.bulletCount > 0) {
_root.bulletCount--;
_root.newTotalShots++;
bigNinjaKill++;
}
if ((_root.bulletCount > 0) && (bigNinjaKill >= 1)) {
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
this.gotoAndPlay(21);
this.enabled = false;
speedx = 0;
}
}
runTests();
}
Instance of Symbol 79 MovieClip "ninja20" in Frame 29
onClipEvent (load) {
speedx = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - speedx;
if (this._x <= 50) {
this.gotoAndPlay(110);
speedx = 0;
}
if (this._x <= 700) {
speedx = 5;
}
}
on (release) {
function runTests() {
if (_root.bulletCount == 1) {
_root.bullet1._visible = false;
}
if (_root.bulletCount == 2) {
_root.bullet2._visible = false;
}
if (_root.bulletCount == 3) {
_root.bullet3._visible = false;
}
if (_root.bulletCount == 4) {
_root.bullet4._visible = false;
}
if (_root.bulletCount > 0) {
_root.bulletCount--;
_root.newTotalShots++;
bigNinjaKill++;
}
if ((_root.bulletCount > 0) && (bigNinjaKill >= 1)) {
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
_root.KillCountVar++;
_root.KillCount.text == KillCountVar;
this.gotoAndPlay(21);
this.enabled = false;
speedx = 0;
}
}
runTests();
}
Instance of Symbol 216 MovieClip "bullet1" in Frame 29
onClipEvent (load) {
_root.bullet1._visible = false;
_root.bulletCount = 0;
}
Instance of Symbol 216 MovieClip "bullet2" in Frame 29
onClipEvent (load) {
_root.bullet2._visible = false;
}
Instance of Symbol 216 MovieClip "bullet3" in Frame 29
onClipEvent (load) {
_root.bullet3._visible = false;
}
Instance of Symbol 216 MovieClip "bullet4" in Frame 29
onClipEvent (load) {
_root.bullet4._visible = false;
}
Instance of Symbol 220 MovieClip "reloadSign" in Frame 29
onClipEvent (load) {
_root.reloadSign._visible = false;
}
Instance of Symbol 227 MovieClip "gun" in Frame 29
onClipEvent (enterFrame) {
startDrag (this, true);
Mouse.hide();
}
Frame 31
hsNewNameText.text = hsNewName;
hsKills.text = KillCountVar;
hsShots.text = KillCountVar + newTotalShots;
hsAcc.text = 100 * (KillCountVar / (KillCountVar + newTotalShots));
Symbol 10 MovieClip Frame 1
function timerHandler() {
if (!loadingComplete) {
var _local4 = _root.getBytesLoaded() / _root.getBytesTotal();
bar._xscale = 100 * _local4;
if (_local4 == 1) {
loadingComplete = true;
if (AUTO_PLAY) {
startMovie();
} else {
gotoAndStop ("loaded");
}
return(undefined);
}
}
dt = getTimer() - time;
time = time + dt;
frameAccum = frameAccum + dt;
var _local3 = 0;
while ((frameAccum >= FRAME_TIME) && (_local3 < MAX_FRAME_SKIP)) {
advanceFrame(tankLogo, true, true);
advanceFrame(loadingText, false, true);
advanceFrame(barGfx, false, true);
if (loadingComplete) {
advanceFrame(this, false, false);
}
(frameAccum = frameAccum - FRAME_TIME);
_local3++;
}
updateAfterEvent();
}
function advanceFrame(clip, recurse, loop) {
if (!clip) {
return(undefined);
}
clip.stop();
if (clip._currentframe == clip._totalframes) {
if (loop) {
clip.gotoAndStop(1);
}
} else {
clip.nextFrame();
}
if (recurse) {
for (childName in clip) {
if (typeof(clip[childName]) == "movieclip") {
advanceFrame(clip[childName], recurse, loop);
}
}
}
}
function startMovie() {
clearInterval(intervalId);
_root.play();
}
_root.stop();
stop();
var FRAME_TIME = 33.3333333333333;
var AUTO_PLAY = false;
var MAX_FRAME_SKIP = 5;
var loadingComplete;
var intervalId;
var time;
var frameAccum;
loadingComplete = false;
intervalId = setInterval(this, "timerHandler", FRAME_TIME / 2);
frameAccum = 0;
time = getTimer();
timerHandler();
Symbol 10 MovieClip Frame 37
startMovie();
Symbol 79 MovieClip Frame 20
gotoAndPlay (1);
Symbol 79 MovieClip Frame 110
stop();
unloadMovie (this);
Symbol 92 MovieClip Frame 1
play();
Symbol 92 MovieClip Frame 10
stop();
Symbol 103 MovieClip Frame 1
play();
Symbol 103 MovieClip Frame 10
stop();
Symbol 114 MovieClip Frame 1
play();
Symbol 114 MovieClip Frame 10
stop();
Symbol 125 MovieClip Frame 1
play();
Symbol 125 MovieClip Frame 10
stop();
Symbol 136 MovieClip Frame 1
play();
Symbol 136 MovieClip Frame 10
stop();
Symbol 147 MovieClip Frame 1
play();
Symbol 147 MovieClip Frame 10
stop();
Symbol 158 MovieClip Frame 1
play();
Symbol 158 MovieClip Frame 10
stop();
Symbol 169 Button
on (release) {
gotoAndPlay (29);
}
Symbol 214 Button
on (release) {
if (bulletCount < 4) {
bulletCount++;
}
if (bulletCount == 1) {
_root.bullet1._visible = true;
}
if (_root.bulletCount == 2) {
_root.bullet2._visible = true;
}
if (_root.bulletCount == 3) {
_root.bullet3._visible = true;
}
if (_root.bulletCount == 4) {
_root.bullet4._visible = true;
}
}
Symbol 216 MovieClip Frame 1
stop();
Symbol 216 MovieClip Frame 2
stop();
Symbol 227 MovieClip Frame 1
stop();
Symbol 238 Button
on (release) {
hsNewName = TextName.text;
gotoAndStop (31);
}