Frame 1
Stage.showMenu = false;
stop();
Frame 2
_root.hganfpos = 544;
_root.aufhuepfen = 0;
_root.aktiv = 1;
_root.haelfte = 70;
_root.varscroll = 0;
_root.createEmptyMovieClip("hilfe", 1000);
i = 1;
while (i <= _root.spurt) {
_root["spur" + i].removeMovieClip();
i = i + 1;
}
_root.steckt = 0;
hg.xtempo = 0;
hg.ytempo = 0;
anfschlaeger = 0;
_root.weitenmessung = 0;
weite = 0;
bereit = 0;
geschlagen = 0;
spurt = 0;
Frame 3
stop();
Instance of Symbol 58 MovieClip in Frame 3
onClipEvent (load) {
this._x = 400;
this._y = 133;
}
Instance of Symbol 69 MovieClip "schlaeger" in Frame 3
onClipEvent (load) {
this._x = 500;
this._y = 300;
_root.anfschlaeger = this._x;
}
Instance of Symbol 95 MovieClip "hg" in Frame 3
onClipEvent (load) {
this._x = (_root.hganfpos = 500);
_root.hg.xtempo = 0;
_root.hg.Ytempo = 5;
_root.tempoabs = Math.abs(_root.hg.xtempo);
_root.weitenmessung = 0;
_root.messung = 0;
this.swapDepths(1000);
}
onClipEvent (enterFrame) {
_root.ypos = this._y;
if ((this._x == _root.hganfpos) && (this._y > (_root.schlaeger._y + 50))) {
this.gotoAndStop("stecken");
_root.geschlagen = 1;
_root.steckt = 1;
_root.num = 0;
}
if ((_root.bereit == 1) && (_root.hg._x > 60)) {
this._x = this._x + (_root.hg.xtempo / 1);
if (_root.hg._y > 0) {
_root.hg.ytempo = _root.hg.ytempo + 0.5;
_root.hg._y = _root.hg._y + _root.hg.ytempo;
} else {
_root.hg._y = 0;
}
}
if (_root.hg._x <= 60) {
_root.hg._x = 60;
_root.steckt = 1;
_root.weitenmessung = 1;
_root.geschlagen = 1;
}
if (_root.weitenmessung == 1) {
if (_root.ypos < 0) {
_root.ypos = 0;
}
_root.geschlagen = 1;
_root.bereit = 0;
if (this._y <= 200) {
_root.weite = Math.abs(this._y / 2);
}
if (_root.ypos > 200) {
_root.weite = Math.abs((_root.ypos - 400) / 2);
}
if (_root.weite > _root.highscore) {
_root.highscore = _root.weite;
}
_root.num = _root.weite;
_root.score = _root.num;
_root.weitenmessung = 1;
this.gotoAndPlay("steckenn");
}
}
Instance of Symbol 143 MovieClip in Frame 3
onClipEvent (load) {
this._x = 430;
this._y = 290;
}
Instance of Symbol 160 MovieClip in Frame 3
onClipEvent (load) {
this._x = 90;
this._y = -66;
fallges = 0;
}
onClipEvent (enterFrame) {
if (_root.weitenmessung == 1) {
fallges = fallges + 3;
_root.hg.kopf.gotoAndStop(500);
this._x = 100;
this._y = this._y + fallges;
if (this._y > 100) {
this._y = 100;
}
}
}
Instance of Symbol 196 MovieClip in Frame 3
onClipEvent (mouseUp) {
if (_root.aktiv == 1) {
if (this.hitTest(_root._xmouse, _root._ymouse, true) and (_root.hg._currentframe == 1)) {
_root.bereit = 1;
_root.hg.gotoAndPlay("fallen");
_root.schlaeger.yeti.gotoAndPlay("bereit");
} else if (this.hitTest(_root._xmouse, _root._ymouse, true) and (_root.geschlagen == 0)) {
_root.schlaeger.gotoAndPlay("schlag");
_root.schlaeger.yeti.gotoAndPlay("schlagen");
} else if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.gotoAndPlay("start2");
}
}
}
Instance of Symbol 198 MovieClip in Frame 3
onClipEvent (load) {
this.swapDepths(1001);
}
Frame 4
_root.hganfpos = 544;
_root.aufhuepfen = 0;
_root.aktiv = 1;
_root.haelfte = 70;
_root.varscroll = 0;
_root.createEmptyMovieClip("hilfe", 1000);
i = 1;
while (i <= _root.spurt) {
_root["spur" + i].removeMovieClip();
i = i + 1;
}
_root.steckt = 0;
hg.xtempo = 0;
hg.ytempo = 0;
anfschlaeger = 0;
_root.weitenmessung = 0;
weite = 0;
bereit = 0;
geschlagen = 0;
spurt = 0;
Frame 5
stop();
Instance of Symbol 58 MovieClip in Frame 5
onClipEvent (load) {
this._x = 400;
this._y = 133;
}
Instance of Symbol 69 MovieClip "schlaeger" in Frame 5
onClipEvent (load) {
this._x = 500;
this._y = 300;
_root.anfschlaeger = this._x;
}
Instance of Symbol 95 MovieClip "hg" in Frame 5
onClipEvent (load) {
this._x = (_root.hganfpos = 500);
_root.hg.xtempo = 0;
_root.hg.Ytempo = 5;
_root.tempoabs = Math.abs(_root.hg.xtempo);
_root.weitenmessung = 0;
_root.messung = 0;
this.swapDepths(1000);
}
onClipEvent (enterFrame) {
_root.ypos = this._y;
if ((this._x == _root.hganfpos) && (this._y > (_root.schlaeger._y + 50))) {
this.gotoAndStop("stecken");
_root.geschlagen = 1;
_root.steckt = 1;
_root.num2 = 0;
}
if ((_root.bereit == 1) && (_root.hg._x > 60)) {
this._x = this._x + (_root.hg.xtempo / 1);
if (_root.hg._y > 0) {
_root.hg.ytempo = _root.hg.ytempo + 0.5;
_root.hg._y = _root.hg._y + _root.hg.ytempo;
} else {
_root.hg._y = 0;
}
}
if (_root.hg._x <= 60) {
_root.hg._x = 60;
_root.steckt = 1;
_root.weitenmessung = 1;
_root.geschlagen = 1;
}
if (_root.weitenmessung == 1) {
if (_root.ypos < 0) {
_root.ypos = 0;
}
_root.geschlagen = 1;
_root.bereit = 0;
if (this._y <= 200) {
_root.weite = Math.abs(this._y / 2);
}
if (_root.ypos > 200) {
_root.weite = Math.abs((_root.ypos - 400) / 2);
}
if (_root.weite > _root.highscore) {
_root.highscore = _root.weite;
}
_root.num2 = _root.weite;
_root.score = _root.num + _root.num2;
_root.weitenmessung = 1;
this.gotoAndPlay("steckenn");
}
}
Instance of Symbol 143 MovieClip in Frame 5
onClipEvent (load) {
this._x = 430;
this._y = 290;
}
Instance of Symbol 160 MovieClip in Frame 5
onClipEvent (load) {
this._x = 90;
this._y = -66;
fallges = 0;
}
onClipEvent (enterFrame) {
if (_root.weitenmessung == 1) {
fallges = fallges + 3;
_root.hg.kopf.gotoAndStop(500);
this._x = 100;
this._y = this._y + fallges;
if (this._y > 100) {
this._y = 100;
}
}
}
Instance of Symbol 196 MovieClip in Frame 5
onClipEvent (mouseUp) {
if (_root.aktiv == 1) {
if (this.hitTest(_root._xmouse, _root._ymouse, true) and (_root.hg._currentframe == 1)) {
_root.bereit = 1;
_root.hg.gotoAndPlay("fallen");
_root.schlaeger.yeti.gotoAndPlay("bereit");
} else if (this.hitTest(_root._xmouse, _root._ymouse, true) and (_root.geschlagen == 0)) {
_root.schlaeger.gotoAndPlay("schlag");
_root.schlaeger.yeti.gotoAndPlay("schlagen");
} else if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.gotoAndPlay("start3");
}
}
}
Frame 6
_root.hganfpos = 544;
_root.aufhuepfen = 0;
_root.aktiv = 1;
_root.haelfte = 70;
_root.varscroll = 0;
_root.createEmptyMovieClip("hilfe", 1000);
i = 1;
while (i <= _root.spurt) {
_root["spur" + i].removeMovieClip();
i = i + 1;
}
_root.steckt = 0;
hg.xtempo = 0;
hg.ytempo = 0;
anfschlaeger = 0;
_root.weitenmessung = 0;
weite = 0;
bereit = 0;
geschlagen = 0;
spurt = 0;
Frame 7
stop();
Instance of Symbol 58 MovieClip in Frame 7
onClipEvent (load) {
this._x = 400;
this._y = 133;
}
Instance of Symbol 69 MovieClip "schlaeger" in Frame 7
onClipEvent (load) {
this._x = 500;
this._y = 300;
_root.anfschlaeger = this._x;
}
Instance of Symbol 95 MovieClip "hg" in Frame 7
onClipEvent (load) {
this._x = (_root.hganfpos = 500);
_root.hg.xtempo = 0;
_root.hg.Ytempo = 5;
_root.tempoabs = Math.abs(_root.hg.xtempo);
_root.weitenmessung = 0;
_root.messung = 0;
this.swapDepths(1000);
}
onClipEvent (enterFrame) {
_root.ypos = this._y;
if ((this._x == _root.hganfpos) && (this._y > (_root.schlaeger._y + 50))) {
this.gotoAndStop("stecken");
_root.geschlagen = 1;
_root.steckt = 1;
_root.num3 = 0;
}
if ((_root.bereit == 1) && (_root.hg._x > 60)) {
this._x = this._x + (_root.hg.xtempo / 1);
if (_root.hg._y > 0) {
_root.hg.ytempo = _root.hg.ytempo + 0.5;
_root.hg._y = _root.hg._y + _root.hg.ytempo;
} else {
_root.hg._y = 0;
}
}
if (_root.hg._x <= 60) {
_root.hg._x = 60;
_root.steckt = 1;
_root.weitenmessung = 1;
_root.geschlagen = 1;
}
if (_root.weitenmessung == 1) {
if (_root.ypos < 0) {
_root.ypos = 0;
}
_root.geschlagen = 1;
_root.bereit = 0;
if (this._y <= 200) {
_root.weite = Math.abs(this._y / 2);
}
if (_root.ypos > 200) {
_root.weite = Math.abs((_root.ypos - 400) / 2);
}
if (_root.weite > _root.highscore) {
_root.highscore = _root.weite;
}
_root.num3 = _root.weite;
_root.score = (_root.num + _root.num2) + _root.num3;
_root.weitenmessung = 1;
this.gotoAndPlay("steckenn");
}
}
Instance of Symbol 143 MovieClip in Frame 7
onClipEvent (load) {
this._x = 430;
this._y = 290;
}
Instance of Symbol 160 MovieClip in Frame 7
onClipEvent (load) {
this._x = 90;
this._y = -66;
fallges = 0;
}
onClipEvent (enterFrame) {
if (_root.weitenmessung == 1) {
fallges = fallges + 3;
_root.hg.kopf.gotoAndStop(500);
this._x = 100;
this._y = this._y + fallges;
if (this._y > 100) {
this._y = 100;
}
}
}
Instance of Symbol 196 MovieClip in Frame 7
onClipEvent (mouseUp) {
if (_root.aktiv == 1) {
if (this.hitTest(_root._xmouse, _root._ymouse, true) and (_root.hg._currentframe == 1)) {
_root.bereit = 1;
_root.hg.gotoAndPlay("fallen");
_root.schlaeger.yeti.gotoAndPlay("bereit");
} else if (this.hitTest(_root._xmouse, _root._ymouse, true) and (_root.geschlagen == 0)) {
_root.schlaeger.gotoAndPlay("schlag");
_root.schlaeger.yeti.gotoAndPlay("schlagen");
} else if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.gotoAndPlay("start4");
}
}
}
Frame 8
_root.hganfpos = 544;
_root.aufhuepfen = 0;
_root.aktiv = 1;
_root.haelfte = 70;
_root.varscroll = 0;
_root.createEmptyMovieClip("hilfe", 1000);
i = 1;
while (i <= _root.spurt) {
_root["spur" + i].removeMovieClip();
i = i + 1;
}
_root.steckt = 0;
hg.xtempo = 0;
hg.ytempo = 0;
anfschlaeger = 0;
_root.weitenmessung = 0;
weite = 0;
bereit = 0;
geschlagen = 0;
spurt = 0;
Frame 9
stop();
Instance of Symbol 58 MovieClip in Frame 9
onClipEvent (load) {
this._x = 400;
this._y = 133;
}
Instance of Symbol 69 MovieClip "schlaeger" in Frame 9
onClipEvent (load) {
this._x = 500;
this._y = 300;
_root.anfschlaeger = this._x;
}
Instance of Symbol 95 MovieClip "hg" in Frame 9
onClipEvent (load) {
this._x = (_root.hganfpos = 500);
_root.hg.xtempo = 0;
_root.hg.Ytempo = 5;
_root.tempoabs = Math.abs(_root.hg.xtempo);
_root.weitenmessung = 0;
_root.messung = 0;
this.swapDepths(1000);
}
onClipEvent (enterFrame) {
_root.ypos = this._y;
if ((this._x == _root.hganfpos) && (this._y > (_root.schlaeger._y + 50))) {
this.gotoAndStop("stecken");
_root.geschlagen = 1;
_root.steckt = 1;
_root.num4 = 0;
}
if ((_root.bereit == 1) && (_root.hg._x > 60)) {
this._x = this._x + (_root.hg.xtempo / 1);
if (_root.hg._y > 0) {
_root.hg.ytempo = _root.hg.ytempo + 0.5;
_root.hg._y = _root.hg._y + _root.hg.ytempo;
} else {
_root.hg._y = 0;
}
}
if (_root.hg._x <= 60) {
_root.hg._x = 60;
_root.steckt = 1;
_root.weitenmessung = 1;
_root.geschlagen = 1;
}
if (_root.weitenmessung == 1) {
if (_root.ypos < 0) {
_root.ypos = 0;
}
_root.geschlagen = 1;
_root.bereit = 0;
if (this._y <= 200) {
_root.weite = Math.abs(this._y / 2);
}
if (_root.ypos > 200) {
_root.weite = Math.abs((_root.ypos - 400) / 2);
}
if (_root.weite > _root.highscore) {
_root.highscore = _root.weite;
}
_root.num4 = _root.weite;
_root.score = ((_root.num + _root.num2) + _root.num3) + _root.num4;
_root.weitenmessung = 1;
this.gotoAndPlay("steckenn");
}
}
Instance of Symbol 143 MovieClip in Frame 9
onClipEvent (load) {
this._x = 430;
this._y = 290;
}
Instance of Symbol 160 MovieClip in Frame 9
onClipEvent (load) {
this._x = 90;
this._y = -66;
fallges = 0;
}
onClipEvent (enterFrame) {
if (_root.weitenmessung == 1) {
fallges = fallges + 3;
_root.hg.kopf.gotoAndStop(500);
this._x = 100;
this._y = this._y + fallges;
if (this._y > 100) {
this._y = 100;
}
}
}
Instance of Symbol 196 MovieClip in Frame 9
onClipEvent (mouseUp) {
if (_root.aktiv == 1) {
if (this.hitTest(_root._xmouse, _root._ymouse, true) and (_root.hg._currentframe == 1)) {
_root.bereit = 1;
_root.hg.gotoAndPlay("fallen");
_root.schlaeger.yeti.gotoAndPlay("bereit");
} else if (this.hitTest(_root._xmouse, _root._ymouse, true) and (_root.geschlagen == 0)) {
_root.schlaeger.gotoAndPlay("schlag");
_root.schlaeger.yeti.gotoAndPlay("schlagen");
} else if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.gotoAndPlay("start5");
}
}
}
Frame 10
_root.hganfpos = 544;
_root.aufhuepfen = 0;
_root.aktiv = 1;
_root.haelfte = 70;
_root.varscroll = 0;
_root.createEmptyMovieClip("hilfe", 1000);
i = 1;
while (i <= _root.spurt) {
_root["spur" + i].removeMovieClip();
i = i + 1;
}
_root.steckt = 0;
hg.xtempo = 0;
hg.ytempo = 0;
anfschlaeger = 0;
_root.weitenmessung = 0;
weite = 0;
bereit = 0;
geschlagen = 0;
spurt = 0;
Frame 11
stop();
Instance of Symbol 58 MovieClip in Frame 11
onClipEvent (load) {
this._x = 400;
this._y = 133;
}
Instance of Symbol 69 MovieClip "schlaeger" in Frame 11
onClipEvent (load) {
this._x = 500;
this._y = 300;
_root.anfschlaeger = this._x;
}
Instance of Symbol 95 MovieClip "hg" in Frame 11
onClipEvent (load) {
this._x = (_root.hganfpos = 500);
_root.hg.xtempo = 0;
_root.hg.Ytempo = 5;
_root.tempoabs = Math.abs(_root.hg.xtempo);
_root.weitenmessung = 0;
_root.messung = 0;
this.swapDepths(1000);
}
onClipEvent (enterFrame) {
_root.ypos = this._y;
if ((this._x == _root.hganfpos) && (this._y > (_root.schlaeger._y + 50))) {
this.gotoAndStop("stecken");
_root.geschlagen = 1;
_root.steckt = 1;
_root.num5 = 0;
}
if ((_root.bereit == 1) && (_root.hg._x > 60)) {
this._x = this._x + (_root.hg.xtempo / 1);
if (_root.hg._y > 0) {
_root.hg.ytempo = _root.hg.ytempo + 0.5;
_root.hg._y = _root.hg._y + _root.hg.ytempo;
} else {
_root.hg._y = 0;
}
}
if (_root.hg._x <= 60) {
_root.hg._x = 60;
_root.steckt = 1;
_root.weitenmessung = 1;
_root.geschlagen = 1;
_root.hg.hand.gotoAndStop(2);
_root.aktive = 1;
}
if (_root.weitenmessung == 1) {
if (_root.ypos < 0) {
_root.ypos = 0;
}
_root.geschlagen = 1;
_root.bereit = 0;
if (this._y <= 200) {
_root.weite = Math.abs(this._y / 2);
}
if (_root.ypos > 200) {
_root.weite = Math.abs((_root.ypos - 400) / 2);
}
if (_root.weite > _root.highscore) {
_root.highscore = _root.weite;
}
_root.num5 = _root.weite;
_root.score = (((_root.num + _root.num2) + _root.num3) + _root.num4) + _root.num5;
_root.weitenmessung = 1;
this.gotoAndPlay("steckenn");
}
}
Instance of Symbol 143 MovieClip in Frame 11
onClipEvent (load) {
this._x = 430;
this._y = 290;
}
Instance of Symbol 160 MovieClip in Frame 11
onClipEvent (load) {
this._x = 90;
this._y = -66;
fallges = 0;
}
onClipEvent (enterFrame) {
if (_root.weitenmessung == 1) {
fallges = fallges + 3;
_root.hg.kopf.gotoAndStop(500);
this._x = 100;
this._y = this._y + fallges;
if (this._y > 100) {
this._y = 100;
}
}
}
Instance of Symbol 196 MovieClip in Frame 11
onClipEvent (mouseUp) {
if (_root.aktiv == 1) {
if (this.hitTest(_root._xmouse, _root._ymouse, true) and (_root.hg._currentframe == 1)) {
_root.bereit = 1;
_root.hg.gotoAndPlay("fallen");
_root.schlaeger.yeti.gotoAndPlay("bereit");
} else if (this.hitTest(_root._xmouse, _root._ymouse, true) and (_root.geschlagen == 0)) {
_root.schlaeger.gotoAndPlay("schlag");
_root.schlaeger.yeti.gotoAndPlay("schlagen");
} else if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.gotoAndPlay("ende");
}
}
}
Frame 12
stop();
loadMovieNum ("http://www.htfgames.com/games/cubshoot2/werb/werbcu.swf", 10);
Symbol 38 Button
on (release) {
gotoAndPlay ("start");
}
Symbol 45 Button
on (release) {
getURL ("http://www.mondomedia.com/", "_blank");
}
Symbol 51 MovieClip Frame 1
if (this.sessionstarted != 1) {
this.arcade = new LoadVars();
this.sessionvars = new LoadVars();
this.arcade.gamename = "cubshoot2";
this.arcade.sessdo = "sessionstart";
this.arcade.sendAndLoad("arcade.php", sessionvars, "POST");
if (this.sessionvars.sessiontype != 2) {
_root.is_a_challenge = 0;
} else {
_root.is_a_challenge = 1;
}
this.sessionstarted = 1;
}
if (_root.gameover == 1) {
if ((this.askpermission != 1) && (this.sessionvars.connStatus == 1)) {
this.prequestvars = new LoadVars();
this.pranswer = new LoadVars();
this.prequestvars.gametime = this.sessionvars.gametime;
this.prequestvars.fakekey = this.sessionvars.initbar;
_root.score = int(Number(_root.score));
if (_root.score != 0) {
this.prequestvars.score = _root.score;
} else {
this.prequestvars.score = -1;
}
this.prequestvars.id = this.sessionvars.lastid;
this.prequestvars.sessdo = "permrequest";
this.prequestvars.note = (this.prequestvars.id * this.prequestvars.score) * this.prequestvars.fakekey;
this.prequestvars.sendAndLoad("./arcade.php", this.pranswer, "POST");
this.askpermission = 1;
}
if ((this.pranswer.validate == 1) && (this.finalsent != 1)) {
this.burnscore = new LoadVars();
this.burnscore.microone = this.pranswer.microone;
this.burnscore.gametime = this.prequestvars.gametime;
this.burnscore.id = this.prequestvars.id;
if (_root.score == 0) {
this.burnscore.noscore = 1;
}
this.burnscore.sessdo = "burn";
this.burnscore.send("./arcade.php", "_self", "POST");
this.finalsent = 1;
}
}
Symbol 52 Button
on (release) {
gotoAndPlay ("start");
}
Symbol 53 Button
on (release) {
getURL ("http://www.mondomedia.com/", "_blank");
}
Symbol 67 MovieClip Frame 1
stop();
Symbol 67 MovieClip Frame 2
stop();
Symbol 67 MovieClip Frame 3
stop();
Symbol 67 MovieClip Frame 4
stop();
Symbol 67 MovieClip Frame 5
stop();
Symbol 67 MovieClip Frame 6
stop();
Symbol 67 MovieClip Frame 7
stop();
Symbol 67 MovieClip Frame 8
stop();
Symbol 67 MovieClip Frame 9
stop();
Symbol 67 MovieClip Frame 10
stop();
Symbol 67 MovieClip Frame 11
stop();
Symbol 67 MovieClip Frame 12
stop();
Symbol 67 MovieClip Frame 13
stop();
Symbol 67 MovieClip Frame 14
stop();
Symbol 70 MovieClip Frame 1
stop();
Symbol 70 MovieClip Frame 10
stop();
Symbol 70 MovieClip Frame 21
stop();
Symbol 69 MovieClip Frame 1
stop();
Symbol 69 MovieClip Frame 7
_root.geschlagen = 1;
vy = (_y - _root.hg._y) + (random(16) - 8);
if ((vy > -100) && (vy < 40)) {
_root.hg.xtempo = (125 - vy) / -2.5;
_root.hg.ytempo = -70 - _root.hg.xtempo;
_root.hg.gotoAndPlay("fliegen");
}
stop();
Symbol 107 MovieClip Frame 1
_root.schlaeger.yeti.gotoAndPlay("lach");
Symbol 107 MovieClip Frame 3
stop();
Symbol 115 MovieClip Frame 13
stop();
Symbol 126 MovieClip Frame 20
stop();
Symbol 129 MovieClip Frame 40
stop();
Symbol 114 MovieClip Frame 2
stop();
Symbol 95 MovieClip Frame 1
stop();
Symbol 95 MovieClip Frame 5
stop();
Symbol 95 MovieClip Frame 10
_root.bereit = 0;
_root.aktiv = 1;
_root.steckt = 1;
stop();
Symbol 95 MovieClip Frame 11
_root.bereit = 0;
_root.aktiv = 1;
_root.steckt = 1;
stop();
Symbol 95 MovieClip Frame 15
_root.aktiv = 0;
stop();
Symbol 190 Button
on (release) {
getURL ("http://www.cartoonstar.de/happy/games.htm", "_blank");
}
Symbol 187 MovieClip Frame 1
stop();
Symbol 187 MovieClip Frame 21
gotoAndPlay (20);
Symbol 235 Button
on (release) {
_root.gameover = 1;
}
Symbol 241 Button
on (release) {
_root.gameover = 1;
}