Combined Code
// unknown tag 88 length 63
movieClip 20 score {
frame 20 {
this.removeMovieClip();
}
}
movieClip 29 {
}
movieClip 30 {
}
movieClip 31 fireball {
frame 1 {
function clipel() {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player) && freezecount == 0 && !_parent.player.isdeath) {
_parent.player.isdeath = true;
trace('dead');
_root.gethitted.start();
}
if (freezecount > 0) {
--freezecount;
}
if (walking == 'right') {
this._x += 1.5;
if (this._y < goty - 35) {
this._y += 1;
} else {
if (this._y > goty - 15) {
this._y -= 1;
}
}
_xscale = 100;
gotoAndStop(1);
} else {
if (walking == 'left') {
this._x -= 1.5;
if (this._y < goty) {
this._y += 1;
} else {
if (this._y > got_y) {
this._y -= 1;
}
}
_xscale = -100;
gotoAndStop(1);
} else {
gotoAndStop(2);
}
}
}
}
}
}
movieClip 33 {
}
movieClip 35 {
frame 1 {
_visible = false;
}
}
movieClip 36 {
frame 32 {
stop();
}
}
movieClip 37 canon {
frame 1 {
function clipel() {
if (freezecount > 0) {
--freezecount;
}
if (_parent.player.showstar != true) {
if (_parent.ground.deadhit.hitTest(this._x, this._y + 1, true)) {
isdeath = true;
_visible = false;
delete this.onEnterFrame;
}
if (isdeath) {
} else {
if (this.hitarea.hitTest(_parent.player) && !freezecount && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
} else {
if (this.hitTest(_parent.player) && !_parent.player.isdeath && !freezecount) {
_root.showscore(10);
isdeath = true;
delete this.onEnterFrame;
_root.jumpkick.start();
freezecount = 5;
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 12;
gotoAndStop(_currentframe + 1);
}
}
if (!_parent.ground.hitTest(this._x, this._y, true) && touched) {
_y = _y + 8;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true) && touched) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
if (walking == 'left') {
_xscale = 100;
walkspeed += walkaccel;
if (walkspeed > walkspeedMax) {
walkspeed = walkspeedMax;
}
if (!_parent.ground.hitTest(this._x - walkspeed - charweight / 2, this._y - 20, true)) {
_x = _x - walkspeed;
if (_parent.ground.hitTest(this._x, this._y - hitTestArea, true)) {
_y = _y - hitTestArea;
}
} else {
walking = 'right';
}
} else {
if (walking == 'right') {
_xscale = -100;
walkspeed += walkaccel;
if (walkspeed > walkspeedMax) {
walkspeed = walkspeedMax;
}
if (!_parent.ground.hitTest(this._x + walkspeed + charweight / 2, this._y - 20, true)) {
_x = _x + walkspeed;
if (_parent.ground.hitTest(this._x, this._y - hitTestArea, true) && touched) {
_y = _y - hitTestArea;
}
} else {
walking = 'left';
}
}
}
}
}
}
stop();
}
}
movieClip 47 {
}
movieClip 52 {
frame 1 {
_parent.walkspeed = 1;
}
frame 6 {
_parent.walkspeed = 2;
}
frame 11 {
_parent.walkspeed = 1;
}
frame 16 {
_parent.walkspeed = 2;
}
}
movieClip 54 {
frame 1 {
_visible = false;
}
}
movieClip 56 {
frame 20 {
stop();
}
}
movieClip 57 flyinggoomba {
frame 1 {
function clipel() {
if (freezecount > 0) {
--freezecount;
}
if (_parent.player.showstar != true) {
if (_parent.ground.deadhit.hitTest(this._x, this._y + 1, true)) {
isdeath = true;
_visible = false;
delete this.onEnterFrame;
}
if (isdeath) {
} else {
if (this.hitarea.hitTest(_parent.player) && !freezecount && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
} else {
if (this.hitTest(_parent.player) && !_parent.player.isdeath && !freezecount) {
_root.showscore(300);
if (touched) {
isdeath = true;
delete this.onEnterFrame;
} else {
touched = true;
}
_root.jumpkick.start();
freezecount = 5;
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 12;
gotoAndStop(_currentframe + 1);
}
}
if (!_parent.ground.hitTest(this._x, this._y, true) && touched) {
_y = _y + 8;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true) && touched) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
if (walking == 'left') {
_xscale = 100;
walkspeed += walkaccel;
if (walkspeed > walkspeedMax) {
walkspeed = walkspeedMax;
}
if (!_parent.ground.hitTest(this._x - walkspeed - charweight / 2, this._y - 20, true)) {
_x = _x - walkspeed;
if (_parent.ground.hitTest(this._x, this._y - hitTestArea, true)) {
_y = _y - hitTestArea;
}
} else {
walking = 'right';
}
} else {
if (walking == 'right') {
_xscale = -100;
walkspeed += walkaccel;
if (walkspeed > walkspeedMax) {
walkspeed = walkspeedMax;
}
if (!_parent.ground.hitTest(this._x + walkspeed + charweight / 2, this._y - 20, true)) {
_x = _x + walkspeed;
if (_parent.ground.hitTest(this._x, this._y - hitTestArea, true) && touched) {
_y = _y - hitTestArea;
}
} else {
walking = 'left';
}
}
}
}
}
}
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 61 {
frame 1 {
_parent.walkspeed = 1;
}
frame 7 {
_parent.walkspeed = 2;
}
frame 14 {
_parent.walkspeed = 1;
}
frame 20 {
_parent.walkspeed = 2;
}
}
movieClip 69 {
}
movieClip 70 {
frame 36 {
stop();
}
}
movieClip 71 eend {
frame 1 {
function clipel() {
if (_parent.player.showstar != true) {
if (_parent.ground.deadhit.hitTest(this._x, this._y + 1, true)) {
isdeath = true;
_visible = false;
delete this.onEnterFrame;
}
if (isdeath) {
if (freezecount > 0) {
--freezecount;
} else {
if (this.hitTest(_parent.player._x, _parent.player._y, true)) {
_root.jumpkick.start();
isdeath = false;
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 12;
gotoAndStop(3);
walkspeedMax = 5;
freezecount = 5;
}
}
} else {
if (_currentframe == 3) {
al = 0;
while (al < _root.enemies.length) {
if (this.hitarea.hitTest(_parent[_root.enemies[al]]) && !_parent[_root.enemies[al]].isdeath && this != _parent[_root.enemies[al]]) {
trace('kill');
_root.jumpkick.start();
_root.showscore(500);
_parent[_root.enemies[al]].isdeath = true;
if (_parent[_root.enemies[al]].type == 'fireball') {
} else {
if (_parent[_root.enemies[al]].type == 'bowser') {
_parent[_root.enemies[al]].gotoAndStop(3);
--_parent[_root.enemies[al]].lifes;
} else {
if (_parent[_root.enemies[al]].type != 'shell') {
_parent[_root.enemies[al]].gotoAndStop(2);
delete _parent[_root.enemies[al]].onEnterFrame;
} else {
delete _parent[_root.enemies[al]].onEnterFrame;
_parent[_root.enemies[al]].gotoAndStop(4);
}
}
}
}
++al;
}
}
if (this.hitarea.hitTest(_parent.player) && freezecount == 0 && _parent.player.jumpcounter < 2 && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
} else {
if (this.hitTest(_parent.player) && freezecount == 0 && !_parent.player.isdeath) {
if (_currentframe == 1) {
_root.showscore(300);
}
isdeath = true;
_root.jumpkick.start();
freezecount = 6;
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 12;
gotoAndStop(2);
}
}
if (freezecount > 0) {
--freezecount;
}
if (!_parent.ground.hitTest(this._x, this._y, true)) {
_y = _y + hitTestArea;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
if (walking == 'left') {
_xscale = 100;
walkspeed += walkaccel;
if (walkspeed > walkspeedMax) {
walkspeed = walkspeedMax;
}
if (!_parent.ground.hitTest(this._x - walkspeed - charweight / 2, this._y - 20, true)) {
_x = _x - walkspeed;
if (_parent.ground.hitTest(this._x, this._y - hitTestArea, true)) {
_y = _y - hitTestArea;
}
} else {
walking = 'right';
}
} else {
if (walking == 'right') {
_xscale = -100;
walkspeed += walkaccel;
if (walkspeed > walkspeedMax) {
walkspeed = walkspeedMax;
}
if (!_parent.ground.hitTest(this._x + walkspeed + charweight / 2, this._y - 20, true)) {
_x = _x + walkspeed;
if (_parent.ground.hitTest(this._x, this._y - hitTestArea, true)) {
_y = _y - hitTestArea;
}
} else {
walking = 'left';
}
}
}
}
}
}
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
frame 1 {
function __com_mochibot__(swfid, mc, lv, trk) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
var pv;
mb = '__mochibot__';
mbc = 'mochibot.com';
g = _global ? _global : _level0._root;
if (g[mb + swfid]) {
return g[mb + swfid];
}
s = System.security;
x = mc._root.getSWFVersion;
fv = x ? mc.getSWFVersion() : (_global ? 6 : 5);
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == 'localWithFile') {
return null;
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
pv = (fv == 5) ? /:$version : System.capabilities.version;
u = 'http://' + mbc + '/my/core.swf?mv=8&fv=' + fv + '&v=' + escape(pv) + '&swfid=' + escape(swfid) + '&l=' + lv + '&f=' + mc + (sb ? '&sb=' + sb : '') + (trk ? '&t=1' : '');
lv = fv > 6 ? mc.getNextHighestDepth() : (g[mb + 'level'] ? g[mb + 'level'] + 1 : lv);
g[mb + 'level'] = lv;
if (fv == 5) {
res = '_level' + lv;
if (!eval(res)) {
loadMovieNum(u, lv);
}
return res;
}
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
return res;
}
function fwAd_onClickCloseBtn() {
gotoAndStop(3);
}
stop();
urlStart = _url.indexOf('://') + 3;
urlEnd = _url.indexOf('/', urlStart);
domain = _url.substring(urlStart, urlEnd);
LastDot = domain.lastIndexOf('.') - 1;
domEnd = domain.lastIndexOf('.', LastDot) + 1;
domainpl = domain.substring(domEnd, domain.length);
__com_mochibot__('b6f44cc2', this, 10301, true);
_root.coins = 0;
_root.lifes = 5;
_root.score = 0;
_root.clevel = 0;
_root.startlevel = 0;
logoclinkv = 1;
sObject = SharedObject.getLocal('saveFile');
if (sObject.data.startlevel != undefined) {
_root.coins = sObject.data.coins;
_root.lifes = sObject.data.lifes;
_root.score = sObject.data.score;
_root.clevel = sObject.data.clevel;
_root.startlevel = sObject.data.startlevel;
}
numran = Math.ceil(Math.random() * 100);
trace('4v4' + numran);
logoclinkv = 2;
logoclink = 'http://www.play4hours.com/?utm_medium=brandedgames_external&utm_campaign=super-mario-save-sonic&utm_source=' + _root.domainpl + '&utm_content=ingame';
logoclinkmormar = 'http://www.play4hours.com/free-online-mario-games.html?utm_medium=brandedgames_external&utm_campaign=super-mario-save-sonic&utm_source=' + _root.domainpl + '&utm_content=moremario';
logoclinkscoot = 'http://www.play4hours.com/free-online-car-games/424/mario-bros-motobike.html?utm_medium=brandedgames_external&utm_campaign=super-mario-save-sonic&utm_source=' + _root.domainpl + '&utm_content=morescoot';
logowalktrough = 'http://www.4v4.com/walkthrough/6/super-mario-save-luigi.html?utm_medium=brandedgames_external&utm_campaign=super-mario-save-luigi&utm_source=' + _root.domainpl + '&utm_content=walkthrough';
Stage.showMenu = false;
urlStart = _url.indexOf('://') + 3;
urlEnd = _url.indexOf('/', urlStart);
domain = _url.substring(urlStart, urlEnd);
LastDot = domain.lastIndexOf('.') - 1;
domEnd = domain.lastIndexOf('.', LastDot) + 1;
domainpl = domain.substring(domEnd, domain.length);
trace(domainpl);
if (domainpl == '7k7k.com' || domainpl == 'youyouwin.com') {
FWAd_AS2.showAd({'container': this, 'x': 0, 'y': 0, 'wid': '640', 'hei': '480', 'id': 'fvfgames-mariosaveluigi-1', 'adType': 'loading', 'onClickCloseBtn': fwAd_onClickCloseBtn});
} else {
stop();
this.onEnterFrame = function () {
var v2 = this;
sofar = v2.getBytesLoaded();
total = v2.getBytesTotal();
nPercentLoaded = int((sofar / total) * 100);
txtLoaded = nPercentLoaded + '%';
if (sofar == total) {
delete v2.onEnterFrame;
gotoAndPlay(4);
}
};
}
}
// unknown tag 88 length 62
movieClip 527 __Packages.FWAd_AS2 {
#initclip
if (!_global.FWAd_AS2) {
var v1 = function () {
super();
FWAd_AS2.xx = this.adValues.x;
FWAd_AS2.yy = this.adValues.y;
FWAd_AS2.wid = this.adValues.wid;
FWAd_AS2.hei = this.adValues.hei;
FWAd_AS2.id = this.adValues.id;
FWAd_AS2.adType = this.adValues.adType;
FWAd_AS2.ifIsLoadingAdShowStartBtn = this.adValues.ifIsLoadingAdShowStartBtn;
FWAd_AS2.noShowLogo = this.adValues.noShowLogo;
FWAd_AS2.noShowForbidden = this.adValues.noShowForbidden;
if (this.adValues.onClickCloseBtn) {
FWAd_AS2.onClickStartBtn = this.adValues.onClickCloseBtn;
} else {
FWAd_AS2.onClickStartBtn = this.adValues.onClickStartBtn;
}
FWAd_AS2.fwAd = this;
this._FWAd = FWAd_AS2;
FWAd_AS2.frameworkLoader = null;
FWAd_AS2.lc = null;
FWAd_AS2.loadFrameworkSuccess = false;
FWAd_AS2.loadFrameworkFailed = false;
FWAd_AS2.frameworkInitFinished = false;
System.security.allowDomain(FWAd_AS2.swfDomain);
System.security.allowInsecureDomain(FWAd_AS2.swfDomain);
fscommand('showMenu', 'false');
var my_cm = new ContextMenu();
my_cm.hideBuiltInItems();
_root.menu = my_cm;
fscommand('trapallkeys', 'true');
FWAd_AS2.loadGameCompleted = _root.getBytesLoaded() == _root.getBytesTotal();
FWAd_AS2.frameworkLoader = this.createEmptyMovieClip('frameworkLoader', this.getNextHighestDepth());
FWAd_AS2.frameworkLoader.createEmptyMovieClip('content', FWAd_AS2.frameworkLoader.getNextHighestDepth());
this.mcl = new MovieClipLoader();
this.mcl.onLoadInit = function () {
FWAd_AS2.fwAd.loadFrameworkComplete();
};
this.mcl.onLoadError = function () {
FWAd_AS2.fwAd.loadFrameworkError();
};
FWAd_AS2.restLoadFrameworkTimes = FWAd_AS2.loadFrameworkTimes;
this.loadFramework();
var txt_sp = this.createEmptyMovieClip('txt_sp', this.getNextHighestDepth());
var DropShadowFilterClassName = 'flash.filters.DropShadowFilter';
var DropShadowFilterClass = eval(DropShadowFilterClassName);
if (DropShadowFilterClass) {
txt_sp.filters = [new DropShadowFilterClass(0, 0, 0, 1, 2, 2, 4)];
}
var loadingBar_hei = 8;
var loadingBar_x = 10;
var loadingBar_wid = FWAd_AS2.wid - 2 * loadingBar_x;
this.loadingBar = this.createEmptyMovieClip('loadingBar', this.getNextHighestDepth());
this.loadingBar._x = loadingBar_x;
this.loadingBar._y = FWAd_AS2.hei - loadingBar_hei - 6;
var loadingBar_bottom = this.loadingBar.createEmptyMovieClip('loadingBar_bottom', this.loadingBar.getNextHighestDepth());
this.loadingBar_bar = this.loadingBar.createEmptyMovieClip('loadingBar_bar', this.loadingBar.getNextHighestDepth());
var loadingBar_line = this.loadingBar.createEmptyMovieClip('loadingBar_line', this.loadingBar.getNextHighestDepth());
loadingBar_bottom.clear();
loadingBar_bottom.beginFill(3355443);
loadingBar_bottom.moveTo(0, 0);
loadingBar_bottom.lineTo(loadingBar_wid, 0);
loadingBar_bottom.lineTo(loadingBar_wid, loadingBar_hei);
loadingBar_bottom.lineTo(0, loadingBar_hei);
loadingBar_bottom.lineTo(0, 0);
loadingBar_bottom.endFill();
this.loadingBar_bar.clear();
var MatrixClassName = 'flash.geom.Matrix';
var MatrixClass = eval(MatrixClassName);
if (MatrixClass) {
this.loadingBar_bar.beginGradientFill('linear', [16777215, 16750950], [100, 100], [63, 255], new MatrixClass(0.006, 0, 0, 1, 0, 0));
} else {
this.loadingBar_bar.beginFill(16750950);
}
this.loadingBar_bar._rotation = 90;
this.loadingBar_bar.moveTo(0, -loadingBar_wid);
this.loadingBar_bar.lineTo(loadingBar_hei, -loadingBar_wid);
this.loadingBar_bar.lineTo(loadingBar_hei, 0);
this.loadingBar_bar.lineTo(0, 0);
this.loadingBar_bar.lineTo(0, -loadingBar_wid);
this.loadingBar_bar.endFill();
loadingBar_line.clear();
loadingBar_line.lineStyle(1, 6710886);
loadingBar_line.moveTo(0, 0);
loadingBar_line.lineTo(loadingBar_wid, 0);
loadingBar_line.lineTo(loadingBar_wid, loadingBar_hei);
loadingBar_line.lineTo(0, loadingBar_hei);
loadingBar_line.lineTo(0, 0);
loadingBar_line.endFill();
this.loadingBar_bar._width = 1;
this.loadingBar_bar._xscale = 100;
if (FWAd_AS2.adType !== FWAd_AS2.AD_TYPE_LOADING) {
} else {
goto 4931;
}
this.loadingBar._visible = false;
label 4931:
if (FWAd_AS2.loadGameCompleted) {
this.loadingBar._visible = false;
} else {
this.loadingBar.onEnterFrame = function () {
FWAd_AS2.fwAd.loadGameProgress();
};
}
};
_global.FWAd_AS2 = v1;
_global.FWAd_AS2 extends MovieClip;
var v2 = v1.prototype;
v1.getParam = function (paramName) {
if (FWAd_AS2.xml) {
return String(FWAd_AS2.xml.firstChild.attributes[paramName]);
}
trace('xmlæœªåŠ è½½å®Œæ¯•, 或xmlåŠ è½½å¤±è´¥');
return null;
};
v1.showNews = function (_newsValues) {
clearInterval(FWAd_AS2.checkNewsFirstInitIntervalId);
FWAd_AS2.newsValues.wid = FWAd_AS2.wid;
for (var v3 in _newsValues) {
FWAd_AS2.newsValues[v3] = _newsValues[v3];
}
if (FWAd_AS2.newsValues.id) {
} else {
FWAd_AS2.newsValues.id = FWAd_AS2.id + '_news';
}
var v4 = FWAd_AS2.newsValues.container || _root;
if (v4) {
FWAd_AS2.newsLoader = v4.createEmptyMovieClip('newsLoader', v4.getNextHighestDepth());
FWAd_AS2.newsLoader.createEmptyMovieClip('content', FWAd_AS2.newsLoader.getNextHighestDepth());
FWAd_AS2.newsLoader.x = FWAd_AS2.newsValues.x;
FWAd_AS2.newsLoader.y = FWAd_AS2.newsValues.y;
FWAd_AS2.newsMcl = new MovieClipLoader();
FWAd_AS2.newsMcl.onLoadInit = function () {
FWAd_AS2.loadNewsComplete();
};
FWAd_AS2.newsMcl.loadClip(FWAd_AS2.newsSWFPath, FWAd_AS2.newsLoader.content);
} else {
trace('未指定容器,请改æˆä¾‹å¦‚: FWAd_AS2.showNews({container:_root}');
}
FWAd_AS2.news_lc = new LocalConnection();
};
v1.loadNewsComplete = function () {
clearInterval(FWAd_AS2.checkNewsFirstInitIntervalId);
FWAd_AS2.checkNewsFirstInitIntervalId = setInterval(FWAd_AS2.checkNewsFirstInit, 100);
};
v1.checkNewsFirstInit = function () {
var v1 = Math.round((FWAd_AS2.newsLoader.getBounds(FWAd_AS2.newsLoader)).xMin / 10);
if (v1 < -1000) {
clearInterval(FWAd_AS2.checkNewsFirstInitIntervalId);
FWAd_AS2.news_lc.send('_News' + v1, 'that2this', 'newsValues', FWAd_AS2.newsValues);
}
};
v1.showAd = function (_adValues) {
var v6 = {'x': FWAd_AS2.xx, 'y': FWAd_AS2.yy, 'wid': FWAd_AS2.wid, 'hei': FWAd_AS2.hei, 'id': FWAd_AS2.id, 'adType': FWAd_AS2.AD_TYPE_CONTAINER};
for (var v3 in _adValues) {
v6[v3] = _adValues[v3];
}
var v4 = v6.container || _root;
if (v4) {
if (v6.adType == FWAd_AS2.AD_TYPE_LOADING) {
if (FWAd_AS2.hasLoadOnce) {
trace('缓冲广告ä¸å…许é‡å¤åˆå§‹åŒ–');
return undefined;
}
FWAd_AS2.hasLoadOnce = true;
}
} else {
trace('未指定容器,请改æˆä¾‹å¦‚: FWAd_AS2.showAd({container:_root}');
return undefined;
}
v4.attachMovie('FWAd_AS2', 'fwAd', v4.getNextHighestDepth(), {'adValues': v6});
};
v2.loadFramework = function () {
this.mcl.loadClip(FWAd_AS2.frameworkSWFPath, FWAd_AS2.frameworkLoader.content);
_global.clearTimeout(this.timeoutId);
this.timeoutId = _global.setTimeout(this.loadFrameworkTimeout, FWAd_AS2.loadFrameworkTimeoutTime * 1000);
};
v2.loadGameProgress = function () {
switch (FWAd_AS2.adType) {
case FWAd_AS2.AD_TYPE_LOADING:
var v3 = _root.getBytesLoaded() / _root.getBytesTotal();
this.loadingBar_bar._xscale = 100;
this.loadingBar_bar._yscale = v3 * 100;
if (v3 >= 1) {
this.loadingBar.onEnterFrame = null;
this.loadGameComplete();
}
break;
default:
this.loadingBar.onEnterFrame = null;
}
};
v2.loadGameComplete = function () {
FWAd_AS2.loadGameCompleted = true;
this.loadingBar._visible = false;
this.checkLoadGameCompleteAndTryStart();
if (FWAd_AS2.frameworkInitFinished) {
FWAd_AS2.lc.send(FWAd_AS2.lc_sendName, 'that2this', 'loadGameCompleted');
}
};
v2.loadFrameworkComplete = function () {
this.onEnterFrame = this.checkFrameworkFirstInit;
};
v2.checkFrameworkFirstInit = function () {
var v4 = Math.round((FWAd_AS2.frameworkLoader.getBounds(FWAd_AS2.frameworkLoader)).xMin / 10);
if (v4 < -1000) {
this.onEnterFrame = null;
FWAd_AS2.lc_connName = '_FWAd' + v4;
FWAd_AS2.lc_sendName = '_Framework' + v4;
FWAd_AS2.lc = new LocalConnection();
FWAd_AS2.lc.allowDomain = function () {
return true;
};
FWAd_AS2.lc.allowInsecureDomain = function () {
return true;
};
FWAd_AS2.lc.onStatus = function () {
var v2 = arguments[0];
if (v2.level !== 'error') {
} else {
trace('lc error');
}
};
FWAd_AS2.lc.connect(FWAd_AS2.lc_connName);
FWAd_AS2.lc.that2this = function () {
FWAd_AS2.fwAd.Framework2FWAd.apply(FWAd_AS2.fwAd, arguments);
};
_global.clearTimeout(this.timeoutId);
FWAd_AS2.loadFrameworkSuccess = true;
this.checkLoadGameCompleteAndTryStart();
}
};
v2.loadFrameworkTimeout = function () {
trace('loadFrameworkTimeout');
FWAd_AS2.fwAd.loadFrameworkError();
};
v2.loadFrameworkError = function () {
trace('剩余å°è¯•åŠ 载次数:' + FWAd_AS2.restLoadFrameworkTimes);
_global.clearTimeout(this.timeoutId);
if (--FWAd_AS2.restLoadFrameworkTimes < 0) {
FWAd_AS2.loadFrameworkFailed = true;
this.checkLoadGameCompleteAndTryStart();
} else {
this.mcl.uploadClip();
this.loadFramework();
}
};
v2.Framework2FWAd = function () {
switch (arguments[0]) {
case 'initFinished':
FWAd_AS2.frameworkInitFinished = true;
FWAd_AS2.lc.send(FWAd_AS2.lc_sendName, 'that2this', 'confirmInitFinished', this.getFWAdValuesByNameArr(arguments.slice(1)));
break;
case 'clickStartBtn':
this.clickStartBtn();
break;
case 'canNotShowAd':
case 'noId':
FWAd_AS2.canNotShowAd = true;
this.checkLoadGameCompleteAndTryStart();
break;
case 'xml':
FWAd_AS2.xml = new XML(arguments[1]);
FWAd_AS2.onLoadXML();
}
};
v2.getFWAdValuesByNameArr = function (nameArr) {
var v3 = new Object();
for (var v4 in nameArr) {
var v1 = nameArr[v4];
v3[v1] = FWAd_AS2[v1];
}
return v3;
};
v2.checkLoadGameCompleteAndTryStart = function () {
if (FWAd_AS2.loadGameCompleted) {
if (FWAd_AS2.loadFrameworkFailed) {
trace('åŠ è½½ framework 失败');
if (FWAd_AS2.ifLoadFrameworkErrorCanPlayGame || this.checkIsOurDomain()) {
trace('自动跳到游æˆ');
this.clickStartBtn();
} else {
trace('ä¸è‡ªåŠ¨è·³åˆ°æ¸¸æˆ');
}
} else {
if (FWAd_AS2.canNotShowAd) {
if (this.checkIsOurDomain()) {
this.clickStartBtn();
}
}
}
}
};
v2.checkIsOurDomain = function () {
if (_root._url) {
var v2 = _root._url.toLowerCase();
return v2.indexOf('.youyouwin.com/') > 0 || v2.indexOf('.7k7k.com/') > 0 || v2.indexOf('.flash8.net/') > 0 || v2.indexOf('file:///') == 0;
}
return true;
};
v2.clickStartBtn = function () {
if (FWAd_AS2.onClickStartBtn != null) {
FWAd_AS2.onClickStartBtn();
FWAd_AS2.onClickStartBtn = null;
}
this.removeMovieClip();
var v4 = new Array();
for (var v5 in this._parent) {
var v3 = this._parent[v5];
if (v3 instanceof MovieClip) {
var v2 = v3.getDepth();
if (v2 >= 0) {
v4[v2] = true;
}
}
}
v2 = 65535;
while (v2 >= 0) {
if (v4[v2]) {
} else {
this.swapDepths(v2);
break;
}
--v2;
}
this.removeMovieClip();
this._visible = false;
this._x = -10000;
};
v2.closeAd = function () {
this.clickStartBtn();
};
v1.ifLoadFrameworkErrorCanPlayGame = true;
v1.loadFrameworkTimeoutTime = 8;
v1.loadFrameworkTimes = 2;
v1.ifAdFailCanPlayGame = true;
v1.ifAddCallBackErrorCanPlayGame = false;
v1.swfDomain = 'flashcfg.youyouwin.com';
v1.swfFolder = 'http://' + FWAd_AS2.swfDomain + '/';
v1.frameworkSWFPath = FWAd_AS2.swfFolder + 'Framework.swf';
v1.newsSWFPath = FWAd_AS2.swfFolder + 'News.swf';
v1.AD_TYPE_LOADING = 'loading';
v1.AD_TYPE_CONTAINER = 'container';
v1.adType = FWAd_AS2.AD_TYPE_LOADING;
v1.newsValues = {'x': 0, 'y': 0};
v1.checkNewsFirstInitIntervalId = -1;
v2.timeoutId = -1;
ASSetPropFlags(_global.FWAd_AS2.prototype, null, 1);
}
#endinitclip
}
frame 2 {
stop();
}
button 79 {
on (press) {
play();
}
}
frame 3 {
stop();
}
movieClip 82 {
frame 160 {
_root.gotoAndStop('menu');
}
}
instance of movieClip 82 {
onClipEvent (press) {
stopAllSounds();
getURL('http://7k7k.com', '_blank');
}
}
movieClip 84 {
}
frame 5 {
stop();
}
movieClip 87 {
}
movieClip 89 {
}
movieClip 91 {
}
movieClip 93 {
}
movieClip 95 {
}
movieClip 98 {
}
movieClip 99 {
}
movieClip 100 {
frame 175 {
stop();
_root.gotoAndPlay(6);
}
}
movieClip 102 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 81 {
stop();
_root.gotoAndPlay(6);
}
}
button 106 {
on (press) {
loadmc.play();
gotoAndStop(2);
}
}
movieClip 107 {
frame 1 {
stop();
loadmc.gotoAndStop(1);
}
instance loadmc of movieClip 102 {
onClipEvent (release) {
stopAllSounds();
getURL(_root.logoclink, '_blank');
}
}
}
frame 6 {
function timecounter() {
setTimeout(timecounter, 1000);
if (!_root.level.player.showstar && !_root.level.player.dontmove && _root.time > 0) {
--_root.time;
}
}
stop();
var count = new Sound();
count.attachSound('cointhit');
var starkomt = new Sound();
starkomt.attachSound('starappears');
var bgsound1 = new Sound();
bgsound1.attachSound('bgsound1');
var bgsound2 = new Sound();
bgsound2.attachSound('bgsound2');
var bgsound3 = new Sound();
bgsound3.attachSound('bgsound3');
var dead1 = new Sound();
dead1.attachSound('dead1');
var gotit = new Sound();
gotit.attachSound('gotit');
var jump = new Sound();
jump.attachSound('jump');
var jumpkick = new Sound();
jumpkick.attachSound('jumpkick');
var blockhit = new Sound();
blockhit.attachSound('blockhit');
var gethitted = new Sound();
gethitted.attachSound('gethitted');
gethitted.setVolume(30);
var blockfall = new Sound();
blockfall.attachSound('blockfall');
var spingplank = new Sound();
spingplank.attachSound('spingplank');
var gameovers = new Sound();
gameovers.attachSound('gameovers');
var lifeup = new Sound();
lifeup.attachSound('lifeup');
setTimeout(timecounter, 1000);
bgsound1.start(0, 99);
bgsound1.setVolume(60);
}
movieClip 114 {
}
movieClip 118 {
frame 10 {
stop();
}
}
movieClip 119 {
frame 13 {
stop();
}
}
movieClip 120 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 121 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 120 {
onClipEvent (load) {
this.gotoAndStop(random(_totalframes + 1));
}
}
}
movieClip 124 {
}
movieClip 125 {
}
movieClip 126 {
}
movieClip 128 {
}
movieClip 148 {
}
movieClip 149 {
}
movieClip 150 {
instance of movieClip 120 {
onClipEvent (load) {
this.gotoAndStop(random(_totalframes + 1));
}
}
instance of movieClip 120 {
onClipEvent (load) {
this.gotoAndStop(random(_totalframes + 1));
}
}
instance of movieClip 120 {
onClipEvent (load) {
this.gotoAndStop(random(_totalframes + 1));
}
}
instance of movieClip 120 {
onClipEvent (load) {
this.gotoAndStop(random(_totalframes + 1));
}
}
instance of movieClip 120 {
onClipEvent (load) {
this.gotoAndStop(random(_totalframes + 1));
}
}
}
movieClip 151 {
}
movieClip 155 {
}
movieClip 156 {
}
movieClip 158 {
}
movieClip 164 {
}
movieClip 166 {
instance pipe1 of movieClip 164 {
onClipEvent (load) {
count = 180;
canonsmaded = 1;
countp = 1;
}
onClipEvent (enterFrame) {
--count;
if (count < 1) {
++canonsmaded;
count = 400;
newname = 'flg' + canonsmaded;
_parent._parent.attachMovie('eend', newname, 60 + canonsmaded);
_parent._parent[newname]._x = _parent._parent['flg1pos' + countp]._x;
_parent._parent[newname]._y = _parent._parent['flg1pos' + countp]._y;
++countp;
if (countp > 3) {
countp = 1;
}
_parent._parent[newname].walking = 'right';
_parent._parent[newname].touched = false;
_parent._parent[newname].gravity = 0;
_parent._parent[newname].type = 'shell';
_parent._parent[newname].gravity = 0;
_parent._parent[newname].walkspeed = 0;
_parent._parent[newname].walkspeedMax = 2.5;
_parent._parent[newname].walkaccel = 0.5;
_parent._parent[newname].walkfriction = 0.8;
_parent._parent[newname].charheight = 32;
_parent._parent[newname].charweight = 36;
_parent._parent[newname].isdeath = false;
_parent._parent[newname].freezecount = 0;
_parent._parent[newname].hitTestArea = 5;
_root.enemies.push(_parent._parent[newname]._name);
_parent._parent[newname].onEnterFrame = function () {
this.clipel();
};
}
}
}
}
movieClip 168 {
}
movieClip 179 {
}
movieClip 180 {
}
movieClip 181 {
}
button 185 {
on (press) {
if (_root.clevel == _root.startlevel) {
++_root.clevel;
}
if (_root.clevel == 9) {
_root.gotoAndStop('win');
} else {
_root.gotoAndStop('selectlevel');
}
}
}
button 189 {
on (press) {
stopAllSounds();
getURL(_root.logoclink, '_blank');
}
}
movieClip 190 {
frame 1 {
stop();
}
frame 36 {
stop();
_root.timebonus = 0;
startcount = 80;
conplay._visible = false;
moregamesb._visible = false;
this.onEnterFrame = function () {
if (startcount > 0) {
--startcount;
} else {
if (_root.time > 0) {
--_root.time;
_root.timebonus += 10;
_root.score += 10;
} else {
conplay._visible = true;
moregamesb._visible = true;
delete this.onEnterFrame;
}
}
};
}
}
movieClip 191 {
instance of movieClip 121 {
onClipEvent (load) {
gotoAndStop(2);
_root.enemies.push(_name);
collected = false;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 10 && collected == false) {
gotoAndStop(1);
}
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
collected = true;
}
}
}
instance star of movieClip 150 {
onClipEvent (load) {
gotoAndStop(1);
}
}
instance of movieClip 156 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player._x, _parent.player._y, true) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance flg1pos1 of movieClip 35 {
onClipEvent (load) {
_root.enemies.push(_name);
}
}
instance flg1pos2 of movieClip 35 {
onClipEvent (load) {
_root.enemies.push(_name);
}
}
instance flg1pos3 of movieClip 35 {
onClipEvent (load) {
_root.enemies.push(_name);
}
}
}
movieClip 192 {
}
button 197 {
on (release) {
stopAllSounds();
getURL(logoclink, '_blank');
}
}
button 200 {
on (release) {
stopAllSounds();
getURL(logoclinkmormar, '_blank');
}
}
button 206 {
on (release) {
stopAllSounds();
getURL(logoclinkscoot, '_blank');
}
}
frame 7 {
function chariskilled() {
_root.gotoAndStop('selectlevel');
}
function showscore(score) {
_root.level.attachMovie('score', 'tscore', 1000);
_root.level.tscore.score = score;
_root.score += score;
_root.level.tscore._x = _root.level.player._x;
_root.level.tscore._y = _root.level.player._y;
}
function cointcollected() {
++_root.coins;
if (_root.coins > 99) {
++_root.lifes;
_root.lifeup.start();
_root.coins -= 100;
}
++_root.coinsthislevel;
if (_root.coinsthislevelneeded > 0) {
--_root.coinsthislevelneeded;
}
if (_root.coinsthislevelneeded == 0 && level.star._currentframe == 3) {
_root.starkomt.start();
level.player.showstar = true;
level.star.gotoAndStop(1);
trace('show star');
}
_root.score += 50;
_root.count.start();
}
function transchar(obj) {
trace('trans' + level[obj]._x);
level.player._x = level[obj]._x;
level.player._y = level[obj]._y;
}
function gotolevelf(lev) {
_root.gotoAndStop('level' + lev);
}
stop();
stopAllSounds();
if (_root.clevel == 0) {
level.player._x = 732;
} else {
if (_root.clevel == 1) {
level.player._x = 858;
} else {
if (_root.clevel == 2) {
level.player._x = 974;
} else {
if (_root.clevel == 3) {
level.player._x = 1090;
} else {
if (_root.clevel == 4) {
level.player._x = 1312;
} else {
if (_root.clevel == 5) {
level.player._x = 1430;
} else {
if (_root.clevel == 6) {
level.player._x = 1540;
} else {
if (_root.clevel == 7) {
level.player._x = 1880;
} else {
if (_root.clevel == 8) {
level.player._x = 2249;
}
}
}
}
}
}
}
}
}
_root.coinsthislevel = 0;
_root.time = 150;
bgsound1.start(0, 99);
bgsound1.setVolume(60);
_root.enemies = Array();
_root.power_blue = false;
if (_root.lifes < 1) {
gotoAndStop('gameover');
}
sObject.data.coins = _root.coins;
sObject.data.lifes = _root.lifes;
sObject.data.score = _root.score;
sObject.data.clevel = _root.clevel;
sObject.data.startlevel = _root.startlevel;
}
movieClip 210 {
}
movieClip 213 {
}
movieClip 214 {
frame 10 {
stop();
}
}
movieClip 215 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
button 231 {
on (press) {
stopAllSounds();
getURL(_root.logoclinkscoot, '_blank');
}
}
movieClip 242 {
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.clevel >= 5) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.clevel >= 5) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.clevel >= 7) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.clevel >= 7) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.clevel >= 8) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.clevel >= 8) {
gotoAndStop(2);
}
}
}
instance pipe1 of movieClip 164 {
onClipEvent (load) {
_parent.bumariobike._visible = false;
}
onClipEvent (enterFrame) {
if (_root.clevel >= 6) {
_parent.bumariobike._visible = true;
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.clevel >= 6) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.clevel >= 6) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.clevel >= 2) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.clevel >= 2) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.clevel >= 4) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.clevel >= 4) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.clevel >= 1) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.clevel >= 1) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.clevel >= 3) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.clevel >= 3) {
gotoAndStop(2);
}
}
}
}
movieClip 244 {
frame 1 {
_visible = false;
}
}
movieClip 252 {
}
movieClip 257 {
frame 50 {
if (_root.level.player.gotolevel) {
_root.gotolevelf(_root.level.player.gotolevel);
} else {
_root.transchar(_root.level.player.transto);
}
_parent.nextFrame();
}
}
movieClip 258 {
frame 35 {
_root.level.player.dontmove = false;
stop();
}
}
movieClip 266 {
}
movieClip 269 {
frame 90 {
stop();
_root.chariskilled();
}
}
movieClip 270 {
frame 20 {
stop();
}
frame 33 {
stop();
}
}
movieClip 273 {
frame 3 {
stop();
}
}
movieClip 274 {
frame 1 {
function clipel() {
if (showstar == true) {
if (showstargoback == false) {
if (_parent.star._x < 300 || _parent.star._x > 350) {
if (_parent.star._x > 350) {
_parent.ground._x -= 10;
_parent.groundback._x = _parent.ground._x;
al = 0;
while (al < _root.enemies.length) {
_parent[_root.enemies[al]]._x -= 10;
++al;
}
_x = _x - 10;
} else {
_parent.ground._x += 10;
_parent.groundback._x = _parent.ground._x;
al = 0;
while (al < _root.enemies.length) {
_parent[_root.enemies[al]]._x += 10;
++al;
}
_x = _x + 10;
}
}
if (_parent.star._y < 300 || _parent.star._y > 350) {
if (_parent.star._y > 350) {
_parent.ground._y -= 5;
_parent.groundback._y = _parent.ground._y;
al = 0;
while (al < _root.enemies.length) {
_parent[_root.enemies[al]]._y -= 5;
++al;
}
_y = _y - 5;
} else {
_parent.ground._y += 5;
_parent.groundback._y = _parent.ground._y;
al = 0;
while (al < _root.enemies.length) {
_parent[_root.enemies[al]]._y += 5;
++al;
}
_y = _y + 5;
}
}
if (_parent.star._y >= 300 && _parent.star._y <= 350 && _parent.star._x >= 300 && _parent.star._x <= 350) {
if (counter > 20) {
showstargoback = true;
} else {
++counter;
}
}
} else {
if (_x < 300 || _x > 350) {
if (_x > 350) {
_x = _x - 10;
_parent.ground._x -= 10;
_parent.groundback._x = _parent.ground._x;
al = 0;
while (al < _root.enemies.length) {
_parent[_root.enemies[al]]._x -= 10;
++al;
}
} else {
_x = _x + 10;
_parent.ground._x += 10;
_parent.groundback._x = _parent.ground._x;
al = 0;
while (al < _root.enemies.length) {
_parent[_root.enemies[al]]._x += 10;
++al;
}
}
}
if (_y < 270 || _y > 300) {
if (_y > 300) {
_y = _y - 5;
al = 0;
while (al < _root.enemies.length) {
_parent[_root.enemies[al]]._y -= 5;
++al;
}
_parent.ground._y -= 5;
_parent.groundback._y = _parent.ground._y;
} else {
_parent.ground._y += 5;
_parent.groundback._y = _parent.ground._y;
_y = _y + 5;
al = 0;
while (al < _root.enemies.length) {
_parent[_root.enemies[al]]._y += 5;
++al;
}
}
}
if (_y >= 270 && _y <= 300 && _x >= 300 && _x <= 350) {
showstargoback = false;
showstar = false;
counter = 0;
}
}
} else {
if (_x < 200) {
_parent.ground._x += 7;
_parent.groundback._x = _parent.ground._x;
al = 0;
while (al < _root.enemies.length) {
_parent[_root.enemies[al]]._x += 7;
++al;
}
_x = _x + 7;
} else {
if (_x > 400) {
_parent.ground._x -= 7;
_parent.groundback._x = _parent.ground._x;
al = 0;
while (al < _root.enemies.length) {
_parent[_root.enemies[al]]._x -= 7;
++al;
}
_x = _x - 7;
}
}
if (_y < 200) {
_parent.ground._y += 7;
_parent.groundback._y = _parent.ground._y;
al = 0;
while (al < _root.enemies.length) {
_parent[_root.enemies[al]]._y += 7;
++al;
}
_y = _y + 7;
} else {
if (_y > 400 || _y > 300 && Key.isDown(40)) {
donfa = fallpower;
al = 0;
while (al < _root.enemies.length) {
_parent[_root.enemies[al]]._y -= donfa;
++al;
}
_y = _y - donfa;
_parent.ground._y -= donfa;
_parent.groundback._y = _parent.ground._y;
}
}
if (_parent.ground.deadhit.hitTest(this._x, this._y + 1, true) && !isdeath) {
isdeath = true;
gotoAndStop(8);
stopAllSounds();
_root.dead1.start();
}
if (isdeath) {
gotoAndStop(8);
} else {
if (!dontmove) {
if (jumpcounter > 1) {
fallpower = 2;
if (_parent.ground.hitTest(this._x, this._y - charheight, true)) {
trace('hit head');
jumpcounter = 1;
} else {
gotoAndStop(2);
--jumpcounter;
_y = _y + jumppower;
jumppower += 1;
}
}
if (_parent.ground.hitTest(this._x + charweight / 3, this._y, true) || _parent.ground.hitTest(this._x - charweight / 3, this._y, true)) {
if (_currentframe == 2 || _currentframe == 4) {
gotoAndStop(1);
}
jumppower = jump;
fallpower = 2;
jumpcounter = 0;
} else {
if (jumpcounter < 2) {
if (!_parent.ground.hitTest(this._x, this._y + 10, true)) {
gotoAndStop(4);
} else {
jumppower = jump;
jumpcounter = 0;
}
if (_parent.ground.hitTest(this._x, this._y + fallpower, true)) {
testgr = 0;
while (testgr <= fallpower) {
++testgr;
if (_parent.ground.hitTest(this._x, this._y + testgr, true)) {
_y = _y + testgr;
break;
}
}
} else {
_y = _y + fallpower;
if (fallpower < 12) {
fallpower += 0.4;
}
}
}
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
if (Key.isDown(38)) {
if (jumpcounter == 0) {
_root.jump.start();
jumpcounter = 18;
}
}
if (Key.isDown(40)) {
gotoAndStop(10);
} else {
if (Key.isDown(39)) {
_xscale = 100;
walkspeed += walkaccel;
if (walkspeed > walkspeedMax) {
walkspeed = walkspeedMax;
}
if (_currentframe != 2 && _currentframe != 4) {
gotoAndStop(3);
}
if (!_parent.ground.hitTest(this._x + charweight / 2, this._y - 20, true)) {
if (_x > 350) {
_parent.ground._x -= walkspeed;
_parent.groundback._x = _parent.ground._x;
al = 0;
while (al < _root.enemies.length) {
_parent[_root.enemies[al]]._x -= walkspeed;
++al;
}
} else {
_x = _x + walkspeed;
}
if (_parent.ground.hitTest(this._x, this._y - hitTestArea, true)) {
_y = _y - hitTestArea;
}
}
} else {
if (Key.isDown(37)) {
_xscale = -100;
walkspeed += walkaccel;
if (walkspeed > walkspeedMax) {
walkspeed = walkspeedMax;
}
if (_currentframe != 2 && _currentframe != 4) {
gotoAndStop(3);
}
if (!_parent.ground.hitTest(this._x - charweight / 2, this._y - 20, true)) {
if (_x < 350) {
_parent.ground._x += walkspeed;
_parent.groundback._x = _parent.ground._x;
al = 0;
while (al < _root.enemies.length) {
_parent[_root.enemies[al]]._x += walkspeed;
++al;
}
} else {
_x = _x - walkspeed;
}
if (_parent.ground.hitTest(this._x, this._y - hitTestArea, true)) {
_y = _y - hitTestArea;
}
if (_parent.ground.hitTest(this._x, this._y + hitTestArea, true) && !_parent.ground.hitTest(this._x, this._y, true)) {
_y = _y + hitTestArea;
}
}
} else {
if (_currentframe == 3 || _currentframe == 10) {
gotoAndStop(1);
}
}
}
}
}
}
}
}
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
_root.lifes -= 1;
}
frame 9 {
stop();
}
frame 10 {
stop();
}
}
movieClip 275 {
instance of movieClip 35 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && Key.isDown(40)) {
_parent.player.gotoAndStop(5);
trace('hit');
_root.startlevel = 1;
_parent.player.dontmove = true;
_parent.player.gotolevel = '1';
}
}
}
instance of movieClip 35 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && Key.isDown(40)) {
_parent.player.gotoAndStop(5);
trace('hit');
_parent.player.dontmove = true;
_parent.player.gotolevel = '2';
_root.startlevel = 2;
}
}
}
instance of movieClip 35 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && Key.isDown(40)) {
_parent.player.gotoAndStop(5);
trace('hit');
_root.startlevel = 0;
_parent.player.dontmove = true;
_parent.player.gotolevel = '0';
}
}
}
instance of movieClip 35 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && Key.isDown(40)) {
_parent.player.gotoAndStop(5);
trace('hit');
_parent.player.dontmove = true;
_parent.player.gotolevel = '3';
_root.startlevel = 3;
}
}
}
instance of movieClip 35 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && Key.isDown(40)) {
_parent.player.gotoAndStop(5);
trace('hit');
_parent.player.dontmove = true;
_parent.player.gotolevel = '4';
_root.startlevel = 4;
}
}
}
instance of movieClip 35 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && Key.isDown(40)) {
_parent.player.gotoAndStop(5);
trace('hit');
_parent.player.dontmove = true;
_parent.player.gotolevel = '5';
_root.startlevel = 5;
}
}
}
instance of movieClip 35 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && Key.isDown(40)) {
_parent.player.gotoAndStop(5);
trace('hit');
_parent.player.dontmove = true;
_parent.player.gotolevel = '6';
_root.startlevel = 6;
}
}
}
instance of movieClip 35 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && Key.isDown(40)) {
_parent.player.gotoAndStop(5);
trace('hit');
_parent.player.dontmove = true;
_parent.player.gotolevel = '7';
_root.startlevel = 7;
}
}
}
instance of movieClip 35 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && Key.isDown(40)) {
_parent.player.gotoAndStop(5);
trace('hit');
_parent.player.dontmove = true;
_parent.player.gotolevel = '8';
_root.startlevel = 8;
}
}
}
instance player of movieClip 274 {
onClipEvent (load) {
gravity = 0;
walkspeed = 0;
walkspeedMax = 7;
walkaccel = 1;
walkfriction = 0.8;
jump = -17;
jumppower = -17;
jumpcounter = 1;
counter = 0;
hitTestArea = 5;
charheight = 58;
fallpower = 2;
charweight = 36;
isdeath = false;
dontmove = false;
showstar = false;
showstargoback = false;
transto = '';
}
onClipEvent (enterFrame) {
clipel();
}
}
}
frame 8 {
stop();
stopAllSounds();
_root.coinsthislevel = 0;
_root.time = 150;
bgsound1.start(0, 99);
bgsound1.setVolume(60);
_root.coinsthislevelneeded = 4;
}
movieClip 291 {
}
movieClip 300 {
}
movieClip 301 {
}
movieClip 302 {
frame 10 {
stop();
}
}
movieClip 303 {
frame 13 {
stop();
}
}
movieClip 304 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 305 {
frame 26 {
stop();
}
instance of movieClip 304 {
onClipEvent (load) {
this.gotoAndStop(random(_totalframes + 1));
}
}
}
movieClip 307 {
frame 7 {
stop();
}
}
movieClip 308 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 311 {
frame 1 {
stop();
}
frame 2 {
play();
}
}
movieClip 313 {
}
movieClip 317 {
instance of movieClip 308 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
_parent._parent._parent.cointcollected();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
}
movieClip 320 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 324 {
frame 1 {
stop();
}
frame 2 {
play();
}
}
movieClip 326 {
frame 25 {
stop();
}
}
movieClip 327 {
frame 1 {
function clipel() {
if (_parent.player.showstar != true) {
if (_parent.ground.deadhit.hitTest(this._x, this._y + 1, true)) {
isdeath = true;
_visible = false;
delete this.onEnterFrame;
}
if (isdeath) {
} else {
if (this.hitarea.hitTest(_parent.player) && _parent.player.jumpcounter < 2 && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
} else {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
delete this.onEnterFrame;
_root.showscore(200);
_root.jumpkick.start();
isdeath = true;
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 12;
gotoAndStop(2);
}
}
if (!_parent.ground.hitTest(this._x, this._y, true)) {
_y = _y + 8;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
if (walking == 'left') {
_xscale = -100;
walkspeed += walkaccel;
if (walkspeed > walkspeedMax) {
walkspeed = walkspeedMax;
}
if (!_parent.ground.hitTest(this._x - walkspeed - charweight / 2, this._y - 20, true)) {
_x = _x - walkspeed;
if (_parent.ground.hitTest(this._x, this._y - hitTestArea, true)) {
_y = _y - hitTestArea;
}
} else {
walking = 'right';
}
} else {
if (walking == 'right') {
_xscale = 100;
walkspeed += walkaccel;
if (walkspeed > walkspeedMax) {
walkspeed = walkspeedMax;
}
if (!_parent.ground.hitTest(this._x + walkspeed + charweight / 2, this._y - 20, true)) {
_x = _x + walkspeed;
if (_parent.ground.hitTest(this._x, this._y - hitTestArea, true)) {
_y = _y - hitTestArea;
}
} else {
walking = 'left';
}
}
}
}
}
}
stop();
}
frame 2 {
stop();
}
}
movieClip 328 {
instance of movieClip 320 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _parent.player.jumpcounter < 2 && _currentframe != 2) {
_root.power_blue = true;
gotoAndStop(2);
_root.blockhit.start();
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 8;
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance star of movieClip 150 {
onClipEvent (load) {
_root.enemies.push(_name);
gotoAndStop(3);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe == 1) {
_parent.player.dontmove = true;
_parent.marioreverse.play();
_root.gotit.start();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance trans1 of movieClip 35 {
onClipEvent (load) {
_root.enemies.push(_name);
}
}
instance of movieClip 35 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && Key.isDown(40)) {
_parent.player.gotoAndStop(5);
trace('hit');
_parent.player.dontmove = true;
_parent.player.transto = 'trans1';
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 327 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance player of movieClip 274 {
onClipEvent (load) {
gravity = 0;
walkspeed = 0;
walkspeedMax = 7;
walkaccel = 1;
walkfriction = 0.8;
jump = -17;
jumppower = -17;
jumpcounter = 1;
counter = 0;
hitTestArea = 5;
charheight = 58;
fallpower = 2;
charweight = 36;
isdeath = false;
dontmove = false;
showstar = false;
showstargoback = false;
transto = '';
}
onClipEvent (enterFrame) {
clipel();
}
}
}
movieClip 335 {
}
frame 9 {
stop();
stopAllSounds();
_root.coinsthislevel = 0;
_root.time = 150;
bgsound1.start(0, 99);
bgsound1.setVolume(60);
_root.coinsthislevelneeded = 9;
}
movieClip 342 {
}
movieClip 349 {
frame 21 {
stop();
}
}
movieClip 350 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 353 {
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
}
movieClip 356 {
}
movieClip 357 {
instance of movieClip 320 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _parent.player.jumpcounter < 2 && _currentframe != 2) {
_root.power_blue = true;
gotoAndStop(2);
_root.blockhit.start();
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 8;
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance star of movieClip 150 {
onClipEvent (load) {
_root.enemies.push(_name);
gotoAndStop(3);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe == 1) {
_parent.player.dontmove = true;
_parent.marioreverse.play();
_root.gotit.start();
gotoAndStop(2);
}
}
}
instance of movieClip 71 eend {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance trans1 of movieClip 35 {
onClipEvent (load) {
_root.enemies.push(_name);
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 327 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 327 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 327 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 327 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 57 flyinggoomba {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
freezecount = 0;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 327 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 327 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 327 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 327 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 327 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 327 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 327 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 327 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 327 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 327 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 327 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 327 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 327 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance player of movieClip 274 {
onClipEvent (load) {
gravity = 0;
walkspeed = 0;
walkspeedMax = 7;
walkaccel = 1;
walkfriction = 0.8;
jump = -17;
jumppower = -17;
jumpcounter = 1;
counter = 0;
hitTestArea = 5;
charheight = 58;
fallpower = 2;
charweight = 36;
isdeath = false;
dontmove = false;
showstar = false;
showstargoback = false;
transto = '';
}
onClipEvent (enterFrame) {
clipel();
}
}
}
frame 10 {
stop();
stopAllSounds();
_root.coinsthislevel = 0;
_root.time = 150;
bgsound1.start(0, 99);
bgsound1.setVolume(60);
_root.coinsthislevelneeded = 13;
}
movieClip 361 {
}
movieClip 365 {
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 308 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
_parent._parent._parent.cointcollected();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (_root.power_blue == true) {
gotoAndStop(2);
}
}
}
}
movieClip 370 {
frame 1 {
_parent.walkspeed = 2;
}
frame 7 {
_parent.walkspeed = 1;
}
frame 13 {
_parent.walkspeed = 2;
}
frame 19 {
_parent.walkspeed = 1;
}
}
movieClip 375 {
frame 1 {
_parent.walkspeed = 3;
}
frame 5 {
_parent.walkspeed = 2;
}
frame 9 {
_parent.walkspeed = 3;
}
frame 13 {
_parent.walkspeed = 2;
}
}
movieClip 381 {
frame 20 {
stop();
}
}
movieClip 382 {
frame 1 {
function clipel() {
if (_parent.player.showstar != true) {
if (_parent.ground.deadhit.hitTest(this._x, this._y + 1, true)) {
isdeath = true;
_visible = false;
delete this.onEnterFrame;
}
if (isdeath) {
} else {
if (freezecount > 0) {
--freezecount;
}
if (this.hitarea.hitTest(_parent.player) && !freezecount && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
} else {
if (this.hitTest(_parent.player) && !_parent.player.isdeath && !freezecount) {
_root.showscore(300);
if (touched) {
isdeath = true;
delete this.onEnterFrame;
} else {
touched = true;
}
_root.jumpkick.start();
freezecount = 5;
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 12;
gotoAndStop(_currentframe + 1);
}
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 7;
}
if (walking == 'left') {
_xscale = 100;
walkspeed += walkaccel;
if (walkspeed > walkspeedMax) {
walkspeed = walkspeedMax;
}
if (!_parent.ground.hitTest(this._x - walkspeed - charweight / 2, this._y - 20, true)) {
_x = _x - walkspeed;
if (_parent.ground.hitTest(this._x, this._y - hitTestArea, true)) {
_y = _y - hitTestArea;
}
} else {
walking = 'right';
}
} else {
if (walking == 'right') {
_xscale = -100;
walkspeed += walkaccel;
if (walkspeed > walkspeedMax) {
walkspeed = walkspeedMax;
}
if (!_parent.ground.hitTest(this._x + walkspeed + charweight / 2, this._y - 20, true)) {
_x = _x + walkspeed;
if (_parent.ground.hitTest(this._x, this._y - hitTestArea, true)) {
_y = _y - hitTestArea;
}
} else {
walking = 'left';
}
}
}
}
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 386 {
}
movieClip 388 {
frame 10 {
stop();
}
}
movieClip 398 {
}
movieClip 399 {
frame 36 {
stop();
}
}
movieClip 400 {
frame 1 {
function clipel() {
if (_currentframe == 3) {
al = 0;
while (al < _root.enemies.length) {
if (this.hitarea.hitTest(_parent[_root.enemies[al]]) && !_parent[_root.enemies[al]].isdeath && this != _parent[_root.enemies[al]]) {
trace('kill');
_root.jumpkick.start();
delete _parent[_root.enemies[al]].onEnterFrame;
_root.showscore(500);
_parent[_root.enemies[al]].isdeath = true;
if (_parent[_root.enemies[al]].type != 'shell') {
_parent[_root.enemies[al]].gotoAndStop(2);
} else {
_parent[_root.enemies[al]].gotoAndStop(4);
}
}
++al;
}
}
if (_parent.player.showstar != true) {
if (_parent.ground.deadhit.hitTest(this._x, this._y + 1, true)) {
isdeath = true;
_visible = false;
delete this.onEnterFrame;
}
if (isdeath) {
if (freezecount > 0) {
--freezecount;
} else {
if (this.hitTest(_parent.player._x, _parent.player._y, true)) {
_root.jumpkick.start();
isdeath = false;
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 12;
gotoAndStop(3);
walkspeedMax = 5;
freezecount = 5;
}
}
} else {
if (this.hitarea.hitTest(_parent.player) && freezecount == 0 && _parent.player.jumpcounter < 2 && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
} else {
if (this.hitTest(_parent.player) && freezecount == 0 && !_parent.player.isdeath) {
if (_currentframe == 1) {
_root.showscore(200);
}
_root.jumpkick.start();
isdeath = true;
freezecount = 6;
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 12;
gotoAndStop(2);
}
}
if (freezecount > 0) {
--freezecount;
}
if (!_parent.ground.hitTest(this._x, this._y, true)) {
_y = _y + 8;
}
if (walking == 'left') {
_xscale = -100;
walkspeed += walkaccel;
if (walkspeed > walkspeedMax) {
walkspeed = walkspeedMax;
}
if (!_parent.ground.hitTest(this._x - walkspeed - charweight / 2, this._y - 20, true)) {
_x = _x - walkspeed;
if (_parent.ground.hitTest(this._x, this._y - hitTestArea, true)) {
_y = _y - hitTestArea;
}
} else {
walking = 'right';
}
} else {
if (walking == 'right') {
_xscale = 100;
walkspeed += walkaccel;
if (walkspeed > walkspeedMax) {
walkspeed = walkspeedMax;
}
if (!_parent.ground.hitTest(this._x + walkspeed + charweight / 2, this._y - 20, true)) {
_x = _x + walkspeed;
if (_parent.ground.hitTest(this._x, this._y - hitTestArea, true)) {
_y = _y - hitTestArea;
}
} else {
walking = 'left';
}
}
}
}
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
movieClip 401 {
instance of movieClip 320 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _parent.player.jumpcounter < 2 && _currentframe != 2) {
_root.power_blue = true;
gotoAndStop(2);
_root.blockhit.start();
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 8;
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 57 flyinggoomba {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
freezecount = 0;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 382 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
freezecount = 0;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance trans1 of movieClip 35 {
onClipEvent (load) {
_root.enemies.push(_name);
}
}
instance of movieClip 35 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && Key.isDown(40)) {
_parent.player.gotoAndStop(5);
trace('hit');
_parent.player.dontmove = true;
_parent.player.transto = 'trans1';
}
}
}
instance of movieClip 327 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 400 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 327 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 400 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 327 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 400 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 400 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 400 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 400 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 400 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 400 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 382 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
freezecount = 0;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 382 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
freezecount = 0;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 382 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
freezecount = 0;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 382 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
freezecount = 0;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 382 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
freezecount = 0;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 382 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
freezecount = 0;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 382 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
freezecount = 0;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance star of movieClip 150 {
onClipEvent (load) {
_root.enemies.push(_name);
gotoAndStop(3);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe == 1) {
_parent.player.dontmove = true;
_parent.marioreverse.play();
_root.gotit.start();
gotoAndStop(2);
}
}
}
instance player of movieClip 274 {
onClipEvent (load) {
gravity = 0;
walkspeed = 0;
walkspeedMax = 7;
walkaccel = 1;
walkfriction = 0.8;
jump = -17;
jumppower = -17;
jumpcounter = 1;
counter = 0;
hitTestArea = 5;
charheight = 58;
fallpower = 2;
charweight = 36;
isdeath = false;
dontmove = false;
showstar = false;
showstargoback = false;
transto = '';
}
onClipEvent (enterFrame) {
clipel();
}
}
}
frame 11 {
stop();
stopAllSounds();
_root.coinsthislevel = 0;
_root.power_red = false;
_root.time = 150;
bgsound1.start(0, 99);
bgsound1.setVolume(60);
_root.coinsthislevelneeded = 13;
}
movieClip 404 {
}
movieClip 406 {
}
movieClip 408 {
}
movieClip 410 {
}
movieClip 412 {
}
movieClip 414 {
instance pipe1 of movieClip 164 {
onClipEvent (load) {
count = 180;
canonsmaded = 1;
}
onClipEvent (enterFrame) {
--count;
if (count < 1) {
++canonsmaded;
count = 400;
newname = 'flg' + canonsmaded;
_parent._parent.attachMovie('flyinggoomba', newname, 60 + canonsmaded);
_parent._parent[newname]._x = _parent._parent.flg1pos1._x;
_parent._parent[newname]._y = _parent._parent.flg1pos1._y;
_parent._parent[newname].walking = 'left';
_parent._parent[newname].touched = false;
_parent._parent[newname].gravity = 0;
_parent._parent[newname].type = 'groomba';
_parent._parent[newname].gravity = 0;
_parent._parent[newname].walkspeed = 0;
_parent._parent[newname].walkspeedMax = 2.5;
_parent._parent[newname].walkaccel = 0.5;
_parent._parent[newname].walkfriction = 0.8;
_parent._parent[newname].charheight = 32;
_parent._parent[newname].charweight = 36;
_parent._parent[newname].isdeath = false;
_parent._parent[newname].freezecount = 0;
_parent._parent[newname].hitTestArea = 5;
_root.enemies.push(_parent._parent[newname]._name);
_parent._parent[newname].onEnterFrame = function () {
this.clipel();
};
}
}
}
instance pipe1 of movieClip 164 {
onClipEvent (load) {
count = 320;
canonsmaded = 1;
}
onClipEvent (enterFrame) {
--count;
if (count < 1) {
++canonsmaded;
count = 400;
newname = 'flgs' + canonsmaded;
_parent._parent.attachMovie('flyinggoomba', newname, 80 + canonsmaded);
_parent._parent[newname]._x = _parent._parent.flg2pos1._x;
_parent._parent[newname]._y = _parent._parent.flg2pos1._y;
_parent._parent[newname].walking = 'left';
_parent._parent[newname].touched = false;
_parent._parent[newname].gravity = 0;
_parent._parent[newname].type = 'groomba';
_parent._parent[newname].gravity = 0;
_parent._parent[newname].walkspeed = 0;
_parent._parent[newname].walkspeedMax = 2.5;
_parent._parent[newname].walkaccel = 0.5;
_parent._parent[newname].walkfriction = 0.8;
_parent._parent[newname].charheight = 32;
_parent._parent[newname].charweight = 36;
_parent._parent[newname].isdeath = false;
_parent._parent[newname].freezecount = 0;
_parent._parent[newname].hitTestArea = 5;
_root.enemies.push(_parent._parent[newname]._name);
_parent._parent[newname].onEnterFrame = function () {
this.clipel();
};
}
}
}
instance pipe1 of movieClip 164 {
onClipEvent (load) {
count = 460;
canonsmaded = 1;
}
onClipEvent (enterFrame) {
--count;
if (count < 1) {
++canonsmaded;
count = 400;
newname = 'flgd' + canonsmaded;
_parent._parent.attachMovie('flyinggoomba', newname, 100 + canonsmaded);
_parent._parent[newname]._x = _parent._parent.flg3pos1._x;
_parent._parent[newname]._y = _parent._parent.flg3pos1._y;
_parent._parent[newname].walking = 'left';
_parent._parent[newname].touched = false;
_parent._parent[newname].gravity = 0;
_parent._parent[newname].type = 'groomba';
_parent._parent[newname].gravity = 0;
_parent._parent[newname].walkspeed = 0;
_parent._parent[newname].walkspeedMax = 2.5;
_parent._parent[newname].walkaccel = 0.5;
_parent._parent[newname].walkfriction = 0.8;
_parent._parent[newname].charheight = 32;
_parent._parent[newname].charweight = 36;
_parent._parent[newname].isdeath = false;
_parent._parent[newname].freezecount = 0;
_parent._parent[newname].hitTestArea = 5;
_root.enemies.push(_parent._parent[newname]._name);
_parent._parent[newname].onEnterFrame = function () {
this.clipel();
};
}
}
}
instance of movieClip 311 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y + 1, true) && _currentframe == 1) {
play();
}
}
}
}
instance of movieClip 311 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y + 1, true) && _currentframe == 1) {
play();
}
}
}
}
instance of movieClip 311 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y + 1, true) && _currentframe == 1) {
play();
}
}
}
}
instance of movieClip 311 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y + 1, true) && _currentframe == 1) {
play();
}
}
}
}
instance of movieClip 311 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y + 1, true) && _currentframe == 1) {
play();
}
}
}
}
instance of movieClip 311 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y + 1, true) && _currentframe == 1) {
play();
}
}
}
}
instance of movieClip 311 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y + 1, true) && _currentframe == 1) {
play();
}
}
}
}
instance of movieClip 311 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y + 1, true) && _currentframe == 1) {
play();
}
}
}
}
instance of movieClip 311 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y + 1, true) && _currentframe == 1) {
play();
}
}
}
}
instance of movieClip 311 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y + 1, true) && _currentframe == 1) {
play();
}
}
}
}
instance of movieClip 311 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y + 1, true) && _currentframe == 1) {
play();
}
}
}
}
}
movieClip 418 {
frame 1 {
_parent.walkspeed = 1;
}
frame 7 {
_parent.walkspeed = 2;
}
frame 13 {
_parent.walkspeed = 1;
}
frame 19 {
_parent.walkspeed = 2;
}
}
movieClip 419 {
frame 36 {
stop();
}
}
movieClip 420 {
frame 1 {
function clipel() {
if (_parent.player.showstar != true) {
if (_parent.ground.deadhit.hitTest(this._x, this._y + 1, true)) {
isdeath = true;
_visible = false;
delete this.onEnterFrame;
}
if (this.hitarea.hitTest(_parent.player) && freezecount == 0 && _parent.player.jumpcounter < 2 && !_parent.player.isdeath) {
_parent.player.isdeath = true;
trace('dead');
_root.gethitted.start();
}
if (freezecount > 0) {
--freezecount;
}
if (!_parent.ground.hitTest(this._x, this._y, true)) {
_y = _y + 8;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
if (walking == 'left') {
_xscale = 100;
walkspeed += walkaccel;
if (walkspeed > walkspeedMax) {
walkspeed = walkspeedMax;
}
if (!_parent.ground.hitTest(this._x - walkspeed - charweight / 2, this._y - 20, true)) {
_x = _x - walkspeed;
if (_parent.ground.hitTest(this._x, this._y - hitTestArea, true)) {
_y = _y - hitTestArea;
}
} else {
walking = 'right';
}
} else {
if (walking == 'right') {
_xscale = -100;
walkspeed += walkaccel;
if (walkspeed > walkspeedMax) {
walkspeed = walkspeedMax;
}
if (!_parent.ground.hitTest(this._x + walkspeed + charweight / 2, this._y - 20, true)) {
_x = _x + walkspeed;
if (_parent.ground.hitTest(this._x, this._y - hitTestArea, true)) {
_y = _y - hitTestArea;
}
} else {
walking = 'left';
}
}
}
}
}
stop();
}
frame 4 {
stop();
}
}
movieClip 421 {
instance star of movieClip 150 {
onClipEvent (load) {
_root.enemies.push(_name);
gotoAndStop(3);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe == 1) {
_parent.player.dontmove = true;
_parent.marioreverse.play();
_root.gotit.start();
gotoAndStop(2);
}
}
}
instance of movieClip 400 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 400 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 327 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 382 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
freezecount = 0;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance flg1pos1 of movieClip 35 {
onClipEvent (load) {
_root.enemies.push(_name);
}
}
instance flg2pos1 of movieClip 35 {
onClipEvent (load) {
_root.enemies.push(_name);
}
}
instance flg3pos1 of movieClip 35 {
onClipEvent (load) {
_root.enemies.push(_name);
}
}
instance trans1 of movieClip 35 {
onClipEvent (load) {
_root.enemies.push(_name);
}
}
instance of movieClip 35 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && Key.isDown(40)) {
_parent.player.gotoAndStop(5);
trace('hit');
_parent.player.dontmove = true;
_parent.player.transto = 'trans1';
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 35 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && Key.isDown(40)) {
_parent.player.gotoAndStop(5);
trace('hit');
_parent.player.dontmove = true;
_parent.player.transto = 'trans2';
}
}
}
instance trans2 of movieClip 35 {
onClipEvent (load) {
_root.enemies.push(_name);
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 382 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
freezecount = 0;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 382 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
freezecount = 0;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance player of movieClip 274 {
onClipEvent (load) {
gravity = 0;
walkspeed = 0;
walkspeedMax = 7;
walkaccel = 1;
walkfriction = 0.8;
jump = -17;
jumppower = -17;
jumpcounter = 1;
counter = 0;
hitTestArea = 5;
charheight = 58;
fallpower = 2;
charweight = 36;
isdeath = false;
dontmove = false;
showstar = false;
showstargoback = false;
transto = '';
}
onClipEvent (enterFrame) {
clipel();
}
}
}
frame 12 {
stop();
stopAllSounds();
_root.coinsthislevel = 0;
_root.power_red = false;
_root.time = 150;
bgsound3.start(0, 99);
bgsound3.setVolume(60);
_root.coinsthislevelneeded = 38;
}
movieClip 424 {
}
movieClip 425 {
}
movieClip 433 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 437 {
instance of movieClip 311 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y + 1, true) && _currentframe == 1) {
play();
}
}
}
}
instance of movieClip 433 {
onClipEvent (load) {
gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (_root.power_red == true) {
gotoAndStop(1);
} else {
gotoAndStop(2);
}
}
}
instance of movieClip 433 {
onClipEvent (load) {
gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (_root.power_red == true) {
gotoAndStop(1);
} else {
gotoAndStop(2);
}
}
}
instance of movieClip 433 {
onClipEvent (load) {
gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (_root.power_red == true) {
gotoAndStop(1);
} else {
gotoAndStop(2);
}
}
}
instance of movieClip 433 {
onClipEvent (load) {
gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (_root.power_red == true) {
gotoAndStop(1);
} else {
gotoAndStop(2);
}
}
}
instance of movieClip 433 {
onClipEvent (load) {
gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (_root.power_red == true) {
gotoAndStop(1);
} else {
gotoAndStop(2);
}
}
}
instance of movieClip 433 {
onClipEvent (load) {
gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (_root.power_red == true) {
gotoAndStop(1);
} else {
gotoAndStop(2);
}
}
}
instance of movieClip 433 {
onClipEvent (load) {
gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (_root.power_red == true) {
gotoAndStop(1);
} else {
gotoAndStop(2);
}
}
}
instance of movieClip 433 {
onClipEvent (load) {
gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (_root.power_red == true) {
gotoAndStop(1);
} else {
gotoAndStop(2);
}
}
}
instance of movieClip 433 {
onClipEvent (load) {
gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (_root.power_red == true) {
gotoAndStop(1);
} else {
gotoAndStop(2);
}
}
}
instance of movieClip 433 {
onClipEvent (load) {
gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (_root.power_red == true) {
gotoAndStop(1);
} else {
gotoAndStop(2);
}
}
}
instance of movieClip 433 {
onClipEvent (load) {
gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (_root.power_red == true) {
gotoAndStop(1);
} else {
gotoAndStop(2);
}
}
}
instance of movieClip 433 {
onClipEvent (load) {
gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (_root.power_red == true) {
gotoAndStop(1);
} else {
gotoAndStop(2);
}
}
}
instance of movieClip 433 {
onClipEvent (load) {
gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (_root.power_red == true) {
gotoAndStop(1);
} else {
gotoAndStop(2);
}
}
}
instance of movieClip 433 {
onClipEvent (load) {
gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (_root.power_red == true) {
gotoAndStop(1);
} else {
gotoAndStop(2);
}
}
}
instance of movieClip 433 {
onClipEvent (load) {
gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (_root.power_red == true) {
gotoAndStop(1);
} else {
gotoAndStop(2);
}
}
}
instance of movieClip 433 {
onClipEvent (load) {
gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (_root.power_red == true) {
gotoAndStop(1);
} else {
gotoAndStop(2);
}
}
}
instance of movieClip 433 {
onClipEvent (load) {
gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (_root.power_red == true) {
gotoAndStop(1);
} else {
gotoAndStop(2);
}
}
}
instance of movieClip 433 {
onClipEvent (load) {
gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (_root.power_red == true) {
gotoAndStop(1);
} else {
gotoAndStop(2);
}
}
}
instance of movieClip 433 {
onClipEvent (load) {
gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (_root.power_red == true) {
gotoAndStop(1);
} else {
gotoAndStop(2);
}
}
}
instance of movieClip 433 {
onClipEvent (load) {
gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (_root.power_red == true) {
gotoAndStop(1);
} else {
gotoAndStop(2);
}
}
}
instance of movieClip 308 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
_parent._parent._parent.cointcollected();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 308 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
_parent._parent._parent.cointcollected();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
}
movieClip 439 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 441 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 442 {
instance star of movieClip 150 {
onClipEvent (load) {
_root.enemies.push(_name);
gotoAndStop(3);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe == 1) {
_parent.player.dontmove = true;
_parent.marioreverse.play();
_root.gotit.start();
gotoAndStop(2);
}
}
}
instance of movieClip 327 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 327 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 57 flyinggoomba {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
freezecount = 0;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 71 eend {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance c1 of movieClip 439 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _parent.player.jumpcounter < 2 && _currentframe != 2) {
gotoAndStop(2);
if (_root.coded == '') {
_root.coded = '4';
} else {
if (_root.coded == '4v') {
_root.power_red = true;
} else {
_parent.c1.gotoAndStop(1);
_parent.c2.gotoAndStop(1);
_parent.c3.gotoAndStop(1);
_root.coded = '';
}
}
_root.blockhit.start();
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 8;
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance c3 of movieClip 441 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _parent.player.jumpcounter < 2 && _currentframe != 2) {
gotoAndStop(2);
if (_root.coded == '4') {
_root.coded = '4v';
} else {
_parent.c1.gotoAndStop(1);
_parent.c2.gotoAndStop(1);
_parent.c3.gotoAndStop(1);
_root.coded = '';
}
_root.blockhit.start();
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 8;
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance c2 of movieClip 439 {
onClipEvent (load) {
_root.enemies.push(_name);
_root.coded = '';
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _parent.player.jumpcounter < 2 && _currentframe != 2) {
gotoAndStop(2);
if (_root.coded == '') {
_root.coded = '4';
} else {
if (_root.coded == '4v') {
_root.power_red = true;
} else {
_parent.c1.gotoAndStop(1);
_parent.c2.gotoAndStop(1);
_parent.c3.gotoAndStop(1);
_root.coded = '';
}
}
_root.blockhit.start();
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 8;
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance trans1 of movieClip 35 {
onClipEvent (load) {
_root.enemies.push(_name);
}
}
instance of movieClip 35 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && Key.isDown(40)) {
_parent.player.gotoAndStop(5);
trace('hit');
_parent.player.dontmove = true;
_parent.player.transto = 'trans1';
}
}
}
instance of movieClip 320 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _parent.player.jumpcounter < 2 && _currentframe != 2) {
gotoAndStop(2);
_root.power_red = false;
_parent.c1.gotoAndStop(1);
_parent.c2.gotoAndStop(1);
_parent.c3.gotoAndStop(1);
_root.coded = '';
_root.blockhit.start();
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 8;
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance player of movieClip 274 {
onClipEvent (load) {
gravity = 0;
walkspeed = 0;
walkspeedMax = 7;
walkaccel = 1;
walkfriction = 0.8;
jump = -17;
jumppower = -17;
jumpcounter = 1;
counter = 0;
hitTestArea = 5;
charheight = 58;
fallpower = 2;
charweight = 36;
isdeath = false;
dontmove = false;
showstar = false;
showstargoback = false;
transto = '';
}
onClipEvent (enterFrame) {
clipel();
}
}
}
frame 13 {
stop();
stopAllSounds();
_root.coinsthislevel = 0;
_root.power_red = false;
_root.time = 150;
bgsound3.start(0, 99);
bgsound3.setVolume(60);
_root.coinsthislevelneeded = 24;
}
movieClip 443 {
}
movieClip 453 {
instance of movieClip 308 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
_parent._parent._parent.cointcollected();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 308 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
_parent._parent._parent.cointcollected();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 308 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
_parent._parent._parent.cointcollected();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 308 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
_parent._parent._parent.cointcollected();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
}
movieClip 454 {
instance star of movieClip 150 {
onClipEvent (load) {
_root.enemies.push(_name);
gotoAndStop(3);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe == 1) {
_parent.player.dontmove = true;
_parent.marioreverse.play();
_root.gotit.start();
gotoAndStop(2);
}
}
}
instance of movieClip 327 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 324 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _currentframe == 1) {
gotoAndStop(2);
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 36;
_root.spingplank.start();
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 327 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 327 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 327 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 327 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 327 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 327 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance player of movieClip 274 {
onClipEvent (load) {
gravity = 0;
walkspeed = 0;
walkspeedMax = 7;
walkaccel = 1;
walkfriction = 0.8;
jump = -17;
jumppower = -17;
jumpcounter = 1;
counter = 0;
hitTestArea = 5;
charheight = 58;
fallpower = 2;
charweight = 36;
isdeath = false;
dontmove = false;
showstar = false;
showstargoback = false;
transto = '';
}
onClipEvent (enterFrame) {
clipel();
}
}
}
frame 14 {
stop();
stopAllSounds();
_root.coinsthislevel = 0;
_root.power_red = false;
_root.time = 150;
bgsound3.start(0, 99);
bgsound3.setVolume(60);
_root.coinsthislevelneeded = 12;
}
movieClip 455 {
}
movieClip 460 {
}
movieClip 461 {
instance of movieClip 308 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
_parent._parent._parent.cointcollected();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 308 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
_parent._parent._parent.cointcollected();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 308 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
_parent._parent._parent.cointcollected();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 308 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
_parent._parent._parent.cointcollected();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 308 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
_parent._parent._parent.cointcollected();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 308 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
_parent._parent._parent.cointcollected();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
}
movieClip 462 {
instance of movieClip 327 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 327 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 57 flyinggoomba {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
freezecount = 0;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 57 flyinggoomba {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
freezecount = 0;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 71 eend {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 71 eend {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 57 flyinggoomba {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
freezecount = 0;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 57 flyinggoomba {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
freezecount = 0;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 57 flyinggoomba {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
freezecount = 0;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 57 flyinggoomba {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
freezecount = 0;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 57 flyinggoomba {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
freezecount = 0;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 57 flyinggoomba {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
freezecount = 0;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 57 flyinggoomba {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
freezecount = 0;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 57 flyinggoomba {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
freezecount = 0;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance trans1 of movieClip 35 {
onClipEvent (load) {
_root.enemies.push(_name);
}
}
instance of movieClip 35 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && Key.isDown(40)) {
_parent.player.gotoAndStop(5);
trace('hit');
_parent.player.dontmove = true;
_parent.player.transto = 'trans1';
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance star of movieClip 150 {
onClipEvent (load) {
_root.enemies.push(_name);
gotoAndStop(3);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe == 1) {
_parent.player.dontmove = true;
_parent.marioreverse.play();
_root.gotit.start();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 327 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 327 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 327 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'groomba';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2.5;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance player of movieClip 274 {
onClipEvent (load) {
gravity = 0;
walkspeed = 0;
walkspeedMax = 7;
walkaccel = 1;
walkfriction = 0.8;
jump = -17;
jumppower = -17;
jumpcounter = 1;
counter = 0;
hitTestArea = 5;
charheight = 58;
fallpower = 2;
charweight = 36;
isdeath = false;
dontmove = false;
showstar = false;
showstargoback = false;
transto = '';
}
onClipEvent (enterFrame) {
clipel();
}
}
}
frame 15 {
stop();
stopAllSounds();
_root.coinsthislevel = 0;
_root.power_red = false;
_root.time = 150;
bgsound2.start(0, 99);
bgsound2.setVolume(60);
_root.coinsthislevelneeded = 12;
}
movieClip 468 {
instance of movieClip 308 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
_parent._parent._parent.cointcollected();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 308 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
_parent._parent._parent.cointcollected();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 308 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
_parent._parent._parent.cointcollected();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 308 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
_parent._parent._parent.cointcollected();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 433 {
onClipEvent (load) {
gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (_root.power_red == true) {
gotoAndStop(1);
} else {
gotoAndStop(2);
}
}
}
instance of movieClip 433 {
onClipEvent (load) {
gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (_root.power_red == true) {
gotoAndStop(1);
} else {
gotoAndStop(2);
}
}
}
instance of movieClip 308 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
_parent._parent._parent.cointcollected();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
instance of movieClip 308 {
onClipEvent (enterFrame) {
if (_parent._parent.player.showstar != true) {
if (this.hitTest(_parent._parent.player._x, _parent._parent.player._y - _parent._parent.player.charheight, true)) {
if (_currentframe == 1) {
gotoAndStop(2);
_root.blockhit.start();
_parent._parent._parent.cointcollected();
}
_parent._parent.player.jumpcounter = 1;
}
}
}
}
}
movieClip 475 {
}
movieClip 478 {
frame 15 {
if (this._x > 0 && this._x < 600) {
_root.blockfall.start();
}
}
}
movieClip 483 {
frame 1 {
_parent.walkspeed = 1;
}
frame 7 {
_parent.walkspeed = 2;
}
frame 14 {
_parent.walkspeed = 1;
}
frame 20 {
_parent.walkspeed = 2;
}
}
movieClip 488 {
frame 55 {
stop();
}
}
movieClip 489 {
frame 1 {
function clipel() {
if (_parent.player.showstar != true) {
if (_parent.ground.deadhit.hitTest(this._x, this._y + 1, true)) {
isdeath = true;
_visible = false;
delete this.onEnterFrame;
}
if (isdeath) {
} else {
if (this.hitarea.hitTest(_parent.player) && _parent.player.jumpcounter < 2 && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
} else {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
delete this.onEnterFrame;
_root.showscore(200);
_root.jumpkick.start();
isdeath = true;
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 12;
gotoAndStop(2);
}
}
if (!_parent.ground.hitTest(this._x, this._y, true)) {
_y = _y + 8;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
if (walking == 'left') {
_xscale = 100;
walkspeed += walkaccel;
if (walkspeed > walkspeedMax) {
walkspeed = walkspeedMax;
}
if (!_parent.ground.hitTest(this._x - walkspeed - charweight / 2, this._y - 20, true)) {
_x = _x - walkspeed;
if (_parent.ground.hitTest(this._x, this._y - hitTestArea, true)) {
_y = _y - hitTestArea;
}
} else {
walking = 'right';
}
} else {
if (walking == 'right') {
_xscale = -100;
walkspeed += walkaccel;
if (walkspeed > walkspeedMax) {
walkspeed = walkspeedMax;
}
if (!_parent.ground.hitTest(this._x + walkspeed + charweight / 2, this._y - 20, true)) {
_x = _x + walkspeed;
if (_parent.ground.hitTest(this._x, this._y - hitTestArea, true)) {
_y = _y - hitTestArea;
}
} else {
walking = 'left';
}
}
}
}
}
}
stop();
}
frame 2 {
stop();
}
}
movieClip 490 {
instance of movieClip 156 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player._x, _parent.player._y, true) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance star of movieClip 150 {
onClipEvent (load) {
_root.enemies.push(_name);
gotoAndStop(3);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe == 1) {
_parent.player.dontmove = true;
_parent.marioreverse.play();
_root.gotit.start();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 475 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player._x, _parent.player._y, true) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 478 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 489 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 356 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 475 {
onClipEvent (load) {
_root.enemies.push(_name);
count = 5;
done = false;
}
onClipEvent (enterFrame) {
--count;
if (count == 0 && !done) {
gotoAndPlay(1);
done = true;
}
if (this.hitTest(_parent.player._x, _parent.player._y, true) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 478 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 478 {
onClipEvent (load) {
_root.enemies.push(_name);
count = 5;
done = false;
}
onClipEvent (enterFrame) {
--count;
if (count == 0 && !done) {
gotoAndPlay(1);
done = true;
}
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 478 {
onClipEvent (load) {
_root.enemies.push(_name);
count = 10;
done = false;
}
onClipEvent (enterFrame) {
--count;
if (count == 0 && !done) {
gotoAndPlay(1);
done = true;
}
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 478 {
onClipEvent (load) {
_root.enemies.push(_name);
count = 15;
done = false;
}
onClipEvent (enterFrame) {
--count;
if (count == 0 && !done) {
gotoAndPlay(1);
done = true;
}
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 478 {
onClipEvent (load) {
_root.enemies.push(_name);
count = 20;
done = false;
}
onClipEvent (enterFrame) {
--count;
if (count == 0 && !done) {
gotoAndPlay(1);
done = true;
}
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 478 {
onClipEvent (load) {
_root.enemies.push(_name);
count = 25;
done = false;
}
onClipEvent (enterFrame) {
--count;
if (count == 0 && !done) {
gotoAndPlay(1);
done = true;
}
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 478 {
onClipEvent (load) {
_root.enemies.push(_name);
count = 30;
done = false;
}
onClipEvent (enterFrame) {
--count;
if (count == 0 && !done) {
gotoAndPlay(1);
done = true;
}
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 478 {
onClipEvent (load) {
_root.enemies.push(_name);
count = 35;
done = false;
}
onClipEvent (enterFrame) {
--count;
if (count == 0 && !done) {
gotoAndPlay(1);
done = true;
}
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 478 {
onClipEvent (load) {
_root.enemies.push(_name);
count = 40;
done = false;
}
onClipEvent (enterFrame) {
--count;
if (count == 0 && !done) {
gotoAndPlay(1);
done = true;
}
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 478 {
onClipEvent (load) {
_root.enemies.push(_name);
count = 45;
done = false;
}
onClipEvent (enterFrame) {
--count;
if (count == 0 && !done) {
gotoAndPlay(1);
done = true;
}
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 478 {
onClipEvent (load) {
_root.enemies.push(_name);
count = 50;
done = false;
}
onClipEvent (enterFrame) {
--count;
if (count == 0 && !done) {
gotoAndPlay(1);
done = true;
}
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 475 {
onClipEvent (load) {
_root.enemies.push(_name);
count = 5;
done = false;
}
onClipEvent (enterFrame) {
--count;
if (count == 0 && !done) {
gotoAndPlay(1);
done = true;
}
if (this.hitTest(_parent.player._x, _parent.player._y, true) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 475 {
onClipEvent (load) {
_root.enemies.push(_name);
count = 40;
done = false;
}
onClipEvent (enterFrame) {
--count;
if (count == 0 && !done) {
gotoAndPlay(1);
done = true;
}
if (this.hitTest(_parent.player._x, _parent.player._y, true) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 475 {
onClipEvent (load) {
_root.enemies.push(_name);
count = 25;
done = false;
}
onClipEvent (enterFrame) {
--count;
if (count == 0 && !done) {
gotoAndPlay(1);
done = true;
}
if (this.hitTest(_parent.player._x, _parent.player._y, true) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance trans1 of movieClip 35 {
onClipEvent (load) {
_root.enemies.push(_name);
}
}
instance of movieClip 35 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && Key.isDown(40)) {
_parent.player.gotoAndStop(5);
trace('hit');
_parent.player.dontmove = true;
_parent.player.transto = 'trans1';
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance of movieClip 475 {
onClipEvent (load) {
_root.enemies.push(_name);
count = 5;
done = false;
}
onClipEvent (enterFrame) {
--count;
if (count == 0 && !done) {
gotoAndPlay(1);
done = true;
}
if (this.hitTest(_parent.player._x, _parent.player._y, true) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 475 {
onClipEvent (load) {
_root.enemies.push(_name);
count = 5;
done = false;
}
onClipEvent (enterFrame) {
--count;
if (count == 0 && !done) {
gotoAndPlay(1);
done = true;
}
if (this.hitTest(_parent.player._x, _parent.player._y, true) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 489 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 489 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 489 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 320 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (_parent.player.showstar != true) {
if (this.hitTest(_parent.player._x, _parent.player._y + 5, true) && _parent.player.jumpcounter < 2 && _currentframe != 2) {
_root.power_red = true;
gotoAndStop(2);
_root.blockhit.start();
_parent.player.jumppower = _parent.player.jump;
_parent.player.jumpcounter = 8;
}
if (!_parent.ground.hitTest(this._x, this._y + 5, true)) {
_y = _y + 5;
}
if (_parent.ground.hitTest(this._x, this._y - 1, true)) {
testgr = 0;
while (testgr < 15) {
++testgr;
if (!_parent.ground.hitTest(this._x, this._y - testgr, true)) {
_y = _y - (testgr - 1);
break;
}
}
}
}
}
}
instance of movieClip 478 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 478 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 478 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 475 {
onClipEvent (load) {
_root.enemies.push(_name);
count = 5;
done = false;
}
onClipEvent (enterFrame) {
--count;
if (count == 0 && !done) {
gotoAndPlay(1);
done = true;
}
if (this.hitTest(_parent.player._x, _parent.player._y, true) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
}
}
}
instance player of movieClip 274 {
onClipEvent (load) {
gravity = 0;
walkspeed = 0;
walkspeedMax = 7;
walkaccel = 1;
walkfriction = 0.8;
jump = -17;
jumppower = -17;
jumpcounter = 1;
counter = 0;
hitTestArea = 5;
charheight = 58;
fallpower = 2;
charweight = 36;
isdeath = false;
dontmove = false;
showstar = false;
showstargoback = false;
transto = '';
}
onClipEvent (enterFrame) {
clipel();
}
}
}
frame 16 {
stop();
stopAllSounds();
_root.coinsthislevel = 0;
_root.power_red = false;
_root.time = 150;
bgsound2.start(0, 99);
bgsound2.setVolume(60);
_root.coinsthislevelneeded = 10;
}
movieClip 494 {
frame 5 {
_parent.fireball();
}
frame 9 {
_parent.gotoAndStop(1);
}
}
movieClip 503 {
frame 91 {
_parent.newloaction();
}
frame 174 {
_parent.isdeath = false;
_parent.count = 40;
_parent.gotoAndStop(1);
}
}
movieClip 504 {
frame 1 {
function newloaction() {
if (lifes == 0) {
delete this.onEnterFrame;
gotoAndStop(4);
} else {
_x = Math.round(Math.random() * 600) + _parent.ground._x;
}
}
function fireball() {
++canonsmaded;
newname = 'fireb' + canonsmaded;
_parent.attachMovie('fireball', newname, 190 + canonsmaded);
_parent[newname]._x = _x + 25;
_parent[newname]._y = _y - 80;
_parent[newname].goty = _parent.player._y;
_parent[newname].gotx = _parent.player._x;
if (this._x > _parent.player._x) {
_parent[newname].walking = 'left';
} else {
_parent[newname].walking = 'right';
}
_parent[newname].touched = false;
_parent[newname].gravity = 0;
_parent[newname].type = 'fireball';
_parent[newname].gravity = 0;
_parent[newname].walkspeed = 0;
_parent[newname].walkspeedMax = 2.5;
_parent[newname].walkaccel = 0.5;
_parent[newname].walkfriction = 0.8;
_parent[newname].charheight = 32;
_parent[newname].charweight = 36;
_parent[newname].isdeath = false;
_parent[newname].freezecount = 0;
_parent[newname].hitTestArea = 5;
_root.enemies.push(_parent[newname]._name);
_parent[newname].onEnterFrame = function () {
this.clipel();
};
trace('canon maded' + newname);
}
function clipel() {
--count;
if (count < 1) {
if (_currentframe == 1) {
trace('fire');
gotoAndStop(2);
count = 70 * lifes;
}
}
if (_parent.player.showstar != true) {
if (_parent.ground.deadhit.hitTest(this._x, this._y + 1, true)) {
isdeath = true;
_visible = false;
delete this.onEnterFrame;
}
if (this.hitTest(_parent.player) && freezecount == 0 && !_parent.player.isdeath && _parent.isdeath == false) {
_parent.player.isdeath = true;
trace('dead');
_root.gethitted.start();
}
if (freezecount > 0) {
--freezecount;
}
if (this._x < _parent.player._x) {
_xscale = 100;
} else {
if (this._x > _parent.player._x) {
_xscale = -100;
}
}
}
}
stop();
}
instance fireloc1 of movieClip 35 {
onClipEvent (load) {
_root.enemies.push(_name);
}
}
}
movieClip 508 {
}
movieClip 510 {
frame 1 {
function clipel() {
if (_parent.player.showstar != true) {
if (this.hitarea.hitTest(_parent.player) && freezecount == 0 && _parent.player.jumpcounter < 2 && !_parent.player.isdeath) {
_parent.player.isdeath = true;
trace('dead');
_root.gethitted.start();
}
if (freezecount > 0) {
--freezecount;
}
if (_parent.player._xscale == 100 && this._x < _parent.player._x) {
this._x += 1.5;
if (this._y < _parent.player._y) {
this._y += 1;
} else {
if (this._y > _parent.player._y) {
this._y -= 1;
}
}
_xscale = 100;
gotoAndStop(1);
} else {
if (_parent.player._xscale == -100 && this._x > _parent.player._x) {
this._x -= 1.5;
if (this._y < _parent.player._y) {
this._y += 1;
} else {
if (this._y > _parent.player._y) {
this._y -= 1;
}
}
_xscale = -100;
gotoAndStop(1);
} else {
gotoAndStop(2);
}
}
}
}
stop();
}
frame 2 {
stop();
}
}
movieClip 511 {
instance of movieClip 121 {
onClipEvent (load) {
gotoAndStop(2);
_root.enemies.push(_name);
collected = false;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 10 && collected == false) {
gotoAndStop(1);
}
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
collected = true;
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
gotoAndStop(2);
_root.enemies.push(_name);
collected = false;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 9 && collected == false) {
gotoAndStop(1);
}
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
collected = true;
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
gotoAndStop(2);
_root.enemies.push(_name);
collected = false;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 8 && collected == false) {
gotoAndStop(1);
}
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
collected = true;
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
gotoAndStop(2);
_root.enemies.push(_name);
collected = false;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 7 && collected == false) {
gotoAndStop(1);
}
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
collected = true;
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
gotoAndStop(2);
_root.enemies.push(_name);
collected = false;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 6 && collected == false) {
gotoAndStop(1);
}
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
collected = true;
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
gotoAndStop(2);
_root.enemies.push(_name);
collected = false;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 5 && collected == false) {
gotoAndStop(1);
}
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
collected = true;
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
gotoAndStop(2);
_root.enemies.push(_name);
collected = false;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 4 && collected == false) {
gotoAndStop(1);
}
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
collected = true;
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
gotoAndStop(2);
_root.enemies.push(_name);
collected = false;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 3 && collected == false) {
gotoAndStop(1);
}
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
collected = true;
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
gotoAndStop(2);
_root.enemies.push(_name);
collected = false;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 2 && collected == false) {
gotoAndStop(1);
}
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
collected = true;
}
}
}
instance of movieClip 121 {
onClipEvent (load) {
gotoAndStop(2);
_root.enemies.push(_name);
collected = false;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 1 && collected == false) {
gotoAndStop(1);
}
if (this.hitTest(_parent.player) && _currentframe != 2) {
_parent._parent.cointcollected();
gotoAndStop(2);
collected = true;
}
}
}
instance of movieClip 156 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player._x, _parent.player._y, true) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
instance star of movieClip 150 {
onClipEvent (load) {
_root.enemies.push(_name);
gotoAndStop(3);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player) && _currentframe == 1) {
_parent.player.dontmove = true;
_parent.marioreverse.play();
_root.gotit.start();
gotoAndStop(2);
}
}
}
instance bowsere of movieClip 504 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'bowser';
gravity = 0;
lifes = 10;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
canonsmaded = 1;
count = 40;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance of movieClip 71 eend {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
clipel();
}
}
instance flg1pos1 of movieClip 35 {
onClipEvent (load) {
_root.enemies.push(_name);
}
}
instance flg1pos2 of movieClip 35 {
onClipEvent (load) {
_root.enemies.push(_name);
}
}
instance flg1pos3 of movieClip 35 {
onClipEvent (load) {
_root.enemies.push(_name);
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 10) {
clipel();
}
}
}
instance of movieClip 489 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 10) {
clipel();
}
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 9) {
clipel();
}
}
}
instance of movieClip 489 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 9) {
clipel();
}
}
}
instance of movieClip 489 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 9) {
clipel();
}
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 10) {
clipel();
}
}
}
instance of movieClip 489 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 10) {
clipel();
}
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 7) {
clipel();
}
}
}
instance of movieClip 489 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 7) {
clipel();
}
}
}
instance of movieClip 489 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 7) {
clipel();
}
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 8) {
clipel();
}
}
}
instance of movieClip 489 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 8) {
clipel();
}
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 5) {
clipel();
}
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 5) {
clipel();
}
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 5) {
clipel();
}
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 5) {
clipel();
}
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 5) {
clipel();
}
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 5) {
clipel();
}
}
}
instance of movieClip 489 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 4) {
clipel();
}
}
}
instance of movieClip 489 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 4) {
clipel();
}
}
}
instance of movieClip 489 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 4) {
clipel();
}
}
}
instance of movieClip 489 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 4) {
clipel();
}
}
}
instance of movieClip 489 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 4) {
clipel();
}
}
}
instance of movieClip 489 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 4) {
clipel();
}
}
}
instance of movieClip 489 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 4) {
clipel();
}
}
}
instance of movieClip 489 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 4) {
clipel();
}
}
}
instance of movieClip 489 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 4) {
clipel();
}
}
}
instance of movieClip 489 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 4) {
clipel();
}
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 3) {
clipel();
}
}
}
instance of movieClip 489 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 2) {
clipel();
}
}
}
instance of movieClip 489 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 2) {
clipel();
}
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 3) {
clipel();
}
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 3) {
clipel();
}
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 3) {
clipel();
}
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 3) {
clipel();
}
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 3) {
clipel();
}
}
}
instance of movieClip 420 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 3) {
clipel();
}
}
}
instance of movieClip 489 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 2) {
clipel();
}
}
}
instance of movieClip 489 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 2) {
clipel();
}
}
}
instance of movieClip 489 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 2) {
clipel();
}
}
}
instance of movieClip 489 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 2) {
clipel();
}
}
}
instance of movieClip 489 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 2) {
clipel();
}
}
}
instance of movieClip 489 {
onClipEvent (load) {
walking = 'left';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 1) {
clipel();
}
}
}
instance of movieClip 510 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 5) {
clipel();
}
}
}
instance of movieClip 510 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 3) {
clipel();
}
}
}
instance of movieClip 510 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 3) {
clipel();
}
}
}
instance of movieClip 510 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 3) {
clipel();
}
}
}
instance of movieClip 510 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 3) {
clipel();
}
}
}
instance of movieClip 510 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 3) {
clipel();
}
}
}
instance of movieClip 510 {
onClipEvent (load) {
walking = 'right';
_root.enemies.push(_name);
touched = false;
gravity = 0;
type = 'shell';
gravity = 0;
walkspeed = 0;
walkspeedMax = 2;
walkaccel = 0.5;
walkfriction = 0.8;
charheight = 32;
freezecount = 0;
charweight = 36;
isdeath = false;
hitTestArea = 5;
}
onClipEvent (enterFrame) {
if (_parent.bowsere.lifes < 3) {
clipel();
}
}
}
instance player of movieClip 274 {
onClipEvent (load) {
gravity = 0;
walkspeed = 0;
walkspeedMax = 7;
walkaccel = 1;
walkfriction = 0.8;
jump = -17;
jumppower = -17;
jumpcounter = 1;
counter = 0;
hitTestArea = 5;
charheight = 58;
fallpower = 2;
charweight = 36;
isdeath = false;
dontmove = false;
showstar = false;
showstargoback = false;
transto = '';
}
onClipEvent (enterFrame) {
clipel();
}
}
}
frame 17 {
sObject.data.coins = _root.coins;
sObject.data.lifes = _root.lifes;
sObject.data.score = _root.score;
sObject.data.clevel = _root.clevel;
sObject.data.startlevel = _root.startlevel;
}
button 516 {
on (press) {
gotoAndStop('menu');
}
}
frame 18 {
stopAllSounds();
gameovers.start();
}
instance of movieClip 156 {
onClipEvent (load) {
_root.enemies.push(_name);
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.player._x, _parent.player._y, true) && !_parent.player.isdeath) {
_parent.player.isdeath = true;
_root.gethitted.start();
trace('dead');
}
}
}
button 518 {
on (press) {
_root.lifes = 5;
gotoAndStop('menu');
}
}
movieClip 521 {
}
button 524 {
on (press) {
_root.lifes = 5;
gotoAndStop('selectlevel');
}
}