Frame 1
_quality = "best";
scr = 0;
lv = 5;
lvn = 0;
mein_xml = new XML();
mein_xml.ignoreWhite = true;
_root.lload = 0;
mein_xml.load("http://www.crawlor.com/gameshot/pacco/ausgabe.php?" + new Date().getTime());
mein_xml.onLoad = function (signal) {
if (signal) {
_root.lload = 1;
}
};
var MochiAd = {showPreloaderAd:function (options) {
var _local31 = {clip:_root, ad_timeout:3000, fadeout_time:250, regpt:"o", method:"showPreloaderAd", color:16747008, background:16777161, outline:13994812};
options = MochiAd._parseOptions(options, _local31);
var _local16 = options.clip;
var _local27 = 11000;
var _local30 = options.ad_timeout;
delete options.ad_timeout;
var _local24 = options.fadeout_time;
delete options.fadeout_time;
if (!MochiAd.load(options)) {
return(undefined);
}
_local16.stop();
var _local8 = _local16._mochiad;
_local8.onUnload = function () {
this._parent.play();
};
var _local17 = MochiAd._getRes(options);
var _local5 = _local17[0];
var _local15 = _local17[1];
_local8._x = _local5 * 0.5;
_local8._y = _local15 * 0.5;
var chk = _local8.createEmptyMovieClip("_mochiad_wait", 3);
chk._x = _local5 * -0.5;
chk._y = _local15 * -0.5;
var _local9 = chk.createEmptyMovieClip("_mochiad_bar", 4);
_local9._x = 10;
_local9._y = _local15 - 20;
var _local26 = options.color;
delete options.color;
var _local22 = options.background;
delete options.background;
var _local28 = options.outline;
delete options.outline;
var _local6 = _local9.createEmptyMovieClip("_outline", 1);
_local6.beginFill(_local22);
_local6.moveTo(0, 0);
_local6.lineTo(_local5 - 20, 0);
_local6.lineTo(_local5 - 20, 10);
_local6.lineTo(0, 10);
_local6.lineTo(0, 0);
_local6.endFill();
var _local4 = _local9.createEmptyMovieClip("_inside", 2);
_local4.beginFill(_local26);
_local4.moveTo(0, 0);
_local4.lineTo(_local5 - 20, 0);
_local4.lineTo(_local5 - 20, 10);
_local4.lineTo(0, 10);
_local4.lineTo(0, 0);
_local4.endFill();
_local4._xscale = 0;
var _local7 = _local9.createEmptyMovieClip("_outline", 3);
_local7.lineStyle(0, _local28, 100);
_local7.moveTo(0, 0);
_local7.lineTo(_local5 - 20, 0);
_local7.lineTo(_local5 - 20, 10);
_local7.lineTo(0, 10);
_local7.lineTo(0, 0);
chk.ad_msec = _local27;
chk.ad_timeout = _local30;
chk.started = getTimer();
chk.showing = false;
chk.last_pcnt = 0;
chk.fadeout_time = _local24;
chk.fadeFunction = function () {
var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time));
if (_local2 > 0) {
this._parent._alpha = _local2;
} else {
var _local3 = this._parent._parent;
MochiAd.unload(_local3);
delete this.onEnterFrame;
}
};
_local8.lc.adjustProgress = function (msec) {
var _local2 = this.mc._mochiad_wait;
_local2.server_control = true;
_local2.started = getTimer();
_local2.ad_msec = msec;
};
chk.onEnterFrame = function () {
var _local6 = this._parent._parent;
var _local12 = this._parent._mochiad_ctr;
var _local5 = getTimer() - this.started;
var _local3 = false;
var _local4 = _local6.getBytesTotal();
var _local8 = _local6.getBytesLoaded();
var _local10 = (100 * _local8) / _local4;
var _local11 = (100 * _local5) / chk.ad_msec;
var _local9 = this._mochiad_bar._inside;
var _local2 = Math.min(100, Math.min(_local10 || 0, _local11));
_local2 = Math.max(this.last_pcnt, _local2);
this.last_pcnt = _local2;
_local9._xscale = _local2;
if (!chk.showing) {
var _local7 = _local12.getBytesTotal();
if ((_local7 > 0) || (typeof(_local7) == "undefined")) {
chk.showing = true;
chk.started = getTimer();
} else if (_local5 > chk.ad_timeout) {
_local3 = true;
}
}
if (_local5 > chk.ad_msec) {
_local3 = true;
}
if (((_local4 > 0) && (_local8 >= _local4)) && (_local3)) {
if (this.server_control) {
delete this.onEnterFrame;
} else {
this.fadeout_start = getTimer();
this.onEnterFrame = chk.fadeFunction;
}
}
};
}, showTimedAd:function (options) {
var _local17 = {clip:_root, ad_timeout:2000, fadeout_time:250, regpt:"o", method:"showTimedAd"};
options = MochiAd._parseOptions(options, _local17);
var _local7 = options.clip;
var _local14 = 11000;
var _local16 = options.ad_timeout;
delete options.ad_timeout;
var _local13 = options.fadeout_time;
delete options.fadeout_time;
if (!MochiAd.load(options)) {
return(undefined);
}
_local7.stop();
var _local4 = _local7._mochiad;
_local4.onUnload = function () {
this._parent.play();
};
var _local8 = MochiAd._getRes(options);
var _local18 = _local8[0];
var _local15 = _local8[1];
_local4._x = _local18 * 0.5;
_local4._y = _local15 * 0.5;
var chk = _local4.createEmptyMovieClip("_mochiad_wait", 3);
chk.ad_msec = _local14;
chk.ad_timeout = _local16;
chk.started = getTimer();
chk.showing = false;
chk.fadeout_time = _local13;
chk.fadeFunction = function () {
var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time));
if (_local2 > 0) {
this._parent._alpha = _local2;
} else {
var _local3 = this._parent._parent;
MochiAd.unload(_local3);
delete this.onEnterFrame;
}
};
_local4.lc.adjustProgress = function (msec) {
var _local2 = this.mc._mochiad_wait;
_local2.server_control = true;
_local2.started = getTimer();
_local2.ad_msec = msec - 250;
};
chk.onEnterFrame = function () {
var _local5 = this._parent._mochiad_ctr;
var _local4 = getTimer() - this.started;
var _local2 = false;
if (!chk.showing) {
var _local3 = _local5.getBytesTotal();
if ((_local3 > 0) || (typeof(_local3) == "undefined")) {
chk.showing = true;
chk.started = getTimer();
} else if (_local4 > chk.ad_timeout) {
_local2 = true;
}
}
if (_local4 > chk.ad_msec) {
_local2 = true;
}
if (_local2) {
if (this.server_control) {
delete this.onEnterFrame;
} else {
this.fadeout_start = getTimer();
this.onEnterFrame = this.fadeFunction;
}
}
};
}, _allowDomains:function (server) {
var _local1 = server.split("/")[2].split(":")[0];
if (System.security) {
if (System.security.allowDomain) {
System.security.allowDomain("*");
System.security.allowDomain(_local1);
}
if (System.security.allowInsecureDomain) {
System.security.allowInsecureDomain("*");
System.security.allowInsecureDomain(_local1);
}
}
return(_local1);
}, _loadCommunicator:function (options) {
var _local25 = {clip:_root, com_server:"http://x.mochiads.com/com/1/", method:"loadCommunicator", depth:10337, id:"_UNKNOWN_"};
options = MochiAd._parseOptions(options, _local25);
options.swfv = options.clip.getSWFVersion() || 6;
options.mav = "1.4";
var _local18 = options.clip;
var _local20 = "_mochiad_com_" + options.id;
if (!MochiAd._isNetworkAvailable()) {
return(null);
}
if (_local18[_local20]) {
return(_local18[_local20].lc);
}
var _local21 = options.com_server + options.id;
MochiAd._allowDomains(_local21);
delete options.id;
delete options.com_server;
var _local24 = options.depth;
delete options.depth;
var _local17 = _local18.createEmptyMovieClip(_local20, _local24);
var _local11 = _local17.createEmptyMovieClip("_mochiad_com", 1);
for (var _local15 in options) {
_local11[_local15] = options[_local15];
}
var _local6 = new LocalConnection();
var _local16 = ["", Math.floor(new Date().getTime()), random(999999)].join("_");
_local6.mc = _local17;
_local6.name = _local16;
_local6.allowDomain = function (d) {
return(true);
};
_local6.allowInsecureDomain = _local6.allowDomain;
_local6.connect(_local16);
_local17.lc = _local6;
_local11.lc = _local16;
_local6._id = 0;
_local6._queue = [];
_local6.rpcResult = function (cb) {
cb = parseInt(cb);
var _local4 = this._callbacks[cb];
if (!_local4) {
return(undefined);
}
delete this._callbacks[cb];
var _local5 = [];
var _local3 = 2;
while (_local3 < _local4.length) {
_local5.push(_local4[_local3]);
_local3++;
}
_local3 = 1;
while (_local3 < arguments.length) {
_local5.push(arguments[_local3]);
_local3++;
}
var _local6 = _local4[1];
var _local7 = _local4[0];
if (_local7 && (typeof(_local6) == "string")) {
_local6 = _local7[_local6];
}
if (_local6) {
_local6.apply(_local7, _local5);
}
};
_local6._didConnect = function (endpoint) {
this._endpoint = endpoint;
var _local4 = this._queue;
delete this._queue;
var _local5 = this.doSend;
var _local2 = 0;
while (_local2 < _local4.length) {
var _local3 = _local4[_local2];
_local5.apply(this, _local3);
_local2++;
}
};
_local6.doSend = function (args, cbobj, cbfn) {
if (this._endpoint == null) {
var _local4 = [];
var _local3 = 0;
while (_local3 < arguments.length) {
_local4.push(arguments[_local3]);
_local3++;
}
this._queue.push(_local4);
return(undefined);
}
this._id = this._id + 1;
var _local5 = this._id;
if ((cbfn === undefined) || (cbfn === null)) {
cbfn = cbobj;
}
this._callbacks[_local5] = [cbobj, cbfn];
var _local7 = new LocalConnection();
var _local9 = _local7.send(this._endpoint, "rpc", _local5, args);
};
_local6._callbacks = {};
_local6._callbacks[0] = [_local6, "_didConnect"];
_local11.st = getTimer();
_local11.loadMovie(_local21 + ".swf", "POST");
return(_local6);
}, fetchHighScores:function (options, callbackObj, callbackMethod) {
var _local1 = MochiAd._loadCommunicator({id:options.id});
if (!_local1) {
return(false);
}
var _local4 = ["fetchHighScores", options];
_local1.doSend(["fetchHighScores", options], callbackObj, callbackMethod);
return(true);
}, sendHighScore:function (options, callbackObj, callbackMethod) {
var _local1 = MochiAd._loadCommunicator({id:options.id});
if (!_local1) {
return(false);
}
var _local4 = ["sendHighScore", options];
_local1.doSend(["sendHighScore", options], callbackObj, callbackMethod);
return(true);
}, load:function (options) {
var _local13 = {clip:_root, server:"http://x.mochiads.com/srv/1/", method:"load", depth:10333, id:"_UNKNOWN_"};
options = MochiAd._parseOptions(options, _local13);
options.swfv = options.clip.getSWFVersion() || 6;
options.mav = "1.4";
var _local7 = options.clip;
if (!MochiAd._isNetworkAvailable()) {
return(null);
}
if (_local7._mochiad_loaded) {
return(null);
}
var _local12 = options.depth;
delete options.depth;
var _local6 = _local7.createEmptyMovieClip("_mochiad", _local12);
var _local11 = MochiAd._getRes(options);
options.res = (_local11[0] + "x") + _local11[1];
options.server = options.server + options.id;
delete options.id;
_local7._mochiad_loaded = true;
var _local4 = _local6.createEmptyMovieClip("_mochiad_ctr", 1);
for (var _local8 in options) {
_local4[_local8] = options[_local8];
}
if (_local7._url.indexOf("http") != 0) {
options.no_page = true;
}
var _local10 = _local4.server;
delete _local4.server;
var _local14 = MochiAd._allowDomains(_local10);
_local6.onEnterFrame = function () {
if (this._mochiad_ctr._url != this._url) {
this.onEnterFrame = function () {
if (!this._mochiad_ctr) {
delete this.onEnterFrame;
MochiAd.unload(this._parent);
}
};
}
};
var _local5 = new LocalConnection();
var _local9 = ["", Math.floor(new Date().getTime()), random(999999)].join("_");
_local5.mc = _local6;
_local5.name = _local9;
_local5.hostname = _local14;
_local5.allowDomain = function (d) {
return(true);
};
_local5.allowInsecureDomain = _local5.allowDomain;
_local5.connect(_local9);
_local6.lc = _local5;
_local4.lc = _local9;
_local4.st = getTimer();
_local4.loadMovie(_local10 + ".swf", "POST");
return(_local6);
}, unload:function (clip) {
if (typeof(clip) == "undefined") {
clip = _root;
}
if (clip.clip && (clip.clip._mochiad)) {
clip = clip.clip;
}
if (!clip._mochiad) {
return(false);
}
clip._mochiad.removeMovieClip();
delete clip._mochiad_loaded;
delete clip._mochiad;
return(true);
}, _isNetworkAvailable:function () {
if (System.security) {
var _local1 = System.security;
if (_local1.sandboxType == "localWithFile") {
return(false);
}
}
return(true);
}, _getRes:function (options) {
var _local3 = options.clip.getBounds();
var _local2 = 0;
var _local1 = 0;
if (typeof(options.res) != "undefined") {
var _local4 = options.res.split("x");
_local2 = parseFloat(_local4[0]);
_local1 = parseFloat(_local4[1]);
} else {
_local2 = _local3.xMax - _local3.xMin;
_local1 = _local3.yMax - _local3.yMin;
}
if ((_local2 == 0) || (_local1 == 0)) {
_local2 = Stage.width;
_local1 = Stage.height;
}
return([_local2, _local1]);
}, _parseOptions:function (options, defaults) {
var _local4 = {};
for (var _local8 in defaults) {
_local4[_local8] = defaults[_local8];
}
if (options) {
for (var _local8 in options) {
_local4[_local8] = options[_local8];
}
}
if (_root.mochiad_options) {
var _local5 = _root.mochiad_options.split("&");
var _local2 = 0;
while (_local2 < _local5.length) {
var _local3 = _local5[_local2].split("=");
_local4[unescape(_local3[0])] = unescape(_local3[1]);
_local2++;
}
}
return(_local4);
}, _:null};
MochiAd.showPreloaderAd({id:"62f5ab6285b32e79", res:"600x400"});
Frame 3
stop();
Instance of Symbol 47 MovieClip in Frame 3
onClipEvent (load) {
gameshot._visible = false;
_xscale = 0.8;
_yscale = 0;
_alpha = 0;
tp = 0;
e = 0;
txt = "";
txto = "Use the left and right arrow on your keyboard to change the direction of the rotating green arrow!\n\n\nHold down the spacebar to increase the power and release to fly into the current direction of the green arrow!";
txto2 = "Just tap space quickly to brake sharply when you notice you are flying to fast!\n\nDodge the monsters but do not be too hasty! Collect all coins to open exits!\n\nLearn to utilize the controls to need as few moves as possible! For tips and tricks check out:";
}
onClipEvent (enterFrame) {
if (_root.mnu == 1) {
_alpha = (_alpha + ((100 - _alpha) / 4));
_yscale = (_yscale + ((100 - _yscale) / 4));
if (_yscale > 98) {
_yscale = 100;
}
if (_yscale >= 90) {
_xscale = (_xscale + ((100 - _xscale) / 4));
if (_xscale > 98) {
_xscale = 100;
}
}
if (_xscale == 100) {
if (tp == 0) {
txt = txto.substr(0, e);
if (txt.length > 100) {
d01._visible = true;
}
if (e < txto.length) {
e = e + 1;
}
}
}
if (tp == 1) {
txt = txto2.substr(0, e);
if (e < txto2.length) {
e = e + 1;
} else {
gameshot._visible = true;
}
}
}
if (tp >= 2) {
_root.mnu = 0;
}
if (_root.mnu != 1) {
e = 0;
txt = "";
d01._visible = false;
gameshot._visible = false;
_xscale = (_xscale - ((_xscale - 0.8) / 3));
_alpha = (_alpha - ((_alpha - 0.1) / 3));
if (_alpha < 15) {
_xscale = 0.8;
_yscale = 0;
_alpha = 0;
tp = 0;
}
}
}
Instance of Symbol 49 MovieClip in Frame 3
onClipEvent (load) {
var meine = new XML();
_visible = false;
_parent.cup._visible = false;
tttt = 0;
roff = 0;
}
onClipEvent (enterFrame) {
if ((_root.lload == 1) and (tttt != 1)) {
tttt = 1;
if (_parent.scr == -1) {
roff = roff + 1;
}
if (_parent.scr == 1) {
roff = roff - 1;
}
if (roff < 1) {
roff = 0;
_parent.cup._visible = false;
} else {
_parent.cup._visible = true;
}
meine = _parent.mein_xml.firstChild.childNodes;
min = _parent.mein_xml.firstChild.childNodes[0].firstChild.nodeValue;
if ((meine[roff + 7].attributes.nachname == "") or (meine[roff + 7].attributes.nachname == undefined)) {
_parent.cdo._visible = false;
if (_parent.scr == -1) {
_parent.scr = 0;
}
} else {
_parent.cdo._visible = true;
}
if (meine[roff + 0].attributes.nachname) {
_root.clkk._visible = false;
i = 0;
while (i < 6) {
_parent.sct["hi" + i].rnk = i + roff;
_parent.sct["hi" + i].p1n = meine[(roff + i) - 1].attributes.nachname;
_parent.sct["hi" + i].pts = meine[(roff + i) - 1].firstChild.nodeValue;
i++;
}
_root.msc = _parent.hi5.pts;
}
}
}
Instance of Symbol 60 MovieClip "sct" in Frame 3
onClipEvent (load) {
xo = _x;
_x = (_x - 500);
}
onClipEvent (enterFrame) {
if (_root.mnu == 1) {
_x = (_x - ((_x - (xo - 500)) / 6));
} else {
_x = (_x + ((xo - _x) / 6));
}
if (_x < (xo - 450)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 93 MovieClip "sendm" in Frame 3
onClipEvent (load) {
xo = _x;
_x = (_x + 500);
}
onClipEvent (enterFrame) {
if (_root.mnu == 1) {
_x = (_x + (((xo + 500) - _x) / 6));
} else {
_x = (_x - ((_x - xo) / 6));
}
if (_x > (xo + 450)) {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 124 MovieClip in Frame 3
on (press) {
getURL ("http://www.gameshot.org", "_blank");
}
Instance of Symbol 130 MovieClip "muza" in Frame 3
onClipEvent (enterFrame) {
if (_root._currentframe == 3) {
if (_root.muz != 0) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
if (_root._currentframe > 3) {
if (_root.muz != 0) {
gotoAndStop (3);
} else {
gotoAndStop (1);
}
}
}
Frame 5
stop();
cns = 0;
Instance of Symbol 124 MovieClip in Frame 5
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
if ((_root._currentframe > ((_root.lvn * 2) + 5)) or (_root._currentframe < ((_root.lvn * 2) + 4))) {
_root.gotoAndPlay((_root.lvn * 2) + 4);
}
if (_root.lv < 0) {
_root.gotoAndStop("gaov");
}
}
Instance of Symbol 144 MovieClip "goal" in Frame 5
onClipEvent (load) {
_visible = false;
_xscale = 10;
_yscale = 1;
_alpha = 1;
rt = 0;
eee = 0;
}
onClipEvent (enterFrame) {
if (dd != 1) {
if (_root.cns <= 0) {
_visible = true;
wo.nextFrame();
_rotation = (_rotation + 25);
if (_alpha < 100) {
_alpha = (_alpha + 8);
}
_xscale = (_xscale + ((100 - _xscale) / 7));
_yscale = (_yscale + ((100 - _yscale) / 7));
if (ded != 1) {
if (hitTest(_root.paccy.kol)) {
nextFrame();
_root.arrw.unloadMovie();
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 8);
_root.paccy._y = _root.paccy._y + ((_y - _root.paccy._y) / 8);
_root.paccy._rotation = _root.paccy._rotation + rt;
rt = rt + 2;
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.97;
_root.paccy._yscale = _root.paccy._yscale * 0.97;
if (Math.abs(_root.paccy._xscale) < 40) {
_root.paccy.unloadMovie();
dd = 1;
}
}
}
}
}
if (dd == 1) {
if (eee < 5) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
_root.scr = _root.scre.scre;
_root.lvn = _root.lvn + 1;
_root.play();
}
}
_xscale = (_xscale - 5);
_yscale = (_yscale - 5);
_rotation = (_rotation - 25);
_alpha = (_alpha - 5);
if (_xscale < 20) {
_visible = false;
}
}
}
Instance of Symbol 160 MovieClip "paccy" in Frame 5
onClipEvent (enterFrame) {
if (dd != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 13, true)) {
if (yy < -1) {
bing = 1;
}
yy = yy * -1;
gotoAndPlay (11);
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 13, true)) {
if (yy > 1) {
bing = 1;
}
yy = yy * -1;
gotoAndPlay (11);
}
if ((xx < 0) and _root.lvl.hitTest(_x - 13, _y, true)) {
if (xx < -1) {
bing = 1;
}
xx = xx * -1;
gotoAndPlay (11);
}
if ((xx > 0) and _root.lvl.hitTest(_x + 13, _y, true)) {
if (xx > 1) {
bing = 1;
}
xx = xx * -1;
gotoAndPlay (11);
}
if (xx < 0) {
_xscale = 100;
}
if (xx > 0) {
_xscale = -100;
}
_x = (_x + xx);
_y = (_y + yy);
_parent.arrw._x = _parent.arrw._x + xx;
_parent.arrw._y = _parent.arrw._y + yy;
xx = xx / 1.075;
yy = yy / 1.075;
if (((Math.abs(xx) < 3) and (Math.abs(yy) < 3)) and (this.mouth._currentframe == 4)) {
mouth.play();
}
if (random(111) == 1) {
play();
}
}
}
Instance of Symbol 30 MovieClip "arrw" in Frame 5
onClipEvent (load) {
stop();
sp = 0;
spo = sp;
mspdo = 20;
rot = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(37) and (rot > 0)) {
rot = rot * -1;
}
if (Key.isDown(39) and (rot < 0)) {
rot = rot * -1;
}
_rotation = (_rotation + rot);
if ((((_rotation == 0) or (_rotation == 90)) or (_rotation == 180)) or (_rotation == -90)) {
_rotation = (_rotation + 1);
}
if (Key.isDown(32)) {
sp = 1;
if (e == 0) {
nextFrame();
} else {
prevFrame();
}
} else {
sp = 0;
}
if ((sp == 0) and (spo == 1)) {
_parent.paccy.mouth.gotoAndPlay(2);
mspd = (_currentframe / 20) * mspdo;
gotoAndStop (1);
if ((_rotation >= 0) and (_rotation < 90)) {
xx = (_rotation / 90) * mspd;
yy = -(mspd - xx);
}
if ((_rotation >= 90) and (_rotation <= 180)) {
yy = ((_rotation - 90) / 90) * mspd;
xx = mspd - yy;
}
if ((_rotation <= -90) and (_rotation >= -180)) {
xx = ((_rotation + 180) / 90) * (-mspd);
yy = -((-mspd) - xx);
}
if ((_rotation < 0) and (_rotation > -90)) {
yy = ((_rotation + 90) / 90) * (-mspd);
xx = (-mspd) - yy;
}
_parent.paccy.xx = xx;
_parent.paccy.yy = yy;
}
spo = sp;
}
Instance of Symbol 165 MovieClip in Frame 5
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 5
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 5
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 5
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 5
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 5
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 5
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 5
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 170 MovieClip "scre" in Frame 5
onClipEvent (load) {
scre = _root.scr;
}
Instance of Symbol 177 MovieClip "lvs" in Frame 5
onClipEvent (enterFrame) {
scre = ": " + _root.lv;
}
Instance of Symbol 182 MovieClip "bonus" in Frame 5
onClipEvent (load) {
t = 0;
bon = ((_root.lvn + 1) * 10) + 90;
}
onClipEvent (enterFrame) {
if (_root.goal.dd == 1) {
_root.scre.scre = _root.scre.scre + bon;
bon = 0;
_xscale = (_xscale + 3);
_yscale = (_yscale + 3);
} else {
if (t < 50) {
t = t + 1;
} else {
t = 0;
if (bon > 0) {
bon = bon - 5;
} else {
this._visible = false;
}
}
scre = "bonus:" + bon;
}
}
Instance of Symbol 185 MovieClip "bfad" in Frame 5
onClipEvent (load) {
_x = _root.paccy._x;
_y = _root.paccy._y;
}
Instance of Symbol 189 MovieClip in Frame 5
onClipEvent (load) {
txt = "Easy Peasy!";
_alpha = 0;
}
onClipEvent (enterFrame) {
if (tt != 1) {
_alpha = (_alpha + 20);
if (_alpha > 170) {
tt = 1;
}
} else {
_alpha = (_alpha - 6);
if (_alpha < 0) {
this.unloadMovie();
}
}
}
Frame 7
stop();
cns = 0;
Instance of Symbol 204 MovieClip in Frame 7
onClipEvent (load) {
ct = 0;
}
onClipEvent (enterFrame) {
if (hitTest(_root.paccy)) {
warp.nextFrame();
_root.paccy.dd = 1;
_root.arrw._visible = false;
_root.paccy._xscale = _root.paccy._xscale / 1.05;
_root.paccy._yscale = _root.paccy._yscale / 1.06;
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 8);
_root.paccy._y = _root.paccy._y + ((_y - _root.paccy._y) / 8);
ct++;
if (ct > 16) {
ct = 0;
warp.prevFrame();
_root.paccy._xscale = 100;
_root.paccy._yscale = 100;
_root.paccy._x = _root.warph._x;
_root.paccy._y = _root.warph._y;
_root.paccy.dd = 0;
_root.arrw._visible = true;
_root.arrw._x = _root.warph._x;
_root.arrw._y = _root.warph._y;
}
}
}
Instance of Symbol 204 MovieClip in Frame 7
onClipEvent (load) {
ct = 0;
}
onClipEvent (enterFrame) {
if (hitTest(_root.paccy)) {
warp.nextFrame();
_root.paccy.dd = 1;
_root.arrw._visible = false;
_root.paccy._xscale = _root.paccy._xscale / 1.05;
_root.paccy._yscale = _root.paccy._yscale / 1.06;
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 8);
_root.paccy._y = _root.paccy._y + ((_y - _root.paccy._y) / 8);
ct++;
if (ct > 16) {
ct = 0;
warp.prevFrame();
_root.paccy._xscale = 100;
_root.paccy._yscale = 100;
_root.paccy._x = _root.warph2._x;
_root.paccy._y = _root.warph2._y;
_root.paccy.dd = 0;
_root.arrw._visible = true;
_root.arrw._x = _root.warph2._x;
_root.arrw._y = _root.warph2._y;
}
}
}
Instance of Symbol 144 MovieClip "goal" in Frame 7
onClipEvent (load) {
_visible = false;
_xscale = 10;
_yscale = 1;
_alpha = 1;
rt = 0;
eee = 0;
}
onClipEvent (enterFrame) {
if (dd != 1) {
if (_root.cns <= 0) {
_visible = true;
wo.nextFrame();
_rotation = (_rotation + 25);
if (_alpha < 100) {
_alpha = (_alpha + 8);
}
_xscale = (_xscale + ((100 - _xscale) / 7));
_yscale = (_yscale + ((100 - _yscale) / 7));
if (ded != 1) {
if (hitTest(_root.paccy.kol)) {
nextFrame();
_root.arrw.unloadMovie();
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 8);
_root.paccy._y = _root.paccy._y + ((_y - _root.paccy._y) / 8);
_root.paccy._rotation = _root.paccy._rotation + rt;
rt = rt + 2;
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.97;
_root.paccy._yscale = _root.paccy._yscale * 0.97;
if (Math.abs(_root.paccy._xscale) < 40) {
_root.paccy.unloadMovie();
dd = 1;
}
}
}
}
}
if (dd == 1) {
if (eee < 5) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
_root.scr = _root.scre.scre;
_root.lvn = _root.lvn + 1;
_root.play();
}
}
_xscale = (_xscale - 5);
_yscale = (_yscale - 5);
_rotation = (_rotation - 25);
_alpha = (_alpha - 5);
if (_xscale < 20) {
_visible = false;
}
}
}
Instance of Symbol 160 MovieClip "paccy" in Frame 7
onClipEvent (enterFrame) {
if (dd != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 13, true)) {
if (yy < -1) {
bing = 1;
}
yy = yy * -1;
gotoAndPlay (11);
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 13, true)) {
if (yy > 1) {
bing = 1;
}
yy = yy * -1;
gotoAndPlay (11);
}
if ((xx < 0) and _root.lvl.hitTest(_x - 13, _y, true)) {
if (xx < -1) {
bing = 1;
}
xx = xx * -1;
gotoAndPlay (11);
}
if ((xx > 0) and _root.lvl.hitTest(_x + 13, _y, true)) {
if (xx > 1) {
bing = 1;
}
xx = xx * -1;
gotoAndPlay (11);
}
if (xx < 0) {
_xscale = 100;
}
if (xx > 0) {
_xscale = -100;
}
_x = (_x + xx);
_y = (_y + yy);
_parent.arrw._x = _parent.arrw._x + xx;
_parent.arrw._y = _parent.arrw._y + yy;
xx = xx / 1.075;
yy = yy / 1.075;
if (((Math.abs(xx) < 3) and (Math.abs(yy) < 3)) and (this.mouth._currentframe == 4)) {
mouth.play();
}
if (random(111) == 1) {
play();
}
}
}
Instance of Symbol 30 MovieClip "arrw" in Frame 7
onClipEvent (load) {
stop();
sp = 0;
spo = sp;
mspdo = 20;
rot = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(37) and (rot > 0)) {
rot = rot * -1;
}
if (Key.isDown(39) and (rot < 0)) {
rot = rot * -1;
}
_rotation = (_rotation + rot);
if ((((_rotation == 0) or (_rotation == 90)) or (_rotation == 180)) or (_rotation == -90)) {
_rotation = (_rotation + 1);
}
if (Key.isDown(32)) {
sp = 1;
if (e == 0) {
nextFrame();
} else {
prevFrame();
}
} else {
sp = 0;
}
if ((sp == 0) and (spo == 1)) {
_parent.paccy.mouth.gotoAndPlay(2);
mspd = (_currentframe / 20) * mspdo;
gotoAndStop (1);
if ((_rotation >= 0) and (_rotation < 90)) {
xx = (_rotation / 90) * mspd;
yy = -(mspd - xx);
}
if ((_rotation >= 90) and (_rotation <= 180)) {
yy = ((_rotation - 90) / 90) * mspd;
xx = mspd - yy;
}
if ((_rotation <= -90) and (_rotation >= -180)) {
xx = ((_rotation + 180) / 90) * (-mspd);
yy = -((-mspd) - xx);
}
if ((_rotation < 0) and (_rotation > -90)) {
yy = ((_rotation + 90) / 90) * (-mspd);
xx = (-mspd) - yy;
}
_parent.paccy.xx = xx;
_parent.paccy.yy = yy;
}
spo = sp;
}
Instance of Symbol 165 MovieClip in Frame 7
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 7
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 7
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 7
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 7
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 7
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 170 MovieClip "scre" in Frame 7
onClipEvent (load) {
scre = _root.scr;
}
Instance of Symbol 177 MovieClip "lvs" in Frame 7
onClipEvent (enterFrame) {
scre = ": " + _root.lv;
}
Instance of Symbol 182 MovieClip "bonus" in Frame 7
onClipEvent (load) {
t = 0;
bon = ((_root.lvn + 1) * 10) + 90;
}
onClipEvent (enterFrame) {
if (_root.goal.dd == 1) {
_root.scre.scre = _root.scre.scre + bon;
bon = 0;
_xscale = (_xscale + 3);
_yscale = (_yscale + 3);
} else {
if (t < 50) {
t = t + 1;
} else {
t = 0;
if (bon > 0) {
bon = bon - 5;
} else {
this._visible = false;
}
}
scre = "bonus:" + bon;
}
}
Instance of Symbol 185 MovieClip "bfad" in Frame 7
onClipEvent (load) {
_x = _root.paccy._x;
_y = _root.paccy._y;
}
Instance of Symbol 189 MovieClip in Frame 7
onClipEvent (load) {
txt = "Warping!";
_alpha = 0;
}
onClipEvent (enterFrame) {
if (tt != 1) {
_alpha = (_alpha + 20);
if (_alpha > 170) {
tt = 1;
}
} else {
_alpha = (_alpha - 6);
if (_alpha < 0) {
this.unloadMovie();
}
}
}
Frame 9
stop();
cns = 0;
Instance of Symbol 144 MovieClip "goal" in Frame 9
onClipEvent (load) {
_visible = false;
_xscale = 10;
_yscale = 1;
_alpha = 1;
rt = 0;
eee = 0;
}
onClipEvent (enterFrame) {
if (dd != 1) {
if (_root.cns <= 0) {
_visible = true;
wo.nextFrame();
_rotation = (_rotation + 25);
if (_alpha < 100) {
_alpha = (_alpha + 8);
}
_xscale = (_xscale + ((100 - _xscale) / 7));
_yscale = (_yscale + ((100 - _yscale) / 7));
if (ded != 1) {
if (hitTest(_root.paccy.kol)) {
nextFrame();
_root.arrw.unloadMovie();
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 8);
_root.paccy._y = _root.paccy._y + ((_y - _root.paccy._y) / 8);
_root.paccy._rotation = _root.paccy._rotation + rt;
rt = rt + 2;
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.97;
_root.paccy._yscale = _root.paccy._yscale * 0.97;
if (Math.abs(_root.paccy._xscale) < 40) {
_root.paccy.unloadMovie();
dd = 1;
}
}
}
}
}
if (dd == 1) {
if (eee < 5) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
_root.scr = _root.scre.scre;
_root.lvn = _root.lvn + 1;
_root.play();
}
}
_xscale = (_xscale - 5);
_yscale = (_yscale - 5);
_rotation = (_rotation - 25);
_alpha = (_alpha - 5);
if (_xscale < 20) {
_visible = false;
}
}
}
Instance of Symbol 243 MovieClip in Frame 9
onClipEvent (load) {
ep = 0;
xx = 3;
yy = 3;
eee = 0;
}
onClipEvent (enterFrame) {
if (ep != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 27, true)) {
yy = yy * -1;
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 23, true)) {
yy = yy * -1;
}
if ((xx < 0) and _root.lvl.hitTest(_x - 23, _y, true)) {
xx = xx * -1;
}
if ((xx > 0) and _root.lvl.hitTest(_x + 23, _y, true)) {
xx = xx * -1;
}
if (xx < 0) {
_xscale = -100;
}
if (xx > 0) {
_xscale = 100;
}
_x = (_x + xx);
_y = (_y + yy);
} else {
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 3);
_root.paccy._y = _root.paccy._y + (((_y - _root.paccy._y) + 5) / 3);
_root.goal.ded = 1;
if (eee < 40) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y - 5;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
gulp.play();
}
}
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.9;
_root.paccy._yscale = _root.paccy._yscale * 0.9;
if (Math.abs(_root.paccy._xscale) < 60) {
_root.paccy.unloadMovie();
}
if (_currentframe < 23) {
gotoAndPlay (23);
}
_root.arrw.unloadMovie();
}
}
Instance of Symbol 160 MovieClip "paccy" in Frame 9
onClipEvent (enterFrame) {
if (dd != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 13, true)) {
if (yy < -1) {
bing = 1;
}
yy = yy * -1;
gotoAndPlay (11);
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 13, true)) {
if (yy > 1) {
bing = 1;
}
yy = yy * -1;
gotoAndPlay (11);
}
if ((xx < 0) and _root.lvl.hitTest(_x - 13, _y, true)) {
if (xx < -1) {
bing = 1;
}
xx = xx * -1;
gotoAndPlay (11);
}
if ((xx > 0) and _root.lvl.hitTest(_x + 13, _y, true)) {
if (xx > 1) {
bing = 1;
}
xx = xx * -1;
gotoAndPlay (11);
}
if (xx < 0) {
_xscale = 100;
}
if (xx > 0) {
_xscale = -100;
}
_x = (_x + xx);
_y = (_y + yy);
_parent.arrw._x = _parent.arrw._x + xx;
_parent.arrw._y = _parent.arrw._y + yy;
xx = xx / 1.075;
yy = yy / 1.075;
if (((Math.abs(xx) < 3) and (Math.abs(yy) < 3)) and (this.mouth._currentframe == 4)) {
mouth.play();
}
if (random(111) == 1) {
play();
}
}
}
Instance of Symbol 30 MovieClip "arrw" in Frame 9
onClipEvent (load) {
stop();
sp = 0;
spo = sp;
mspdo = 20;
rot = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(37) and (rot > 0)) {
rot = rot * -1;
}
if (Key.isDown(39) and (rot < 0)) {
rot = rot * -1;
}
_rotation = (_rotation + rot);
if ((((_rotation == 0) or (_rotation == 90)) or (_rotation == 180)) or (_rotation == -90)) {
_rotation = (_rotation + 1);
}
if (Key.isDown(32)) {
sp = 1;
if (e == 0) {
nextFrame();
} else {
prevFrame();
}
} else {
sp = 0;
}
if ((sp == 0) and (spo == 1)) {
_parent.paccy.mouth.gotoAndPlay(2);
mspd = (_currentframe / 20) * mspdo;
gotoAndStop (1);
if ((_rotation >= 0) and (_rotation < 90)) {
xx = (_rotation / 90) * mspd;
yy = -(mspd - xx);
}
if ((_rotation >= 90) and (_rotation <= 180)) {
yy = ((_rotation - 90) / 90) * mspd;
xx = mspd - yy;
}
if ((_rotation <= -90) and (_rotation >= -180)) {
xx = ((_rotation + 180) / 90) * (-mspd);
yy = -((-mspd) - xx);
}
if ((_rotation < 0) and (_rotation > -90)) {
yy = ((_rotation + 90) / 90) * (-mspd);
xx = (-mspd) - yy;
}
_parent.paccy.xx = xx;
_parent.paccy.yy = yy;
}
spo = sp;
}
Instance of Symbol 165 MovieClip in Frame 9
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 9
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 9
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 9
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 9
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 170 MovieClip "scre" in Frame 9
onClipEvent (load) {
scre = _root.scr;
}
Instance of Symbol 177 MovieClip "lvs" in Frame 9
onClipEvent (enterFrame) {
scre = ": " + _root.lv;
}
Instance of Symbol 182 MovieClip "bonus" in Frame 9
onClipEvent (load) {
t = 0;
bon = ((_root.lvn + 1) * 10) + 90;
}
onClipEvent (enterFrame) {
if (_root.goal.dd == 1) {
_root.scre.scre = _root.scre.scre + bon;
bon = 0;
_xscale = (_xscale + 3);
_yscale = (_yscale + 3);
} else {
if (t < 50) {
t = t + 1;
} else {
t = 0;
if (bon > 0) {
bon = bon - 5;
} else {
this._visible = false;
}
}
scre = "bonus:" + bon;
}
}
Instance of Symbol 185 MovieClip "bfad" in Frame 9
onClipEvent (load) {
_x = _root.paccy._x;
_y = _root.paccy._y;
}
Instance of Symbol 189 MovieClip in Frame 9
onClipEvent (load) {
txt = "First Monsta!";
_alpha = 0;
}
onClipEvent (enterFrame) {
if (tt != 1) {
_alpha = (_alpha + 20);
if (_alpha > 170) {
tt = 1;
}
} else {
_alpha = (_alpha - 6);
if (_alpha < 0) {
this.unloadMovie();
}
}
}
Frame 11
stop();
cns = 0;
Instance of Symbol 258 MovieClip in Frame 11
onClipEvent (load) {
dn = 1;
}
Instance of Symbol 276 MovieClip in Frame 11
onClipEvent (load) {
ep = 0;
xx = 3;
yy = 3;
eee = 0;
}
onClipEvent (enterFrame) {
if (ep != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 27, true)) {
yy = yy * -1;
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 23, true)) {
yy = yy * -1;
}
if ((xx < 0) and _root.lvl.hitTest(_x - 23, _y, true)) {
xx = xx * -1;
}
if ((xx > 0) and _root.lvl.hitTest(_x + 23, _y, true)) {
xx = xx * -1;
}
if (xx < 0) {
_xscale = -100;
}
if (xx > 0) {
_xscale = 100;
}
_x = (_x + xx);
_y = (_y + yy);
} else {
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 3);
_root.paccy._y = _root.paccy._y + (((_y - _root.paccy._y) + 5) / 3);
_root.goal.ded = 1;
if (eee < 40) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y - 5;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
gulp.play();
}
}
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.9;
_root.paccy._yscale = _root.paccy._yscale * 0.9;
if (Math.abs(_root.paccy._xscale) < 60) {
_root.paccy.unloadMovie();
}
if (_currentframe < 23) {
gotoAndPlay (23);
}
_root.arrw.unloadMovie();
}
}
Instance of Symbol 144 MovieClip "goal" in Frame 11
onClipEvent (load) {
_visible = false;
_xscale = 10;
_yscale = 1;
_alpha = 1;
rt = 0;
eee = 0;
}
onClipEvent (enterFrame) {
if (dd != 1) {
if (_root.cns <= 0) {
_visible = true;
wo.nextFrame();
_rotation = (_rotation + 25);
if (_alpha < 100) {
_alpha = (_alpha + 8);
}
_xscale = (_xscale + ((100 - _xscale) / 7));
_yscale = (_yscale + ((100 - _yscale) / 7));
if (ded != 1) {
if (hitTest(_root.paccy.kol)) {
nextFrame();
_root.arrw.unloadMovie();
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 8);
_root.paccy._y = _root.paccy._y + ((_y - _root.paccy._y) / 8);
_root.paccy._rotation = _root.paccy._rotation + rt;
rt = rt + 2;
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.97;
_root.paccy._yscale = _root.paccy._yscale * 0.97;
if (Math.abs(_root.paccy._xscale) < 40) {
_root.paccy.unloadMovie();
dd = 1;
}
}
}
}
}
if (dd == 1) {
if (eee < 5) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
_root.scr = _root.scre.scre;
_root.lvn = _root.lvn + 1;
_root.play();
}
}
_xscale = (_xscale - 5);
_yscale = (_yscale - 5);
_rotation = (_rotation - 25);
_alpha = (_alpha - 5);
if (_xscale < 20) {
_visible = false;
}
}
}
Instance of Symbol 160 MovieClip "paccy" in Frame 11
onClipEvent (enterFrame) {
if (dd != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 13, true)) {
if (yy < -1) {
bing = 1;
}
yy = yy * -1;
gotoAndPlay (11);
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 13, true)) {
if (yy > 1) {
bing = 1;
}
yy = yy * -1;
gotoAndPlay (11);
}
if ((xx < 0) and _root.lvl.hitTest(_x - 13, _y, true)) {
if (xx < -1) {
bing = 1;
}
xx = xx * -1;
gotoAndPlay (11);
}
if ((xx > 0) and _root.lvl.hitTest(_x + 13, _y, true)) {
if (xx > 1) {
bing = 1;
}
xx = xx * -1;
gotoAndPlay (11);
}
if (xx < 0) {
_xscale = 100;
}
if (xx > 0) {
_xscale = -100;
}
_x = (_x + xx);
_y = (_y + yy);
_parent.arrw._x = _parent.arrw._x + xx;
_parent.arrw._y = _parent.arrw._y + yy;
xx = xx / 1.075;
yy = yy / 1.075;
if (((Math.abs(xx) < 3) and (Math.abs(yy) < 3)) and (this.mouth._currentframe == 4)) {
mouth.play();
}
if (random(111) == 1) {
play();
}
}
}
Instance of Symbol 30 MovieClip "arrw" in Frame 11
onClipEvent (load) {
stop();
sp = 0;
spo = sp;
mspdo = 20;
rot = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(37) and (rot > 0)) {
rot = rot * -1;
}
if (Key.isDown(39) and (rot < 0)) {
rot = rot * -1;
}
_rotation = (_rotation + rot);
if ((((_rotation == 0) or (_rotation == 90)) or (_rotation == 180)) or (_rotation == -90)) {
_rotation = (_rotation + 1);
}
if (Key.isDown(32)) {
sp = 1;
if (e == 0) {
nextFrame();
} else {
prevFrame();
}
} else {
sp = 0;
}
if ((sp == 0) and (spo == 1)) {
_parent.paccy.mouth.gotoAndPlay(2);
mspd = (_currentframe / 20) * mspdo;
gotoAndStop (1);
if ((_rotation >= 0) and (_rotation < 90)) {
xx = (_rotation / 90) * mspd;
yy = -(mspd - xx);
}
if ((_rotation >= 90) and (_rotation <= 180)) {
yy = ((_rotation - 90) / 90) * mspd;
xx = mspd - yy;
}
if ((_rotation <= -90) and (_rotation >= -180)) {
xx = ((_rotation + 180) / 90) * (-mspd);
yy = -((-mspd) - xx);
}
if ((_rotation < 0) and (_rotation > -90)) {
yy = ((_rotation + 90) / 90) * (-mspd);
xx = (-mspd) - yy;
}
_parent.paccy.xx = xx;
_parent.paccy.yy = yy;
}
spo = sp;
}
Instance of Symbol 165 MovieClip in Frame 11
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 11
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 11
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 11
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 11
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 170 MovieClip "scre" in Frame 11
onClipEvent (load) {
scre = _root.scr;
}
Instance of Symbol 177 MovieClip "lvs" in Frame 11
onClipEvent (enterFrame) {
scre = ": " + _root.lv;
}
Instance of Symbol 182 MovieClip "bonus" in Frame 11
onClipEvent (load) {
t = 0;
bon = ((_root.lvn + 1) * 10) + 90;
}
onClipEvent (enterFrame) {
if (_root.goal.dd == 1) {
_root.scre.scre = _root.scre.scre + bon;
bon = 0;
_xscale = (_xscale + 3);
_yscale = (_yscale + 3);
} else {
if (t < 50) {
t = t + 1;
} else {
t = 0;
if (bon > 0) {
bon = bon - 5;
} else {
this._visible = false;
}
}
scre = "bonus:" + bon;
}
}
Instance of Symbol 185 MovieClip "bfad" in Frame 11
onClipEvent (load) {
_x = _root.paccy._x;
_y = _root.paccy._y;
}
Instance of Symbol 189 MovieClip in Frame 11
onClipEvent (load) {
txt = "Trap It!";
_alpha = 0;
}
onClipEvent (enterFrame) {
if (tt != 1) {
_alpha = (_alpha + 20);
if (_alpha > 170) {
tt = 1;
}
} else {
_alpha = (_alpha - 6);
if (_alpha < 0) {
this.unloadMovie();
}
}
}
Frame 13
stop();
cns = 0;
Instance of Symbol 144 MovieClip "goal" in Frame 13
onClipEvent (load) {
_visible = false;
_xscale = 10;
_yscale = 1;
_alpha = 1;
rt = 0;
eee = 0;
}
onClipEvent (enterFrame) {
if (dd != 1) {
if (_root.cns <= 0) {
_visible = true;
wo.nextFrame();
_rotation = (_rotation + 25);
if (_alpha < 100) {
_alpha = (_alpha + 8);
}
_xscale = (_xscale + ((100 - _xscale) / 7));
_yscale = (_yscale + ((100 - _yscale) / 7));
if (ded != 1) {
if (hitTest(_root.paccy.kol)) {
nextFrame();
_root.arrw.unloadMovie();
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 8);
_root.paccy._y = _root.paccy._y + ((_y - _root.paccy._y) / 8);
_root.paccy._rotation = _root.paccy._rotation + rt;
rt = rt + 2;
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.97;
_root.paccy._yscale = _root.paccy._yscale * 0.97;
if (Math.abs(_root.paccy._xscale) < 40) {
_root.paccy.unloadMovie();
dd = 1;
}
}
}
}
}
if (dd == 1) {
if (eee < 5) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
_root.scr = _root.scre.scre;
_root.lvn = _root.lvn + 1;
_root.play();
}
}
_xscale = (_xscale - 5);
_yscale = (_yscale - 5);
_rotation = (_rotation - 25);
_alpha = (_alpha - 5);
if (_xscale < 20) {
_visible = false;
}
}
}
Instance of Symbol 276 MovieClip in Frame 13
onClipEvent (load) {
ep = 0;
xx = 3;
yy = 3;
eee = 0;
}
onClipEvent (enterFrame) {
if (ep != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 27, true)) {
yy = yy * -1;
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 23, true)) {
yy = yy * -1;
}
if ((xx < 0) and _root.lvl.hitTest(_x - 23, _y, true)) {
xx = xx * -1;
}
if ((xx > 0) and _root.lvl.hitTest(_x + 23, _y, true)) {
xx = xx * -1;
}
if (xx < 0) {
_xscale = -100;
}
if (xx > 0) {
_xscale = 100;
}
_x = (_x + xx);
_y = (_y + yy);
} else {
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 3);
_root.paccy._y = _root.paccy._y + (((_y - _root.paccy._y) + 5) / 3);
_root.goal.ded = 1;
if (eee < 40) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y - 5;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
gulp.play();
}
}
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.9;
_root.paccy._yscale = _root.paccy._yscale * 0.9;
if (Math.abs(_root.paccy._xscale) < 60) {
_root.paccy.unloadMovie();
}
if (_currentframe < 23) {
gotoAndPlay (23);
}
_root.arrw.unloadMovie();
}
}
Instance of Symbol 243 MovieClip in Frame 13
onClipEvent (load) {
ep = 0;
xx = -3;
yy = -3;
eee = 0;
}
onClipEvent (enterFrame) {
if (ep != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 27, true)) {
yy = yy * -1;
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 23, true)) {
yy = yy * -1;
}
if ((xx < 0) and _root.lvl.hitTest(_x - 23, _y, true)) {
xx = xx * -1;
}
if ((xx > 0) and _root.lvl.hitTest(_x + 23, _y, true)) {
xx = xx * -1;
}
if (xx < 0) {
_xscale = -100;
}
if (xx > 0) {
_xscale = 100;
}
_x = (_x + xx);
_y = (_y + yy);
} else {
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 3);
_root.paccy._y = _root.paccy._y + (((_y - _root.paccy._y) + 5) / 3);
_root.goal.ded = 1;
if (eee < 40) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y - 5;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
gulp.play();
}
}
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.9;
_root.paccy._yscale = _root.paccy._yscale * 0.9;
if (Math.abs(_root.paccy._xscale) < 60) {
_root.paccy.unloadMovie();
}
if (_currentframe < 23) {
gotoAndPlay (23);
}
_root.arrw.unloadMovie();
}
}
Instance of Symbol 160 MovieClip "paccy" in Frame 13
onClipEvent (enterFrame) {
if (dd != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 13, true)) {
if (yy < -1) {
bing = 1;
}
yy = yy * -1;
gotoAndPlay (11);
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 13, true)) {
if (yy > 1) {
bing = 1;
}
yy = yy * -1;
gotoAndPlay (11);
}
if ((xx < 0) and _root.lvl.hitTest(_x - 13, _y, true)) {
if (xx < -1) {
bing = 1;
}
xx = xx * -1;
gotoAndPlay (11);
}
if ((xx > 0) and _root.lvl.hitTest(_x + 13, _y, true)) {
if (xx > 1) {
bing = 1;
}
xx = xx * -1;
gotoAndPlay (11);
}
if (xx < 0) {
_xscale = 100;
}
if (xx > 0) {
_xscale = -100;
}
_x = (_x + xx);
_y = (_y + yy);
_parent.arrw._x = _parent.arrw._x + xx;
_parent.arrw._y = _parent.arrw._y + yy;
xx = xx / 1.075;
yy = yy / 1.075;
if (((Math.abs(xx) < 3) and (Math.abs(yy) < 3)) and (this.mouth._currentframe == 4)) {
mouth.play();
}
if (random(111) == 1) {
play();
}
}
}
Instance of Symbol 30 MovieClip "arrw" in Frame 13
onClipEvent (load) {
stop();
sp = 0;
spo = sp;
mspdo = 20;
rot = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(37) and (rot > 0)) {
rot = rot * -1;
}
if (Key.isDown(39) and (rot < 0)) {
rot = rot * -1;
}
_rotation = (_rotation + rot);
if ((((_rotation == 0) or (_rotation == 90)) or (_rotation == 180)) or (_rotation == -90)) {
_rotation = (_rotation + 1);
}
if (Key.isDown(32)) {
sp = 1;
if (e == 0) {
nextFrame();
} else {
prevFrame();
}
} else {
sp = 0;
}
if ((sp == 0) and (spo == 1)) {
_parent.paccy.mouth.gotoAndPlay(2);
mspd = (_currentframe / 20) * mspdo;
gotoAndStop (1);
if ((_rotation >= 0) and (_rotation < 90)) {
xx = (_rotation / 90) * mspd;
yy = -(mspd - xx);
}
if ((_rotation >= 90) and (_rotation <= 180)) {
yy = ((_rotation - 90) / 90) * mspd;
xx = mspd - yy;
}
if ((_rotation <= -90) and (_rotation >= -180)) {
xx = ((_rotation + 180) / 90) * (-mspd);
yy = -((-mspd) - xx);
}
if ((_rotation < 0) and (_rotation > -90)) {
yy = ((_rotation + 90) / 90) * (-mspd);
xx = (-mspd) - yy;
}
_parent.paccy.xx = xx;
_parent.paccy.yy = yy;
}
spo = sp;
}
Instance of Symbol 165 MovieClip in Frame 13
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 13
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 13
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 13
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 13
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 170 MovieClip "scre" in Frame 13
onClipEvent (load) {
scre = _root.scr;
}
Instance of Symbol 177 MovieClip "lvs" in Frame 13
onClipEvent (enterFrame) {
scre = ": " + _root.lv;
}
Instance of Symbol 182 MovieClip "bonus" in Frame 13
onClipEvent (load) {
t = 0;
bon = ((_root.lvn + 1) * 10) + 90;
}
onClipEvent (enterFrame) {
if (_root.goal.dd == 1) {
_root.scre.scre = _root.scre.scre + bon;
bon = 0;
_xscale = (_xscale + 3);
_yscale = (_yscale + 3);
} else {
if (t < 50) {
t = t + 1;
} else {
t = 0;
if (bon > 0) {
bon = bon - 5;
} else {
this._visible = false;
}
}
scre = "bonus:" + bon;
}
}
Instance of Symbol 185 MovieClip "bfad" in Frame 13
onClipEvent (load) {
_x = _root.paccy._x;
_y = _root.paccy._y;
}
Instance of Symbol 189 MovieClip in Frame 13
onClipEvent (load) {
txt = "Clockwise!";
_alpha = 0;
}
onClipEvent (enterFrame) {
if (tt != 1) {
_alpha = (_alpha + 20);
if (_alpha > 170) {
tt = 1;
}
} else {
_alpha = (_alpha - 6);
if (_alpha < 0) {
this.unloadMovie();
}
}
}
Frame 15
stop();
cns = 0;
Instance of Symbol 144 MovieClip "goal" in Frame 15
onClipEvent (load) {
_visible = false;
_xscale = 10;
_yscale = 1;
_alpha = 1;
rt = 0;
eee = 0;
}
onClipEvent (enterFrame) {
if (dd != 1) {
if (_root.cns <= 0) {
_visible = true;
wo.nextFrame();
_rotation = (_rotation + 25);
if (_alpha < 100) {
_alpha = (_alpha + 8);
}
_xscale = (_xscale + ((100 - _xscale) / 7));
_yscale = (_yscale + ((100 - _yscale) / 7));
if (ded != 1) {
if (hitTest(_root.paccy.kol)) {
nextFrame();
_root.arrw.unloadMovie();
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 8);
_root.paccy._y = _root.paccy._y + ((_y - _root.paccy._y) / 8);
_root.paccy._rotation = _root.paccy._rotation + rt;
rt = rt + 2;
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.97;
_root.paccy._yscale = _root.paccy._yscale * 0.97;
if (Math.abs(_root.paccy._xscale) < 40) {
_root.paccy.unloadMovie();
dd = 1;
}
}
}
}
}
if (dd == 1) {
if (eee < 5) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
_root.scr = _root.scre.scre;
_root.lvn = _root.lvn + 1;
_root.play();
}
}
_xscale = (_xscale - 5);
_yscale = (_yscale - 5);
_rotation = (_rotation - 25);
_alpha = (_alpha - 5);
if (_xscale < 20) {
_visible = false;
}
}
}
Instance of Symbol 293 MovieClip in Frame 15
onClipEvent (load) {
ep = 0;
xx = 0;
yy = -3;
eee = 0;
}
onClipEvent (enterFrame) {
if (ep != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 27, true)) {
yy = yy * -1;
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 23, true)) {
yy = yy * -1;
}
if ((xx < 0) and _root.lvl.hitTest(_x - 23, _y, true)) {
xx = xx * -1;
}
if ((xx > 0) and _root.lvl.hitTest(_x + 23, _y, true)) {
xx = xx * -1;
}
if (xx < 0) {
_xscale = -100;
}
if (xx > 0) {
_xscale = 100;
}
_x = (_x + xx);
_y = (_y + yy);
} else {
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 3);
_root.paccy._y = _root.paccy._y + (((_y - _root.paccy._y) + 5) / 3);
_root.goal.ded = 1;
if (eee < 40) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y - 5;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
gulp.play();
}
}
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.9;
_root.paccy._yscale = _root.paccy._yscale * 0.9;
if (Math.abs(_root.paccy._xscale) < 60) {
_root.paccy.unloadMovie();
}
if (_currentframe < 23) {
gotoAndPlay (23);
}
_root.arrw.unloadMovie();
}
}
Instance of Symbol 303 MovieClip in Frame 15
onClipEvent (load) {
ep = 0;
xx = 0;
yy = 3;
eee = 0;
}
onClipEvent (enterFrame) {
if (ep != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 27, true)) {
yy = yy * -1;
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 23, true)) {
yy = yy * -1;
}
if ((xx < 0) and _root.lvl.hitTest(_x - 23, _y, true)) {
xx = xx * -1;
}
if ((xx > 0) and _root.lvl.hitTest(_x + 23, _y, true)) {
xx = xx * -1;
}
if (xx < 0) {
_xscale = -100;
}
if (xx > 0) {
_xscale = 100;
}
_x = (_x + xx);
_y = (_y + yy);
} else {
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 3);
_root.paccy._y = _root.paccy._y + (((_y - _root.paccy._y) + 5) / 3);
_root.goal.ded = 1;
if (eee < 40) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y - 5;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
gulp.play();
}
}
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.9;
_root.paccy._yscale = _root.paccy._yscale * 0.9;
if (Math.abs(_root.paccy._xscale) < 60) {
_root.paccy.unloadMovie();
}
if (_currentframe < 23) {
gotoAndPlay (23);
}
_root.arrw.unloadMovie();
}
}
Instance of Symbol 160 MovieClip "paccy" in Frame 15
onClipEvent (enterFrame) {
if (dd != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 13, true)) {
if (yy < -1) {
bing = 1;
}
yy = yy * -1;
gotoAndPlay (11);
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 13, true)) {
if (yy > 1) {
bing = 1;
}
yy = yy * -1;
gotoAndPlay (11);
}
if ((xx < 0) and _root.lvl.hitTest(_x - 13, _y, true)) {
if (xx < -1) {
bing = 1;
}
xx = xx * -1;
gotoAndPlay (11);
}
if ((xx > 0) and _root.lvl.hitTest(_x + 13, _y, true)) {
if (xx > 1) {
bing = 1;
}
xx = xx * -1;
gotoAndPlay (11);
}
if (xx < 0) {
_xscale = 100;
}
if (xx > 0) {
_xscale = -100;
}
_x = (_x + xx);
_y = (_y + yy);
_parent.arrw._x = _parent.arrw._x + xx;
_parent.arrw._y = _parent.arrw._y + yy;
xx = xx / 1.075;
yy = yy / 1.075;
if (((Math.abs(xx) < 3) and (Math.abs(yy) < 3)) and (this.mouth._currentframe == 4)) {
mouth.play();
}
if (random(111) == 1) {
play();
}
}
}
Instance of Symbol 30 MovieClip "arrw" in Frame 15
onClipEvent (load) {
stop();
sp = 0;
spo = sp;
mspdo = 20;
rot = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(37) and (rot > 0)) {
rot = rot * -1;
}
if (Key.isDown(39) and (rot < 0)) {
rot = rot * -1;
}
_rotation = (_rotation + rot);
if ((((_rotation == 0) or (_rotation == 90)) or (_rotation == 180)) or (_rotation == -90)) {
_rotation = (_rotation + 1);
}
if (Key.isDown(32)) {
sp = 1;
if (e == 0) {
nextFrame();
} else {
prevFrame();
}
} else {
sp = 0;
}
if ((sp == 0) and (spo == 1)) {
_parent.paccy.mouth.gotoAndPlay(2);
mspd = (_currentframe / 20) * mspdo;
gotoAndStop (1);
if ((_rotation >= 0) and (_rotation < 90)) {
xx = (_rotation / 90) * mspd;
yy = -(mspd - xx);
}
if ((_rotation >= 90) and (_rotation <= 180)) {
yy = ((_rotation - 90) / 90) * mspd;
xx = mspd - yy;
}
if ((_rotation <= -90) and (_rotation >= -180)) {
xx = ((_rotation + 180) / 90) * (-mspd);
yy = -((-mspd) - xx);
}
if ((_rotation < 0) and (_rotation > -90)) {
yy = ((_rotation + 90) / 90) * (-mspd);
xx = (-mspd) - yy;
}
_parent.paccy.xx = xx;
_parent.paccy.yy = yy;
}
spo = sp;
}
Instance of Symbol 165 MovieClip in Frame 15
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 15
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 15
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 15
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 15
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 170 MovieClip "scre" in Frame 15
onClipEvent (load) {
scre = _root.scr;
}
Instance of Symbol 177 MovieClip "lvs" in Frame 15
onClipEvent (enterFrame) {
scre = ": " + _root.lv;
}
Instance of Symbol 182 MovieClip "bonus" in Frame 15
onClipEvent (load) {
t = 0;
bon = ((_root.lvn + 1) * 10) + 90;
}
onClipEvent (enterFrame) {
if (_root.goal.dd == 1) {
_root.scre.scre = _root.scre.scre + bon;
bon = 0;
_xscale = (_xscale + 3);
_yscale = (_yscale + 3);
} else {
if (t < 50) {
t = t + 1;
} else {
t = 0;
if (bon > 0) {
bon = bon - 5;
} else {
this._visible = false;
}
}
scre = "bonus:" + bon;
}
}
Instance of Symbol 185 MovieClip "bfad" in Frame 15
onClipEvent (load) {
_x = _root.paccy._x;
_y = _root.paccy._y;
}
Instance of Symbol 189 MovieClip in Frame 15
onClipEvent (load) {
txt = "Classical!";
_alpha = 0;
}
onClipEvent (enterFrame) {
if (tt != 1) {
_alpha = (_alpha + 20);
if (_alpha > 170) {
tt = 1;
}
} else {
_alpha = (_alpha - 6);
if (_alpha < 0) {
this.unloadMovie();
}
}
}
Frame 17
stop();
cns = 0;
Instance of Symbol 144 MovieClip "goal" in Frame 17
onClipEvent (load) {
_visible = false;
_xscale = 10;
_yscale = 1;
_alpha = 1;
rt = 0;
eee = 0;
}
onClipEvent (enterFrame) {
if (dd != 1) {
if (_root.cns <= 0) {
_visible = true;
wo.nextFrame();
_rotation = (_rotation + 25);
if (_alpha < 100) {
_alpha = (_alpha + 8);
}
_xscale = (_xscale + ((100 - _xscale) / 7));
_yscale = (_yscale + ((100 - _yscale) / 7));
if (ded != 1) {
if (hitTest(_root.paccy.kol)) {
nextFrame();
_root.arrw.unloadMovie();
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 8);
_root.paccy._y = _root.paccy._y + ((_y - _root.paccy._y) / 8);
_root.paccy._rotation = _root.paccy._rotation + rt;
rt = rt + 2;
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.97;
_root.paccy._yscale = _root.paccy._yscale * 0.97;
if (Math.abs(_root.paccy._xscale) < 40) {
_root.paccy.unloadMovie();
dd = 1;
}
}
}
}
}
if (dd == 1) {
if (eee < 5) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
_root.scr = _root.scre.scre;
_root.lvn = _root.lvn + 1;
_root.play();
}
}
_xscale = (_xscale - 5);
_yscale = (_yscale - 5);
_rotation = (_rotation - 25);
_alpha = (_alpha - 5);
if (_xscale < 20) {
_visible = false;
}
}
}
Instance of Symbol 276 MovieClip in Frame 17
onClipEvent (load) {
ep = 0;
xx = 0;
yy = 3;
eee = 0;
}
onClipEvent (enterFrame) {
if (ep != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 27, true)) {
yy = 0;
xx = -3;
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 23, true)) {
yy = 0;
xx = 3;
}
if ((xx < 0) and _root.lvl.hitTest(_x - 23, _y, true)) {
yy = 3;
xx = 0;
}
if ((xx > 0) and _root.lvl.hitTest(_x + 23, _y, true)) {
yy = -3;
xx = 0;
}
if (xx < 0) {
_xscale = -100;
}
if (xx > 0) {
_xscale = 100;
}
_x = (_x + xx);
_y = (_y + yy);
} else {
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 3);
_root.paccy._y = _root.paccy._y + (((_y - _root.paccy._y) + 5) / 3);
_root.goal.ded = 1;
if (eee < 40) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y - 5;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
gulp.play();
}
}
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.9;
_root.paccy._yscale = _root.paccy._yscale * 0.9;
if (Math.abs(_root.paccy._xscale) < 60) {
_root.paccy.unloadMovie();
}
if (_currentframe < 23) {
gotoAndPlay (23);
}
_root.arrw.unloadMovie();
}
}
Instance of Symbol 316 MovieClip in Frame 17
onClipEvent (load) {
ep = 0;
xx = 3;
yy = 0;
eee = 0;
}
onClipEvent (enterFrame) {
if (ep != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 27, true)) {
yy = 0;
xx = -3;
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 23, true)) {
yy = 0;
xx = 3;
}
if ((xx < 0) and _root.lvl.hitTest(_x - 23, _y, true)) {
yy = 3;
xx = 0;
}
if ((xx > 0) and _root.lvl.hitTest(_x + 23, _y, true)) {
yy = -3;
xx = 0;
}
if (xx < 0) {
_xscale = -100;
}
if (xx > 0) {
_xscale = 100;
}
_x = (_x + xx);
_y = (_y + yy);
} else {
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 3);
_root.paccy._y = _root.paccy._y + (((_y - _root.paccy._y) + 5) / 3);
_root.goal.ded = 1;
if (eee < 40) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y - 5;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
gulp.play();
}
}
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.9;
_root.paccy._yscale = _root.paccy._yscale * 0.9;
if (Math.abs(_root.paccy._xscale) < 60) {
_root.paccy.unloadMovie();
}
if (_currentframe < 23) {
gotoAndPlay (23);
}
_root.arrw.unloadMovie();
}
}
Instance of Symbol 160 MovieClip "paccy" in Frame 17
onClipEvent (enterFrame) {
if (dd != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 13, true)) {
if (yy < -1) {
bing = 1;
}
yy = yy * -1;
gotoAndPlay (11);
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 13, true)) {
if (yy > 1) {
bing = 1;
}
yy = yy * -1;
gotoAndPlay (11);
}
if ((xx < 0) and _root.lvl.hitTest(_x - 13, _y, true)) {
if (xx < -1) {
bing = 1;
}
xx = xx * -1;
gotoAndPlay (11);
}
if ((xx > 0) and _root.lvl.hitTest(_x + 13, _y, true)) {
if (xx > 1) {
bing = 1;
}
xx = xx * -1;
gotoAndPlay (11);
}
if (xx < 0) {
_xscale = 100;
}
if (xx > 0) {
_xscale = -100;
}
_x = (_x + xx);
_y = (_y + yy);
_parent.arrw._x = _parent.arrw._x + xx;
_parent.arrw._y = _parent.arrw._y + yy;
xx = xx / 1.075;
yy = yy / 1.075;
if (((Math.abs(xx) < 3) and (Math.abs(yy) < 3)) and (this.mouth._currentframe == 4)) {
mouth.play();
}
if (random(111) == 1) {
play();
}
}
}
Instance of Symbol 30 MovieClip "arrw" in Frame 17
onClipEvent (load) {
stop();
sp = 0;
spo = sp;
mspdo = 20;
rot = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(37) and (rot > 0)) {
rot = rot * -1;
}
if (Key.isDown(39) and (rot < 0)) {
rot = rot * -1;
}
_rotation = (_rotation + rot);
if ((((_rotation == 0) or (_rotation == 90)) or (_rotation == 180)) or (_rotation == -90)) {
_rotation = (_rotation + 1);
}
if (Key.isDown(32)) {
sp = 1;
if (e == 0) {
nextFrame();
} else {
prevFrame();
}
} else {
sp = 0;
}
if ((sp == 0) and (spo == 1)) {
_parent.paccy.mouth.gotoAndPlay(2);
mspd = (_currentframe / 20) * mspdo;
gotoAndStop (1);
if ((_rotation >= 0) and (_rotation < 90)) {
xx = (_rotation / 90) * mspd;
yy = -(mspd - xx);
}
if ((_rotation >= 90) and (_rotation <= 180)) {
yy = ((_rotation - 90) / 90) * mspd;
xx = mspd - yy;
}
if ((_rotation <= -90) and (_rotation >= -180)) {
xx = ((_rotation + 180) / 90) * (-mspd);
yy = -((-mspd) - xx);
}
if ((_rotation < 0) and (_rotation > -90)) {
yy = ((_rotation + 90) / 90) * (-mspd);
xx = (-mspd) - yy;
}
_parent.paccy.xx = xx;
_parent.paccy.yy = yy;
}
spo = sp;
}
Instance of Symbol 165 MovieClip in Frame 17
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 17
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 17
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 17
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 170 MovieClip "scre" in Frame 17
onClipEvent (load) {
scre = _root.scr;
}
Instance of Symbol 177 MovieClip "lvs" in Frame 17
onClipEvent (enterFrame) {
scre = ": " + _root.lv;
}
Instance of Symbol 182 MovieClip "bonus" in Frame 17
onClipEvent (load) {
t = 0;
bon = ((_root.lvn + 1) * 10) + 90;
}
onClipEvent (enterFrame) {
if (_root.goal.dd == 1) {
_root.scre.scre = _root.scre.scre + bon;
bon = 0;
_xscale = (_xscale + 3);
_yscale = (_yscale + 3);
} else {
if (t < 50) {
t = t + 1;
} else {
t = 0;
if (bon > 0) {
bon = bon - 5;
} else {
this._visible = false;
}
}
scre = "bonus:" + bon;
}
}
Instance of Symbol 185 MovieClip "bfad" in Frame 17
onClipEvent (load) {
_x = _root.paccy._x;
_y = _root.paccy._y;
}
Instance of Symbol 189 MovieClip in Frame 17
onClipEvent (load) {
txt = "Bouncing!";
_alpha = 0;
}
onClipEvent (enterFrame) {
if (tt != 1) {
_alpha = (_alpha + 20);
if (_alpha > 170) {
tt = 1;
}
} else {
_alpha = (_alpha - 6);
if (_alpha < 0) {
this.unloadMovie();
}
}
}
Frame 19
stop();
cns = 0;
Instance of Symbol 243 MovieClip in Frame 19
onClipEvent (load) {
ep = 0;
xx = 0;
yy = 3;
eee = 0;
}
onClipEvent (enterFrame) {
if (ep != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 27, true)) {
yy = yy * -1;
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 23, true)) {
yy = yy * -1;
}
if ((xx < 0) and _root.lvl.hitTest(_x - 23, _y, true)) {
xx = xx * -1;
}
if ((xx > 0) and _root.lvl.hitTest(_x + 23, _y, true)) {
xx = xx * -1;
}
if (xx < 0) {
_xscale = -100;
}
if (xx > 0) {
_xscale = 100;
}
_x = (_x + xx);
_y = (_y + yy);
} else {
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 3);
_root.paccy._y = _root.paccy._y + (((_y - _root.paccy._y) + 5) / 3);
_root.goal.ded = 1;
if (eee < 40) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y - 5;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
gulp.play();
}
}
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.9;
_root.paccy._yscale = _root.paccy._yscale * 0.9;
if (Math.abs(_root.paccy._xscale) < 60) {
_root.paccy.unloadMovie();
}
if (_currentframe < 23) {
gotoAndPlay (23);
}
_root.arrw.unloadMovie();
}
}
Instance of Symbol 204 MovieClip in Frame 19
onClipEvent (load) {
ct = 0;
}
onClipEvent (enterFrame) {
if (hitTest(_root.paccy)) {
warp.nextFrame();
_root.paccy.dd = 1;
_root.arrw._visible = false;
_root.paccy._xscale = _root.paccy._xscale / 1.05;
_root.paccy._yscale = _root.paccy._yscale / 1.06;
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 8);
_root.paccy._y = _root.paccy._y + ((_y - _root.paccy._y) / 8);
ct++;
if (ct > 16) {
ct = 0;
warp.prevFrame();
_root.paccy._xscale = 100;
_root.paccy._yscale = 100;
_root.paccy._x = _root.warph._x;
_root.paccy._y = _root.warph._y;
_root.paccy.dd = 0;
_root.arrw._visible = true;
_root.arrw._x = _root.warph._x;
_root.arrw._y = _root.warph._y;
}
}
}
Instance of Symbol 144 MovieClip "goal" in Frame 19
onClipEvent (load) {
_visible = false;
_xscale = 10;
_yscale = 1;
_alpha = 1;
rt = 0;
eee = 0;
}
onClipEvent (enterFrame) {
if (dd != 1) {
if (_root.cns <= 0) {
_visible = true;
wo.nextFrame();
_rotation = (_rotation + 25);
if (_alpha < 100) {
_alpha = (_alpha + 8);
}
_xscale = (_xscale + ((100 - _xscale) / 7));
_yscale = (_yscale + ((100 - _yscale) / 7));
if (ded != 1) {
if (hitTest(_root.paccy.kol)) {
nextFrame();
_root.arrw.unloadMovie();
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 8);
_root.paccy._y = _root.paccy._y + ((_y - _root.paccy._y) / 8);
_root.paccy._rotation = _root.paccy._rotation + rt;
rt = rt + 2;
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.97;
_root.paccy._yscale = _root.paccy._yscale * 0.97;
if (Math.abs(_root.paccy._xscale) < 40) {
_root.paccy.unloadMovie();
dd = 1;
}
}
}
}
}
if (dd == 1) {
if (eee < 5) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
_root.scr = _root.scre.scre;
_root.lvn = _root.lvn + 1;
_root.play();
}
}
_xscale = (_xscale - 5);
_yscale = (_yscale - 5);
_rotation = (_rotation - 25);
_alpha = (_alpha - 5);
if (_xscale < 20) {
_visible = false;
}
}
}
Instance of Symbol 293 MovieClip in Frame 19
onClipEvent (load) {
ep = 0;
xx = 0;
yy = 3;
eee = 0;
}
onClipEvent (enterFrame) {
if (ep != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 27, true)) {
yy = 0;
xx = -3;
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 23, true)) {
yy = 0;
xx = 3;
}
if ((xx < 0) and _root.lvl.hitTest(_x - 23, _y, true)) {
yy = 3;
xx = 0;
}
if ((xx > 0) and _root.lvl.hitTest(_x + 23, _y, true)) {
yy = -3;
xx = 0;
}
if (xx < 0) {
_xscale = -100;
}
if (xx > 0) {
_xscale = 100;
}
_x = (_x + xx);
_y = (_y + yy);
} else {
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 3);
_root.paccy._y = _root.paccy._y + (((_y - _root.paccy._y) + 5) / 3);
_root.goal.ded = 1;
if (eee < 40) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y - 5;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
gulp.play();
}
}
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.9;
_root.paccy._yscale = _root.paccy._yscale * 0.9;
if (Math.abs(_root.paccy._xscale) < 60) {
_root.paccy.unloadMovie();
}
if (_currentframe < 23) {
gotoAndPlay (23);
}
_root.arrw.unloadMovie();
}
}
Instance of Symbol 160 MovieClip "paccy" in Frame 19
onClipEvent (enterFrame) {
if (dd != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 13, true)) {
if (yy < -1) {
bing = 1;
}
yy = yy * -1;
gotoAndPlay (11);
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 13, true)) {
if (yy > 1) {
bing = 1;
}
yy = yy * -1;
gotoAndPlay (11);
}
if ((xx < 0) and _root.lvl.hitTest(_x - 13, _y, true)) {
if (xx < -1) {
bing = 1;
}
xx = xx * -1;
gotoAndPlay (11);
}
if ((xx > 0) and _root.lvl.hitTest(_x + 13, _y, true)) {
if (xx > 1) {
bing = 1;
}
xx = xx * -1;
gotoAndPlay (11);
}
if (xx < 0) {
_xscale = 100;
}
if (xx > 0) {
_xscale = -100;
}
_x = (_x + xx);
_y = (_y + yy);
_parent.arrw._x = _parent.arrw._x + xx;
_parent.arrw._y = _parent.arrw._y + yy;
xx = xx / 1.075;
yy = yy / 1.075;
if (((Math.abs(xx) < 3) and (Math.abs(yy) < 3)) and (this.mouth._currentframe == 4)) {
mouth.play();
}
if (random(111) == 1) {
play();
}
}
}
Instance of Symbol 30 MovieClip "arrw" in Frame 19
onClipEvent (load) {
stop();
sp = 0;
spo = sp;
mspdo = 20;
rot = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(37) and (rot > 0)) {
rot = rot * -1;
}
if (Key.isDown(39) and (rot < 0)) {
rot = rot * -1;
}
_rotation = (_rotation + rot);
if ((((_rotation == 0) or (_rotation == 90)) or (_rotation == 180)) or (_rotation == -90)) {
_rotation = (_rotation + 1);
}
if (Key.isDown(32)) {
sp = 1;
if (e == 0) {
nextFrame();
} else {
prevFrame();
}
} else {
sp = 0;
}
if ((sp == 0) and (spo == 1)) {
_parent.paccy.mouth.gotoAndPlay(2);
mspd = (_currentframe / 20) * mspdo;
gotoAndStop (1);
if ((_rotation >= 0) and (_rotation < 90)) {
xx = (_rotation / 90) * mspd;
yy = -(mspd - xx);
}
if ((_rotation >= 90) and (_rotation <= 180)) {
yy = ((_rotation - 90) / 90) * mspd;
xx = mspd - yy;
}
if ((_rotation <= -90) and (_rotation >= -180)) {
xx = ((_rotation + 180) / 90) * (-mspd);
yy = -((-mspd) - xx);
}
if ((_rotation < 0) and (_rotation > -90)) {
yy = ((_rotation + 90) / 90) * (-mspd);
xx = (-mspd) - yy;
}
_parent.paccy.xx = xx;
_parent.paccy.yy = yy;
}
spo = sp;
}
Instance of Symbol 165 MovieClip in Frame 19
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 19
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 19
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 19
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 19
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 170 MovieClip "scre" in Frame 19
onClipEvent (load) {
scre = _root.scr;
}
Instance of Symbol 177 MovieClip "lvs" in Frame 19
onClipEvent (enterFrame) {
scre = ": " + _root.lv;
}
Instance of Symbol 182 MovieClip "bonus" in Frame 19
onClipEvent (load) {
t = 0;
bon = ((_root.lvn + 1) * 10) + 90;
}
onClipEvent (enterFrame) {
if (_root.goal.dd == 1) {
_root.scre.scre = _root.scre.scre + bon;
bon = 0;
_xscale = (_xscale + 3);
_yscale = (_yscale + 3);
} else {
if (t < 50) {
t = t + 1;
} else {
t = 0;
if (bon > 0) {
bon = bon - 5;
} else {
this._visible = false;
}
}
scre = "bonus:" + bon;
}
}
Instance of Symbol 185 MovieClip "bfad" in Frame 19
onClipEvent (load) {
_x = _root.paccy._x;
_y = _root.paccy._y;
}
Instance of Symbol 189 MovieClip in Frame 19
onClipEvent (load) {
txt = "Watch them!";
_alpha = 0;
}
onClipEvent (enterFrame) {
if (tt != 1) {
_alpha = (_alpha + 20);
if (_alpha > 170) {
tt = 1;
}
} else {
_alpha = (_alpha - 6);
if (_alpha < 0) {
this.unloadMovie();
}
}
}
Frame 21
stop();
cns = 0;
Instance of Symbol 258 MovieClip in Frame 21
onClipEvent (load) {
dn = 1;
}
Instance of Symbol 243 MovieClip in Frame 21
onClipEvent (load) {
ep = 0;
xx = 0;
yy = 3;
eee = 0;
}
onClipEvent (enterFrame) {
if (ep != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 27, true)) {
yy = 0;
xx = 3;
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 23, true)) {
yy = 0;
xx = -3;
}
if ((xx < 0) and _root.lvl.hitTest(_x - 23, _y, true)) {
yy = -3;
xx = 0;
}
if ((xx > 0) and _root.lvl.hitTest(_x + 23, _y, true)) {
yy = 3;
xx = 0;
}
if (xx < 0) {
_xscale = -100;
}
if (xx > 0) {
_xscale = 100;
}
_x = (_x + xx);
_y = (_y + yy);
} else {
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 3);
_root.paccy._y = _root.paccy._y + (((_y - _root.paccy._y) + 5) / 3);
_root.goal.ded = 1;
if (eee < 40) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y - 5;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
gulp.play();
}
}
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.9;
_root.paccy._yscale = _root.paccy._yscale * 0.9;
if (Math.abs(_root.paccy._xscale) < 60) {
_root.paccy.unloadMovie();
}
if (_currentframe < 23) {
gotoAndPlay (23);
}
_root.arrw.unloadMovie();
}
}
Instance of Symbol 144 MovieClip "goal" in Frame 21
onClipEvent (load) {
_visible = false;
_xscale = 10;
_yscale = 1;
_alpha = 1;
rt = 0;
eee = 0;
}
onClipEvent (enterFrame) {
if (dd != 1) {
if (_root.cns <= 0) {
_visible = true;
wo.nextFrame();
_rotation = (_rotation + 25);
if (_alpha < 100) {
_alpha = (_alpha + 8);
}
_xscale = (_xscale + ((100 - _xscale) / 7));
_yscale = (_yscale + ((100 - _yscale) / 7));
if (ded != 1) {
if (hitTest(_root.paccy.kol)) {
nextFrame();
_root.arrw.unloadMovie();
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 8);
_root.paccy._y = _root.paccy._y + ((_y - _root.paccy._y) / 8);
_root.paccy._rotation = _root.paccy._rotation + rt;
rt = rt + 2;
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.97;
_root.paccy._yscale = _root.paccy._yscale * 0.97;
if (Math.abs(_root.paccy._xscale) < 40) {
_root.paccy.unloadMovie();
dd = 1;
}
}
}
}
}
if (dd == 1) {
if (eee < 5) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
_root.scr = _root.scre.scre;
_root.lvn = _root.lvn + 1;
_root.play();
}
}
_xscale = (_xscale - 5);
_yscale = (_yscale - 5);
_rotation = (_rotation - 25);
_alpha = (_alpha - 5);
if (_xscale < 20) {
_visible = false;
}
}
}
Instance of Symbol 276 MovieClip in Frame 21
onClipEvent (load) {
ep = 0;
xx = 0;
yy = 3;
eee = 0;
}
onClipEvent (enterFrame) {
if (ep != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 27, true)) {
yy = 0;
xx = -3;
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 23, true)) {
yy = 0;
xx = 3;
}
if ((xx < 0) and _root.lvl.hitTest(_x - 23, _y, true)) {
yy = 3;
xx = 0;
}
if ((xx > 0) and _root.lvl.hitTest(_x + 23, _y, true)) {
yy = -3;
xx = 0;
}
if (xx < 0) {
_xscale = -100;
}
if (xx > 0) {
_xscale = 100;
}
_x = (_x + xx);
_y = (_y + yy);
} else {
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 3);
_root.paccy._y = _root.paccy._y + (((_y - _root.paccy._y) + 5) / 3);
_root.goal.ded = 1;
if (eee < 40) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y - 5;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
gulp.play();
}
}
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.9;
_root.paccy._yscale = _root.paccy._yscale * 0.9;
if (Math.abs(_root.paccy._xscale) < 60) {
_root.paccy.unloadMovie();
}
if (_currentframe < 23) {
gotoAndPlay (23);
}
_root.arrw.unloadMovie();
}
}
Instance of Symbol 160 MovieClip "paccy" in Frame 21
onClipEvent (enterFrame) {
if (dd != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 13, true)) {
if (yy < -1) {
bing = 1;
}
yy = yy * -1;
gotoAndPlay (11);
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 13, true)) {
if (yy > 1) {
bing = 1;
}
yy = yy * -1;
gotoAndPlay (11);
}
if ((xx < 0) and _root.lvl.hitTest(_x - 13, _y, true)) {
if (xx < -1) {
bing = 1;
}
xx = xx * -1;
gotoAndPlay (11);
}
if ((xx > 0) and _root.lvl.hitTest(_x + 13, _y, true)) {
if (xx > 1) {
bing = 1;
}
xx = xx * -1;
gotoAndPlay (11);
}
if (xx < 0) {
_xscale = 100;
}
if (xx > 0) {
_xscale = -100;
}
_x = (_x + xx);
_y = (_y + yy);
_parent.arrw._x = _parent.arrw._x + xx;
_parent.arrw._y = _parent.arrw._y + yy;
xx = xx / 1.075;
yy = yy / 1.075;
if (((Math.abs(xx) < 3) and (Math.abs(yy) < 3)) and (this.mouth._currentframe == 4)) {
mouth.play();
}
if (random(111) == 1) {
play();
}
}
}
Instance of Symbol 30 MovieClip "arrw" in Frame 21
onClipEvent (load) {
stop();
sp = 0;
spo = sp;
mspdo = 20;
rot = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(37) and (rot > 0)) {
rot = rot * -1;
}
if (Key.isDown(39) and (rot < 0)) {
rot = rot * -1;
}
_rotation = (_rotation + rot);
if ((((_rotation == 0) or (_rotation == 90)) or (_rotation == 180)) or (_rotation == -90)) {
_rotation = (_rotation + 1);
}
if (Key.isDown(32)) {
sp = 1;
if (e == 0) {
nextFrame();
} else {
prevFrame();
}
} else {
sp = 0;
}
if ((sp == 0) and (spo == 1)) {
_parent.paccy.mouth.gotoAndPlay(2);
mspd = (_currentframe / 20) * mspdo;
gotoAndStop (1);
if ((_rotation >= 0) and (_rotation < 90)) {
xx = (_rotation / 90) * mspd;
yy = -(mspd - xx);
}
if ((_rotation >= 90) and (_rotation <= 180)) {
yy = ((_rotation - 90) / 90) * mspd;
xx = mspd - yy;
}
if ((_rotation <= -90) and (_rotation >= -180)) {
xx = ((_rotation + 180) / 90) * (-mspd);
yy = -((-mspd) - xx);
}
if ((_rotation < 0) and (_rotation > -90)) {
yy = ((_rotation + 90) / 90) * (-mspd);
xx = (-mspd) - yy;
}
_parent.paccy.xx = xx;
_parent.paccy.yy = yy;
}
spo = sp;
}
Instance of Symbol 165 MovieClip in Frame 21
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 21
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 21
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 21
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 21
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 170 MovieClip "scre" in Frame 21
onClipEvent (load) {
scre = _root.scr;
}
Instance of Symbol 177 MovieClip "lvs" in Frame 21
onClipEvent (enterFrame) {
scre = ": " + _root.lv;
}
Instance of Symbol 182 MovieClip "bonus" in Frame 21
onClipEvent (load) {
t = 0;
bon = ((_root.lvn + 1) * 10) + 90;
}
onClipEvent (enterFrame) {
if (_root.goal.dd == 1) {
_root.scre.scre = _root.scre.scre + bon;
bon = 0;
_xscale = (_xscale + 3);
_yscale = (_yscale + 3);
} else {
if (t < 50) {
t = t + 1;
} else {
t = 0;
if (bon > 0) {
bon = bon - 5;
} else {
this._visible = false;
}
}
scre = "bonus:" + bon;
}
}
Instance of Symbol 185 MovieClip "bfad" in Frame 21
onClipEvent (load) {
_x = _root.paccy._x;
_y = _root.paccy._y;
}
Instance of Symbol 189 MovieClip in Frame 21
onClipEvent (load) {
txt = "Open the door!";
_alpha = 0;
}
onClipEvent (enterFrame) {
if (tt != 1) {
_alpha = (_alpha + 20);
if (_alpha > 170) {
tt = 1;
}
} else {
_alpha = (_alpha - 6);
if (_alpha < 0) {
this.unloadMovie();
}
}
}
Frame 23
stop();
cns = 0;
Instance of Symbol 204 MovieClip in Frame 23
onClipEvent (load) {
ct = 0;
}
onClipEvent (enterFrame) {
if (hitTest(_root.paccy)) {
warp.nextFrame();
_root.paccy.dd = 1;
_root.arrw._visible = false;
_root.paccy._xscale = _root.paccy._xscale / 1.05;
_root.paccy._yscale = _root.paccy._yscale / 1.06;
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 8);
_root.paccy._y = _root.paccy._y + ((_y - _root.paccy._y) / 8);
ct++;
if (ct > 16) {
ct = 0;
warp.prevFrame();
_root.paccy._xscale = 100;
_root.paccy._yscale = 100;
_root.paccy._x = _root.warph._x;
_root.paccy._y = _root.warph._y;
_root.paccy.dd = 0;
_root.arrw._visible = true;
_root.arrw._x = _root.warph._x;
_root.arrw._y = _root.warph._y;
}
}
}
Instance of Symbol 204 MovieClip in Frame 23
onClipEvent (load) {
ct = 0;
}
onClipEvent (enterFrame) {
if (hitTest(_root.paccy)) {
warp.nextFrame();
_root.paccy.dd = 1;
_root.arrw._visible = false;
_root.paccy._xscale = _root.paccy._xscale / 1.05;
_root.paccy._yscale = _root.paccy._yscale / 1.06;
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 8);
_root.paccy._y = _root.paccy._y + ((_y - _root.paccy._y) / 8);
ct++;
if (ct > 16) {
ct = 0;
warp.prevFrame();
_root.paccy._xscale = 100;
_root.paccy._yscale = 100;
_root.paccy._x = _root.warph2._x;
_root.paccy._y = _root.warph2._y;
_root.paccy.dd = 0;
_root.arrw._visible = true;
_root.arrw._x = _root.warph2._x;
_root.arrw._y = _root.warph2._y;
}
}
}
Instance of Symbol 144 MovieClip "goal" in Frame 23
onClipEvent (load) {
_visible = false;
_xscale = 10;
_yscale = 1;
_alpha = 1;
rt = 0;
eee = 0;
}
onClipEvent (enterFrame) {
if (dd != 1) {
if (_root.cns <= 0) {
_visible = true;
wo.nextFrame();
_rotation = (_rotation + 25);
if (_alpha < 100) {
_alpha = (_alpha + 8);
}
_xscale = (_xscale + ((100 - _xscale) / 7));
_yscale = (_yscale + ((100 - _yscale) / 7));
if (ded != 1) {
if (hitTest(_root.paccy.kol)) {
nextFrame();
_root.arrw.unloadMovie();
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 8);
_root.paccy._y = _root.paccy._y + ((_y - _root.paccy._y) / 8);
_root.paccy._rotation = _root.paccy._rotation + rt;
rt = rt + 2;
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.97;
_root.paccy._yscale = _root.paccy._yscale * 0.97;
if (Math.abs(_root.paccy._xscale) < 40) {
_root.paccy.unloadMovie();
dd = 1;
}
}
}
}
}
if (dd == 1) {
if (eee < 5) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
_root.scr = _root.scre.scre;
_root.lvn = _root.lvn + 1;
_root.play();
}
}
_xscale = (_xscale - 5);
_yscale = (_yscale - 5);
_rotation = (_rotation - 25);
_alpha = (_alpha - 5);
if (_xscale < 20) {
_visible = false;
}
}
}
Instance of Symbol 316 MovieClip in Frame 23
onClipEvent (load) {
ep = 0;
xx = 0;
yy = 3;
eee = 0;
}
onClipEvent (enterFrame) {
if (ep != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 27, true)) {
yy = 0;
xx = -3;
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 23, true)) {
yy = 0;
xx = 3;
}
if ((xx < 0) and _root.lvl.hitTest(_x - 23, _y, true)) {
yy = 3;
xx = 0;
}
if ((xx > 0) and _root.lvl.hitTest(_x + 23, _y, true)) {
yy = -3;
xx = 0;
}
if (xx < 0) {
_xscale = -100;
}
if (xx > 0) {
_xscale = 100;
}
_x = (_x + xx);
_y = (_y + yy);
} else {
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 3);
_root.paccy._y = _root.paccy._y + (((_y - _root.paccy._y) + 5) / 3);
_root.goal.ded = 1;
if (eee < 40) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y - 5;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
gulp.play();
}
}
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.9;
_root.paccy._yscale = _root.paccy._yscale * 0.9;
if (Math.abs(_root.paccy._xscale) < 60) {
_root.paccy.unloadMovie();
}
if (_currentframe < 23) {
gotoAndPlay (23);
}
_root.arrw.unloadMovie();
}
}
Instance of Symbol 303 MovieClip in Frame 23
onClipEvent (load) {
ep = 0;
xx = 1;
yy = 3;
eee = 0;
}
onClipEvent (enterFrame) {
if (ep != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 27, true)) {
yy = yy * -1;
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 23, true)) {
yy = yy * -1;
}
if ((xx < 0) and _root.lvl.hitTest(_x - 23, _y, true)) {
xx = xx * -1;
}
if ((xx > 0) and _root.lvl.hitTest(_x + 23, _y, true)) {
xx = xx * -1;
}
if (xx < 0) {
_xscale = -100;
}
if (xx > 0) {
_xscale = 100;
}
_x = (_x + xx);
_y = (_y + yy);
} else {
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 3);
_root.paccy._y = _root.paccy._y + (((_y - _root.paccy._y) + 5) / 3);
_root.goal.ded = 1;
if (eee < 40) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y - 5;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
gulp.play();
}
}
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.9;
_root.paccy._yscale = _root.paccy._yscale * 0.9;
if (Math.abs(_root.paccy._xscale) < 60) {
_root.paccy.unloadMovie();
}
if (_currentframe < 23) {
gotoAndPlay (23);
}
_root.arrw.unloadMovie();
}
}
Instance of Symbol 160 MovieClip "paccy" in Frame 23
onClipEvent (enterFrame) {
if (dd != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 13, true)) {
if (yy < -1) {
bing = 1;
}
yy = yy * -1;
gotoAndPlay (11);
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 13, true)) {
if (yy > 1) {
bing = 1;
}
yy = yy * -1;
gotoAndPlay (11);
}
if ((xx < 0) and _root.lvl.hitTest(_x - 13, _y, true)) {
if (xx < -1) {
bing = 1;
}
xx = xx * -1;
gotoAndPlay (11);
}
if ((xx > 0) and _root.lvl.hitTest(_x + 13, _y, true)) {
if (xx > 1) {
bing = 1;
}
xx = xx * -1;
gotoAndPlay (11);
}
if (xx < 0) {
_xscale = 100;
}
if (xx > 0) {
_xscale = -100;
}
_x = (_x + xx);
_y = (_y + yy);
_parent.arrw._x = _parent.arrw._x + xx;
_parent.arrw._y = _parent.arrw._y + yy;
xx = xx / 1.075;
yy = yy / 1.075;
if (((Math.abs(xx) < 3) and (Math.abs(yy) < 3)) and (this.mouth._currentframe == 4)) {
mouth.play();
}
if (random(111) == 1) {
play();
}
}
}
Instance of Symbol 30 MovieClip "arrw" in Frame 23
onClipEvent (load) {
stop();
sp = 0;
spo = sp;
mspdo = 20;
rot = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(37) and (rot > 0)) {
rot = rot * -1;
}
if (Key.isDown(39) and (rot < 0)) {
rot = rot * -1;
}
_rotation = (_rotation + rot);
if ((((_rotation == 0) or (_rotation == 90)) or (_rotation == 180)) or (_rotation == -90)) {
_rotation = (_rotation + 1);
}
if (Key.isDown(32)) {
sp = 1;
if (e == 0) {
nextFrame();
} else {
prevFrame();
}
} else {
sp = 0;
}
if ((sp == 0) and (spo == 1)) {
_parent.paccy.mouth.gotoAndPlay(2);
mspd = (_currentframe / 20) * mspdo;
gotoAndStop (1);
if ((_rotation >= 0) and (_rotation < 90)) {
xx = (_rotation / 90) * mspd;
yy = -(mspd - xx);
}
if ((_rotation >= 90) and (_rotation <= 180)) {
yy = ((_rotation - 90) / 90) * mspd;
xx = mspd - yy;
}
if ((_rotation <= -90) and (_rotation >= -180)) {
xx = ((_rotation + 180) / 90) * (-mspd);
yy = -((-mspd) - xx);
}
if ((_rotation < 0) and (_rotation > -90)) {
yy = ((_rotation + 90) / 90) * (-mspd);
xx = (-mspd) - yy;
}
_parent.paccy.xx = xx;
_parent.paccy.yy = yy;
}
spo = sp;
}
Instance of Symbol 165 MovieClip in Frame 23
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 23
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 170 MovieClip "scre" in Frame 23
onClipEvent (load) {
scre = _root.scr;
}
Instance of Symbol 177 MovieClip "lvs" in Frame 23
onClipEvent (enterFrame) {
scre = ": " + _root.lv;
}
Instance of Symbol 182 MovieClip "bonus" in Frame 23
onClipEvent (load) {
t = 0;
bon = ((_root.lvn + 1) * 10) + 90;
}
onClipEvent (enterFrame) {
if (_root.goal.dd == 1) {
_root.scre.scre = _root.scre.scre + bon;
bon = 0;
_xscale = (_xscale + 3);
_yscale = (_yscale + 3);
} else {
if (t < 50) {
t = t + 1;
} else {
t = 0;
if (bon > 0) {
bon = bon - 5;
} else {
this._visible = false;
}
}
scre = "bonus:" + bon;
}
}
Instance of Symbol 185 MovieClip "bfad" in Frame 23
onClipEvent (load) {
_x = _root.paccy._x;
_y = _root.paccy._y;
}
Instance of Symbol 189 MovieClip in Frame 23
onClipEvent (load) {
txt = "Where the hell?";
_alpha = 0;
}
onClipEvent (enterFrame) {
if (tt != 1) {
_alpha = (_alpha + 20);
if (_alpha > 170) {
tt = 1;
}
} else {
_alpha = (_alpha - 6);
if (_alpha < 0) {
this.unloadMovie();
}
}
}
Frame 25
stop();
cns = 0;
Instance of Symbol 258 MovieClip in Frame 25
onClipEvent (load) {
dn = 1;
}
Instance of Symbol 243 MovieClip in Frame 25
onClipEvent (load) {
ep = 0;
xx = 0;
yy = 3;
eee = 0;
}
onClipEvent (enterFrame) {
if (ep != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 27, true)) {
yy = 0;
xx = 3;
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 23, true)) {
yy = 0;
xx = -3;
}
if ((xx < 0) and _root.lvl.hitTest(_x - 23, _y, true)) {
yy = -3;
xx = 0;
}
if ((xx > 0) and _root.lvl.hitTest(_x + 23, _y, true)) {
yy = 3;
xx = 0;
}
if (xx < 0) {
_xscale = -100;
}
if (xx > 0) {
_xscale = 100;
}
_x = (_x + xx);
_y = (_y + yy);
} else {
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 3);
_root.paccy._y = _root.paccy._y + (((_y - _root.paccy._y) + 5) / 3);
_root.goal.ded = 1;
if (eee < 40) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y - 5;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
gulp.play();
}
}
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.9;
_root.paccy._yscale = _root.paccy._yscale * 0.9;
if (Math.abs(_root.paccy._xscale) < 60) {
_root.paccy.unloadMovie();
}
if (_currentframe < 23) {
gotoAndPlay (23);
}
_root.arrw.unloadMovie();
}
}
Instance of Symbol 144 MovieClip "goal" in Frame 25
onClipEvent (load) {
_visible = false;
_xscale = 10;
_yscale = 1;
_alpha = 1;
rt = 0;
eee = 0;
}
onClipEvent (enterFrame) {
if (dd != 1) {
if (_root.cns <= 0) {
_visible = true;
wo.nextFrame();
_rotation = (_rotation + 25);
if (_alpha < 100) {
_alpha = (_alpha + 8);
}
_xscale = (_xscale + ((100 - _xscale) / 7));
_yscale = (_yscale + ((100 - _yscale) / 7));
if (ded != 1) {
if (hitTest(_root.paccy.kol)) {
nextFrame();
_root.arrw.unloadMovie();
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 8);
_root.paccy._y = _root.paccy._y + ((_y - _root.paccy._y) / 8);
_root.paccy._rotation = _root.paccy._rotation + rt;
rt = rt + 2;
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.97;
_root.paccy._yscale = _root.paccy._yscale * 0.97;
if (Math.abs(_root.paccy._xscale) < 40) {
_root.paccy.unloadMovie();
dd = 1;
}
}
}
}
}
if (dd == 1) {
if (eee < 5) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
_root.scr = _root.scre.scre;
_root.lvn = _root.lvn + 1;
_root.play();
}
}
_xscale = (_xscale - 5);
_yscale = (_yscale - 5);
_rotation = (_rotation - 25);
_alpha = (_alpha - 5);
if (_xscale < 20) {
_visible = false;
}
}
}
Instance of Symbol 276 MovieClip in Frame 25
onClipEvent (load) {
ep = 0;
xx = 0;
yy = 3;
eee = 0;
}
onClipEvent (enterFrame) {
if (ep != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 27, true)) {
yy = 0;
xx = -3;
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 23, true)) {
yy = 0;
xx = 3;
}
if ((xx < 0) and _root.lvl.hitTest(_x - 23, _y, true)) {
yy = 3;
xx = 0;
}
if ((xx > 0) and _root.lvl.hitTest(_x + 23, _y, true)) {
yy = -3;
xx = 0;
}
if (xx < 0) {
_xscale = -100;
}
if (xx > 0) {
_xscale = 100;
}
_x = (_x + xx);
_y = (_y + yy);
} else {
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 3);
_root.paccy._y = _root.paccy._y + (((_y - _root.paccy._y) + 5) / 3);
_root.goal.ded = 1;
if (eee < 40) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y - 5;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
gulp.play();
}
}
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.9;
_root.paccy._yscale = _root.paccy._yscale * 0.9;
if (Math.abs(_root.paccy._xscale) < 60) {
_root.paccy.unloadMovie();
}
if (_currentframe < 23) {
gotoAndPlay (23);
}
_root.arrw.unloadMovie();
}
}
Instance of Symbol 160 MovieClip "paccy" in Frame 25
onClipEvent (enterFrame) {
if (dd != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 13, true)) {
if (yy < -1) {
bing = 1;
}
yy = yy * -1;
gotoAndPlay (11);
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 13, true)) {
if (yy > 1) {
bing = 1;
}
yy = yy * -1;
gotoAndPlay (11);
}
if ((xx < 0) and _root.lvl.hitTest(_x - 13, _y, true)) {
if (xx < -1) {
bing = 1;
}
xx = xx * -1;
gotoAndPlay (11);
}
if ((xx > 0) and _root.lvl.hitTest(_x + 13, _y, true)) {
if (xx > 1) {
bing = 1;
}
xx = xx * -1;
gotoAndPlay (11);
}
if (xx < 0) {
_xscale = 100;
}
if (xx > 0) {
_xscale = -100;
}
_x = (_x + xx);
_y = (_y + yy);
_parent.arrw._x = _parent.arrw._x + xx;
_parent.arrw._y = _parent.arrw._y + yy;
xx = xx / 1.075;
yy = yy / 1.075;
if (((Math.abs(xx) < 3) and (Math.abs(yy) < 3)) and (this.mouth._currentframe == 4)) {
mouth.play();
}
if (random(111) == 1) {
play();
}
}
}
Instance of Symbol 30 MovieClip "arrw" in Frame 25
onClipEvent (load) {
stop();
sp = 0;
spo = sp;
mspdo = 20;
rot = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(37) and (rot > 0)) {
rot = rot * -1;
}
if (Key.isDown(39) and (rot < 0)) {
rot = rot * -1;
}
_rotation = (_rotation + rot);
if ((((_rotation == 0) or (_rotation == 90)) or (_rotation == 180)) or (_rotation == -90)) {
_rotation = (_rotation + 1);
}
if (Key.isDown(32)) {
sp = 1;
if (e == 0) {
nextFrame();
} else {
prevFrame();
}
} else {
sp = 0;
}
if ((sp == 0) and (spo == 1)) {
_parent.paccy.mouth.gotoAndPlay(2);
mspd = (_currentframe / 20) * mspdo;
gotoAndStop (1);
if ((_rotation >= 0) and (_rotation < 90)) {
xx = (_rotation / 90) * mspd;
yy = -(mspd - xx);
}
if ((_rotation >= 90) and (_rotation <= 180)) {
yy = ((_rotation - 90) / 90) * mspd;
xx = mspd - yy;
}
if ((_rotation <= -90) and (_rotation >= -180)) {
xx = ((_rotation + 180) / 90) * (-mspd);
yy = -((-mspd) - xx);
}
if ((_rotation < 0) and (_rotation > -90)) {
yy = ((_rotation + 90) / 90) * (-mspd);
xx = (-mspd) - yy;
}
_parent.paccy.xx = xx;
_parent.paccy.yy = yy;
}
spo = sp;
}
Instance of Symbol 165 MovieClip in Frame 25
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 25
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 25
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 170 MovieClip "scre" in Frame 25
onClipEvent (load) {
scre = _root.scr;
}
Instance of Symbol 177 MovieClip "lvs" in Frame 25
onClipEvent (enterFrame) {
scre = ": " + _root.lv;
}
Instance of Symbol 182 MovieClip "bonus" in Frame 25
onClipEvent (load) {
t = 0;
bon = ((_root.lvn + 1) * 10) + 90;
}
onClipEvent (enterFrame) {
if (_root.goal.dd == 1) {
_root.scre.scre = _root.scre.scre + bon;
bon = 0;
_xscale = (_xscale + 3);
_yscale = (_yscale + 3);
} else {
if (t < 50) {
t = t + 1;
} else {
t = 0;
if (bon > 0) {
bon = bon - 5;
} else {
this._visible = false;
}
}
scre = "bonus:" + bon;
}
}
Instance of Symbol 185 MovieClip "bfad" in Frame 25
onClipEvent (load) {
_x = _root.paccy._x;
_y = _root.paccy._y;
}
Instance of Symbol 189 MovieClip in Frame 25
onClipEvent (load) {
txt = "Watch and think!";
_alpha = 0;
}
onClipEvent (enterFrame) {
if (tt != 1) {
_alpha = (_alpha + 20);
if (_alpha > 170) {
tt = 1;
}
} else {
_alpha = (_alpha - 5);
if (_alpha < 0) {
this.unloadMovie();
}
}
}
Frame 27
stop();
cns = 0;
Instance of Symbol 243 MovieClip in Frame 27
onClipEvent (load) {
ep = 0;
xx = 3;
yy = 0;
eee = 0;
}
onClipEvent (enterFrame) {
if (ep != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 27, true)) {
yy = 0;
xx = 3;
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 23, true)) {
yy = 0;
xx = -3;
}
if ((xx < 0) and _root.lvl.hitTest(_x - 23, _y, true)) {
yy = -3;
xx = 0;
}
if ((xx > 0) and _root.lvl.hitTest(_x + 23, _y, true)) {
yy = 3;
xx = 0;
}
if (xx < 0) {
_xscale = -100;
}
if (xx > 0) {
_xscale = 100;
}
_x = (_x + xx);
_y = (_y + yy);
} else {
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 3);
_root.paccy._y = _root.paccy._y + (((_y - _root.paccy._y) + 5) / 3);
_root.goal.ded = 1;
if (eee < 40) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y - 5;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
gulp.play();
}
}
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.9;
_root.paccy._yscale = _root.paccy._yscale * 0.9;
if (Math.abs(_root.paccy._xscale) < 60) {
_root.paccy.unloadMovie();
}
if (_currentframe < 23) {
gotoAndPlay (23);
}
_root.arrw.unloadMovie();
}
}
Instance of Symbol 144 MovieClip "goal" in Frame 27
onClipEvent (load) {
_visible = false;
_xscale = 10;
_yscale = 1;
_alpha = 1;
rt = 0;
eee = 0;
}
onClipEvent (enterFrame) {
if (dd != 1) {
if (_root.cns <= 0) {
_visible = true;
wo.nextFrame();
_rotation = (_rotation + 25);
if (_alpha < 100) {
_alpha = (_alpha + 8);
}
_xscale = (_xscale + ((100 - _xscale) / 7));
_yscale = (_yscale + ((100 - _yscale) / 7));
if (ded != 1) {
if (hitTest(_root.paccy.kol)) {
nextFrame();
_root.arrw.unloadMovie();
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 8);
_root.paccy._y = _root.paccy._y + ((_y - _root.paccy._y) / 8);
_root.paccy._rotation = _root.paccy._rotation + rt;
rt = rt + 2;
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.97;
_root.paccy._yscale = _root.paccy._yscale * 0.97;
if (Math.abs(_root.paccy._xscale) < 40) {
_root.paccy.unloadMovie();
dd = 1;
}
}
}
}
}
if (dd == 1) {
if (eee < 5) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
_root.scr = _root.scre.scre;
_root.lvn = _root.lvn + 1;
_root.play();
}
}
_xscale = (_xscale - 5);
_yscale = (_yscale - 5);
_rotation = (_rotation - 25);
_alpha = (_alpha - 5);
if (_xscale < 20) {
_visible = false;
}
}
}
Instance of Symbol 303 MovieClip in Frame 27
onClipEvent (load) {
ep = 0;
xx = 3;
yy = 0;
eee = 0;
}
onClipEvent (enterFrame) {
if (ep != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 27, true)) {
yy = yy * -1;
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 23, true)) {
yy = yy * -1;
}
if ((xx < 0) and _root.lvl.hitTest(_x - 23, _y, true)) {
xx = xx * -1;
}
if ((xx > 0) and _root.lvl.hitTest(_x + 23, _y, true)) {
xx = xx * -1;
}
if (xx < 0) {
_xscale = -100;
}
if (xx > 0) {
_xscale = 100;
}
_x = (_x + xx);
_y = (_y + yy);
} else {
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 3);
_root.paccy._y = _root.paccy._y + (((_y - _root.paccy._y) + 5) / 3);
_root.goal.ded = 1;
if (eee < 40) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y - 5;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
gulp.play();
}
}
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.9;
_root.paccy._yscale = _root.paccy._yscale * 0.9;
if (Math.abs(_root.paccy._xscale) < 60) {
_root.paccy.unloadMovie();
}
if (_currentframe < 23) {
gotoAndPlay (23);
}
_root.arrw.unloadMovie();
}
}
Instance of Symbol 160 MovieClip "paccy" in Frame 27
onClipEvent (enterFrame) {
if (dd != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 13, true)) {
if (yy < -1) {
bing = 1;
}
yy = yy * -1;
gotoAndPlay (11);
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 13, true)) {
if (yy > 1) {
bing = 1;
}
yy = yy * -1;
gotoAndPlay (11);
}
if ((xx < 0) and _root.lvl.hitTest(_x - 13, _y, true)) {
if (xx < -1) {
bing = 1;
}
xx = xx * -1;
gotoAndPlay (11);
}
if ((xx > 0) and _root.lvl.hitTest(_x + 13, _y, true)) {
if (xx > 1) {
bing = 1;
}
xx = xx * -1;
gotoAndPlay (11);
}
if (xx < 0) {
_xscale = 100;
}
if (xx > 0) {
_xscale = -100;
}
_x = (_x + xx);
_y = (_y + yy);
_parent.arrw._x = _parent.arrw._x + xx;
_parent.arrw._y = _parent.arrw._y + yy;
xx = xx / 1.075;
yy = yy / 1.075;
if (((Math.abs(xx) < 3) and (Math.abs(yy) < 3)) and (this.mouth._currentframe == 4)) {
mouth.play();
}
if (random(111) == 1) {
play();
}
}
}
Instance of Symbol 30 MovieClip "arrw" in Frame 27
onClipEvent (load) {
stop();
sp = 0;
spo = sp;
mspdo = 20;
rot = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(37) and (rot > 0)) {
rot = rot * -1;
}
if (Key.isDown(39) and (rot < 0)) {
rot = rot * -1;
}
_rotation = (_rotation + rot);
if ((((_rotation == 0) or (_rotation == 90)) or (_rotation == 180)) or (_rotation == -90)) {
_rotation = (_rotation + 1);
}
if (Key.isDown(32)) {
sp = 1;
if (e == 0) {
nextFrame();
} else {
prevFrame();
}
} else {
sp = 0;
}
if ((sp == 0) and (spo == 1)) {
_parent.paccy.mouth.gotoAndPlay(2);
mspd = (_currentframe / 20) * mspdo;
gotoAndStop (1);
if ((_rotation >= 0) and (_rotation < 90)) {
xx = (_rotation / 90) * mspd;
yy = -(mspd - xx);
}
if ((_rotation >= 90) and (_rotation <= 180)) {
yy = ((_rotation - 90) / 90) * mspd;
xx = mspd - yy;
}
if ((_rotation <= -90) and (_rotation >= -180)) {
xx = ((_rotation + 180) / 90) * (-mspd);
yy = -((-mspd) - xx);
}
if ((_rotation < 0) and (_rotation > -90)) {
yy = ((_rotation + 90) / 90) * (-mspd);
xx = (-mspd) - yy;
}
_parent.paccy.xx = xx;
_parent.paccy.yy = yy;
}
spo = sp;
}
Instance of Symbol 165 MovieClip in Frame 27
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 27
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 27
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 170 MovieClip "scre" in Frame 27
onClipEvent (load) {
scre = _root.scr;
}
Instance of Symbol 177 MovieClip "lvs" in Frame 27
onClipEvent (enterFrame) {
scre = ": " + _root.lv;
}
Instance of Symbol 182 MovieClip "bonus" in Frame 27
onClipEvent (load) {
t = 0;
bon = ((_root.lvn + 1) * 10) + 90;
}
onClipEvent (enterFrame) {
if (_root.goal.dd == 1) {
_root.scre.scre = _root.scre.scre + bon;
bon = 0;
_xscale = (_xscale + 3);
_yscale = (_yscale + 3);
} else {
if (t < 50) {
t = t + 1;
} else {
t = 0;
if (bon > 0) {
bon = bon - 5;
} else {
this._visible = false;
}
}
scre = "bonus:" + bon;
}
}
Instance of Symbol 185 MovieClip "bfad" in Frame 27
onClipEvent (load) {
_x = _root.paccy._x;
_y = _root.paccy._y;
}
Instance of Symbol 189 MovieClip in Frame 27
onClipEvent (load) {
txt = "Be fast!";
_alpha = 0;
}
onClipEvent (enterFrame) {
if (tt != 1) {
_alpha = (_alpha + 20);
if (_alpha > 170) {
tt = 1;
}
} else {
_alpha = (_alpha - 6);
if (_alpha < 0) {
this.unloadMovie();
}
}
}
Frame 29
stop();
cns = 0;
Instance of Symbol 258 MovieClip in Frame 29
onClipEvent (load) {
dn = 1;
}
Instance of Symbol 258 MovieClip in Frame 29
onClipEvent (load) {
dn = 3;
}
Instance of Symbol 293 MovieClip in Frame 29
onClipEvent (load) {
ep = 0;
xx = 3;
yy = 0;
eee = 0;
}
onClipEvent (enterFrame) {
if (ep != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 27, true)) {
yy = 0;
xx = 3;
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 23, true)) {
yy = 0;
xx = -3;
}
if ((xx < 0) and _root.lvl.hitTest(_x - 23, _y, true)) {
yy = -3;
xx = 0;
}
if ((xx > 0) and _root.lvl.hitTest(_x + 23, _y, true)) {
yy = 3;
xx = 0;
}
if (xx < 0) {
_xscale = -100;
}
if (xx > 0) {
_xscale = 100;
}
_x = (_x + xx);
_y = (_y + yy);
} else {
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 3);
_root.paccy._y = _root.paccy._y + (((_y - _root.paccy._y) + 5) / 3);
_root.goal.ded = 1;
if (eee < 40) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y - 5;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
gulp.play();
}
}
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.9;
_root.paccy._yscale = _root.paccy._yscale * 0.9;
if (Math.abs(_root.paccy._xscale) < 60) {
_root.paccy.unloadMovie();
}
if (_currentframe < 23) {
gotoAndPlay (23);
}
_root.arrw.unloadMovie();
}
}
Instance of Symbol 144 MovieClip "goal" in Frame 29
onClipEvent (load) {
_visible = false;
_xscale = 10;
_yscale = 1;
_alpha = 1;
rt = 0;
eee = 0;
}
onClipEvent (enterFrame) {
if (dd != 1) {
if (_root.cns <= 0) {
_visible = true;
wo.nextFrame();
_rotation = (_rotation + 25);
if (_alpha < 100) {
_alpha = (_alpha + 8);
}
_xscale = (_xscale + ((100 - _xscale) / 7));
_yscale = (_yscale + ((100 - _yscale) / 7));
if (ded != 1) {
if (hitTest(_root.paccy.kol)) {
nextFrame();
_root.arrw.unloadMovie();
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 8);
_root.paccy._y = _root.paccy._y + ((_y - _root.paccy._y) / 8);
_root.paccy._rotation = _root.paccy._rotation + rt;
rt = rt + 2;
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.97;
_root.paccy._yscale = _root.paccy._yscale * 0.97;
if (Math.abs(_root.paccy._xscale) < 40) {
_root.paccy.unloadMovie();
dd = 1;
}
}
}
}
}
if (dd == 1) {
if (eee < 5) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
_root.scr = _root.scre.scre;
_root.lvn = _root.lvn + 1;
_root.play();
}
}
_xscale = (_xscale - 5);
_yscale = (_yscale - 5);
_rotation = (_rotation - 25);
_alpha = (_alpha - 5);
if (_xscale < 20) {
_visible = false;
}
}
}
Instance of Symbol 243 MovieClip in Frame 29
onClipEvent (load) {
ep = 0;
xx = 3;
yy = 0;
eee = 0;
}
onClipEvent (enterFrame) {
if (ep != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 27, true)) {
yy = 0;
xx = 3;
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 23, true)) {
yy = 0;
xx = -3;
}
if ((xx < 0) and _root.lvl.hitTest(_x - 23, _y, true)) {
yy = -3;
xx = 0;
}
if ((xx > 0) and _root.lvl.hitTest(_x + 23, _y, true)) {
yy = 3;
xx = 0;
}
if (xx < 0) {
_xscale = -100;
}
if (xx > 0) {
_xscale = 100;
}
_x = (_x + xx);
_y = (_y + yy);
} else {
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 3);
_root.paccy._y = _root.paccy._y + (((_y - _root.paccy._y) + 5) / 3);
_root.goal.ded = 1;
if (eee < 40) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y - 5;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
gulp.play();
}
}
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.9;
_root.paccy._yscale = _root.paccy._yscale * 0.9;
if (Math.abs(_root.paccy._xscale) < 60) {
_root.paccy.unloadMovie();
}
if (_currentframe < 23) {
gotoAndPlay (23);
}
_root.arrw.unloadMovie();
}
}
Instance of Symbol 160 MovieClip "paccy" in Frame 29
onClipEvent (enterFrame) {
if (dd != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 13, true)) {
if (yy < -1) {
bing = 1;
}
yy = yy * -1;
gotoAndPlay (11);
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 13, true)) {
if (yy > 1) {
bing = 1;
}
yy = yy * -1;
gotoAndPlay (11);
}
if ((xx < 0) and _root.lvl.hitTest(_x - 13, _y, true)) {
if (xx < -1) {
bing = 1;
}
xx = xx * -1;
gotoAndPlay (11);
}
if ((xx > 0) and _root.lvl.hitTest(_x + 13, _y, true)) {
if (xx > 1) {
bing = 1;
}
xx = xx * -1;
gotoAndPlay (11);
}
if (xx < 0) {
_xscale = 100;
}
if (xx > 0) {
_xscale = -100;
}
_x = (_x + xx);
_y = (_y + yy);
_parent.arrw._x = _parent.arrw._x + xx;
_parent.arrw._y = _parent.arrw._y + yy;
xx = xx / 1.075;
yy = yy / 1.075;
if (((Math.abs(xx) < 3) and (Math.abs(yy) < 3)) and (this.mouth._currentframe == 4)) {
mouth.play();
}
if (random(111) == 1) {
play();
}
}
}
Instance of Symbol 30 MovieClip "arrw" in Frame 29
onClipEvent (load) {
stop();
sp = 0;
spo = sp;
mspdo = 20;
rot = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(37) and (rot > 0)) {
rot = rot * -1;
}
if (Key.isDown(39) and (rot < 0)) {
rot = rot * -1;
}
_rotation = (_rotation + rot);
if ((((_rotation == 0) or (_rotation == 90)) or (_rotation == 180)) or (_rotation == -90)) {
_rotation = (_rotation + 1);
}
if (Key.isDown(32)) {
sp = 1;
if (e == 0) {
nextFrame();
} else {
prevFrame();
}
} else {
sp = 0;
}
if ((sp == 0) and (spo == 1)) {
_parent.paccy.mouth.gotoAndPlay(2);
mspd = (_currentframe / 20) * mspdo;
gotoAndStop (1);
if ((_rotation >= 0) and (_rotation < 90)) {
xx = (_rotation / 90) * mspd;
yy = -(mspd - xx);
}
if ((_rotation >= 90) and (_rotation <= 180)) {
yy = ((_rotation - 90) / 90) * mspd;
xx = mspd - yy;
}
if ((_rotation <= -90) and (_rotation >= -180)) {
xx = ((_rotation + 180) / 90) * (-mspd);
yy = -((-mspd) - xx);
}
if ((_rotation < 0) and (_rotation > -90)) {
yy = ((_rotation + 90) / 90) * (-mspd);
xx = (-mspd) - yy;
}
_parent.paccy.xx = xx;
_parent.paccy.yy = yy;
}
spo = sp;
}
Instance of Symbol 165 MovieClip in Frame 29
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 29
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 170 MovieClip "scre" in Frame 29
onClipEvent (load) {
scre = _root.scr;
}
Instance of Symbol 177 MovieClip "lvs" in Frame 29
onClipEvent (enterFrame) {
scre = ": " + _root.lv;
}
Instance of Symbol 182 MovieClip "bonus" in Frame 29
onClipEvent (load) {
t = 0;
bon = ((_root.lvn + 1) * 10) + 90;
}
onClipEvent (enterFrame) {
if (_root.goal.dd == 1) {
_root.scre.scre = _root.scre.scre + bon;
bon = 0;
_xscale = (_xscale + 3);
_yscale = (_yscale + 3);
} else {
if (t < 50) {
t = t + 1;
} else {
t = 0;
if (bon > 0) {
bon = bon - 5;
} else {
this._visible = false;
}
}
scre = "bonus:" + bon;
}
}
Instance of Symbol 185 MovieClip "bfad" in Frame 29
onClipEvent (load) {
_x = _root.paccy._x;
_y = _root.paccy._y;
}
Instance of Symbol 189 MovieClip in Frame 29
onClipEvent (load) {
txt = "Too much?";
_alpha = 0;
}
onClipEvent (enterFrame) {
if (tt != 1) {
_alpha = (_alpha + 20);
if (_alpha > 170) {
tt = 1;
}
} else {
_alpha = (_alpha - 6);
if (_alpha < 0) {
this.unloadMovie();
}
}
}
Frame 31
stop();
cns = 0;
Instance of Symbol 204 MovieClip in Frame 31
onClipEvent (load) {
ct = 0;
}
onClipEvent (enterFrame) {
if (hitTest(_root.paccy)) {
warp.nextFrame();
_root.paccy.dd = 1;
_root.arrw._visible = false;
_root.paccy._xscale = _root.paccy._xscale / 1.05;
_root.paccy._yscale = _root.paccy._yscale / 1.06;
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 8);
_root.paccy._y = _root.paccy._y + ((_y - _root.paccy._y) / 8);
ct++;
if (ct > 16) {
ct = 0;
warp.prevFrame();
_root.paccy._xscale = 100;
_root.paccy._yscale = 100;
_root.paccy._x = _root.warph._x;
_root.paccy._y = _root.warph._y;
_root.paccy.dd = 0;
_root.arrw._visible = true;
_root.arrw._x = _root.warph._x;
_root.arrw._y = _root.warph._y;
}
}
}
Instance of Symbol 204 MovieClip in Frame 31
onClipEvent (load) {
ct = 0;
}
onClipEvent (enterFrame) {
if (hitTest(_root.paccy)) {
warp.nextFrame();
_root.paccy.dd = 1;
_root.arrw._visible = false;
_root.paccy._xscale = _root.paccy._xscale / 1.05;
_root.paccy._yscale = _root.paccy._yscale / 1.06;
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 8);
_root.paccy._y = _root.paccy._y + ((_y - _root.paccy._y) / 8);
ct++;
if (ct > 16) {
ct = 0;
warp.prevFrame();
_root.paccy._xscale = 100;
_root.paccy._yscale = 100;
_root.paccy._x = _root.warph._x;
_root.paccy._y = _root.warph._y;
_root.paccy.dd = 0;
_root.arrw._visible = true;
_root.arrw._x = _root.warph._x;
_root.arrw._y = _root.warph._y;
}
}
}
Instance of Symbol 316 MovieClip in Frame 31
onClipEvent (load) {
ep = 0;
xx = 3;
yy = 0;
eee = 0;
}
onClipEvent (enterFrame) {
if (ep != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 27, true)) {
yy = 0;
xx = 3;
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 23, true)) {
yy = 0;
xx = -3;
}
if ((xx < 0) and _root.lvl.hitTest(_x - 23, _y, true)) {
yy = -3;
xx = 0;
}
if ((xx > 0) and _root.lvl.hitTest(_x + 23, _y, true)) {
yy = 3;
xx = 0;
}
if (xx < 0) {
_xscale = -100;
}
if (xx > 0) {
_xscale = 100;
}
_x = (_x + xx);
_y = (_y + yy);
} else {
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 3);
_root.paccy._y = _root.paccy._y + (((_y - _root.paccy._y) + 5) / 3);
_root.goal.ded = 1;
if (eee < 40) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y - 5;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
gulp.play();
}
}
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.9;
_root.paccy._yscale = _root.paccy._yscale * 0.9;
if (Math.abs(_root.paccy._xscale) < 60) {
_root.paccy.unloadMovie();
}
if (_currentframe < 23) {
gotoAndPlay (23);
}
_root.arrw.unloadMovie();
}
}
Instance of Symbol 144 MovieClip "goal" in Frame 31
onClipEvent (load) {
_visible = false;
_xscale = 10;
_yscale = 1;
_alpha = 1;
rt = 0;
eee = 0;
}
onClipEvent (enterFrame) {
if (dd != 1) {
if (_root.cns <= 0) {
_visible = true;
wo.nextFrame();
_rotation = (_rotation + 25);
if (_alpha < 100) {
_alpha = (_alpha + 8);
}
_xscale = (_xscale + ((100 - _xscale) / 7));
_yscale = (_yscale + ((100 - _yscale) / 7));
if (ded != 1) {
if (hitTest(_root.paccy.kol)) {
nextFrame();
_root.arrw.unloadMovie();
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 8);
_root.paccy._y = _root.paccy._y + ((_y - _root.paccy._y) / 8);
_root.paccy._rotation = _root.paccy._rotation + rt;
rt = rt + 2;
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.97;
_root.paccy._yscale = _root.paccy._yscale * 0.97;
if (Math.abs(_root.paccy._xscale) < 40) {
_root.paccy.unloadMovie();
dd = 1;
}
}
}
}
}
if (dd == 1) {
if (eee < 5) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
_root.scr = _root.scre.scre;
_root.lvn = _root.lvn + 1;
_root.play();
}
}
_xscale = (_xscale - 5);
_yscale = (_yscale - 5);
_rotation = (_rotation - 25);
_alpha = (_alpha - 5);
if (_xscale < 20) {
_visible = false;
}
}
}
Instance of Symbol 303 MovieClip in Frame 31
onClipEvent (load) {
ep = 0;
xx = -2;
yy = 2;
eee = 0;
}
onClipEvent (enterFrame) {
if (ep != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 27, true)) {
yy = yy * -1;
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 23, true)) {
yy = yy * -1;
}
if ((xx < 0) and _root.lvl.hitTest(_x - 23, _y, true)) {
xx = xx * -1;
}
if ((xx > 0) and _root.lvl.hitTest(_x + 23, _y, true)) {
xx = xx * -1;
}
if (xx < 0) {
_xscale = -100;
}
if (xx > 0) {
_xscale = 100;
}
_x = (_x + xx);
_y = (_y + yy);
} else {
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 3);
_root.paccy._y = _root.paccy._y + (((_y - _root.paccy._y) + 5) / 3);
_root.goal.ded = 1;
if (eee < 40) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y - 5;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
gulp.play();
}
}
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.9;
_root.paccy._yscale = _root.paccy._yscale * 0.9;
if (Math.abs(_root.paccy._xscale) < 60) {
_root.paccy.unloadMovie();
}
if (_currentframe < 23) {
gotoAndPlay (23);
}
_root.arrw.unloadMovie();
}
}
Instance of Symbol 276 MovieClip in Frame 31
onClipEvent (load) {
ep = 0;
xx = 0;
yy = 3;
eee = 0;
}
onClipEvent (enterFrame) {
if (ep != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 27, true)) {
yy = 0;
xx = -3;
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 23, true)) {
yy = 0;
xx = 3;
}
if ((xx < 0) and _root.lvl.hitTest(_x - 23, _y, true)) {
yy = 3;
xx = 0;
}
if ((xx > 0) and _root.lvl.hitTest(_x + 23, _y, true)) {
yy = -3;
xx = 0;
}
if (xx < 0) {
_xscale = -100;
}
if (xx > 0) {
_xscale = 100;
}
_x = (_x + xx);
_y = (_y + yy);
} else {
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 3);
_root.paccy._y = _root.paccy._y + (((_y - _root.paccy._y) + 5) / 3);
_root.goal.ded = 1;
if (eee < 40) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y - 5;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
gulp.play();
}
}
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.9;
_root.paccy._yscale = _root.paccy._yscale * 0.9;
if (Math.abs(_root.paccy._xscale) < 60) {
_root.paccy.unloadMovie();
}
if (_currentframe < 23) {
gotoAndPlay (23);
}
_root.arrw.unloadMovie();
}
}
Instance of Symbol 160 MovieClip "paccy" in Frame 31
onClipEvent (enterFrame) {
if (dd != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 13, true)) {
if (yy < -1) {
bing = 1;
}
yy = yy * -1;
gotoAndPlay (11);
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 13, true)) {
if (yy > 1) {
bing = 1;
}
yy = yy * -1;
gotoAndPlay (11);
}
if ((xx < 0) and _root.lvl.hitTest(_x - 13, _y, true)) {
if (xx < -1) {
bing = 1;
}
xx = xx * -1;
gotoAndPlay (11);
}
if ((xx > 0) and _root.lvl.hitTest(_x + 13, _y, true)) {
if (xx > 1) {
bing = 1;
}
xx = xx * -1;
gotoAndPlay (11);
}
if (xx < 0) {
_xscale = 100;
}
if (xx > 0) {
_xscale = -100;
}
_x = (_x + xx);
_y = (_y + yy);
_parent.arrw._x = _parent.arrw._x + xx;
_parent.arrw._y = _parent.arrw._y + yy;
xx = xx / 1.075;
yy = yy / 1.075;
if (((Math.abs(xx) < 3) and (Math.abs(yy) < 3)) and (this.mouth._currentframe == 4)) {
mouth.play();
}
if (random(111) == 1) {
play();
}
}
}
Instance of Symbol 30 MovieClip "arrw" in Frame 31
onClipEvent (load) {
stop();
sp = 0;
spo = sp;
mspdo = 20;
rot = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(37) and (rot > 0)) {
rot = rot * -1;
}
if (Key.isDown(39) and (rot < 0)) {
rot = rot * -1;
}
_rotation = (_rotation + rot);
if ((((_rotation == 0) or (_rotation == 90)) or (_rotation == 180)) or (_rotation == -90)) {
_rotation = (_rotation + 1);
}
if (Key.isDown(32)) {
sp = 1;
if (e == 0) {
nextFrame();
} else {
prevFrame();
}
} else {
sp = 0;
}
if ((sp == 0) and (spo == 1)) {
_parent.paccy.mouth.gotoAndPlay(2);
mspd = (_currentframe / 20) * mspdo;
gotoAndStop (1);
if ((_rotation >= 0) and (_rotation < 90)) {
xx = (_rotation / 90) * mspd;
yy = -(mspd - xx);
}
if ((_rotation >= 90) and (_rotation <= 180)) {
yy = ((_rotation - 90) / 90) * mspd;
xx = mspd - yy;
}
if ((_rotation <= -90) and (_rotation >= -180)) {
xx = ((_rotation + 180) / 90) * (-mspd);
yy = -((-mspd) - xx);
}
if ((_rotation < 0) and (_rotation > -90)) {
yy = ((_rotation + 90) / 90) * (-mspd);
xx = (-mspd) - yy;
}
_parent.paccy.xx = xx;
_parent.paccy.yy = yy;
}
spo = sp;
}
Instance of Symbol 165 MovieClip in Frame 31
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 31
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 31
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 170 MovieClip "scre" in Frame 31
onClipEvent (load) {
scre = _root.scr;
}
Instance of Symbol 177 MovieClip "lvs" in Frame 31
onClipEvent (enterFrame) {
scre = ": " + _root.lv;
}
Instance of Symbol 182 MovieClip "bonus" in Frame 31
onClipEvent (load) {
t = 0;
bon = ((_root.lvn + 1) * 10) + 90;
}
onClipEvent (enterFrame) {
if (_root.goal.dd == 1) {
_root.scre.scre = _root.scre.scre + bon;
bon = 0;
_xscale = (_xscale + 3);
_yscale = (_yscale + 3);
} else {
if (t < 50) {
t = t + 1;
} else {
t = 0;
if (bon > 0) {
bon = bon - 5;
} else {
this._visible = false;
}
}
scre = "bonus:" + bon;
}
}
Instance of Symbol 185 MovieClip "bfad" in Frame 31
onClipEvent (load) {
_x = _root.paccy._x;
_y = _root.paccy._y;
}
Instance of Symbol 189 MovieClip in Frame 31
onClipEvent (load) {
txt = "Suicide!";
_alpha = 0;
}
onClipEvent (enterFrame) {
if (tt != 1) {
_alpha = (_alpha + 20);
if (_alpha > 170) {
tt = 1;
}
} else {
_alpha = (_alpha - 6);
if (_alpha < 0) {
this.unloadMovie();
}
}
}
Frame 33
stop();
cns = 0;
Instance of Symbol 204 MovieClip in Frame 33
onClipEvent (load) {
ct = 0;
}
onClipEvent (enterFrame) {
if (hitTest(_root.paccy)) {
warp.nextFrame();
_root.paccy.dd = 1;
_root.arrw._visible = false;
_root.paccy._xscale = _root.paccy._xscale / 1.05;
_root.paccy._yscale = _root.paccy._yscale / 1.06;
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 8);
_root.paccy._y = _root.paccy._y + ((_y - _root.paccy._y) / 8);
ct++;
if (ct > 16) {
ct = 0;
warp.prevFrame();
_root.paccy._xscale = 100;
_root.paccy._yscale = 100;
_root.paccy._x = _root.warph._x;
_root.paccy._y = _root.warph._y;
_root.paccy.dd = 0;
_root.arrw._visible = true;
_root.arrw._x = _root.warph._x;
_root.arrw._y = _root.warph._y;
}
}
}
Instance of Symbol 204 MovieClip in Frame 33
onClipEvent (load) {
ct = 0;
}
onClipEvent (enterFrame) {
if (hitTest(_root.paccy)) {
warp.nextFrame();
_root.paccy.dd = 1;
_root.arrw._visible = false;
_root.paccy._xscale = _root.paccy._xscale / 1.05;
_root.paccy._yscale = _root.paccy._yscale / 1.06;
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 8);
_root.paccy._y = _root.paccy._y + ((_y - _root.paccy._y) / 8);
ct++;
if (ct > 16) {
ct = 0;
warp.prevFrame();
_root.paccy._xscale = 100;
_root.paccy._yscale = 100;
_root.paccy._x = _root.warph2._x;
_root.paccy._y = _root.warph2._y;
_root.paccy.dd = 0;
_root.arrw._visible = true;
_root.arrw._x = _root.warph2._x;
_root.arrw._y = _root.warph2._y;
}
}
}
Instance of Symbol 204 MovieClip in Frame 33
onClipEvent (load) {
ct = 0;
}
onClipEvent (enterFrame) {
if (hitTest(_root.paccy)) {
warp.nextFrame();
_root.paccy.dd = 1;
_root.arrw._visible = false;
_root.paccy._xscale = _root.paccy._xscale / 1.05;
_root.paccy._yscale = _root.paccy._yscale / 1.06;
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 8);
_root.paccy._y = _root.paccy._y + ((_y - _root.paccy._y) / 8);
ct++;
if (ct > 16) {
ct = 0;
warp.prevFrame();
_root.paccy._xscale = 100;
_root.paccy._yscale = 100;
_root.paccy._x = _root.warph3._x;
_root.paccy._y = _root.warph3._y;
_root.paccy.dd = 0;
_root.arrw._visible = true;
_root.arrw._x = _root.warph3._x;
_root.arrw._y = _root.warph3._y;
}
}
}
Instance of Symbol 204 MovieClip in Frame 33
onClipEvent (load) {
ct = 0;
}
onClipEvent (enterFrame) {
if (hitTest(_root.paccy)) {
warp.nextFrame();
_root.paccy.dd = 1;
_root.arrw._visible = false;
_root.paccy._xscale = _root.paccy._xscale / 1.05;
_root.paccy._yscale = _root.paccy._yscale / 1.06;
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 8);
_root.paccy._y = _root.paccy._y + ((_y - _root.paccy._y) / 8);
ct++;
if (ct > 16) {
ct = 0;
warp.prevFrame();
_root.paccy._xscale = 100;
_root.paccy._yscale = 100;
_root.paccy._x = _root.warph4._x;
_root.paccy._y = _root.warph4._y;
_root.paccy.dd = 0;
_root.arrw._visible = true;
_root.arrw._x = _root.warph4._x;
_root.arrw._y = _root.warph4._y;
}
}
}
Instance of Symbol 204 MovieClip in Frame 33
onClipEvent (load) {
ct = 0;
}
onClipEvent (enterFrame) {
if (hitTest(_root.paccy)) {
warp.nextFrame();
_root.paccy.dd = 1;
_root.arrw._visible = false;
_root.paccy._xscale = _root.paccy._xscale / 1.05;
_root.paccy._yscale = _root.paccy._yscale / 1.06;
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 8);
_root.paccy._y = _root.paccy._y + ((_y - _root.paccy._y) / 8);
ct++;
if (ct > 16) {
ct = 0;
warp.prevFrame();
_root.paccy._xscale = 100;
_root.paccy._yscale = 100;
_root.paccy._x = _root.warph4._x;
_root.paccy._y = _root.warph4._y;
_root.paccy.dd = 0;
_root.arrw._visible = true;
_root.arrw._x = _root.warph4._x;
_root.arrw._y = _root.warph4._y;
}
}
}
Instance of Symbol 144 MovieClip "goal" in Frame 33
onClipEvent (load) {
_visible = false;
_xscale = 10;
_yscale = 1;
_alpha = 1;
rt = 0;
eee = 0;
}
onClipEvent (enterFrame) {
if (dd != 1) {
if (_root.cns <= 0) {
_visible = true;
wo.nextFrame();
_rotation = (_rotation + 25);
if (_alpha < 100) {
_alpha = (_alpha + 8);
}
_xscale = (_xscale + ((100 - _xscale) / 7));
_yscale = (_yscale + ((100 - _yscale) / 7));
if (ded != 1) {
if (hitTest(_root.paccy.kol)) {
nextFrame();
_root.arrw.unloadMovie();
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 8);
_root.paccy._y = _root.paccy._y + ((_y - _root.paccy._y) / 8);
_root.paccy._rotation = _root.paccy._rotation + rt;
rt = rt + 2;
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.97;
_root.paccy._yscale = _root.paccy._yscale * 0.97;
if (Math.abs(_root.paccy._xscale) < 40) {
_root.paccy.unloadMovie();
dd = 1;
}
}
}
}
}
if (dd == 1) {
if (eee < 5) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
_root.scr = _root.scre.scre;
_root.lvn = _root.lvn + 1;
_root.play();
}
}
_xscale = (_xscale - 5);
_yscale = (_yscale - 5);
_rotation = (_rotation - 25);
_alpha = (_alpha - 5);
if (_xscale < 20) {
_visible = false;
}
}
}
Instance of Symbol 316 MovieClip in Frame 33
onClipEvent (load) {
ep = 0;
xx = 0;
yy = 2;
eee = 0;
}
onClipEvent (enterFrame) {
if (ep != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 27, true)) {
yy = yy * -1;
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 23, true)) {
yy = yy * -1;
}
if ((xx < 0) and _root.lvl.hitTest(_x - 23, _y, true)) {
xx = xx * -1;
}
if ((xx > 0) and _root.lvl.hitTest(_x + 23, _y, true)) {
xx = xx * -1;
}
if (xx < 0) {
_xscale = -100;
}
if (xx > 0) {
_xscale = 100;
}
_x = (_x + xx);
_y = (_y + yy);
} else {
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 3);
_root.paccy._y = _root.paccy._y + (((_y - _root.paccy._y) + 5) / 3);
_root.goal.ded = 1;
if (eee < 40) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y - 5;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
gulp.play();
}
}
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.9;
_root.paccy._yscale = _root.paccy._yscale * 0.9;
if (Math.abs(_root.paccy._xscale) < 60) {
_root.paccy.unloadMovie();
}
if (_currentframe < 23) {
gotoAndPlay (23);
}
_root.arrw.unloadMovie();
}
}
Instance of Symbol 316 MovieClip in Frame 33
onClipEvent (load) {
ep = 0;
xx = 0;
yy = 2;
eee = 0;
}
onClipEvent (enterFrame) {
if (ep != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 27, true)) {
yy = yy * -1;
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 23, true)) {
yy = yy * -1;
}
if ((xx < 0) and _root.lvl.hitTest(_x - 23, _y, true)) {
xx = xx * -1;
}
if ((xx > 0) and _root.lvl.hitTest(_x + 23, _y, true)) {
xx = xx * -1;
}
if (xx < 0) {
_xscale = -100;
}
if (xx > 0) {
_xscale = 100;
}
_x = (_x + xx);
_y = (_y + yy);
} else {
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 3);
_root.paccy._y = _root.paccy._y + (((_y - _root.paccy._y) + 5) / 3);
_root.goal.ded = 1;
if (eee < 40) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y - 5;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
gulp.play();
}
}
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.9;
_root.paccy._yscale = _root.paccy._yscale * 0.9;
if (Math.abs(_root.paccy._xscale) < 60) {
_root.paccy.unloadMovie();
}
if (_currentframe < 23) {
gotoAndPlay (23);
}
_root.arrw.unloadMovie();
}
}
Instance of Symbol 160 MovieClip "paccy" in Frame 33
onClipEvent (enterFrame) {
if (dd != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 13, true)) {
if (yy < -1) {
bing = 1;
}
yy = yy * -1;
gotoAndPlay (11);
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 13, true)) {
if (yy > 1) {
bing = 1;
}
yy = yy * -1;
gotoAndPlay (11);
}
if ((xx < 0) and _root.lvl.hitTest(_x - 13, _y, true)) {
if (xx < -1) {
bing = 1;
}
xx = xx * -1;
gotoAndPlay (11);
}
if ((xx > 0) and _root.lvl.hitTest(_x + 13, _y, true)) {
if (xx > 1) {
bing = 1;
}
xx = xx * -1;
gotoAndPlay (11);
}
if (xx < 0) {
_xscale = 100;
}
if (xx > 0) {
_xscale = -100;
}
_x = (_x + xx);
_y = (_y + yy);
_parent.arrw._x = _parent.arrw._x + xx;
_parent.arrw._y = _parent.arrw._y + yy;
xx = xx / 1.075;
yy = yy / 1.075;
if (((Math.abs(xx) < 3) and (Math.abs(yy) < 3)) and (this.mouth._currentframe == 4)) {
mouth.play();
}
if (random(111) == 1) {
play();
}
}
}
Instance of Symbol 30 MovieClip "arrw" in Frame 33
onClipEvent (load) {
stop();
sp = 0;
spo = sp;
mspdo = 20;
rot = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(37) and (rot > 0)) {
rot = rot * -1;
}
if (Key.isDown(39) and (rot < 0)) {
rot = rot * -1;
}
_rotation = (_rotation + rot);
if ((((_rotation == 0) or (_rotation == 90)) or (_rotation == 180)) or (_rotation == -90)) {
_rotation = (_rotation + 1);
}
if (Key.isDown(32)) {
sp = 1;
if (e == 0) {
nextFrame();
} else {
prevFrame();
}
} else {
sp = 0;
}
if ((sp == 0) and (spo == 1)) {
_parent.paccy.mouth.gotoAndPlay(2);
mspd = (_currentframe / 20) * mspdo;
gotoAndStop (1);
if ((_rotation >= 0) and (_rotation < 90)) {
xx = (_rotation / 90) * mspd;
yy = -(mspd - xx);
}
if ((_rotation >= 90) and (_rotation <= 180)) {
yy = ((_rotation - 90) / 90) * mspd;
xx = mspd - yy;
}
if ((_rotation <= -90) and (_rotation >= -180)) {
xx = ((_rotation + 180) / 90) * (-mspd);
yy = -((-mspd) - xx);
}
if ((_rotation < 0) and (_rotation > -90)) {
yy = ((_rotation + 90) / 90) * (-mspd);
xx = (-mspd) - yy;
}
_parent.paccy.xx = xx;
_parent.paccy.yy = yy;
}
spo = sp;
}
Instance of Symbol 165 MovieClip in Frame 33
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 33
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 170 MovieClip "scre" in Frame 33
onClipEvent (load) {
scre = _root.scr;
}
Instance of Symbol 177 MovieClip "lvs" in Frame 33
onClipEvent (enterFrame) {
scre = ": " + _root.lv;
}
Instance of Symbol 182 MovieClip "bonus" in Frame 33
onClipEvent (load) {
t = 0;
bon = ((_root.lvn + 1) * 10) + 90;
}
onClipEvent (enterFrame) {
if (_root.goal.dd == 1) {
_root.scre.scre = _root.scre.scre + bon;
bon = 0;
_xscale = (_xscale + 3);
_yscale = (_yscale + 3);
} else {
if (t < 50) {
t = t + 1;
} else {
t = 0;
if (bon > 0) {
bon = bon - 5;
} else {
this._visible = false;
}
}
scre = "bonus:" + bon;
}
}
Instance of Symbol 185 MovieClip "bfad" in Frame 33
onClipEvent (load) {
_x = _root.paccy._x;
_y = _root.paccy._y;
}
Instance of Symbol 189 MovieClip in Frame 33
onClipEvent (load) {
txt = "Warp-a-lot!";
_alpha = 0;
}
onClipEvent (enterFrame) {
if (tt != 1) {
_alpha = (_alpha + 20);
if (_alpha > 170) {
tt = 1;
}
} else {
_alpha = (_alpha - 6);
if (_alpha < 0) {
this.unloadMovie();
}
}
}
Frame 35
stop();
cns = 0;
Instance of Symbol 258 MovieClip in Frame 35
onClipEvent (load) {
dn = 1;
}
Instance of Symbol 258 MovieClip in Frame 35
onClipEvent (load) {
dn = 1;
}
Instance of Symbol 258 MovieClip in Frame 35
onClipEvent (load) {
dn = 1;
}
Instance of Symbol 144 MovieClip "goal" in Frame 35
onClipEvent (load) {
_visible = false;
_xscale = 10;
_yscale = 1;
_alpha = 1;
rt = 0;
eee = 0;
}
onClipEvent (enterFrame) {
if (dd != 1) {
if (_root.cns <= 0) {
_visible = true;
wo.nextFrame();
_rotation = (_rotation + 25);
if (_alpha < 100) {
_alpha = (_alpha + 8);
}
_xscale = (_xscale + ((100 - _xscale) / 7));
_yscale = (_yscale + ((100 - _yscale) / 7));
if (ded != 1) {
if (hitTest(_root.paccy.kol)) {
nextFrame();
_root.arrw.unloadMovie();
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 8);
_root.paccy._y = _root.paccy._y + ((_y - _root.paccy._y) / 8);
_root.paccy._rotation = _root.paccy._rotation + rt;
rt = rt + 2;
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.97;
_root.paccy._yscale = _root.paccy._yscale * 0.97;
if (Math.abs(_root.paccy._xscale) < 40) {
_root.paccy.unloadMovie();
dd = 1;
}
}
}
}
}
if (dd == 1) {
if (eee < 5) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
_root.scr = _root.scre.scre;
_root.lvn = _root.lvn + 1;
_root.play();
}
}
_xscale = (_xscale - 5);
_yscale = (_yscale - 5);
_rotation = (_rotation - 25);
_alpha = (_alpha - 5);
if (_xscale < 20) {
_visible = false;
}
}
}
Instance of Symbol 293 MovieClip in Frame 35
onClipEvent (load) {
ep = 0;
xx = 3;
yy = 0;
eee = 0;
}
onClipEvent (enterFrame) {
if (ep != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 27, true)) {
yy = 0;
xx = 3;
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 23, true)) {
yy = 0;
xx = -3;
}
if ((xx < 0) and _root.lvl.hitTest(_x - 23, _y, true)) {
yy = -3;
xx = 0;
}
if ((xx > 0) and _root.lvl.hitTest(_x + 23, _y, true)) {
yy = 3;
xx = 0;
}
if (xx < 0) {
_xscale = -100;
}
if (xx > 0) {
_xscale = 100;
}
_x = (_x + xx);
_y = (_y + yy);
} else {
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 3);
_root.paccy._y = _root.paccy._y + (((_y - _root.paccy._y) + 5) / 3);
_root.goal.ded = 1;
if (eee < 40) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y - 5;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
gulp.play();
}
}
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.9;
_root.paccy._yscale = _root.paccy._yscale * 0.9;
if (Math.abs(_root.paccy._xscale) < 60) {
_root.paccy.unloadMovie();
}
if (_currentframe < 23) {
gotoAndPlay (23);
}
_root.arrw.unloadMovie();
}
}
Instance of Symbol 243 MovieClip in Frame 35
onClipEvent (load) {
ep = 0;
xx = -1.5;
yy = 1.5;
eee = 0;
}
onClipEvent (enterFrame) {
if (ep != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 27, true)) {
yy = yy * -1;
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 23, true)) {
yy = yy * -1;
}
if ((xx < 0) and _root.lvl.hitTest(_x - 23, _y, true)) {
xx = xx * -1;
}
if ((xx > 0) and _root.lvl.hitTest(_x + 23, _y, true)) {
xx = xx * -1;
}
if (xx < 0) {
_xscale = -100;
}
if (xx > 0) {
_xscale = 100;
}
_x = (_x + xx);
_y = (_y + yy);
} else {
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 3);
_root.paccy._y = _root.paccy._y + (((_y - _root.paccy._y) + 5) / 3);
_root.goal.ded = 1;
if (eee < 40) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y - 5;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
gulp.play();
}
}
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.9;
_root.paccy._yscale = _root.paccy._yscale * 0.9;
if (Math.abs(_root.paccy._xscale) < 60) {
_root.paccy.unloadMovie();
}
if (_currentframe < 23) {
gotoAndPlay (23);
}
_root.arrw.unloadMovie();
}
}
Instance of Symbol 303 MovieClip in Frame 35
onClipEvent (load) {
ep = 0;
xx = -2;
yy = 1;
eee = 0;
}
onClipEvent (enterFrame) {
if (ep != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 27, true)) {
yy = yy * -1;
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 23, true)) {
yy = yy * -1;
}
if ((xx < 0) and _root.lvl.hitTest(_x - 23, _y, true)) {
xx = xx * -1;
}
if ((xx > 0) and _root.lvl.hitTest(_x + 23, _y, true)) {
xx = xx * -1;
}
if (xx < 0) {
_xscale = -100;
}
if (xx > 0) {
_xscale = 100;
}
_x = (_x + xx);
_y = (_y + yy);
} else {
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 3);
_root.paccy._y = _root.paccy._y + (((_y - _root.paccy._y) + 5) / 3);
_root.goal.ded = 1;
if (eee < 40) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y - 5;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
gulp.play();
}
}
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.9;
_root.paccy._yscale = _root.paccy._yscale * 0.9;
if (Math.abs(_root.paccy._xscale) < 60) {
_root.paccy.unloadMovie();
}
if (_currentframe < 23) {
gotoAndPlay (23);
}
_root.arrw.unloadMovie();
}
}
Instance of Symbol 160 MovieClip "paccy" in Frame 35
onClipEvent (enterFrame) {
if (dd != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 13, true)) {
if (yy < -1) {
bing = 1;
}
yy = yy * -1;
gotoAndPlay (11);
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 13, true)) {
if (yy > 1) {
bing = 1;
}
yy = yy * -1;
gotoAndPlay (11);
}
if ((xx < 0) and _root.lvl.hitTest(_x - 13, _y, true)) {
if (xx < -1) {
bing = 1;
}
xx = xx * -1;
gotoAndPlay (11);
}
if ((xx > 0) and _root.lvl.hitTest(_x + 13, _y, true)) {
if (xx > 1) {
bing = 1;
}
xx = xx * -1;
gotoAndPlay (11);
}
if (xx < 0) {
_xscale = 100;
}
if (xx > 0) {
_xscale = -100;
}
_x = (_x + xx);
_y = (_y + yy);
_parent.arrw._x = _parent.arrw._x + xx;
_parent.arrw._y = _parent.arrw._y + yy;
xx = xx / 1.075;
yy = yy / 1.075;
if (((Math.abs(xx) < 3) and (Math.abs(yy) < 3)) and (this.mouth._currentframe == 4)) {
mouth.play();
}
if (random(111) == 1) {
play();
}
}
}
Instance of Symbol 30 MovieClip "arrw" in Frame 35
onClipEvent (load) {
stop();
sp = 0;
spo = sp;
mspdo = 20;
rot = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(37) and (rot > 0)) {
rot = rot * -1;
}
if (Key.isDown(39) and (rot < 0)) {
rot = rot * -1;
}
_rotation = (_rotation + rot);
if ((((_rotation == 0) or (_rotation == 90)) or (_rotation == 180)) or (_rotation == -90)) {
_rotation = (_rotation + 1);
}
if (Key.isDown(32)) {
sp = 1;
if (e == 0) {
nextFrame();
} else {
prevFrame();
}
} else {
sp = 0;
}
if ((sp == 0) and (spo == 1)) {
_parent.paccy.mouth.gotoAndPlay(2);
mspd = (_currentframe / 20) * mspdo;
gotoAndStop (1);
if ((_rotation >= 0) and (_rotation < 90)) {
xx = (_rotation / 90) * mspd;
yy = -(mspd - xx);
}
if ((_rotation >= 90) and (_rotation <= 180)) {
yy = ((_rotation - 90) / 90) * mspd;
xx = mspd - yy;
}
if ((_rotation <= -90) and (_rotation >= -180)) {
xx = ((_rotation + 180) / 90) * (-mspd);
yy = -((-mspd) - xx);
}
if ((_rotation < 0) and (_rotation > -90)) {
yy = ((_rotation + 90) / 90) * (-mspd);
xx = (-mspd) - yy;
}
_parent.paccy.xx = xx;
_parent.paccy.yy = yy;
}
spo = sp;
}
Instance of Symbol 165 MovieClip in Frame 35
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 35
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 35
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 170 MovieClip "scre" in Frame 35
onClipEvent (load) {
scre = _root.scr;
}
Instance of Symbol 177 MovieClip "lvs" in Frame 35
onClipEvent (enterFrame) {
scre = ": " + _root.lv;
}
Instance of Symbol 182 MovieClip "bonus" in Frame 35
onClipEvent (load) {
t = 0;
bon = ((_root.lvn + 1) * 10) + 90;
}
onClipEvent (enterFrame) {
if (_root.goal.dd == 1) {
_root.scre.scre = _root.scre.scre + bon;
bon = 0;
_xscale = (_xscale + 3);
_yscale = (_yscale + 3);
} else {
if (t < 50) {
t = t + 1;
} else {
t = 0;
if (bon > 0) {
bon = bon - 5;
} else {
this._visible = false;
}
}
scre = "bonus:" + bon;
}
}
Instance of Symbol 185 MovieClip "bfad" in Frame 35
onClipEvent (load) {
_x = _root.paccy._x;
_y = _root.paccy._y;
}
Instance of Symbol 189 MovieClip in Frame 35
onClipEvent (load) {
txt = "What if?";
_alpha = 0;
}
onClipEvent (enterFrame) {
if (tt != 1) {
_alpha = (_alpha + 20);
if (_alpha > 170) {
tt = 1;
}
} else {
_alpha = (_alpha - 6);
if (_alpha < 0) {
this.unloadMovie();
}
}
}
Frame 37
stop();
cns = 0;
Instance of Symbol 258 MovieClip "sw3" in Frame 37
onClipEvent (load) {
dn = 1;
}
Instance of Symbol 258 MovieClip "sw2" in Frame 37
onClipEvent (load) {
dn = 1;
}
Instance of Symbol 258 MovieClip "sw1" in Frame 37
onClipEvent (load) {
dn = 1;
}
Instance of Symbol 204 MovieClip in Frame 37
onClipEvent (load) {
ct = 0;
ep = 0;
xx = -2;
yy = 2;
eee = 0;
}
onClipEvent (enterFrame) {
if (hitTest(_root.paccy)) {
warp.nextFrame();
_root.paccy.dd = 1;
_root.arrw._visible = false;
_root.paccy._xscale = _root.paccy._xscale / 1.05;
_root.paccy._yscale = _root.paccy._yscale / 1.06;
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 8);
_root.paccy._y = _root.paccy._y + ((_y - _root.paccy._y) / 8);
ct++;
if (ct > 16) {
ct = 0;
warp.prevFrame();
_root.paccy._xscale = 100;
_root.paccy._yscale = 100;
_root.paccy._x = _root.warph._x;
_root.paccy._y = _root.warph._y;
_root.paccy.dd = 0;
_root.arrw._visible = true;
_root.arrw._x = _root.warph._x;
_root.arrw._y = _root.warph._y;
}
}
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 27, true)) {
yy = yy * -1;
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 23, true)) {
yy = yy * -1;
}
if ((xx < 0) and _root.lvl.hitTest(_x - 23, _y, true)) {
xx = xx * -1;
}
if ((xx > 0) and _root.lvl.hitTest(_x + 23, _y, true)) {
xx = xx * -1;
}
if (xx < 0) {
_xscale = -100;
}
if (xx > 0) {
_xscale = 100;
}
_x = (_x + xx);
_y = (_y + yy);
}
Instance of Symbol 204 MovieClip in Frame 37
onClipEvent (load) {
ct = 0;
}
onClipEvent (enterFrame) {
if (hitTest(_root.paccy)) {
warp.nextFrame();
_root.paccy.dd = 1;
_root.arrw._visible = false;
_root.paccy._xscale = _root.paccy._xscale / 1.05;
_root.paccy._yscale = _root.paccy._yscale / 1.06;
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 8);
_root.paccy._y = _root.paccy._y + ((_y - _root.paccy._y) / 8);
ct++;
if (ct > 16) {
ct = 0;
warp.prevFrame();
_root.paccy._xscale = 100;
_root.paccy._yscale = 100;
_root.paccy._x = _root.warph2._x;
_root.paccy._y = _root.warph2._y;
_root.paccy.dd = 0;
_root.arrw._visible = true;
_root.arrw._x = _root.warph2._x;
_root.arrw._y = _root.warph2._y;
}
}
}
Instance of Symbol 209 MovieClip "warph2" in Frame 37
onClipEvent (load) {
ct = 0;
ep = 0;
xx = -2;
yy = 2;
eee = 0;
}
onClipEvent (enterFrame) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 27, true)) {
yy = yy * -1;
}
if (((yy > 0) and _root.lvl.hitTest(_x, _y + 23, true)) or ((yy > 0) and _root.stw.hitTest(_x, _y + 23, true))) {
yy = yy * -1;
}
if ((xx < 0) and _root.lvl.hitTest(_x - 23, _y, true)) {
xx = xx * -1;
}
if ((xx > 0) and _root.lvl.hitTest(_x + 23, _y, true)) {
xx = xx * -1;
}
if (xx < 0) {
_xscale = -100;
}
if (xx > 0) {
_xscale = 100;
}
_x = (_x + xx);
_y = (_y + yy);
}
Instance of Symbol 144 MovieClip "goal" in Frame 37
onClipEvent (load) {
_visible = false;
_xscale = 10;
_yscale = 1;
_alpha = 1;
rt = 0;
eee = 0;
}
onClipEvent (enterFrame) {
if (dd != 1) {
if (_root.cns <= 0) {
_visible = true;
wo.nextFrame();
_rotation = (_rotation + 25);
if (_alpha < 100) {
_alpha = (_alpha + 8);
}
_xscale = (_xscale + ((100 - _xscale) / 7));
_yscale = (_yscale + ((100 - _yscale) / 7));
if (ded != 1) {
if (hitTest(_root.paccy.kol)) {
nextFrame();
_root.arrw.unloadMovie();
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 8);
_root.paccy._y = _root.paccy._y + ((_y - _root.paccy._y) / 8);
_root.paccy._rotation = _root.paccy._rotation + rt;
rt = rt + 2;
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.97;
_root.paccy._yscale = _root.paccy._yscale * 0.97;
if (Math.abs(_root.paccy._xscale) < 40) {
_root.paccy.unloadMovie();
dd = 1;
}
}
}
}
}
if (dd == 1) {
if (eee < 5) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
_root.scr = _root.scre.scre;
_root.lvn = _root.lvn + 1;
_root.play();
}
}
_xscale = (_xscale - 5);
_yscale = (_yscale - 5);
_rotation = (_rotation - 25);
_alpha = (_alpha - 5);
if (_xscale < 20) {
_visible = false;
}
}
}
Instance of Symbol 316 MovieClip in Frame 37
onClipEvent (load) {
_xscale = -100;
ep = 0;
xx = 0;
yy = 2.5;
eee = 0;
}
onClipEvent (enterFrame) {
if (ep != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 27, true)) {
yy = yy * -1;
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 23, true)) {
yy = yy * -1;
}
if ((xx < 0) and _root.lvl.hitTest(_x - 23, _y, true)) {
xx = xx * -1;
}
if ((xx > 0) and _root.lvl.hitTest(_x + 23, _y, true)) {
xx = xx * -1;
}
if (xx < 0) {
_xscale = -100;
}
if (xx > 0) {
_xscale = 100;
}
_x = (_x + xx);
_y = (_y + yy);
} else {
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 3);
_root.paccy._y = _root.paccy._y + (((_y - _root.paccy._y) + 5) / 3);
_root.goal.ded = 1;
if (eee < 40) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y - 5;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
gulp.play();
}
}
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.9;
_root.paccy._yscale = _root.paccy._yscale * 0.9;
if (Math.abs(_root.paccy._xscale) < 60) {
_root.paccy.unloadMovie();
}
if (_currentframe < 23) {
gotoAndPlay (23);
}
_root.arrw.unloadMovie();
}
}
Instance of Symbol 303 MovieClip in Frame 37
onClipEvent (load) {
ep = 0;
xx = -1.5;
yy = 1.5;
eee = 0;
}
onClipEvent (enterFrame) {
if (ep != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 27, true)) {
yy = yy * -1;
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 23, true)) {
yy = yy * -1;
}
if ((xx < 0) and _root.lvl.hitTest(_x - 23, _y, true)) {
xx = xx * -1;
}
if ((xx > 0) and _root.lvl.hitTest(_x + 23, _y, true)) {
xx = xx * -1;
}
if (xx < 0) {
_xscale = -100;
}
if (xx > 0) {
_xscale = 100;
}
_x = (_x + xx);
_y = (_y + yy);
} else {
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 3);
_root.paccy._y = _root.paccy._y + (((_y - _root.paccy._y) + 5) / 3);
_root.goal.ded = 1;
if (eee < 40) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y - 5;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
gulp.play();
}
}
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.9;
_root.paccy._yscale = _root.paccy._yscale * 0.9;
if (Math.abs(_root.paccy._xscale) < 60) {
_root.paccy.unloadMovie();
}
if (_currentframe < 23) {
gotoAndPlay (23);
}
_root.arrw.unloadMovie();
}
}
Instance of Symbol 160 MovieClip "paccy" in Frame 37
onClipEvent (enterFrame) {
if (dd != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 13, true)) {
if (yy < -1) {
bing = 1;
}
yy = yy * -1;
gotoAndPlay (11);
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 13, true)) {
if (yy > 1) {
bing = 1;
}
yy = yy * -1;
gotoAndPlay (11);
}
if ((xx < 0) and _root.lvl.hitTest(_x - 13, _y, true)) {
if (xx < -1) {
bing = 1;
}
xx = xx * -1;
gotoAndPlay (11);
}
if ((xx > 0) and _root.lvl.hitTest(_x + 13, _y, true)) {
if (xx > 1) {
bing = 1;
}
xx = xx * -1;
gotoAndPlay (11);
}
if (xx < 0) {
_xscale = 100;
}
if (xx > 0) {
_xscale = -100;
}
_x = (_x + xx);
_y = (_y + yy);
_parent.arrw._x = _parent.arrw._x + xx;
_parent.arrw._y = _parent.arrw._y + yy;
xx = xx / 1.075;
yy = yy / 1.075;
if (((Math.abs(xx) < 3) and (Math.abs(yy) < 3)) and (this.mouth._currentframe == 4)) {
mouth.play();
}
if (random(111) == 1) {
play();
}
}
}
Instance of Symbol 30 MovieClip "arrw" in Frame 37
onClipEvent (load) {
stop();
sp = 0;
spo = sp;
mspdo = 20;
rot = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(37) and (rot > 0)) {
rot = rot * -1;
}
if (Key.isDown(39) and (rot < 0)) {
rot = rot * -1;
}
_rotation = (_rotation + rot);
if ((((_rotation == 0) or (_rotation == 90)) or (_rotation == 180)) or (_rotation == -90)) {
_rotation = (_rotation + 1);
}
if (Key.isDown(32)) {
sp = 1;
if (e == 0) {
nextFrame();
} else {
prevFrame();
}
} else {
sp = 0;
}
if ((sp == 0) and (spo == 1)) {
_parent.paccy.mouth.gotoAndPlay(2);
mspd = (_currentframe / 20) * mspdo;
gotoAndStop (1);
if ((_rotation >= 0) and (_rotation < 90)) {
xx = (_rotation / 90) * mspd;
yy = -(mspd - xx);
}
if ((_rotation >= 90) and (_rotation <= 180)) {
yy = ((_rotation - 90) / 90) * mspd;
xx = mspd - yy;
}
if ((_rotation <= -90) and (_rotation >= -180)) {
xx = ((_rotation + 180) / 90) * (-mspd);
yy = -((-mspd) - xx);
}
if ((_rotation < 0) and (_rotation > -90)) {
yy = ((_rotation + 90) / 90) * (-mspd);
xx = (-mspd) - yy;
}
_parent.paccy.xx = xx;
_parent.paccy.yy = yy;
}
spo = sp;
}
Instance of Symbol 165 MovieClip in Frame 37
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 37
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 170 MovieClip "scre" in Frame 37
onClipEvent (load) {
scre = _root.scr;
}
Instance of Symbol 177 MovieClip "lvs" in Frame 37
onClipEvent (enterFrame) {
scre = ": " + _root.lv;
}
Instance of Symbol 182 MovieClip "bonus" in Frame 37
onClipEvent (load) {
t = 0;
bon = ((_root.lvn + 1) * 10) + 90;
}
onClipEvent (enterFrame) {
if (_root.goal.dd == 1) {
_root.scre.scre = _root.scre.scre + bon;
bon = 0;
_xscale = (_xscale + 3);
_yscale = (_yscale + 3);
} else {
if (t < 50) {
t = t + 1;
} else {
t = 0;
if (bon > 0) {
bon = bon - 5;
} else {
this._visible = false;
}
}
scre = "bonus:" + bon;
}
}
Instance of Symbol 185 MovieClip "bfad" in Frame 37
onClipEvent (load) {
_x = _root.paccy._x;
_y = _root.paccy._y;
}
Instance of Symbol 189 MovieClip in Frame 37
onClipEvent (load) {
txt = "Switches Down!";
_alpha = 0;
}
onClipEvent (enterFrame) {
if (tt != 1) {
_alpha = (_alpha + 20);
if (_alpha > 170) {
tt = 1;
}
} else {
_alpha = (_alpha - 5);
if (_alpha < 0) {
this.unloadMovie();
}
}
}
Frame 39
stop();
cns = 0;
Instance of Symbol 258 MovieClip in Frame 39
onClipEvent (load) {
dn = 1;
nextFrame();
}
Instance of Symbol 258 MovieClip in Frame 39
onClipEvent (load) {
dn = 1;
}
Instance of Symbol 258 MovieClip in Frame 39
onClipEvent (load) {
dn = 1;
}
Instance of Symbol 204 MovieClip in Frame 39
onClipEvent (load) {
ct = 0;
ep = 0;
xx = 0;
yy = 3;
eee = 0;
}
onClipEvent (enterFrame) {
if (hitTest(_root.paccy)) {
warp.nextFrame();
_root.paccy.dd = 1;
_root.arrw._visible = false;
_root.paccy._xscale = _root.paccy._xscale / 1.05;
_root.paccy._yscale = _root.paccy._yscale / 1.06;
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 8);
_root.paccy._y = _root.paccy._y + ((_y - _root.paccy._y) / 8);
ct++;
if (ct > 16) {
ct = 0;
warp.prevFrame();
_root.paccy._xscale = 100;
_root.paccy._yscale = 100;
_root.paccy._x = _root.warph._x;
_root.paccy._y = _root.warph._y;
_root.paccy.dd = 0;
_root.arrw._visible = true;
_root.arrw._x = _root.warph._x;
_root.arrw._y = _root.warph._y;
}
}
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 27, true)) {
yy = 0;
xx = 3;
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 23, true)) {
yy = 0;
xx = -3;
}
if ((xx < 0) and _root.lvl.hitTest(_x - 23, _y, true)) {
yy = -3;
xx = 0;
}
if ((xx > 0) and _root.lvl.hitTest(_x + 23, _y, true)) {
yy = 3;
xx = 0;
}
if (xx < 0) {
_xscale = -100;
}
if (xx > 0) {
_xscale = 100;
}
_x = (_x + xx);
_y = (_y + yy);
}
Instance of Symbol 144 MovieClip "goal" in Frame 39
onClipEvent (load) {
_visible = false;
_xscale = 10;
_yscale = 1;
_alpha = 1;
rt = 0;
eee = 0;
}
onClipEvent (enterFrame) {
if (dd != 1) {
if (_root.cns <= 0) {
_visible = true;
wo.nextFrame();
_rotation = (_rotation + 25);
if (_alpha < 100) {
_alpha = (_alpha + 8);
}
_xscale = (_xscale + ((100 - _xscale) / 7));
_yscale = (_yscale + ((100 - _yscale) / 7));
if (ded != 1) {
if (hitTest(_root.paccy.kol)) {
nextFrame();
_root.arrw.unloadMovie();
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 8);
_root.paccy._y = _root.paccy._y + ((_y - _root.paccy._y) / 8);
_root.paccy._rotation = _root.paccy._rotation + rt;
rt = rt + 2;
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.97;
_root.paccy._yscale = _root.paccy._yscale * 0.97;
if (Math.abs(_root.paccy._xscale) < 40) {
_root.paccy.unloadMovie();
dd = 1;
}
}
}
}
}
if (dd == 1) {
if (eee < 5) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
_root.scr = _root.scre.scre;
_root.lvn = _root.lvn + 1;
_root.play();
}
}
_xscale = (_xscale - 5);
_yscale = (_yscale - 5);
_rotation = (_rotation - 25);
_alpha = (_alpha - 5);
if (_xscale < 20) {
_visible = false;
}
}
}
Instance of Symbol 293 MovieClip in Frame 39
onClipEvent (load) {
ep = 0;
xx = 0;
yy = -3;
eee = 0;
}
onClipEvent (enterFrame) {
if (ep != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 27, true)) {
yy = 0;
xx = 3;
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 23, true)) {
yy = 0;
xx = -3;
}
if ((xx < 0) and _root.lvl.hitTest(_x - 23, _y, true)) {
yy = -3;
xx = 0;
}
if ((xx > 0) and _root.lvl.hitTest(_x + 23, _y, true)) {
yy = 3;
xx = 0;
}
if (xx < 0) {
_xscale = -100;
}
if (xx > 0) {
_xscale = 100;
}
_x = (_x + xx);
_y = (_y + yy);
} else {
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 3);
_root.paccy._y = _root.paccy._y + (((_y - _root.paccy._y) + 5) / 3);
_root.goal.ded = 1;
if (eee < 40) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y - 5;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
gulp.play();
}
}
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.9;
_root.paccy._yscale = _root.paccy._yscale * 0.9;
if (Math.abs(_root.paccy._xscale) < 60) {
_root.paccy.unloadMovie();
}
if (_currentframe < 23) {
gotoAndPlay (23);
}
_root.arrw.unloadMovie();
}
}
Instance of Symbol 276 MovieClip in Frame 39
onClipEvent (load) {
ep = 0;
xx = 3;
yy = 0;
eee = 0;
}
onClipEvent (enterFrame) {
if (ep != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 27, true)) {
yy = 0;
xx = 3;
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 23, true)) {
yy = 0;
xx = -3;
}
if ((xx < 0) and _root.lvl.hitTest(_x - 23, _y, true)) {
yy = -3;
xx = 0;
}
if ((xx > 0) and _root.lvl.hitTest(_x + 23, _y, true)) {
yy = 3;
xx = 0;
}
if (xx < 0) {
_xscale = -100;
}
if (xx > 0) {
_xscale = 100;
}
_x = (_x + xx);
_y = (_y + yy);
} else {
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 3);
_root.paccy._y = _root.paccy._y + (((_y - _root.paccy._y) + 5) / 3);
_root.goal.ded = 1;
if (eee < 40) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y - 5;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
gulp.play();
}
}
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.9;
_root.paccy._yscale = _root.paccy._yscale * 0.9;
if (Math.abs(_root.paccy._xscale) < 60) {
_root.paccy.unloadMovie();
}
if (_currentframe < 23) {
gotoAndPlay (23);
}
_root.arrw.unloadMovie();
}
}
Instance of Symbol 160 MovieClip "paccy" in Frame 39
onClipEvent (enterFrame) {
if (dd != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 13, true)) {
if (yy < -1) {
bing = 1;
}
yy = yy * -1;
gotoAndPlay (11);
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 13, true)) {
if (yy > 1) {
bing = 1;
}
yy = yy * -1;
gotoAndPlay (11);
}
if ((xx < 0) and _root.lvl.hitTest(_x - 13, _y, true)) {
if (xx < -1) {
bing = 1;
}
xx = xx * -1;
gotoAndPlay (11);
}
if ((xx > 0) and _root.lvl.hitTest(_x + 13, _y, true)) {
if (xx > 1) {
bing = 1;
}
xx = xx * -1;
gotoAndPlay (11);
}
if (xx < 0) {
_xscale = 100;
}
if (xx > 0) {
_xscale = -100;
}
_x = (_x + xx);
_y = (_y + yy);
_parent.arrw._x = _parent.arrw._x + xx;
_parent.arrw._y = _parent.arrw._y + yy;
xx = xx / 1.075;
yy = yy / 1.075;
if (((Math.abs(xx) < 3) and (Math.abs(yy) < 3)) and (this.mouth._currentframe == 4)) {
mouth.play();
}
if (random(111) == 1) {
play();
}
}
}
Instance of Symbol 30 MovieClip "arrw" in Frame 39
onClipEvent (load) {
stop();
sp = 0;
spo = sp;
mspdo = 20;
rot = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(37) and (rot > 0)) {
rot = rot * -1;
}
if (Key.isDown(39) and (rot < 0)) {
rot = rot * -1;
}
_rotation = (_rotation + rot);
if ((((_rotation == 0) or (_rotation == 90)) or (_rotation == 180)) or (_rotation == -90)) {
_rotation = (_rotation + 1);
}
if (Key.isDown(32)) {
sp = 1;
if (e == 0) {
nextFrame();
} else {
prevFrame();
}
} else {
sp = 0;
}
if ((sp == 0) and (spo == 1)) {
_parent.paccy.mouth.gotoAndPlay(2);
mspd = (_currentframe / 20) * mspdo;
gotoAndStop (1);
if ((_rotation >= 0) and (_rotation < 90)) {
xx = (_rotation / 90) * mspd;
yy = -(mspd - xx);
}
if ((_rotation >= 90) and (_rotation <= 180)) {
yy = ((_rotation - 90) / 90) * mspd;
xx = mspd - yy;
}
if ((_rotation <= -90) and (_rotation >= -180)) {
xx = ((_rotation + 180) / 90) * (-mspd);
yy = -((-mspd) - xx);
}
if ((_rotation < 0) and (_rotation > -90)) {
yy = ((_rotation + 90) / 90) * (-mspd);
xx = (-mspd) - yy;
}
_parent.paccy.xx = xx;
_parent.paccy.yy = yy;
}
spo = sp;
}
Instance of Symbol 165 MovieClip in Frame 39
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 170 MovieClip "scre" in Frame 39
onClipEvent (load) {
scre = _root.scr;
}
Instance of Symbol 177 MovieClip "lvs" in Frame 39
onClipEvent (enterFrame) {
scre = ": " + _root.lv;
}
Instance of Symbol 182 MovieClip "bonus" in Frame 39
onClipEvent (load) {
t = 0;
bon = ((_root.lvn + 1) * 10) + 90;
}
onClipEvent (enterFrame) {
if (_root.goal.dd == 1) {
_root.scre.scre = _root.scre.scre + bon;
bon = 0;
_xscale = (_xscale + 3);
_yscale = (_yscale + 3);
} else {
if (t < 50) {
t = t + 1;
} else {
t = 0;
if (bon > 0) {
bon = bon - 5;
} else {
this._visible = false;
}
}
scre = "bonus:" + bon;
}
}
Instance of Symbol 185 MovieClip "bfad" in Frame 39
onClipEvent (load) {
_x = _root.paccy._x;
_y = _root.paccy._y;
}
Instance of Symbol 189 MovieClip in Frame 39
onClipEvent (load) {
txt = "Follow them!";
_alpha = 0;
}
onClipEvent (enterFrame) {
if (tt != 1) {
_alpha = (_alpha + 20);
if (_alpha > 170) {
tt = 1;
}
} else {
_alpha = (_alpha - 5);
if (_alpha < 0) {
this.unloadMovie();
}
}
}
Frame 41
stop();
cns = 0;
Instance of Symbol 258 MovieClip "sw3" in Frame 41
onClipEvent (load) {
dn = 1;
}
Instance of Symbol 258 MovieClip "sw2" in Frame 41
onClipEvent (load) {
dn = 1;
}
Instance of Symbol 258 MovieClip "sw1" in Frame 41
onClipEvent (load) {
dn = 1;
}
Instance of Symbol 204 MovieClip in Frame 41
onClipEvent (load) {
ct = 0;
ep = 0;
xx = -2;
yy = 2;
eee = 0;
}
onClipEvent (enterFrame) {
if (hitTest(_root.paccy)) {
warp.nextFrame();
_root.paccy.dd = 1;
_root.arrw._visible = false;
_root.paccy._xscale = _root.paccy._xscale / 1.05;
_root.paccy._yscale = _root.paccy._yscale / 1.06;
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 8);
_root.paccy._y = _root.paccy._y + ((_y - _root.paccy._y) / 8);
ct++;
if (ct > 16) {
ct = 0;
warp.prevFrame();
_root.paccy._xscale = 100;
_root.paccy._yscale = 100;
_root.paccy._x = _root.warph._x;
_root.paccy._y = _root.warph._y;
_root.paccy.dd = 0;
_root.arrw._visible = true;
_root.arrw._x = _root.warph._x;
_root.arrw._y = _root.warph._y;
}
}
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 27, true)) {
yy = yy * -1;
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 23, true)) {
yy = yy * -1;
}
if ((xx < 0) and _root.lvl.hitTest(_x - 23, _y, true)) {
xx = xx * -1;
}
if ((xx > 0) and _root.lvl.hitTest(_x + 23, _y, true)) {
xx = xx * -1;
}
if (xx < 0) {
_xscale = -100;
}
if (xx > 0) {
_xscale = 100;
}
_x = (_x + xx);
_y = (_y + yy);
}
Instance of Symbol 204 MovieClip in Frame 41
onClipEvent (load) {
ct = 0;
}
onClipEvent (enterFrame) {
if (hitTest(_root.paccy)) {
warp.nextFrame();
_root.paccy.dd = 1;
_root.arrw._visible = false;
_root.paccy._xscale = _root.paccy._xscale / 1.05;
_root.paccy._yscale = _root.paccy._yscale / 1.06;
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 8);
_root.paccy._y = _root.paccy._y + ((_y - _root.paccy._y) / 8);
ct++;
if (ct > 16) {
ct = 0;
warp.prevFrame();
_root.paccy._xscale = 100;
_root.paccy._yscale = 100;
_root.paccy._x = _root.warph2._x;
_root.paccy._y = _root.warph2._y;
_root.paccy.dd = 0;
_root.arrw._visible = true;
_root.arrw._x = _root.warph2._x;
_root.arrw._y = _root.warph2._y;
}
}
}
Instance of Symbol 209 MovieClip "warph2" in Frame 41
onClipEvent (load) {
ct = 0;
ep = 0;
xx = -2;
yy = 2;
eee = 0;
}
onClipEvent (enterFrame) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 27, true)) {
yy = yy * -1;
}
if (((yy > 0) and _root.lvl.hitTest(_x, _y + 23, true)) or ((yy > 0) and _root.stw.hitTest(_x, _y + 23, true))) {
yy = yy * -1;
}
if ((xx < 0) and _root.lvl.hitTest(_x - 23, _y, true)) {
xx = xx * -1;
}
if ((xx > 0) and _root.lvl.hitTest(_x + 23, _y, true)) {
xx = xx * -1;
}
if (xx < 0) {
_xscale = -100;
}
if (xx > 0) {
_xscale = 100;
}
_x = (_x + xx);
_y = (_y + yy);
}
Instance of Symbol 144 MovieClip "goal" in Frame 41
onClipEvent (load) {
_visible = false;
_xscale = 10;
_yscale = 1;
_alpha = 1;
rt = 0;
eee = 0;
}
onClipEvent (enterFrame) {
if (dd != 1) {
if (_root.cns <= 0) {
_visible = true;
wo.nextFrame();
_rotation = (_rotation + 25);
if (_alpha < 100) {
_alpha = (_alpha + 8);
}
_xscale = (_xscale + ((100 - _xscale) / 7));
_yscale = (_yscale + ((100 - _yscale) / 7));
if (ded != 1) {
if (hitTest(_root.paccy.kol)) {
nextFrame();
_root.arrw.unloadMovie();
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 8);
_root.paccy._y = _root.paccy._y + ((_y - _root.paccy._y) / 8);
_root.paccy._rotation = _root.paccy._rotation + rt;
rt = rt + 2;
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.97;
_root.paccy._yscale = _root.paccy._yscale * 0.97;
if (Math.abs(_root.paccy._xscale) < 40) {
_root.paccy.unloadMovie();
dd = 1;
}
}
}
}
}
if (dd == 1) {
if (eee < 5) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
_root.scr = _root.scre.scre;
_root.lvn = _root.lvn + 1;
_root.play();
}
}
_xscale = (_xscale - 5);
_yscale = (_yscale - 5);
_rotation = (_rotation - 25);
_alpha = (_alpha - 5);
if (_xscale < 20) {
_visible = false;
}
}
}
Instance of Symbol 316 MovieClip in Frame 41
onClipEvent (load) {
_xscale = -100;
ep = 0;
xx = 0;
yy = 2.5;
eee = 0;
}
onClipEvent (enterFrame) {
if (ep != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 27, true)) {
yy = yy * -1;
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 23, true)) {
yy = yy * -1;
}
if ((xx < 0) and _root.lvl.hitTest(_x - 23, _y, true)) {
xx = xx * -1;
}
if ((xx > 0) and _root.lvl.hitTest(_x + 23, _y, true)) {
xx = xx * -1;
}
if (xx < 0) {
_xscale = -100;
}
if (xx > 0) {
_xscale = 100;
}
_x = (_x + xx);
_y = (_y + yy);
} else {
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 3);
_root.paccy._y = _root.paccy._y + (((_y - _root.paccy._y) + 5) / 3);
_root.goal.ded = 1;
if (eee < 40) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y - 5;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
gulp.play();
}
}
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.9;
_root.paccy._yscale = _root.paccy._yscale * 0.9;
if (Math.abs(_root.paccy._xscale) < 60) {
_root.paccy.unloadMovie();
}
if (_currentframe < 23) {
gotoAndPlay (23);
}
_root.arrw.unloadMovie();
}
}
Instance of Symbol 303 MovieClip in Frame 41
onClipEvent (load) {
ep = 0;
xx = -1.5;
yy = 1.5;
eee = 0;
}
onClipEvent (enterFrame) {
if (ep != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 27, true)) {
yy = yy * -1;
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 23, true)) {
yy = yy * -1;
}
if ((xx < 0) and _root.lvl.hitTest(_x - 23, _y, true)) {
xx = xx * -1;
}
if ((xx > 0) and _root.lvl.hitTest(_x + 23, _y, true)) {
xx = xx * -1;
}
if (xx < 0) {
_xscale = -100;
}
if (xx > 0) {
_xscale = 100;
}
_x = (_x + xx);
_y = (_y + yy);
} else {
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 3);
_root.paccy._y = _root.paccy._y + (((_y - _root.paccy._y) + 5) / 3);
_root.goal.ded = 1;
if (eee < 40) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y - 5;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
gulp.play();
}
}
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.9;
_root.paccy._yscale = _root.paccy._yscale * 0.9;
if (Math.abs(_root.paccy._xscale) < 60) {
_root.paccy.unloadMovie();
}
if (_currentframe < 23) {
gotoAndPlay (23);
}
_root.arrw.unloadMovie();
}
}
Instance of Symbol 160 MovieClip "paccy" in Frame 41
onClipEvent (enterFrame) {
if (dd != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 13, true)) {
if (yy < -1) {
bing = 1;
}
yy = yy * -1;
gotoAndPlay (11);
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 13, true)) {
if (yy > 1) {
bing = 1;
}
yy = yy * -1;
gotoAndPlay (11);
}
if ((xx < 0) and _root.lvl.hitTest(_x - 13, _y, true)) {
if (xx < -1) {
bing = 1;
}
xx = xx * -1;
gotoAndPlay (11);
}
if ((xx > 0) and _root.lvl.hitTest(_x + 13, _y, true)) {
if (xx > 1) {
bing = 1;
}
xx = xx * -1;
gotoAndPlay (11);
}
if (xx < 0) {
_xscale = 100;
}
if (xx > 0) {
_xscale = -100;
}
_x = (_x + xx);
_y = (_y + yy);
_parent.arrw._x = _parent.arrw._x + xx;
_parent.arrw._y = _parent.arrw._y + yy;
xx = xx / 1.075;
yy = yy / 1.075;
if (((Math.abs(xx) < 3) and (Math.abs(yy) < 3)) and (this.mouth._currentframe == 4)) {
mouth.play();
}
if (random(111) == 1) {
play();
}
}
}
Instance of Symbol 30 MovieClip "arrw" in Frame 41
onClipEvent (load) {
stop();
sp = 0;
spo = sp;
mspdo = 20;
rot = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(37) and (rot > 0)) {
rot = rot * -1;
}
if (Key.isDown(39) and (rot < 0)) {
rot = rot * -1;
}
_rotation = (_rotation + rot);
if ((((_rotation == 0) or (_rotation == 90)) or (_rotation == 180)) or (_rotation == -90)) {
_rotation = (_rotation + 1);
}
if (Key.isDown(32)) {
sp = 1;
if (e == 0) {
nextFrame();
} else {
prevFrame();
}
} else {
sp = 0;
}
if ((sp == 0) and (spo == 1)) {
_parent.paccy.mouth.gotoAndPlay(2);
mspd = (_currentframe / 20) * mspdo;
gotoAndStop (1);
if ((_rotation >= 0) and (_rotation < 90)) {
xx = (_rotation / 90) * mspd;
yy = -(mspd - xx);
}
if ((_rotation >= 90) and (_rotation <= 180)) {
yy = ((_rotation - 90) / 90) * mspd;
xx = mspd - yy;
}
if ((_rotation <= -90) and (_rotation >= -180)) {
xx = ((_rotation + 180) / 90) * (-mspd);
yy = -((-mspd) - xx);
}
if ((_rotation < 0) and (_rotation > -90)) {
yy = ((_rotation + 90) / 90) * (-mspd);
xx = (-mspd) - yy;
}
_parent.paccy.xx = xx;
_parent.paccy.yy = yy;
}
spo = sp;
}
Instance of Symbol 165 MovieClip in Frame 41
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 170 MovieClip "scre" in Frame 41
onClipEvent (load) {
scre = _root.scr;
}
Instance of Symbol 177 MovieClip "lvs" in Frame 41
onClipEvent (enterFrame) {
scre = ": " + _root.lv;
}
Instance of Symbol 182 MovieClip "bonus" in Frame 41
onClipEvent (load) {
t = 0;
bon = ((_root.lvn + 1) * 10) + 90;
}
onClipEvent (enterFrame) {
if (_root.goal.dd == 1) {
_root.scre.scre = _root.scre.scre + bon;
bon = 0;
_xscale = (_xscale + 3);
_yscale = (_yscale + 3);
} else {
if (t < 50) {
t = t + 1;
} else {
t = 0;
if (bon > 0) {
bon = bon - 5;
} else {
this._visible = false;
}
}
scre = "bonus:" + bon;
}
}
Instance of Symbol 185 MovieClip "bfad" in Frame 41
onClipEvent (load) {
_x = _root.paccy._x;
_y = _root.paccy._y;
}
Instance of Symbol 189 MovieClip in Frame 41
onClipEvent (load) {
txt = "Timing!";
_alpha = 0;
}
onClipEvent (enterFrame) {
if (tt != 1) {
_alpha = (_alpha + 20);
if (_alpha > 170) {
tt = 1;
}
} else {
_alpha = (_alpha - 5);
if (_alpha < 0) {
this.unloadMovie();
}
}
}
Frame 43
stop();
cns = 0;
Instance of Symbol 144 MovieClip "goal" in Frame 43
onClipEvent (load) {
_visible = false;
_xscale = 10;
_yscale = 1;
_alpha = 1;
rt = 0;
eee = 0;
}
onClipEvent (enterFrame) {
if (dd != 1) {
if (_root.cns <= 0) {
_visible = true;
wo.nextFrame();
_rotation = (_rotation + 25);
if (_alpha < 100) {
_alpha = (_alpha + 8);
}
_xscale = (_xscale + ((100 - _xscale) / 7));
_yscale = (_yscale + ((100 - _yscale) / 7));
if (ded != 1) {
if (hitTest(_root.paccy.kol)) {
nextFrame();
_root.arrw.unloadMovie();
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 8);
_root.paccy._y = _root.paccy._y + ((_y - _root.paccy._y) / 8);
_root.paccy._rotation = _root.paccy._rotation + rt;
rt = rt + 2;
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.97;
_root.paccy._yscale = _root.paccy._yscale * 0.97;
if (Math.abs(_root.paccy._xscale) < 40) {
_root.paccy.unloadMovie();
dd = 1;
}
}
}
}
}
if (dd == 1) {
if (eee < 5) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
_root.scr = _root.scre.scre;
_root.lvn = _root.lvn + 1;
_root.play();
}
}
_xscale = (_xscale - 5);
_yscale = (_yscale - 5);
_rotation = (_rotation - 25);
_alpha = (_alpha - 5);
if (_xscale < 20) {
_visible = false;
}
}
}
Instance of Symbol 303 MovieClip in Frame 43
onClipEvent (load) {
ep = 0;
xx = -4;
yy = 4;
eee = 0;
}
onClipEvent (enterFrame) {
if (ep != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 27, true)) {
yy = yy * -1;
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 23, true)) {
yy = yy * -1;
}
if ((xx < 0) and _root.lvl.hitTest(_x - 23, _y, true)) {
xx = xx * -1;
}
if ((xx > 0) and _root.lvl.hitTest(_x + 23, _y, true)) {
xx = xx * -1;
}
if (xx < 0) {
_xscale = -100;
}
if (xx > 0) {
_xscale = 100;
}
_x = (_x + xx);
_y = (_y + yy);
} else {
_root.paccy._x = _root.paccy._x + ((_x - _root.paccy._x) / 3);
_root.paccy._y = _root.paccy._y + (((_y - _root.paccy._y) + 5) / 3);
_root.goal.ded = 1;
if (eee < 40) {
eee = eee + 1;
} else {
_root.bfad._x = _x;
_root.bfad._y = _y - 5;
_root.bfad.prevFrame();
if ((_root.bfad._currentframe < 2) and (dfx != 1)) {
dfx = 1;
gulp.play();
}
}
_root.paccy.dd = 1;
_root.paccy._xscale = _root.paccy._xscale * 0.9;
_root.paccy._yscale = _root.paccy._yscale * 0.9;
if (Math.abs(_root.paccy._xscale) < 60) {
_root.paccy.unloadMovie();
}
if (_currentframe < 23) {
gotoAndPlay (23);
}
_root.arrw.unloadMovie();
}
}
Instance of Symbol 160 MovieClip "paccy" in Frame 43
onClipEvent (enterFrame) {
if (dd != 1) {
if ((yy < 0) and _root.lvl.hitTest(_x, _y - 13, true)) {
if (yy < -1) {
bing = 1;
}
yy = yy * -1;
gotoAndPlay (11);
}
if ((yy > 0) and _root.lvl.hitTest(_x, _y + 13, true)) {
if (yy > 1) {
bing = 1;
}
yy = yy * -1;
gotoAndPlay (11);
}
if ((xx < 0) and _root.lvl.hitTest(_x - 13, _y, true)) {
if (xx < -1) {
bing = 1;
}
xx = xx * -1;
gotoAndPlay (11);
}
if ((xx > 0) and _root.lvl.hitTest(_x + 13, _y, true)) {
if (xx > 1) {
bing = 1;
}
xx = xx * -1;
gotoAndPlay (11);
}
if (xx < 0) {
_xscale = 100;
}
if (xx > 0) {
_xscale = -100;
}
_x = (_x + xx);
_y = (_y + yy);
_parent.arrw._x = _parent.arrw._x + xx;
_parent.arrw._y = _parent.arrw._y + yy;
xx = xx / 1.075;
yy = yy / 1.075;
if (((Math.abs(xx) < 3) and (Math.abs(yy) < 3)) and (this.mouth._currentframe == 4)) {
mouth.play();
}
if (random(111) == 1) {
play();
}
}
}
Instance of Symbol 30 MovieClip "arrw" in Frame 43
onClipEvent (load) {
stop();
sp = 0;
spo = sp;
mspdo = 20;
rot = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(37) and (rot > 0)) {
rot = rot * -1;
}
if (Key.isDown(39) and (rot < 0)) {
rot = rot * -1;
}
_rotation = (_rotation + rot);
if ((((_rotation == 0) or (_rotation == 90)) or (_rotation == 180)) or (_rotation == -90)) {
_rotation = (_rotation + 1);
}
if (Key.isDown(32)) {
sp = 1;
if (e == 0) {
nextFrame();
} else {
prevFrame();
}
} else {
sp = 0;
}
if ((sp == 0) and (spo == 1)) {
_parent.paccy.mouth.gotoAndPlay(2);
mspd = (_currentframe / 20) * mspdo;
gotoAndStop (1);
if ((_rotation >= 0) and (_rotation < 90)) {
xx = (_rotation / 90) * mspd;
yy = -(mspd - xx);
}
if ((_rotation >= 90) and (_rotation <= 180)) {
yy = ((_rotation - 90) / 90) * mspd;
xx = mspd - yy;
}
if ((_rotation <= -90) and (_rotation >= -180)) {
xx = ((_rotation + 180) / 90) * (-mspd);
yy = -((-mspd) - xx);
}
if ((_rotation < 0) and (_rotation > -90)) {
yy = ((_rotation + 90) / 90) * (-mspd);
xx = (-mspd) - yy;
}
_parent.paccy.xx = xx;
_parent.paccy.yy = yy;
}
spo = sp;
}
Instance of Symbol 165 MovieClip in Frame 43
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 43
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 43
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 43
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 43
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 43
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 43
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 43
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 43
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 43
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 43
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 43
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 43
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 43
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 43
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 165 MovieClip in Frame 43
onClipEvent (load) {
pts = 100;
_root.cns = _root.cns + 1;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) and (z != 1)) {
z = 1;
_root.scre.scre = _root.scre.scre + pts;
}
if ((z == 1) and (_currentframe < 14)) {
if (ttt != 1) {
ttt = 1;
_root.cns = _root.cns - 1;
}
gotoAndPlay (14);
}
}
Instance of Symbol 170 MovieClip "scre" in Frame 43
onClipEvent (load) {
scre = _root.scr;
}
Instance of Symbol 177 MovieClip "lvs" in Frame 43
onClipEvent (enterFrame) {
scre = ": " + _root.lv;
}
Instance of Symbol 182 MovieClip "bonus" in Frame 43
onClipEvent (load) {
t = 0;
bon = ((_root.lvn + 1) * 10) + 90;
}
onClipEvent (enterFrame) {
if (_root.goal.dd == 1) {
_root.scre.scre = _root.scre.scre + bon;
bon = 0;
_xscale = (_xscale + 3);
_yscale = (_yscale + 3);
} else {
if (t < 50) {
t = t + 1;
} else {
t = 0;
if (bon > 0) {
bon = bon - 5;
} else {
this._visible = false;
}
}
scre = "bonus:" + bon;
}
}
Instance of Symbol 185 MovieClip "bfad" in Frame 43
onClipEvent (load) {
_x = _root.paccy._x;
_y = _root.paccy._y;
}
Instance of Symbol 189 MovieClip in Frame 43
onClipEvent (load) {
txt = "Last one!";
_alpha = 0;
}
onClipEvent (enterFrame) {
if (tt != 1) {
_alpha = (_alpha + 20);
if (_alpha > 170) {
tt = 1;
}
} else {
_alpha = (_alpha - 5);
if (_alpha < 0) {
this.unloadMovie();
}
}
}
Frame 45
stop();
lvn = 0;
Instance of Symbol 387 MovieClip in Frame 45
onClipEvent (load) {
_root.pts = _root.scr;
pnam = "";
gotoAndStop (1);
}
Instance of Symbol 4 MovieClip in Symbol 14 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (_x - 5);
if (_x < -216) {
_x = (_x + 216);
}
}
Instance of Symbol 11 MovieClip in Symbol 14 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (_x - 5);
if (_x < -216) {
_x = (_x + 216);
}
}
Symbol 20 Button
on (press) {
getURL ("http://www.gameshot.org/help.php?id=1200", "_blank");
}
Symbol 30 MovieClip Frame 1
e = 0;
Symbol 30 MovieClip Frame 20
e = 1;
Symbol 35 MovieClip Frame 1
stop();
Symbol 35 MovieClip Frame 4
stop();
Instance of Symbol 30 MovieClip "arrw" in Symbol 39 MovieClip Frame 1
onClipEvent (load) {
stop();
sp = 0;
spo = sp;
mspdo = 20;
rot = 5;
}
onClipEvent (enterFrame) {
if ((_parent._currentframe == 36) or (_parent._currentframe == 76)) {
rot = rot * -1;
}
_rotation = (_rotation + rot);
}
Symbol 46 Button
on (press) {
d01._visible = false;
txt = "";
e = 0;
tp = tp + 1;
}
Instance of Symbol 39 MovieClip "d01" in Symbol 47 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 70 Button
on (press) {
mnu = 0;
_root.play();
}
Symbol 80 Button
on (press) {
if (((((mto == "") or (subject == "")) or (mto == undefined)) or (subject == undefined)) or (mto.indexOf("@") < 1)) {
ttt = 1;
mto = "";
subject = "";
} else if (ttt != 1) {
ttt = 2;
okol.nextFrame();
loadVariables ("http://www.crawlor.com/gameshot/pacco/sendt.php?" + new Date().getTime(), this, "POST");
trace("send");
this.onData = function () {
if (eintrag) {
gotoAndStop (4);
ttt = 0;
mto = "";
subject = "";
delete eintrag;
} else {
gotoAndStop (4);
ttt = 0;
mto = "";
subject = "";
status_txt.text = "Fehler !";
delete eintrag;
}
};
}
if (ttt == 1) {
gotoAndStop (3);
}
}
Symbol 89 MovieClip Frame 20
_parent.gotoAndStop(1);
Symbol 91 MovieClip Frame 21
_parent.gotoAndStop(1);
Symbol 93 MovieClip Frame 1
stop();
ttt = 0;
mto = "";
subject = "";
Symbol 98 Button
on (press) {
getURL ("http://digg.com/submit?phase=2&url=http://www.gameshot.org?id=1200&topic=playable_web_games", "_blank");
}
Symbol 103 Button
on (press) {
if (mnu != 1) {
_root.mnu = 1;
} else {
mnu = 0;
}
}
Symbol 111 Button
on (press) {
getURL ("http://www.gameshot.org/scores.php?id=1200", "_blank");
}
Symbol 119 Button
on (press) {
getURL ("http://www.gameshot.org", "_blank");
}
Symbol 127 MovieClip Frame 1
stop();
Symbol 127 MovieClip Frame 2
stop();
Symbol 130 MovieClip Frame 1
stop();
Instance of Symbol 127 MovieClip in Symbol 130 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.muz != 0) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
on (press) {
if (_root.muz != 0) {
_root.muz = 0;
} else {
_root.muz = 1;
}
}
Symbol 130 MovieClip Frame 2
stop();
Symbol 130 MovieClip Frame 3
stop();
Symbol 133 Button
on (press) {
_root.muz = 0;
getURL ("http://somafm.com/groovesalad.pls", "_self");
}
Symbol 142 MovieClip Frame 1
stop();
Symbol 144 MovieClip Frame 1
stop();
Symbol 156 MovieClip Frame 1
Symbol 156 MovieClip Frame 2
stop();
Symbol 160 MovieClip Frame 1
stop();
Symbol 160 MovieClip Frame 10
gotoAndStop (1);
Instance of Symbol 156 MovieClip in Symbol 160 MovieClip Frame 11
onClipEvent (load) {
if (_parent.bing == 1) {
play();
_parent.bing = 0;
} else {
stop();
}
}
Symbol 160 MovieClip Frame 15
gotoAndStop (1);
Symbol 165 MovieClip Frame 13
gotoAndPlay (1);
Symbol 165 MovieClip Frame 30
this.unloadMovie();
Symbol 185 MovieClip Frame 31
stop();
Symbol 200 MovieClip Frame 1
stop();
Symbol 204 MovieClip Frame 17
gotoAndPlay (1);
Symbol 231 MovieClip Frame 1
stop();
Symbol 231 MovieClip Frame 9
stop();
_root.lv = _root.lv - 1;
_root.muza.gotoAndStop(1);
_root.gotoAndPlay(_root._currentframe - 1);
Instance of Symbol 124 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) {
_parent.ep = 1;
}
}
Symbol 243 MovieClip Frame 22
gotoAndPlay (1);
Instance of Symbol 124 MovieClip in Symbol 243 MovieClip Frame 23
onClipEvent (enterFrame) {
if (hitTest(_root.paccy.kol)) {
_parent.ep = 1;
}
}
Symbol 243 MovieClip Frame 49
gotoAndPlay (33);
Symbol 249 MovieClip Frame 1
stop();
Symbol 250 MovieClip Frame 1
stop();
de = 2;
Symbol 250 MovieClip Frame 18
de = 2;
Instance of Symbol 250 MovieClip "door1" in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
de = 2;
}
onClipEvent (enterFrame) {
if (de == 0) {
prevFrame();
if (t != 1) {
fx.play();
t = 1;
}
}
if (de == 1) {
nextFrame();
if (t != 1) {
fx.play();
t = 1;
}
}
}
Symbol 258 MovieClip Frame 1
stop();
Instance of Symbol 124 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) {
dn = _parent.dn;
if (hitTest(_root.paccy)) {
if (ol != 1) {
if (_parent._currentframe == 1) {
_parent.nextFrame();
_root.lvl["door" + dn].de = 1;
_root.lvl["door" + dn].t = 0;
} else {
_parent.prevFrame();
_root.lvl["door" + dn].de = 0;
_root.lvl["door" + dn].t = 0;
}
}
ol = 1;
} else {
ol = 0;
}
}
Instance of Symbol 124 MovieClip in Symbol 276 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) {
_parent.ep = 1;
}
}
Symbol 276 MovieClip Frame 22
gotoAndPlay (1);
Instance of Symbol 124 MovieClip in Symbol 276 MovieClip Frame 23
onClipEvent (enterFrame) {
if (hitTest(_root.paccy.kol)) {
_parent.ep = 1;
}
}
Symbol 276 MovieClip Frame 49
gotoAndPlay (33);
Instance of Symbol 124 MovieClip in Symbol 293 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) {
_parent.ep = 1;
}
}
Symbol 293 MovieClip Frame 22
gotoAndPlay (1);
Instance of Symbol 124 MovieClip in Symbol 293 MovieClip Frame 23
onClipEvent (enterFrame) {
if (hitTest(_root.paccy.kol)) {
_parent.ep = 1;
}
}
Symbol 293 MovieClip Frame 49
gotoAndPlay (33);
Instance of Symbol 124 MovieClip in Symbol 303 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) {
_parent.ep = 1;
}
}
Symbol 303 MovieClip Frame 22
gotoAndPlay (1);
Instance of Symbol 124 MovieClip in Symbol 303 MovieClip Frame 23
onClipEvent (enterFrame) {
if (hitTest(_root.paccy.kol)) {
_parent.ep = 1;
}
}
Symbol 303 MovieClip Frame 49
gotoAndPlay (33);
Instance of Symbol 124 MovieClip in Symbol 316 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.paccy.kol) and (_root.paccy.dd != 1)) {
_parent.ep = 1;
}
}
Symbol 316 MovieClip Frame 22
gotoAndPlay (1);
Instance of Symbol 124 MovieClip in Symbol 316 MovieClip Frame 23
onClipEvent (enterFrame) {
if (hitTest(_root.paccy.kol)) {
_parent.ep = 1;
}
}
Symbol 316 MovieClip Frame 49
gotoAndPlay (33);
Instance of Symbol 250 MovieClip "door1" in Symbol 322 MovieClip Frame 1
onClipEvent (load) {
de = 2;
}
onClipEvent (enterFrame) {
if (de == 0) {
prevFrame();
if (t != 1) {
fx.play();
t = 1;
}
}
if (de == 1) {
nextFrame();
if (t != 1) {
fx.play();
t = 1;
}
}
}
Instance of Symbol 250 MovieClip "door2" in Symbol 329 MovieClip Frame 1
onClipEvent (load) {
de = 2;
gotoAndStop (18);
}
onClipEvent (enterFrame) {
if (de == 1) {
prevFrame();
if (t != 1) {
t = 1;
}
}
if (de == 0) {
nextFrame();
if (t != 1) {
t = 1;
}
}
}
Instance of Symbol 250 MovieClip "door1" in Symbol 329 MovieClip Frame 1
onClipEvent (load) {
de = 2;
}
onClipEvent (enterFrame) {
if (de == 0) {
prevFrame();
_parent.door2.de = 0;
if (t != 1) {
fx.play();
t = 1;
}
}
if (de == 1) {
nextFrame();
_parent.door2.de = 1;
if (t != 1) {
fx.play();
t = 1;
}
}
}
Instance of Symbol 250 MovieClip "door2" in Symbol 337 MovieClip Frame 1
onClipEvent (load) {
de = 2;
gotoAndStop (18);
}
onClipEvent (enterFrame) {
if (de == 1) {
prevFrame();
if (t != 1) {
t = 1;
}
}
if (de == 0) {
nextFrame();
if (t != 1) {
t = 1;
}
}
}
Instance of Symbol 250 MovieClip "door1" in Symbol 337 MovieClip Frame 1
onClipEvent (load) {
de = 2;
}
onClipEvent (enterFrame) {
if (de == 0) {
prevFrame();
_parent.door2.de = 0;
if (t != 1) {
fx.play();
t = 1;
}
}
if (de == 1) {
nextFrame();
_parent.door2.de = 1;
if (t != 1) {
fx.play();
t = 1;
}
}
}
Instance of Symbol 250 MovieClip "door4" in Symbol 337 MovieClip Frame 1
onClipEvent (load) {
de = 2;
gotoAndStop (18);
}
onClipEvent (enterFrame) {
if (de == 1) {
prevFrame();
if (t != 1) {
t = 1;
}
}
if (de == 0) {
nextFrame();
if (t != 1) {
t = 1;
}
}
}
Instance of Symbol 250 MovieClip "door3" in Symbol 337 MovieClip Frame 1
onClipEvent (load) {
de = 2;
}
onClipEvent (enterFrame) {
if (de == 0) {
prevFrame();
_parent.door4.de = 0;
if (t != 1) {
fx.play();
t = 1;
}
}
if (de == 1) {
nextFrame();
_parent.door4.de = 1;
if (t != 1) {
fx.play();
t = 1;
}
}
}
Instance of Symbol 250 MovieClip "door1" in Symbol 347 MovieClip Frame 1
onClipEvent (load) {
de = 2;
gotoAndStop (18);
}
onClipEvent (enterFrame) {
if (de == 1) {
prevFrame();
_parent.door2.de = 0;
_parent.door3.de = 0;
if (t != 1) {
fx.play();
t = 1;
}
}
if (de == 0) {
nextFrame();
_parent.door2.de = 1;
_parent.door3.de = 1;
if (t != 1) {
fx.play();
t = 1;
}
}
}
Instance of Symbol 250 MovieClip "door3" in Symbol 347 MovieClip Frame 1
onClipEvent (load) {
de = 2;
}
onClipEvent (enterFrame) {
if (de == 1) {
prevFrame();
if (t != 1) {
t = 1;
}
}
if (de == 0) {
nextFrame();
if (t != 1) {
t = 1;
}
}
}
Instance of Symbol 250 MovieClip "door2" in Symbol 347 MovieClip Frame 1
onClipEvent (load) {
de = 2;
}
onClipEvent (enterFrame) {
if (de == 1) {
prevFrame();
if (t != 1) {
t = 1;
}
}
if (de == 0) {
nextFrame();
if (t != 1) {
t = 1;
}
}
}
Instance of Symbol 250 MovieClip "door4" in Symbol 351 MovieClip Frame 1
onClipEvent (load) {
de = 2;
gotoAndStop (18);
}
onClipEvent (enterFrame) {
if (de == 1) {
prevFrame();
if (t != 1) {
t = 1;
}
}
if (de == 0) {
nextFrame();
if (t != 1) {
t = 1;
}
}
}
Instance of Symbol 250 MovieClip "door1" in Symbol 351 MovieClip Frame 1
onClipEvent (load) {
de = 2;
}
onClipEvent (enterFrame) {
if (de != 2) {
if (((_root.sw1._currentframe == 2) and (_root.sw2._currentframe == 2)) and (_root.sw3._currentframe == 2)) {
_parent.door4.de = 1;
nextFrame();
if (t != 1) {
fx.play();
t = 1;
}
} else {
prevFrame();
if ((t != 1) and (_currentframe != 1)) {
_parent.door4.de = 0;
fx.play();
t = 1;
}
}
}
}
Instance of Symbol 250 MovieClip "door1" in Symbol 356 MovieClip Frame 1
onClipEvent (load) {
de = 2;
gotoAndStop (18);
}
onClipEvent (enterFrame) {
if (de == 1) {
prevFrame();
_parent.door2.de = 0;
_parent.door3.de = 0;
if (t != 1) {
fx.play();
t = 1;
}
}
if (de == 0) {
nextFrame();
_parent.door2.de = 1;
_parent.door3.de = 1;
if (t != 1) {
fx.play();
t = 1;
}
}
}
Instance of Symbol 250 MovieClip "door3" in Symbol 356 MovieClip Frame 1
onClipEvent (load) {
de = 2;
}
onClipEvent (enterFrame) {
if (de == 1) {
prevFrame();
if (t != 1) {
t = 1;
}
}
if (de == 0) {
nextFrame();
if (t != 1) {
t = 1;
}
}
}
Instance of Symbol 250 MovieClip "door2" in Symbol 356 MovieClip Frame 1
onClipEvent (load) {
de = 2;
}
onClipEvent (enterFrame) {
if (de == 1) {
prevFrame();
if (t != 1) {
t = 1;
}
}
if (de == 0) {
nextFrame();
if (t != 1) {
t = 1;
}
}
}
Instance of Symbol 250 MovieClip "door4" in Symbol 359 MovieClip Frame 1
onClipEvent (load) {
de = 2;
gotoAndStop (18);
}
onClipEvent (enterFrame) {
if (de == 1) {
prevFrame();
if (t != 1) {
t = 1;
}
}
if (de == 0) {
nextFrame();
if (t != 1) {
t = 1;
}
}
}
Instance of Symbol 250 MovieClip "door1" in Symbol 359 MovieClip Frame 1
onClipEvent (load) {
de = 2;
}
onClipEvent (enterFrame) {
if (de != 2) {
if (((_root.sw1._currentframe == 2) and (_root.sw2._currentframe == 2)) and (_root.sw3._currentframe == 2)) {
_parent.door4.de = 1;
nextFrame();
if (t != 1) {
fx.play();
t = 1;
}
} else {
prevFrame();
if ((t != 1) and (_currentframe != 1)) {
_parent.door4.de = 0;
fx.play();
t = 1;
}
}
}
}
Symbol 371 Button
on (press) {
if (((pnam == "") or ((!pnam) and (zzu != 1))) or (ptse == 1000)) {
_root.gotoAndPlay(3);
} else {
zzu = 1;
fvorname = "x";
fnachname = pnam;
fpunkte = _root.scr;
ficon = 1;
loadVariables ("http://www.crawlor.com/gameshot/pacco/schreiben.php?" + new Date().getTime(), this, "POST");
status_txt.text = "Schreibe Daten!";
this.onData = function () {
if (eintrag) {
quit = 1;
_visible = false;
delete eintrag;
getURL ("http://www.gameshot.org/scores.php?id=1200", "_blank");
_root.gotoAndPlay(1);
} else {
status_txt.text = "Fehler !";
delete eintrag;
}
};
}
}
Symbol 378 Button
on (press) {
_root.gotoAndPlay(1);
}
Symbol 386 Button
on (press) {
_root.gotoAndPlay(1);
}
Symbol 387 MovieClip Frame 1
Selection.setFocus("entn");
entn.restrict = "A-Z 0-9 a-z";