Frame 1
stop();
Frame 2
stop();
stopAllSounds();
Frame 3
stop();
Mouse.show();
stopAllSounds();
Frame 4
fscommand ("allowscale", "false");
fscommand ("fullscreen", "true");
stop();
stopAllSounds();
Frame 5
stop();
_root.bonus = 0;
_root.tyme1 = 0;
_root.tyme2 = 0;
_root.tyme3 = 0;
_root.tyme4 = 0;
_root.tincount = 0;
Instance of Symbol 73 MovieClip "tin" in Frame 5
onClipEvent (load) {
_root.thro._visible = false;
downspeed = 1;
rotr = 15 * Math.random();
rotl = 0;
goleft = 0;
goright = 0;
suddenup = 15;
d1 = 1;
}
onClipEvent (enterFrame) {
downspeed = downspeed + d1;
_y = (_y + downspeed);
_y = (_y - suddenup);
_rotation = (_rotation + rotr);
_rotation = (_rotation - rotl);
_x = (_x + goright);
_x = (_x - goleft);
if (_y > 800) {
Mouse.show();
_root.crosshair._visible = false;
_root.nohit._visible = false;
_visible = false;
_root.thro._visible = true;
}
}
Instance of Symbol 81 MovieClip "green" in Frame 5
onClipEvent (load) {
sdown = 2;
}
onClipEvent (enterFrame) {
with (_root.tin) {
if (ground.hittest(_x, getBounds(_root).yMax, true)) {
_root.sand._x = _root.tin._x - 50;
_root.sand.gotoAndStop(2);
downspeed = 5;
if (goleft == goright) {
if (rotl > rotr) {
goleft = 3;
}
if (rotl < rotr) {
goright = 3;
}
if (rotl == rotr) {
goleft = 3;
}
}
if (goleft > goright) {
rotr = 10 * Math.random();
rotl = 0;
if (goleft < 4) {
goleft = 5;
}
}
if (goleft < goright) {
rotl = 10 * Math.random();
rotr = 0;
if (goright < 4) {
goright = 5;
}
}
}
if (side.hittest(_x, getBounds(_root).yMax, true)) {
goleft = 0;
goright = 10;
suddenup = 10;
if (rotl < rotr) {
rotl = 1.5;
rotr = 0;
}
}
if (side2.hittest(_x, getBounds(_root).yMax, true)) {
goleft = 10;
goright = 0;
suddenup = 10;
if (rotl > rotr) {
rotr = 1.5;
rotl = 0;
}
}
}
}
Instance of Symbol 83 MovieClip "green2" in Frame 5
onClipEvent (load) {
sdown = 2;
}
onClipEvent (enterFrame) {
with (_root.tin) {
if (ground.hittest(_x, getBounds(_root).yMax, true)) {
_root.sand._x = _root.tin._x - 50;
_root.sand.gotoAndStop(2);
downspeed = 5;
if (goleft == goright) {
if (rotl > rotr) {
goleft = 3;
}
if (rotl < rotr) {
goright = 3;
}
if (rotl == rotr) {
goleft = 3;
}
}
if (goleft > goright) {
rotr = 10 * Math.random();
rotl = 0;
if (goleft < 4) {
goleft = 5;
}
}
if (goleft < goright) {
rotl = 10 * Math.random();
rotr = 0;
if (goright < 4) {
goright = 5;
}
}
}
if (side.hittest(_x, getBounds(_root).yMax, true)) {
goleft = 0;
goright = 10;
suddenup = 10;
if (rotl < rotr) {
rotl = 1.5;
rotr = 0;
}
}
if (side2.hittest(_x, getBounds(_root).yMax, true)) {
goleft = 10;
goright = 0;
suddenup = 10;
if (rotl > rotr) {
rotr = 1.5;
rotl = 0;
}
}
}
}
Instance of Symbol 119 MovieClip "blue" in Frame 5
onClipEvent (enterFrame) {
with (_root.tin) {
if (sea.hittest(_x, getBounds(_root).yMax, true)) {
_root.nohit._visible = true;
_root.splash._visible = true;
_root.splash.gotoAndStop(2);
_root.splash._x = _root.tin._x;
if (rotl > rotr) {
rotr = 0;
rotl = 1;
}
if (rotr > rotl) {
rotr = 1;
rotl = 0;
}
goleft = 0;
goright = 0;
downspeed = 0.1;
suddenup = 0;
_root.ball.gotoAndStop(1);
_root.tin._alpha = _root.tin._alpha - 1.5;
}
}
}
Instance of Symbol 135 MovieClip "mccoke" in Frame 5
onClipEvent (load) {
this.gotoAndStop(2);
}
Instance of Symbol 145 MovieClip "b" in Frame 5
onClipEvent (enterFrame) {
with (_root.tin) {
if (wall.hittest(getBounds(_root).xMax, _y, true)) {
rotl = 2 * Math.random();
rotr = 2 * Math.random();
goleft = 2;
goright = 0;
}
if (wall.hittest(getBounds(_root).xMin, _y, true)) {
rotl = 2 * Math.random();
rotr = 2 * Math.random();
goleft = 0;
goright = 2;
}
}
}
Instance of Symbol 151 MovieClip "ball" in Frame 5
onClipEvent (load) {
cnt = 0;
b = 100;
counter = 1;
_root.nohit._visible = false;
}
onClipEvent (enterFrame) {
counter = counter + 1;
if (_root.tyme4 == 30) {
_root.tyme4 = 0;
_root.tyme3++;
}
if (_root.tyme3 == 60) {
_root.tyme3 = 0;
_root.tyme2++;
}
if (_root.tyme2 == 60) {
_root.tyme2 = 0;
_root.tyme1++;
}
}
Instance of Symbol 161 MovieClip "crosshair" in Frame 5
onClipEvent (enterFrame) {
startDrag ("", true);
}
Frame 6
stop();
_root.bonus = 0;
_root.tyme1 = 0;
_root.tyme2 = 0;
_root.tyme3 = 0;
_root.tyme4 = 0;
_root.tincount = 0;
Instance of Symbol 173 MovieClip "tin" in Frame 6
onClipEvent (load) {
_root.thro._visible = false;
downspeed = 1;
rotr = 15 * Math.random();
rotl = 0;
goleft = 0;
goright = 0;
suddenup = 15;
d1 = 1;
}
onClipEvent (enterFrame) {
downspeed = downspeed + d1;
_y = (_y + downspeed);
_y = (_y - suddenup);
_rotation = (_rotation + rotr);
_rotation = (_rotation - rotl);
_x = (_x + goright);
_x = (_x - goleft);
if (_y > 800) {
Mouse.show();
_root.crosshair._visible = false;
_root.nohit._visible = false;
_visible = false;
_root.thro._visible = true;
}
}
Instance of Symbol 177 MovieClip "green" in Frame 6
onClipEvent (load) {
sdown = 2;
}
onClipEvent (enterFrame) {
with (_root.tin) {
if (ground.hittest(_x, getBounds(_root).yMax, true)) {
_root.sand._x = _root.tin._x - 50;
_root.sand.gotoAndStop(2);
downspeed = 5;
if (goleft == goright) {
if (rotl > rotr) {
goleft = 3;
}
if (rotl < rotr) {
goright = 3;
}
if (rotl == rotr) {
goleft = 3;
}
}
if (goleft > goright) {
rotr = 10 * Math.random();
rotl = 0;
if (goleft < 4) {
goleft = 5;
}
}
if (goleft < goright) {
rotl = 10 * Math.random();
rotr = 0;
if (goright < 4) {
goright = 5;
}
}
}
if (side.hittest(_x, getBounds(_root).yMax, true)) {
goleft = 0;
goright = 10;
suddenup = 10;
if (rotl < rotr) {
rotl = 1.5;
rotr = 0;
}
}
if (side2.hittest(_x, getBounds(_root).yMax, true)) {
goleft = 10;
goright = 0;
suddenup = 10;
if (rotl > rotr) {
rotr = 1.5;
rotl = 0;
}
}
}
}
Instance of Symbol 187 MovieClip "blue" in Frame 6
onClipEvent (enterFrame) {
with (_root.tin) {
if (sea.hittest(_x, getBounds(_root).yMax, true)) {
_root.nohit._visible = true;
_root.splash._visible = true;
_root.splash.gotoAndStop(2);
_root.splash._x = _root.tin._x;
if (rotl > rotr) {
rotr = 0;
rotl = 1;
}
if (rotr > rotl) {
rotr = 1;
rotl = 0;
}
goleft = 0;
goright = 0;
downspeed = 0.1;
suddenup = 0;
_root.ball.gotoAndStop(1);
_root.tin._alpha = _root.tin._alpha - 1.5;
}
}
}
Instance of Symbol 189 MovieClip "mccoke" in Frame 6
onClipEvent (load) {
this.gotoAndStop(2);
}
Instance of Symbol 193 MovieClip "b" in Frame 6
onClipEvent (enterFrame) {
with (_root.tin) {
if (wall.hittest(getBounds(_root).xMax, _y, true)) {
rotl = 2 * Math.random();
rotr = 2 * Math.random();
goleft = 2;
goright = 0;
}
if (wall.hittest(getBounds(_root).xMin, _y, true)) {
rotl = 2 * Math.random();
rotr = 2 * Math.random();
goleft = 0;
goright = 2;
}
}
}
Instance of Symbol 196 MovieClip "ball" in Frame 6
onClipEvent (load) {
cnt = 0;
b = 100;
counter = 1;
_root.nohit._visible = false;
}
onClipEvent (enterFrame) {
counter = counter + 1;
if (_root.tyme4 == 30) {
_root.tyme4 = 0;
_root.tyme3++;
}
if (_root.tyme3 == 60) {
_root.tyme3 = 0;
_root.tyme2++;
}
if (_root.tyme2 == 60) {
_root.tyme2 = 0;
_root.tyme1++;
}
}
Instance of Symbol 202 MovieClip "crosshair" in Frame 6
onClipEvent (enterFrame) {
startDrag ("", true);
}
Frame 7
stop();
_root.bonus = 0;
_root.tyme1 = 0;
_root.tyme2 = 0;
_root.tyme3 = 0;
_root.tyme4 = 0;
_root.tincount = 0;
Instance of Symbol 173 MovieClip "tin" in Frame 7
onClipEvent (load) {
_root.thro._visible = false;
downspeed = 1;
rotr = 15 * Math.random();
rotl = 0;
goleft = 0;
goright = 0;
suddenup = 15;
d1 = 1;
}
onClipEvent (enterFrame) {
downspeed = downspeed + d1;
_y = (_y + downspeed);
_y = (_y - suddenup);
_rotation = (_rotation + rotr);
_rotation = (_rotation - rotl);
_x = (_x + goright);
_x = (_x - goleft);
if (_y > 800) {
Mouse.show();
_root.crosshair._visible = false;
_root.nohit._visible = false;
_visible = false;
_root.thro._visible = true;
}
}
Instance of Symbol 187 MovieClip "blue" in Frame 7
onClipEvent (enterFrame) {
with (_root.tin) {
if (sea.hittest(_x, getBounds(_root).yMax, true)) {
_root.nohit._visible = true;
_root.splash._visible = true;
_root.splash.gotoAndStop(2);
_root.splash._x = _root.tin._x;
if (rotl > rotr) {
rotr = 0;
rotl = 1;
}
if (rotr > rotl) {
rotr = 1;
rotl = 0;
}
goleft = 0;
goright = 0;
downspeed = 0.1;
suddenup = 0;
_root.ball.gotoAndStop(1);
_root.tin._alpha = _root.tin._alpha - 1.5;
}
}
}
Instance of Symbol 189 MovieClip "mccoke" in Frame 7
onClipEvent (load) {
this.gotoAndStop(2);
}
Instance of Symbol 193 MovieClip "b" in Frame 7
onClipEvent (enterFrame) {
with (_root.tin) {
if (wall.hittest(getBounds(_root).xMax, _y, true)) {
rotl = 2 * Math.random();
rotr = 2 * Math.random();
goleft = 2;
goright = 0;
}
if (wall.hittest(getBounds(_root).xMin, _y, true)) {
rotl = 2 * Math.random();
rotr = 2 * Math.random();
goleft = 0;
goright = 2;
}
}
}
Instance of Symbol 196 MovieClip "ball" in Frame 7
onClipEvent (load) {
cnt = 0;
b = 100;
counter = 1;
_root.nohit._visible = false;
}
onClipEvent (enterFrame) {
counter = counter + 1;
if (_root.tyme4 == 30) {
_root.tyme4 = 0;
_root.tyme3++;
}
if (_root.tyme3 == 60) {
_root.tyme3 = 0;
_root.tyme2++;
}
if (_root.tyme2 == 60) {
_root.tyme2 = 0;
_root.tyme1++;
}
}
Instance of Symbol 202 MovieClip "crosshair" in Frame 7
onClipEvent (enterFrame) {
startDrag ("", true);
}
Symbol 7 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndPlay (3);
}
Symbol 7 MovieClip Frame 2
gotoAndPlay (1);
Symbol 7 MovieClip Frame 3
_root.play();
Symbol 14 Button
on (release) {
gotoAndPlay (3);
}
Symbol 18 Button
on (release) {
toggleHighQuality();
}
Symbol 31 Button
on (release) {
gotoAndPlay (4);
}
Symbol 44 Button
on (release) {
gotoAndPlay (5);
}
Symbol 49 Button
on (release) {
gotoAndPlay (6);
}
Symbol 54 Button
on (release) {
gotoAndPlay (7);
}
Symbol 59 Button
on (release) {
gotoAndPlay (3);
}
Symbol 64 Button
on (press) {
downspeed = 2;
d1 = 1;
suddenup = 20;
rotl = 60 * Math.random();
rotr = 60 * Math.random();
goright = 10 * Math.random();
goleft = 0 * Math.random();
_root.tincount++;
}
Symbol 66 Button
on (press) {
downspeed = 2;
d1 = 1;
suddenup = 25;
rotl = 50 * Math.random();
rotr = 50 * Math.random();
goright = 5 * Math.random();
goleft = 0 * Math.random();
_root.tincount++;
}
Symbol 68 Button
on (press) {
downspeed = 2;
d1 = 1;
suddenup = 30;
rotl = 30 * Math.random();
rotr = 30 * Math.random();
goright = 1 * Math.random();
goleft = 1 * Math.random();
_root.tincount++;
}
Symbol 70 Button
on (press) {
downspeed = 2;
d1 = 1;
suddenup = 25;
rotl = 50 * Math.random();
rotr = 50 * Math.random();
goright = 0 * Math.random();
goleft = 5 * Math.random();
_root.tincount++;
}
Symbol 72 Button
on (press) {
downspeed = 2;
d1 = 1;
suddenup = 20;
rotl = 60 * Math.random();
rotr = 60 * Math.random();
goright = 0 * Math.random();
goleft = 10 * Math.random();
_root.tincount++;
}
Symbol 73 MovieClip Frame 1
stop();
Symbol 91 MovieClip Frame 13
stop();
Symbol 93 MovieClip Frame 1
stop();
Symbol 93 MovieClip Frame 2
stop();
Symbol 102 MovieClip Frame 10
stop();
Instance of Symbol 101 MovieClip in Symbol 102 MovieClip Frame 10
onClipEvent (enterFrame) {
_root.sand.gotoAndStop(1);
}
Symbol 104 MovieClip Frame 1
stop();
Symbol 104 MovieClip Frame 2
_root.bonus = int(_root.bonus) + 10;
Symbol 133 Button
on (release) {
_root.mcsprite.gotoAndPlay(1);
_root.tin.spritetin._visible = false;
_root.tin.coketin._visible = true;
gotoAndPlay (2);
}
Symbol 135 MovieClip Frame 1
stop();
Symbol 135 MovieClip Frame 2
stop();
Symbol 138 Button
on (release) {
_root.mccoke.gotoAndPlay(1);
_root.tin.spritetin._visible = true;
_root.tin.coketin._visible = false;
gotoAndPlay (2);
}
Symbol 140 MovieClip Frame 1
stop();
Symbol 140 MovieClip Frame 2
stop();
Symbol 148 Button
on (release) {
Mouse.hide();
_root.nohit._visible = false;
_root.crosshair._visible = true;
_root.crosshair.startDrag("", true);
_root.splash.gotoAndStop(1);
_root.tin._alpha = 100;
_root.ball.play();
_root.bonus = 0;
_root.tyme1 = 0;
_root.tyme2 = 0;
_root.tyme3 = 0;
_root.tyme4 = 0;
_root.thro._visible = false;
_root.tin._visible = true;
if (_root.ball.cnt == 0) {
_root.tin.goleft = 10 * Math.random();
_root.ball.cnt++;
} else {
_root.tin.goright = 10 * Math.random();
_root.ball.cnt--;
}
_root.tin.rotl = 10 * Math.random();
_root.tin.rotr = 10 * Math.random();
_root.tin.downspeed = 1;
_root.tin.suddenup = 15;
_root.tin._y = 231;
_root.tin._x = 252;
_root.tincount = 0;
}
Symbol 151 MovieClip Frame 1
stop();
Symbol 151 MovieClip Frame 3
_root.tyme4++;
gotoAndPlay (2);
Symbol 168 Button
on (press) {
downspeed = 2;
d1 = 1;
suddenup = 20;
rotl = 60 * Math.random();
rotr = 60 * Math.random();
goright = 10 * Math.random();
goleft = 0 * Math.random();
_root.tincount++;
}
Symbol 169 Button
on (press) {
downspeed = 2;
d1 = 1;
suddenup = 25;
rotl = 50 * Math.random();
rotr = 50 * Math.random();
goright = 5 * Math.random();
goleft = 0 * Math.random();
_root.tincount++;
}
Symbol 170 Button
on (press) {
downspeed = 2;
d1 = 1;
suddenup = 30;
rotl = 30 * Math.random();
rotr = 30 * Math.random();
goright = 1 * Math.random();
goleft = 1 * Math.random();
_root.tincount++;
}
Symbol 171 Button
on (press) {
downspeed = 2;
d1 = 1;
suddenup = 25;
rotl = 50 * Math.random();
rotr = 50 * Math.random();
goright = 0 * Math.random();
goleft = 5 * Math.random();
_root.tincount++;
}
Symbol 172 Button
on (press) {
downspeed = 2;
d1 = 1;
suddenup = 20;
rotl = 60 * Math.random();
rotr = 60 * Math.random();
goright = 0 * Math.random();
goleft = 10 * Math.random();
_root.tincount++;
}
Symbol 173 MovieClip Frame 1
stop();
Symbol 178 MovieClip Frame 13
stop();
Symbol 179 MovieClip Frame 1
stop();
Symbol 179 MovieClip Frame 2
stop();
Symbol 183 MovieClip Frame 10
stop();
Instance of Symbol 182 MovieClip in Symbol 183 MovieClip Frame 10
onClipEvent (enterFrame) {
_root.sand.gotoAndStop(1);
}
Symbol 184 MovieClip Frame 1
stop();
Symbol 184 MovieClip Frame 2
_root.bonus = int(_root.bonus) + 10;
Symbol 188 Button
on (release) {
_root.mcsprite.gotoAndPlay(1);
_root.tin.spritetin._visible = false;
_root.tin.coketin._visible = true;
gotoAndPlay (2);
}
Symbol 189 MovieClip Frame 1
stop();
Symbol 189 MovieClip Frame 2
stop();
Symbol 190 Button
on (release) {
_root.mccoke.gotoAndPlay(1);
_root.tin.spritetin._visible = true;
_root.tin.coketin._visible = false;
gotoAndPlay (2);
}
Symbol 191 MovieClip Frame 1
stop();
Symbol 191 MovieClip Frame 2
stop();
Symbol 194 Button
on (release) {
Mouse.hide();
_root.nohit._visible = false;
_root.crosshair._visible = true;
_root.crosshair.startDrag("", true);
_root.splash.gotoAndStop(1);
_root.tin._alpha = 100;
_root.ball.play();
_root.bonus = 0;
_root.tyme1 = 0;
_root.tyme2 = 0;
_root.tyme3 = 0;
_root.tyme4 = 0;
_root.thro._visible = false;
_root.tin._visible = true;
if (_root.ball.cnt == 0) {
_root.tin.goleft = 10 * Math.random();
_root.ball.cnt++;
} else {
_root.tin.goright = 10 * Math.random();
_root.ball.cnt--;
}
_root.tin.rotl = 10 * Math.random();
_root.tin.rotr = 10 * Math.random();
_root.tin.downspeed = 1;
_root.tin.suddenup = 15;
_root.tin._y = 231;
_root.tin._x = 252;
_root.tincount = 0;
}
Symbol 196 MovieClip Frame 1
stop();
Symbol 196 MovieClip Frame 3
_root.tyme4++;
gotoAndPlay (2);