Frame 1
stop();
Frame 27
stop();
Frame 49
stop();
Instance of Symbol 59 MovieClip "trolley" in Frame 49
/* no clip actions */
Instance of Symbol 69 MovieClip in Frame 49
onClipEvent (load) {
velocityY = 0;
_root.score = 0;
alreadyGot = false;
_root.missedcans = 0;
_root.remaining = 100;
incrementRate = Math.round(Math.random() * 4) + 1;
}
onClipEvent (enterFrame) {
if (_root.go == true) {
this._rotation = this._rotation + 1;
this._y = this._y + velocityY;
velocityY = velocityY + incrementRate;
if (hitTest(_root.trolley)) {
if (alreadyGot == false) {
velocityY = 0;
alreadyGot = true;
_root.score = _root.score + 1;
_root.remaining = _root.remaining - 1;
this.gotoAndPlay("collect");
}
}
if (this._y > 600) {
this.gotoAndPlay("respawn");
_root.missedcans = _root.missedcans + 1;
_root.remaining = _root.remaining - 1;
}
}
}
Instance of Symbol 69 MovieClip in Frame 49
onClipEvent (load) {
velocityY = 0;
_root.score = 0;
alreadyGot = false;
_root.missedcans = 0;
_root.remaining = 100;
incrementRate = Math.round(Math.random() * 4) + 1;
}
onClipEvent (enterFrame) {
if (_root.go == true) {
this._rotation = this._rotation + 1;
this._y = this._y + velocityY;
velocityY = velocityY + incrementRate;
if (hitTest(_root.trolley)) {
if (alreadyGot == false) {
velocityY = 0;
alreadyGot = true;
_root.score = _root.score + 1;
_root.remaining = _root.remaining - 1;
this.gotoAndPlay("collect");
}
}
if (this._y > 600) {
this.gotoAndPlay("respawn");
_root.missedcans = _root.missedcans + 1;
_root.remaining = _root.remaining - 1;
}
}
}
Instance of Symbol 69 MovieClip in Frame 49
onClipEvent (load) {
velocityY = 0;
_root.score = 0;
alreadyGot = false;
_root.missedcans = 0;
_root.remaining = 100;
incrementRate = Math.round(Math.random() * 4) + 1;
}
onClipEvent (enterFrame) {
if (_root.go == true) {
this._rotation = this._rotation + 1;
this._y = this._y + velocityY;
velocityY = velocityY + incrementRate;
if (hitTest(_root.trolley)) {
if (alreadyGot == false) {
velocityY = 0;
alreadyGot = true;
_root.score = _root.score + 1;
_root.remaining = _root.remaining - 1;
this.gotoAndPlay("collect");
}
}
if (this._y > 600) {
this.gotoAndPlay("respawn");
_root.missedcans = _root.missedcans + 1;
_root.remaining = _root.remaining - 1;
}
}
}
Instance of Symbol 99 MovieClip "endofgame" in Frame 49
onClipEvent (load) {
this._visible = false;
}
Frame 51
stop();
Frame 53
stop();
Frame 55
stop();
Frame 57
stop();
Frame 59
stop();
Symbol 12 Button
on (release) {
_root.play();
}
Symbol 13 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
loadbar._xscale = PercentLoaded;
} else {
gotoAndStop ("loaded");
}
Symbol 13 MovieClip Frame 2
gotoAndPlay (1);
Symbol 13 MovieClip Frame 3
stop();
Instance of Symbol 21 MovieClip in Symbol 23 MovieClip Frame 1
onClipEvent (load) {
this.veloc = Math.floor(Math.random() * 7) + 1;
}
onClipEvent (enterFrame) {
this.veloc = this.veloc + 1;
this._x = this._x - this.veloc;
if (this._x < -180) {
this._y = Math.floor(Math.random() * 46) + -34;
this._x = 155;
this.veloc = Math.floor(Math.random() * 7) + 1;
}
}
Instance of Symbol 21 MovieClip in Symbol 23 MovieClip Frame 1
onClipEvent (load) {
this.veloc = Math.floor(Math.random() * 7) + 1;
}
onClipEvent (enterFrame) {
this.veloc = this.veloc + 1;
this._x = this._x - this.veloc;
if (this._x < -180) {
this._y = Math.floor(Math.random() * 46) + -34;
this._x = 155;
this.veloc = Math.floor(Math.random() * 7) + 1;
}
}
Instance of Symbol 21 MovieClip in Symbol 23 MovieClip Frame 1
onClipEvent (load) {
this.veloc = Math.floor(Math.random() * 7) + 1;
}
onClipEvent (enterFrame) {
this.veloc = this.veloc + 1;
this._x = this._x - this.veloc;
if (this._x < -180) {
this._y = Math.floor(Math.random() * 46) + -34;
this._x = 155;
this.veloc = Math.floor(Math.random() * 7) + 1;
}
}
Instance of Symbol 21 MovieClip in Symbol 23 MovieClip Frame 1
onClipEvent (load) {
this.veloc = Math.floor(Math.random() * 7) + 1;
}
onClipEvent (enterFrame) {
this.veloc = this.veloc + 1;
this._x = this._x - this.veloc;
if (this._x < -180) {
this._y = Math.floor(Math.random() * 46) + -34;
this._x = 155;
this.veloc = Math.floor(Math.random() * 7) + 1;
}
}
Instance of Symbol 21 MovieClip in Symbol 23 MovieClip Frame 1
onClipEvent (load) {
this.veloc = Math.floor(Math.random() * 7) + 1;
}
onClipEvent (enterFrame) {
this.veloc = this.veloc + 1;
this._x = this._x - this.veloc;
if (this._x < -180) {
this._y = Math.floor(Math.random() * 46) + -34;
this._x = 155;
this.veloc = Math.floor(Math.random() * 7) + 1;
}
}
Instance of Symbol 21 MovieClip in Symbol 23 MovieClip Frame 1
onClipEvent (load) {
this.veloc = Math.floor(Math.random() * 7) + 1;
}
onClipEvent (enterFrame) {
this.veloc = this.veloc + 1;
this._x = this._x - this.veloc;
if (this._x < -180) {
this._y = Math.floor(Math.random() * 46) + -34;
this._x = 155;
this.veloc = Math.floor(Math.random() * 7) + 1;
}
}
Instance of Symbol 21 MovieClip in Symbol 23 MovieClip Frame 1
onClipEvent (load) {
this.veloc = Math.floor(Math.random() * 7) + 1;
}
onClipEvent (enterFrame) {
this.veloc = this.veloc + 1;
this._x = this._x - this.veloc;
if (this._x < -180) {
this._y = Math.floor(Math.random() * 46) + -34;
this._x = 155;
this.veloc = Math.floor(Math.random() * 7) + 1;
}
}
Instance of Symbol 21 MovieClip in Symbol 23 MovieClip Frame 1
onClipEvent (load) {
this.veloc = Math.floor(Math.random() * 7) + 1;
}
onClipEvent (enterFrame) {
this.veloc = this.veloc + 1;
this._x = this._x - this.veloc;
if (this._x < -180) {
this._y = Math.floor(Math.random() * 46) + -34;
this._x = 155;
this.veloc = Math.floor(Math.random() * 7) + 1;
}
}
Instance of Symbol 21 MovieClip in Symbol 23 MovieClip Frame 1
onClipEvent (load) {
this.veloc = Math.floor(Math.random() * 7) + 1;
}
onClipEvent (enterFrame) {
this.veloc = this.veloc + 1;
this._x = this._x - this.veloc;
if (this._x < -180) {
this._y = Math.floor(Math.random() * 46) + -34;
this._x = 155;
this.veloc = Math.floor(Math.random() * 7) + 1;
}
}
Instance of Symbol 21 MovieClip in Symbol 23 MovieClip Frame 1
onClipEvent (load) {
this.veloc = Math.floor(Math.random() * 7) + 1;
}
onClipEvent (enterFrame) {
this.veloc = this.veloc + 1;
this._x = this._x - this.veloc;
if (this._x < -180) {
this._y = Math.floor(Math.random() * 46) + -34;
this._x = 155;
this.veloc = Math.floor(Math.random() * 7) + 1;
}
}
Instance of Symbol 21 MovieClip in Symbol 23 MovieClip Frame 1
onClipEvent (load) {
this.veloc = Math.floor(Math.random() * 7) + 1;
}
onClipEvent (enterFrame) {
this.veloc = this.veloc + 1;
this._x = this._x - this.veloc;
if (this._x < -180) {
this._y = Math.floor(Math.random() * 46) + -34;
this._x = 155;
this.veloc = Math.floor(Math.random() * 7) + 1;
}
}
Instance of Symbol 21 MovieClip in Symbol 23 MovieClip Frame 1
onClipEvent (load) {
this.veloc = Math.floor(Math.random() * 7) + 1;
}
onClipEvent (enterFrame) {
this.veloc = this.veloc + 1;
this._x = this._x - this.veloc;
if (this._x < -180) {
this._y = Math.floor(Math.random() * 46) + -34;
this._x = 155;
this.veloc = Math.floor(Math.random() * 7) + 1;
}
}
Instance of Symbol 21 MovieClip in Symbol 23 MovieClip Frame 1
onClipEvent (load) {
this.veloc = Math.floor(Math.random() * 7) + 1;
}
onClipEvent (enterFrame) {
this.veloc = this.veloc + 1;
this._x = this._x - this.veloc;
if (this._x < -180) {
this._y = Math.floor(Math.random() * 46) + -34;
this._x = 155;
this.veloc = Math.floor(Math.random() * 7) + 1;
}
}
Symbol 34 Button
on (release) {
stopAllSounds();
gotoAndStop ("game");
}
Symbol 40 Button
on (release) {
stopAllSounds();
_root.gotoAndStop("BEANZ");
}
Symbol 43 Button
on (release) {
stopAllSounds();
_root.gotoAndStop("POPS");
}
Symbol 45 Button
on (release) {
stopAllSounds();
_root.gotoAndStop("SEVEN");
}
Symbol 48 Button
on (release) {
stopAllSounds();
_root.gotoAndStop("TOM");
}
Symbol 51 Button
on (release) {
stopAllSounds();
_root.gotoAndStop("POOP");
}
Symbol 69 MovieClip Frame 1
stop();
Symbol 69 MovieClip Frame 10
this._y = -100;
this._x = Math.round(Math.random() * 549) + 1;
velocityY = Math.round(Math.random() * 4) + 0;
incrementRate = Math.round(Math.random() * 3) + 1;
alreadyGot = false;
this._rotation = Math.round(Math.random() * 359) + 1;
Symbol 78 Button
on (release) {
_root.go = true;
trolley.startDrag(false, 0, 269, 550, 270);
_root.gay._visible = false;
}
Symbol 84 MovieClip Frame 1
RAWaccuracy = Math.round((_root.score / (_root.score + _root.missedcans)) * 100);
_root.accuracy = RAWaccuracy.toString() + "%";
Symbol 84 MovieClip Frame 2
RAWaccuracy = Math.round((_root.score / (_root.score + _root.missedcans)) * 100);
_root.accuracy = RAWaccuracy.toString() + "%";
Symbol 88 MovieClip Frame 2
if (firstScriptRun != true) {
secs = 100;
firstScriptRun = true;
}
if (_root.go == true) {
secs = secs - 1;
if (_root.remaining == 0) {
_root.go = false;
_root.endofgame._visible = true;
stopDrag();
}
}
Symbol 96 Button
on (release) {
stopAllSounds();
_root.gotoAndPlay(2);
}
Symbol 104 MovieClip Frame 341
_root.gotoAndPlay(2);
Symbol 108 MovieClip Frame 341
_root.gotoAndPlay(2);
Symbol 142 MovieClip Frame 336
_root.play();
Symbol 142 MovieClip Frame 894
_root.gotoAndPlay(2);
Symbol 146 MovieClip Frame 341
_root.gotoAndPlay(2);
Symbol 153 MovieClip Frame 307
_root.gotoAndPlay(2);