Frame 1
fscommand ("showmenu", "false");
fscommand ("allowscale", "false");
if ((_root.getBytesLoaded() / _root.getBytesTotal()) == 1) {
_root.gotoAndPlay(2);
}
stop();
Instance of Symbol 59 MovieClip "pre" in Frame 1
onClipEvent (enterFrame) {
percent = _root.getBytesLoaded() / _root.getBytesTotal();
actual_percent = Math.round(percent * 100);
_root.loadingbar.greenbar._xscale = percent * 100;
if (percent == 1) {
_root.gotoandPlay(2);
}
}
onClipEvent (enterFrame) {
if ((_root.getBytesLoaded() / _root.getBytesTotal()) == 1) {
_root.gotoAndPlay(2);
}
}
Frame 2
_root.wk1 = 7;
_root.wk2 = 15;
_root.wk3 = 20;
_root.pts = 0;
_root.basketsck = 0;
_root.basketsmiss = 0;
_root.iq1open = 0;
_root.iq2open = 0;
_root.iq3open = 0;
_root.iq4open = 0;
_root.iq5open = 0;
_root.iq1item = 5;
_root.iq2item = 5;
_root.iq3item = 5;
_root.iq4item = 5;
_root.iq5item = 5;
_root.diff = 0;
_root.velocodiff1 = 0;
_root.velocodiff2 = 0;
_root.velocodiff3 = 0;
_root.velocodiff4 = 0;
_root.velocodiff5 = 0;
_root.missed = 0;
_root.totalshots = 0;
_root.accuracy = 0;
setProperty(_root.missile, _xscale , 0);
tellTarget (_root.missile) {
gotoAndStop (1);
};
stop();
Frame 9
stop();
Frame 10
function popupitem(iraqiNo, iqXpos, iqYpos, itemtype) {
_root.iraqiNo_show = iraqiNo;
_root.iqX = iqXpos;
_root.iqY = iqYpos;
_root.Xchoice = itemtype;
if (itemtype == 9) {
itemtype = 4;
}
if (itemtype == 10) {
itemtype = 5;
}
if (itemtype == 0) {
duplicateMovieClip ("_root.itemZ", "newitem" + iraqiNo, iraqiNo + 10);
}
if (itemtype == 1) {
duplicateMovieClip ("_root.itemA", "newitem" + iraqiNo, iraqiNo + 10);
}
if (itemtype == 2) {
duplicateMovieClip ("_root.itemB", "newitem" + iraqiNo, iraqiNo + 10);
}
if (itemtype == 3) {
duplicateMovieClip ("_root.itemC", "newitem" + iraqiNo, iraqiNo + 10);
}
if (itemtype == 4) {
duplicateMovieClip ("_root.itemD", "newitem" + iraqiNo, iraqiNo + 10);
}
if (itemtype == 5) {
duplicateMovieClip ("_root.itemE", "newitem" + iraqiNo, iraqiNo + 10);
}
if (itemtype == 6) {
duplicateMovieClip ("_root.itemF", "newitem" + iraqiNo, iraqiNo + 10);
}
if (itemtype == 7) {
duplicateMovieClip ("_root.itemG", "newitem" + iraqiNo, iraqiNo + 10);
}
if (itemtype == 8) {
duplicateMovieClip ("_root.itemH", "newitem" + iraqiNo, iraqiNo + 10);
}
setProperty("_root.newitem" + iraqiNo, _x , iqXpos);
setProperty("_root.newitem" + iraqiNo, _y , iqYpos);
tellTarget ("_root.newitem" + iraqiNo) {
gotoAndPlay (2);
};
}
function update_missile() {
_root.percentage = _root.basketsmiss * 4;
setProperty(_root.missile, _xscale , _root.percentage);
if (80 < _root.percentage) {
tellTarget (_root.missile) {
gotoAndPlay (2);
};
if (99 < _root.percentage) {
tellTarget (_root) {
gotoAndStop (90);
};
}
}
}
setProperty("_root.itemA", _visible , "0");
setProperty("_root.itemB", _visible , "0");
setProperty("_root.itemC", _visible , "0");
setProperty("_root.itemD", _visible , "0");
setProperty("_root.itemE", _visible , "0");
setProperty("_root.itemF", _visible , "0");
_root.score = 0;
_root.percentage = 0;
Mouse.hide();
startDrag (_root.sights, true, 5, 5, 545, 395);
Instance of Symbol 177 MovieClip "iraqi5" in Frame 10
onClipEvent (load) {
}
onClipEvent (enterFrame) {
mywalkingspeed = _root.wk1 + _root.velocodiff5;
this._x = this._x + mywalkingspeed;
_root.Iq5X = this._x;
if (650 < this._x) {
randy = Math.random();
result = randy * 1000;
if (300 < result) {
result = 300;
}
setting = result * -1;
setProperty(this, _x , setting);
tellTarget (this) {
gotoAndStop (1);
};
_root.velocodiff5 = 0;
if (_root.iq5open == 1) {
_root.basketsmiss++;
_root.update_missile();
}
selecta = Math.random();
choice = Math.round(selecta * 10);
if (choice == 10) {
choice = 5;
}
if (choice == 0) {
this.placeholder.attachMovie("jug", "item1", 99);
_root.iq5item = 3;
_root.iq5open = 1;
}
if (choice == 1) {
this.placeholder.attachMovie("barrel", "item1", 99);
_root.iq5item = 0;
_root.iq5open = 0;
}
if (choice == 2) {
this.placeholder.attachMovie("boxtype1", "item1", 99);
_root.iq5item = 1;
_root.iq5open = 1;
}
if (choice == 3) {
this.placeholder.attachMovie("boxtype1", "item1", 99);
_root.iq5item = 1;
_root.iq5open = 1;
}
if (choice == 4) {
this.placeholder.attachMovie("boxtype1", "item1", 99);
_root.iq5item = 1;
_root.iq5open = 1;
}
if (choice == 5) {
this.placeholder.attachMovie("boxtype2", "item1", 99);
_root.iq5item = 6;
_root.iq5open = 0;
}
if (choice == 6) {
this.placeholder.attachMovie("jug", "item1", 99);
_root.iq5item = 3;
_root.iq5open = 1;
}
if (choice == 7) {
this.placeholder.attachMovie("basket", "item1", 99);
_root.iq5item = 5;
_root.iq5open = 0;
}
if (choice == 8) {
this.placeholder.attachMovie("jug", "item1", 99);
_root.iq5item = 2;
_root.iq5open = 1;
}
if (choice == 9) {
this.placeholder.attachMovie("jug", "item1", 99);
_root.iq5item = 3;
_root.iq5open = 1;
}
setProperty(this.placeholder.item1, _xscale , 70);
setProperty(this.placeholder.item1, _yscale , 70);
}
}
Instance of Symbol 180 MovieClip "iraqi4" in Frame 10
onClipEvent (load) {
}
onClipEvent (enterFrame) {
mywalkingspeed = _root.wk1 + _root.velocodiff4;
this._x = this._x - mywalkingspeed;
_root.Iq4X = this._x;
if (this._x < -150) {
result = 800 - _root.diff;
setProperty(this, _x , result);
tellTarget (this) {
gotoAndStop (1);
};
setProperty(this, _x , result);
tellTarget (this) {
gotoAndStop (1);
};
_root.velocodiff4 = 0;
if (_root.iq4open == 1) {
_root.basketsmiss++;
_root.update_missile();
}
selecta = Math.random();
choice = Math.round(selecta * 10);
if (choice == 10) {
choice = 2;
}
if (choice == 0) {
this.placeholder.attachMovie("barrel", "item1", 99);
_root.iq4item = 0;
_root.iq4open = 0;
}
if (choice == 1) {
this.placeholder.attachMovie("barrel", "item1", 99);
_root.iq4item = 0;
_root.iq4open = 0;
}
if (choice == 2) {
this.placeholder.attachMovie("boxtype1", "item1", 99);
_root.iq4item = 1;
_root.iq4open = 1;
}
if (choice == 3) {
this.placeholder.attachMovie("boxtype1", "item1", 99);
_root.iq4item = 1;
_root.iq4open = 1;
}
if (choice == 4) {
this.placeholder.attachMovie("boxtype2", "item1", 99);
_root.iq4item = 6;
_root.iq4open = 0;
}
if (choice == 5) {
this.placeholder.attachMovie("boxtype2", "item1", 99);
_root.iq4item = 6;
_root.iq4open = 0;
}
if (choice == 6) {
this.placeholder.attachMovie("basket", "item1", 99);
_root.iq4item = 4;
_root.iq4open = 0;
}
if (choice == 7) {
this.placeholder.attachMovie("jug", "item1", 99);
_root.iq4item = 2;
_root.iq4open = 1;
}
if (choice == 8) {
this.placeholder.attachMovie("jug", "item1", 99);
_root.iq4item = 2;
_root.iq4open = 1;
}
if (choice == 9) {
this.placeholder.attachMovie("jug", "item1", 99);
_root.iq4item = 3;
_root.iq4open = 1;
}
setProperty(this.placeholder.item1, _xscale , 70);
setProperty(this.placeholder.item1, _yscale , 70);
}
}
Instance of Symbol 182 MovieClip "iraqi3" in Frame 10
onClipEvent (load) {
}
onClipEvent (enterFrame) {
mywalkingspeed = _root.wk2 + _root.velocodiff3;
this._x = this._x + mywalkingspeed;
_root.Iq3X = this._x;
if (650 < this._x) {
randy = Math.random();
result = randy * 1000;
if (300 < result) {
result = 300;
}
setting = result * -1;
setProperty(this, _x , setting);
tellTarget (this) {
gotoAndStop (1);
};
_root.velocodiff3 = 0;
if (_root.iq3open == 1) {
_root.basketsmiss++;
_root.update_missile();
}
selecta = Math.random();
choice = Math.round(selecta * 10);
if (choice == 10) {
choice = 8;
}
if (choice == 0) {
this.placeholder.attachMovie("barrel", "item1", 99);
_root.iq3item = 0;
_root.iq3open = 0;
}
if (choice == 1) {
this.placeholder.attachMovie("barrel", "item1", 99);
_root.iq3item = 0;
_root.iq3open = 0;
}
if (choice == 2) {
this.placeholder.attachMovie("boxtype1", "item1", 99);
_root.iq3item = 1;
_root.iq3open = 1;
}
if (choice == 3) {
this.placeholder.attachMovie("boxtype1", "item1", 99);
_root.iq3item = 1;
_root.iq3open = 1;
}
if (choice == 4) {
this.placeholder.attachMovie("boxtype2", "item1", 99);
_root.iq3item = 6;
_root.iq3open = 0;
}
if (choice == 5) {
this.placeholder.attachMovie("boxtype2", "item1", 99);
_root.iq3item = 6;
_root.iq3open = 0;
}
if (choice == 6) {
this.placeholder.attachMovie("basket", "item1", 99);
_root.iq3item = 4;
_root.iq3open = 0;
}
if (choice == 7) {
this.placeholder.attachMovie("basket", "item1", 99);
_root.iq3item = 5;
_root.iq3open = 0;
}
if (choice == 8) {
this.placeholder.attachMovie("jug", "item1", 99);
_root.iq3item = 2;
_root.iq3open = 1;
}
if (choice == 9) {
this.placeholder.attachMovie("jug", "item1", 99);
_root.iq3item = 3;
_root.iq3open = 1;
}
setProperty(this.placeholder.item1, _xscale , 80);
setProperty(this.placeholder.item1, _yscale , 80);
}
}
Instance of Symbol 184 MovieClip "iraqi2" in Frame 10
onClipEvent (enterFrame) {
mywalkingspeed = _root.wk2 + _root.velocodiff2;
this._x = this._x - mywalkingspeed;
_root.Iq2X = this._x;
if (this._x < -200) {
result = 800 - _root.diff;
setProperty(this, _x , result);
tellTarget (this) {
gotoAndStop (1);
};
_root.velocodiff2 = 0;
if (_root.iq2open == 1) {
_root.basketsmiss++;
_root.update_missile();
}
selecta = Math.random();
choice = Math.round(selecta * 10);
if (choice == 10) {
choice = 4;
}
if (choice == 0) {
this.placeholder.attachMovie("barrel", "item1", 99);
_root.iq2item = 0;
_root.iq2open = 0;
}
if (choice == 1) {
this.placeholder.attachMovie("boxtype1", "item1", 99);
_root.iq2item = 1;
_root.iq2open = 1;
}
if (choice == 2) {
this.placeholder.attachMovie("boxtype1", "item1", 99);
_root.iq2item = 1;
_root.iq2open = 1;
}
if (choice == 3) {
this.placeholder.attachMovie("boxtype1", "item1", 99);
_root.iq2item = 1;
_root.iq2open = 1;
}
if (choice == 4) {
this.placeholder.attachMovie("jug", "item1", 99);
_root.iq2item = 2;
_root.iq2open = 1;
}
if (choice == 5) {
this.placeholder.attachMovie("boxtype2", "item1", 99);
_root.iq2item = 6;
_root.iq2open = 0;
}
if (choice == 6) {
this.placeholder.attachMovie("basket", "item1", 99);
_root.iq2item = 4;
_root.iq2open = 0;
}
if (choice == 7) {
this.placeholder.attachMovie("basket", "item1", 99);
_root.iq2item = 5;
_root.iq2open = 0;
}
if (choice == 8) {
this.placeholder.attachMovie("jug", "item1", 99);
_root.iq2item = 2;
_root.iq2open = 1;
}
if (choice == 9) {
this.placeholder.attachMovie("jug", "item1", 99);
_root.iq2item = 3;
_root.iq2open = 1;
}
setProperty(this.placeholder.item1, _xscale , 80);
setProperty(this.placeholder.item1, _yscale , 80);
}
}
Instance of Symbol 226 MovieClip "bonusguy" in Frame 10
onClipEvent (enterFrame) {
mywalkingspeed = 35;
this._x = this._x - mywalkingspeed;
if (this._x < -2000) {
result = 2000 - _root.diff;
setProperty(this, _x , result);
randy = Math.random();
result = randy * 10;
if (result < 3) {
tellTarget (this) {
gotoAndStop (1);
};
}
if ((2 < result) and (result < 6)) {
tellTarget (this) {
gotoAndStop (2);
};
}
if ((5 < result) and (result < 8)) {
tellTarget (this) {
gotoAndStop (3);
};
}
if (8 < result) {
tellTarget (this) {
gotoAndStop (4);
};
}
}
}
Instance of Symbol 228 MovieClip "iraqi1" in Frame 10
onClipEvent (load) {
}
onClipEvent (enterFrame) {
mywalkingspeed = _root.wk3 + _root.velocodiff1;
this._x = this._x + mywalkingspeed;
_root.Iq1X = this._x;
if (650 < this._x) {
randy = Math.random();
result = randy * 1000;
if (300 < result) {
result = 300;
}
setting = result * -1;
setProperty(this, _x , setting);
tellTarget (this) {
gotoAndStop (1);
};
_root.velocodiff1 = 0;
if (_root.iq1open == 1) {
_root.basketsmiss++;
_root.update_missile();
}
selecta = Math.random();
choice = Math.round(selecta * 10);
if (choice == 10) {
choice = 4;
}
if (choice == 0) {
this.placeholder.attachMovie("barrel", "item1", 99);
_root.iq1item = 0;
_root.iq1open = 0;
}
if (choice == 1) {
this.placeholder.attachMovie("barrel", "item1", 99);
_root.iq1item = 0;
_root.iq1open = 0;
}
if (choice == 2) {
this.placeholder.attachMovie("boxtype1", "item1", 99);
_root.iq1item = 1;
_root.iq1open = 1;
}
if (choice == 3) {
this.placeholder.attachMovie("boxtype1", "item1", 99);
_root.iq1item = 1;
_root.iq1open = 1;
}
if (choice == 4) {
this.placeholder.attachMovie("boxtype2", "item1", 99);
_root.iq1item = 6;
_root.iq1open = 0;
}
if (choice == 5) {
this.placeholder.attachMovie("boxtype2", "item1", 99);
_root.iq1item = 6;
_root.iq1open = 0;
}
if (choice == 6) {
this.placeholder.attachMovie("jug", "item1", 99);
_root.iq1item = 2;
_root.iq1open = 1;
}
if (choice == 7) {
this.placeholder.attachMovie("boxtype1", "item1", 99);
_root.iq1item = 1;
_root.iq1open = 1;
}
if (choice == 8) {
this.placeholder.attachMovie("jug", "item1", 99);
_root.iq1item = 2;
_root.iq1open = 1;
}
if (choice == 9) {
this.placeholder.attachMovie("jug", "item1", 99);
_root.iq1item = 3;
_root.iq1open = 1;
}
}
}
Instance of Symbol 266 MovieClip "sights" in Frame 10
/* no clip actions */
Frame 29
if (_root.score < 70) {
tellTarget (_root) {
gotoAndPlay (25);
};
}
_root.level = 1;
Frame 30
_root.wk1 = 9;
_root.wk2 = 17;
_root.wk3 = 20;
_root.diff = 150;
Frame 49
if (_root.score < 130) {
tellTarget (_root) {
gotoAndPlay (45);
};
}
_root.level = 2;
Frame 50
_root.wk1 = 12;
_root.wk2 = 20;
_root.wk3 = 23;
_root.diff = 180;
Frame 69
if (_root.score < 210) {
tellTarget (_root) {
gotoAndPlay (65);
};
}
_root.level = 3;
Frame 70
_root.wk1 = 15;
_root.wk2 = 23;
_root.wk3 = 25;
_root.diff = 200;
Frame 89
gotoAndPlay (85);
_root.level = 4;
Frame 90
_root.percentage = 100;
setProperty(_root.missile, _xscale , 100);
Mouse.show();
stop();
Symbol 10 MovieClip [jug] Frame 1
stop();
Symbol 10 MovieClip [jug] Frame 13
stop();
Symbol 19 MovieClip [Barrel] Frame 1
stop();
Symbol 19 MovieClip [Barrel] Frame 15
_root.basketsmiss++;
_root.basketsmiss++;
_root.basketsmiss++;
_root.update_missile();
stop();
Symbol 28 MovieClip [boxtype2] Frame 1
stop();
Symbol 28 MovieClip [boxtype2] Frame 15
_root.basketsmiss++;
_root.basketsmiss++;
_root.basketsmiss++;
_root.update_missile();
stop();
Symbol 31 MovieClip [boxtype1] Frame 1
stop();
Symbol 31 MovieClip [boxtype1] Frame 15
stop();
Symbol 37 MovieClip [Basket] Frame 1
stop();
Symbol 37 MovieClip [Basket] Frame 15
stop();
Instance of Symbol 46 MovieClip "greenbar" in Symbol 53 MovieClip Frame 1
onClipEvent (load) {
this._xscale = 0;
}
Instance of Symbol 53 MovieClip "loadingbar" in Symbol 59 MovieClip Frame 1
onClipEvent (enterFrame) {
percent = _root.getBytesLoaded() / _root.getBytesTotal();
actual_percent = Math.round(percent * 100);
_root.pre.loadingbar.greenbar._xscale = percent * 100;
if (percent == 1) {
_root.gotoandPlay(2);
}
}
onClipEvent (enterFrame) {
if ((_root.getBytesLoaded() / _root.getBytesTotal()) == 1) {
_root.gotoAndPlay(2);
}
}
Symbol 62 MovieClip Frame 1
stop();
Symbol 62 MovieClip Frame 10
gotoAndPlay (2);
Symbol 75 MovieClip Frame 1
stop();
Symbol 102 MovieClip Frame 5
stop();
Symbol 104 Button
on (release) {
tellTarget (_root) {
gotoAndPlay (10);
};
}
Symbol 111 MovieClip Frame 5
stop();
Symbol 112 Button
on (release) {
tellTarget (_root) {
gotoAndStop (9);
};
}
Symbol 122 Button
on (release) {
getURL ("http://www.galaxygraphics.co.uk", "_blank");
}
Symbol 123 Button
on (release) {
getURL ("http://www.forcesreunited.org.uk", "_blank");
}
Symbol 124 MovieClip Frame 1
stop();
Symbol 137 MovieClip Frame 5
stop();
Symbol 138 Button
on (release) {
tellTarget ("_root") {
gotoAndStop (2);
};
}
Symbol 154 Button
on (release) {
_root.missed++;
_root.totalshots++;
}
Symbol 156 MovieClip Frame 1
stop();
Symbol 166 Button
on (press) {
_root.totalshots++;
hypeX = _root.Iq5X;
hypeY = 190;
itemtype = _root.iq5item;
_root.popupitem(5, hypeX, hypeY, itemtype);
gotoAndStop (2);
tellTarget (_root.iraqi5.placeholder.item1) {
gotoAndPlay (2);
};
}
Symbol 176 MovieClip Frame 1
stop();
Symbol 176 MovieClip Frame 2
gotoAndPlay (2);
Symbol 176 MovieClip Frame 10
stop();
Symbol 177 MovieClip Frame 1
stop();
Symbol 177 MovieClip Frame 2
_root.iq5open = 0;
if (_root.iq5item == 2) {
tellTarget (this.chem) {
gotoAndPlay (2);
};
_root.velocodiff5 = 30;
}
stop();
Symbol 179 Button
on (press) {
_root.totalshots++;
hypeX = _root.Iq4X;
hypeY = 185;
itemtype = _root.iq4item;
_root.popupitem(4, hypeX, hypeY, itemtype);
gotoAndStop (2);
tellTarget (_root.iraqi4.placeholder.item1) {
gotoAndPlay (2);
};
}
Symbol 180 MovieClip Frame 1
stop();
Symbol 180 MovieClip Frame 2
_root.iq4open = 0;
if (_root.iq4item == 2) {
tellTarget (this.chem) {
gotoAndPlay (2);
};
_root.velocodiff4 = 30;
}
stop();
Symbol 181 Button
on (press) {
_root.totalshots++;
hypeX = _root.Iq3X;
hypeY = 207;
itemtype = _root.iq3item;
_root.popupitem(3, hypeX, hypeY, itemtype);
gotoAndStop (2);
tellTarget (_root.iraqi3.placeholder.item1) {
gotoAndPlay (2);
};
}
Symbol 182 MovieClip Frame 1
stop();
Symbol 182 MovieClip Frame 2
_root.iq3open = 0;
if (_root.iq3item == 2) {
tellTarget (this.chem) {
gotoAndPlay (2);
};
_root.velocodiff3 = 30;
}
stop();
Symbol 183 Button
on (press) {
_root.totalshots++;
hypeX = _root.Iq2X;
hypeY = 223;
itemtype = _root.iq2item;
_root.popupitem(2, hypeX, hypeY, itemtype);
gotoAndStop (2);
tellTarget (_root.iraqi2.placeholder.item1) {
gotoAndPlay (2);
};
}
Symbol 184 MovieClip Frame 1
stop();
Symbol 184 MovieClip Frame 2
_root.iq2open = 0;
if (_root.iq2item == 2) {
tellTarget (this.chem) {
gotoAndPlay (2);
};
_root.velocodiff2 = 30;
}
stop();
Symbol 194 Button
on (press) {
_root.totalshots++;
tellTarget ("_root.bonusguy.headsplat") {
gotoAndPlay (2);
};
_root.score = _root.score + 10;
}
Symbol 195 Button
on (press) {
_root.totalshots++;
tellTarget ("_root.bonusguy.bodysplat") {
gotoAndPlay (2);
};
_root.score = _root.score + 5;
}
Symbol 198 MovieClip Frame 1
stop();
Symbol 198 MovieClip Frame 7
stop();
Symbol 224 Button
on (press) {
_root.totalshots++;
tellTarget ("_root.bonusguy.headsplat") {
gotoAndPlay (2);
};
_root.basketsmiss++;
_root.basketsmiss++;
_root.update_missile();
}
Symbol 225 Button
on (press) {
_root.totalshots++;
tellTarget ("_root.bonusguy.bodysplat") {
gotoAndPlay (2);
};
_root.basketsmiss++;
_root.basketsmiss++;
_root.update_missile();
}
Symbol 226 MovieClip Frame 1
stop();
Symbol 226 MovieClip Frame 2
stop();
Symbol 226 MovieClip Frame 3
stop();
Symbol 226 MovieClip Frame 4
stop();
Symbol 227 Button
on (press) {
_root.totalshots++;
hypeX = _root.Iq1X;
hypeY = 265;
itemtype = _root.iq1item;
_root.popupitem(1, hypeX, hypeY, itemtype);
gotoAndStop (2);
tellTarget (_root.iraqi1.placeholder.item1) {
gotoAndPlay (2);
};
}
Symbol 228 MovieClip Frame 1
stop();
Symbol 228 MovieClip Frame 2
_root.iq1open = 0;
if (_root.iq1item == 2) {
tellTarget (this.chem) {
gotoAndPlay (2);
};
_root.velocodiff1 = 30;
}
stop();
Symbol 240 MovieClip Frame 1
stop();
Symbol 240 MovieClip Frame 2
_root.basketsck++;
_root.score++;
_root.score++;
gotoAndPlay (3);
Symbol 240 MovieClip Frame 20
removeMovieClip(this);
Symbol 245 MovieClip Frame 1
stop();
Symbol 245 MovieClip Frame 2
_root.basketsck++;
_root.score++;
_root.score++;
gotoAndPlay (3);
Symbol 245 MovieClip Frame 20
removeMovieClip(this);
Symbol 248 MovieClip Frame 1
stop();
Symbol 248 MovieClip Frame 2
_root.basketsck++;
_root.score++;
_root.score++;
gotoAndPlay (3);
Symbol 248 MovieClip Frame 20
removeMovieClip(this);
Symbol 251 MovieClip Frame 1
_root.basketsck++;
stop();
Symbol 251 MovieClip Frame 2
gotoAndPlay (3);
Symbol 251 MovieClip Frame 17
removeMovieClip(this);
Symbol 254 MovieClip Frame 1
_root.basketsck++;
Symbol 254 MovieClip Frame 13
removeMovieClip(this);
Symbol 260 MovieClip Frame 15
stop();
Symbol 338 Button
on (release) {
strGameScore = _root.score;
checksum = 190673 /* 0x02E8D1 */;
strchecksum = 190673 /* 0x02E8D1 */;
strPercentage = Math.round(_root.accuracy);
getURL ("http://www.forcesreunited.org.uk/gamescore.asp", "_blank", "POST");
tellTarget ("_root") {
gotoAndStop (2);
};
}
Symbol 343 Button
on (release) {
tellTarget (_root) {
gotoAndPlay (2);
};
}
Symbol 352 Button
on (release) {
getURL ("http://www.forcesreunited.org.uk", "_blank");
}
Symbol 353 MovieClip Frame 1
_root.accuracy = 100 - ((_root.missed / _root.totalshots) * 100);
_root.shown = Math.round(_root.accuracy);