Frame 1
function doSomething() {
}
function doSomething2() {
getURL ("http://www.cremationproductions.com", _blank);
}
function doSomething3() {
getURL ("http://www.hypegames.com", _blank);
}
stop();
MENU.customItems.push(Functioned2);
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Made by Eggy", doSomething);
Functioned2 = new ContextMenuItem("Visit Cremation Productions", doSomething2);
Functioned3 = new ContextMenuItem("Visit Hype Games", doSomething3);
MENU.customItems.push(Functioned);
MENU.customItems.push(Functioned2);
MENU.customItems.push(Functioned3);
_root.menu = MENU;
Frame 2
stop();
Instance of Symbol 23 MovieClip in Frame 2
on (press) {
getURL ("http://www.hypegames.com");
}
Frame 3
stop();
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;
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);
}
u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=7&fv=") + fv) + "&v=") + escape(getVersion())) + "&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);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
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;
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);
}
u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=7&fv=") + fv) + "&v=") + escape(getVersion())) + "&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);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
__com_mochibot__("a8580518", this, 10301, true);
__com_mochibot__("f8cd94a9", this, 10301, true);
Instance of Symbol 67 MovieClip in Frame 3
on (press) {
getURL ("http://www.cremationproductions.com");
}
Frame 4
stop();
Frame 5
stop();
Instance of Symbol 67 MovieClip in Frame 5
on (press) {
getURL ("http://www.cremationproductions.com");
}
Frame 6
stop();
_root.treats = 5;
_root.lives = 3;
Instance of Symbol 117 MovieClip "spin" in Frame 6
onClipEvent (enterFrame) {
this._rotation = this._rotation + 10;
if (_root.char.hitTest(this)) {
_root.char.gotoAndStop(5);
}
}
Instance of Symbol 117 MovieClip in Frame 6
onClipEvent (enterFrame) {
this._rotation = this._rotation + 10;
if (_root.char.hitTest(this)) {
_root.char.gotoAndStop(5);
}
}
Instance of Symbol 119 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (_root.lives == 0) {
_root.gotoAndStop(14);
}
}
Instance of Symbol 196 MovieClip "char" in Frame 6
onClipEvent (load) {
_root.dir = false;
gravity = 0;
jumpheight = 12;
speed = 5;
_root.rightface = this._xscale;
}
onClipEvent (enterFrame) {
gravity++;
this._y = this._y + gravity;
while (_root.ground.hitTest(this._x, this._y, true)) {
this._y--;
gravity = 0;
}
if (Key.isDown(38) and _root.ground.hitTest(this._x, this._y + 3, true)) {
gravity = -jumpheight;
this._y = this._y - 4;
this.gotoAndStop(4);
}
if (Key.isDown(39) and (this._currentframe != 5)) {
_root.dir = false;
this._x = this._x + speed;
this._xscale = _root.rightface;
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(2);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(1);
}
} else if (Key.isDown(37) and (this._currentframe != 5)) {
_root.dir = true;
this._x = this._x - speed;
this._xscale = -_root.rightface;
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(2);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(1);
}
} else if (((((_root.ground.hitTest(this._x, this._y + 3, true) and (!(this._currentframe === 5))) and (!(this._currentframe === 6))) and (!(this._currentframe === 7))) and (!(this._currentframe === 8))) and (!(this._currentframe === 9))) {
this.gotoAndStop(1);
}
if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x - speed);
}
if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x + speed);
}
if (_root.ground.hitTest(_x, _y - _height, true)) {
gravity = 2;
}
if (this.hitTest(_root.fan)) {
gravity = -30;
}
if (this._x <= 10) {
this._x = 10;
}
if (this._x >= 790) {
this._x = 790;
}
if (this._y >= 700) {
this.gotoAndStop(5);
}
}
Instance of Symbol 201 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 207 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 221 MovieClip "end" in Frame 6
onClipEvent (enterFrame) {
if (_root.treats == 0) {
this.gotoAndStop(2);
}
}
Instance of Symbol 201 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 223 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Frame 7
stop();
_root.treats = 20;
_root.char._x = 30;
_root.char._y = 490;
Instance of Symbol 235 MovieClip in Frame 7
onClipEvent (enterFrame) {
this._rotation = this._rotation + 10;
if (_root.char.hitTest(this)) {
_root.char.gotoAndStop(5);
}
}
Instance of Symbol 117 MovieClip in Frame 7
onClipEvent (enterFrame) {
this._rotation = this._rotation + 10;
if (_root.char.hitTest(this)) {
_root.char.gotoAndStop(5);
}
}
Instance of Symbol 196 MovieClip "char" in Frame 7
onClipEvent (load) {
_root.dir = false;
gravity = 0;
jumpheight = 12;
speed = 5;
_root.rightface = this._xscale;
}
onClipEvent (enterFrame) {
gravity++;
this._y = this._y + gravity;
while (_root.ground.hitTest(this._x, this._y, true)) {
this._y--;
gravity = 0;
}
if (Key.isDown(38) and _root.ground.hitTest(this._x, this._y + 3, true)) {
gravity = -jumpheight;
this._y = this._y - 4;
this.gotoAndStop(4);
}
if (Key.isDown(39) and (this._currentframe != 5)) {
_root.dir = false;
this._x = this._x + speed;
this._xscale = _root.rightface;
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(2);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(1);
}
} else if (Key.isDown(37) and (this._currentframe != 5)) {
_root.dir = true;
this._x = this._x - speed;
this._xscale = -_root.rightface;
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(2);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(1);
}
} else if (((((_root.ground.hitTest(this._x, this._y + 3, true) and (!(this._currentframe === 5))) and (!(this._currentframe === 6))) and (!(this._currentframe === 7))) and (!(this._currentframe === 8))) and (!(this._currentframe === 9))) {
this.gotoAndStop(1);
}
if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x - speed);
}
if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x + speed);
}
if (_root.ground.hitTest(_x, _y - _height, true)) {
gravity = 2;
}
if (this.hitTest(_root.fan) or (this.hitTest(_root.fan2) or this.hitTest(_root.fan3))) {
gravity = -30;
}
if (this._x <= 10) {
this._x = 10;
}
if (this._x >= 790) {
this._x = 790;
}
if (this._y >= 700) {
this.gotoAndStop(5);
}
}
Instance of Symbol 207 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 238 MovieClip "end" in Frame 7
onClipEvent (enterFrame) {
if (_root.treats == 0) {
this.gotoAndStop(2);
}
}
Instance of Symbol 223 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 207 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 207 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 223 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 223 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 223 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 223 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 207 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 207 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 223 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 207 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 207 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 223 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 223 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 207 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Frame 8
stop();
_root.treats = 10;
_root.char._x = 30;
_root.char._y = 490;
Instance of Symbol 238 MovieClip "end" in Frame 8
onClipEvent (enterFrame) {
if (_root.treats == 0) {
this.gotoAndStop(2);
}
}
Instance of Symbol 201 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 223 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 223 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 223 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 223 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 223 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 223 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Frame 9
stop();
_root.treats = 15;
_root.char._x = 30;
_root.char._y = 490;
Instance of Symbol 301 MovieClip in Frame 9
onClipEvent (enterFrame) {
this._rotation = this._rotation + 10;
if (_root.char.hitTest(this)) {
_root.char.gotoAndStop(5);
}
}
Instance of Symbol 238 MovieClip "end" in Frame 9
onClipEvent (enterFrame) {
if (_root.treats == 0) {
this.gotoAndStop(2);
}
}
Instance of Symbol 201 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 223 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 223 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 223 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 223 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 223 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 223 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 223 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 196 MovieClip "char" in Frame 9
onClipEvent (load) {
_root.dir = false;
gravity = 0;
jumpheight = 12;
speed = 5;
_root.rightface = this._xscale;
}
onClipEvent (enterFrame) {
gravity++;
this._y = this._y + gravity;
while (_root.ground.hitTest(this._x, this._y, true)) {
this._y--;
gravity = 0;
}
if (Key.isDown(38) and _root.ground.hitTest(this._x, this._y + 3, true)) {
gravity = -jumpheight;
this._y = this._y - 4;
this.gotoAndStop(4);
}
if (Key.isDown(39) and (this._currentframe != 5)) {
_root.dir = false;
this._x = this._x + speed;
this._xscale = _root.rightface;
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(2);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(1);
}
} else if (Key.isDown(37) and (this._currentframe != 5)) {
_root.dir = true;
this._x = this._x - speed;
this._xscale = -_root.rightface;
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(2);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(1);
}
} else if (((((_root.ground.hitTest(this._x, this._y + 3, true) and (!(this._currentframe === 5))) and (!(this._currentframe === 6))) and (!(this._currentframe === 7))) and (!(this._currentframe === 8))) and (!(this._currentframe === 9))) {
this.gotoAndStop(1);
}
if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x - speed);
}
if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x + speed);
}
if (_root.ground.hitTest(_x, _y - _height, true)) {
gravity = 2;
}
if (this.hitTest(_root.fan)) {
gravity = -30;
}
if (this._x <= 10) {
this._x = 10;
}
if (this._x >= 790) {
this._x = 790;
}
if (this._y >= 700) {
this.gotoAndStop(5);
}
}
Instance of Symbol 201 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 223 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Frame 10
stop();
_root.treats = 15;
_root.char._x = 30;
_root.char._y = 490;
Instance of Symbol 353 MovieClip "end" in Frame 10
onClipEvent (enterFrame) {
if (_root.treats == 0) {
this.gotoAndStop(2);
}
}
Instance of Symbol 201 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 196 MovieClip "char" in Frame 10
onClipEvent (load) {
_root.dir = false;
gravity = 0;
jumpheight = 12;
speed = 5;
_root.rightface = this._xscale;
}
onClipEvent (enterFrame) {
gravity++;
this._y = this._y + gravity;
while (_root.ground.hitTest(this._x, this._y, true)) {
this._y--;
gravity = 0;
}
if (Key.isDown(38) and _root.ground.hitTest(this._x, this._y + 3, true)) {
gravity = -jumpheight;
this._y = this._y - 4;
this.gotoAndStop(4);
}
if (Key.isDown(39) and (this._currentframe != 5)) {
_root.dir = false;
this._x = this._x + speed;
this._xscale = _root.rightface;
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(2);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(1);
}
} else if (Key.isDown(37) and (this._currentframe != 5)) {
_root.dir = true;
this._x = this._x - speed;
this._xscale = -_root.rightface;
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(2);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(1);
}
} else if (((((_root.ground.hitTest(this._x, this._y + 3, true) and (!(this._currentframe === 5))) and (!(this._currentframe === 6))) and (!(this._currentframe === 7))) and (!(this._currentframe === 8))) and (!(this._currentframe === 9))) {
this.gotoAndStop(1);
}
if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x - speed);
}
if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x + speed);
}
if (_root.ground.hitTest(_x, _y - _height, true)) {
gravity = 2;
}
if (this.hitTest(_root.fan)) {
gravity = -30;
}
if (this._x <= 10) {
this._x = 10;
}
if (this._x >= 790) {
this._x = 790;
}
if (this._y >= 700) {
this.gotoAndStop(5);
}
}
Instance of Symbol 201 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Frame 11
stop();
_root.treats = 15;
_root.char._x = 30;
_root.char._y = 490;
Instance of Symbol 223 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 353 MovieClip "end" in Frame 11
onClipEvent (enterFrame) {
if (_root.treats == 0) {
this.gotoAndStop(2);
}
}
Instance of Symbol 201 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 196 MovieClip "char" in Frame 11
onClipEvent (load) {
_root.dir = false;
gravity = 0;
jumpheight = 12;
speed = 5;
_root.rightface = this._xscale;
}
onClipEvent (enterFrame) {
gravity++;
this._y = this._y + gravity;
while (_root.ground.hitTest(this._x, this._y, true)) {
this._y--;
gravity = 0;
}
if (Key.isDown(38) and _root.ground.hitTest(this._x, this._y + 3, true)) {
gravity = -jumpheight;
this._y = this._y - 4;
this.gotoAndStop(4);
}
if (Key.isDown(39) and (this._currentframe != 5)) {
_root.dir = false;
this._x = this._x + speed;
this._xscale = _root.rightface;
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(2);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(1);
}
} else if (Key.isDown(37) and (this._currentframe != 5)) {
_root.dir = true;
this._x = this._x - speed;
this._xscale = -_root.rightface;
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(2);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(1);
}
} else if (((((_root.ground.hitTest(this._x, this._y + 3, true) and (!(this._currentframe === 5))) and (!(this._currentframe === 6))) and (!(this._currentframe === 7))) and (!(this._currentframe === 8))) and (!(this._currentframe === 9))) {
this.gotoAndStop(1);
}
if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x - speed);
}
if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x + speed);
}
if (_root.ground.hitTest(_x, _y - _height, true)) {
gravity = 2;
}
if (this.hitTest(_root.fan) or (this.hitTest(_root.fan2) or this.hitTest(_root.fan3))) {
gravity = -30;
}
if (this._x <= 10) {
this._x = 10;
}
if (this._x >= 790) {
this._x = 790;
}
if (this._y >= 700) {
this.gotoAndStop(5);
}
}
Instance of Symbol 201 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 301 MovieClip in Frame 11
onClipEvent (enterFrame) {
this._rotation = this._rotation + 10;
if (_root.char.hitTest(this)) {
_root.char.gotoAndStop(5);
}
}
Instance of Symbol 201 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 301 MovieClip in Frame 11
onClipEvent (enterFrame) {
this._rotation = this._rotation + 10;
if (_root.char.hitTest(this)) {
_root.char.gotoAndStop(5);
}
}
Instance of Symbol 301 MovieClip in Frame 11
onClipEvent (enterFrame) {
this._rotation = this._rotation + 10;
if (_root.char.hitTest(this)) {
_root.char.gotoAndStop(5);
}
}
Instance of Symbol 223 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 223 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 223 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 223 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 223 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 223 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Frame 12
stop();
_root.treats = 15;
_root.char._x = 30;
_root.char._y = 490;
Instance of Symbol 196 MovieClip "char" in Frame 12
onClipEvent (load) {
_root.dir = false;
gravity = 0;
jumpheight = 12;
speed = 5;
_root.rightface = this._xscale;
}
onClipEvent (enterFrame) {
gravity++;
this._y = this._y + gravity;
while (_root.ground.hitTest(this._x, this._y, true)) {
this._y--;
gravity = 0;
}
if (Key.isDown(38) and _root.ground.hitTest(this._x, this._y + 3, true)) {
gravity = -jumpheight;
this._y = this._y - 4;
this.gotoAndStop(4);
}
if (Key.isDown(39) and (this._currentframe != 5)) {
_root.dir = false;
this._x = this._x + speed;
this._xscale = _root.rightface;
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(2);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(1);
}
} else if (Key.isDown(37) and (this._currentframe != 5)) {
_root.dir = true;
this._x = this._x - speed;
this._xscale = -_root.rightface;
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(2);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(1);
}
} else if (((((_root.ground.hitTest(this._x, this._y + 3, true) and (!(this._currentframe === 5))) and (!(this._currentframe === 6))) and (!(this._currentframe === 7))) and (!(this._currentframe === 8))) and (!(this._currentframe === 9))) {
this.gotoAndStop(1);
}
if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x - speed);
}
if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x + speed);
}
if (_root.ground.hitTest(_x, _y - _height, true)) {
gravity = 2;
}
if (this.hitTest(_root.fan) or (this.hitTest(_root.fan2) or this.hitTest(_root.fan3))) {
gravity = -30;
}
if (this._x <= 10) {
this._x = 10;
}
if (this._x >= 790) {
this._x = 790;
}
if (this._y >= 700) {
this.gotoAndStop(5);
}
}
Instance of Symbol 201 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 301 MovieClip in Frame 12
onClipEvent (enterFrame) {
this._rotation = this._rotation + 10;
if (_root.char.hitTest(this)) {
_root.char.gotoAndStop(5);
}
}
Instance of Symbol 301 MovieClip in Frame 12
onClipEvent (enterFrame) {
this._rotation = this._rotation + 10;
if (_root.char.hitTest(this)) {
_root.char.gotoAndStop(5);
}
}
Instance of Symbol 223 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 223 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 223 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 223 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 223 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 223 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 223 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 223 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 223 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Frame 13
stop();
_root.treats = 15;
_root.char._x = 30;
_root.char._y = 490;
Instance of Symbol 510 MovieClip "end" in Frame 13
onClipEvent (enterFrame) {
if (_root.treats == 0) {
this.gotoAndStop(2);
}
}
Instance of Symbol 196 MovieClip "char" in Frame 13
onClipEvent (load) {
_root.dir = false;
gravity = 0;
jumpheight = 12;
speed = 5;
_root.rightface = this._xscale;
}
onClipEvent (enterFrame) {
gravity++;
this._y = this._y + gravity;
while (_root.ground.hitTest(this._x, this._y, true)) {
this._y--;
gravity = 0;
}
if (Key.isDown(38) and _root.ground.hitTest(this._x, this._y + 3, true)) {
gravity = -jumpheight;
this._y = this._y - 4;
this.gotoAndStop(4);
}
if (Key.isDown(39) and (this._currentframe != 5)) {
_root.dir = false;
this._x = this._x + speed;
this._xscale = _root.rightface;
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(2);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(1);
}
} else if (Key.isDown(37) and (this._currentframe != 5)) {
_root.dir = true;
this._x = this._x - speed;
this._xscale = -_root.rightface;
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(2);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(1);
}
} else if (((((_root.ground.hitTest(this._x, this._y + 3, true) and (!(this._currentframe === 5))) and (!(this._currentframe === 6))) and (!(this._currentframe === 7))) and (!(this._currentframe === 8))) and (!(this._currentframe === 9))) {
this.gotoAndStop(1);
}
if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x - speed);
}
if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x + speed);
}
if (_root.ground.hitTest(_x, _y - _height, true)) {
gravity = 2;
}
if (this.hitTest(_root.fan) or (this.hitTest(_root.fan2) or this.hitTest(_root.fan3))) {
gravity = -30;
}
if (this._x <= 10) {
this._x = 10;
}
if (this._x >= 790) {
this._x = 790;
}
if (this._y >= 700) {
this.gotoAndStop(5);
}
}
Instance of Symbol 201 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 201 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 301 MovieClip in Frame 13
onClipEvent (enterFrame) {
this._rotation = this._rotation + 10;
if (_root.char.hitTest(this)) {
_root.char.gotoAndStop(5);
}
}
Instance of Symbol 301 MovieClip in Frame 13
onClipEvent (enterFrame) {
this._rotation = this._rotation + 10;
if (_root.char.hitTest(this)) {
_root.char.gotoAndStop(5);
}
}
Instance of Symbol 223 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 223 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 223 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 223 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 223 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 223 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 301 MovieClip in Frame 13
onClipEvent (enterFrame) {
this._rotation = this._rotation + 10;
if (_root.char.hitTest(this)) {
_root.char.gotoAndStop(5);
}
}
Instance of Symbol 301 MovieClip in Frame 13
onClipEvent (enterFrame) {
this._rotation = this._rotation + 10;
if (_root.char.hitTest(this)) {
_root.char.gotoAndStop(5);
}
}
Instance of Symbol 301 MovieClip in Frame 13
onClipEvent (enterFrame) {
this._rotation = this._rotation + 10;
if (_root.char.hitTest(this)) {
_root.char.gotoAndStop(5);
}
}
Instance of Symbol 301 MovieClip in Frame 13
onClipEvent (enterFrame) {
this._rotation = this._rotation + 10;
if (_root.char.hitTest(this)) {
_root.char.gotoAndStop(5);
}
}
Instance of Symbol 223 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Instance of Symbol 223 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this._currentframe != 50) {
this._rotation = this._rotation + 5;
}
if (this.hitTest(_root.char)) {
this.gotoAndStop(50);
}
}
Frame 14
stop();
Frame 15
stop();
Symbol 5 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
_root.gotoAndStop(2);
}
Symbol 5 MovieClip Frame 2
gotoAndPlay (1);
Symbol 12 Button
on (press) {
getURL ("http://www.hypegames.com");
}
Symbol 23 MovieClip Frame 140
_root.gotoAndStop(3);
Symbol 35 Button
on (press) {
_root.gotoAndStop(6);
}
Symbol 55 Button
on (press) {
_root.gotoAndStop(4);
}
Symbol 62 Button
on (press) {
_root.gotoAndStop(5);
}
Symbol 79 Button
on (press) {
_root.gotoAndStop(3);
}
Symbol 180 MovieClip Frame 6
stop();
Symbol 184 MovieClip Frame 7
stop();
Symbol 189 MovieClip Frame 9
stop();
Symbol 193 MovieClip Frame 7
stop();
Symbol 194 MovieClip Frame 20
_root.char._x = 30;
_root.char._y = 490;
_root.char.gotoAndStop(1);
Symbol 196 MovieClip Frame 1
stop();
Symbol 196 MovieClip Frame 2
stop();
Symbol 196 MovieClip Frame 3
stop();
Symbol 196 MovieClip Frame 4
stop();
Symbol 196 MovieClip Frame 5
stop();
_root.lives = _root.lives - 1;
Symbol 199 MovieClip Frame 20
stop();
Symbol 201 MovieClip Frame 49
gotoAndPlay (1);
Symbol 201 MovieClip Frame 50
stop();
_root.treats = _root.treats - 1;
Instance of Symbol 199 MovieClip in Symbol 201 MovieClip Frame 50
onClipEvent (enterFrame) {
this._rotation = this._rotation + (speed + (speed * 1));
}
Instance of Symbol 199 MovieClip in Symbol 201 MovieClip Frame 50
onClipEvent (enterFrame) {
this._rotation = this._rotation + (speed + (speed * 1));
}
Instance of Symbol 199 MovieClip in Symbol 201 MovieClip Frame 50
onClipEvent (enterFrame) {
this._rotation = this._rotation + (speed + (speed * 1));
}
Instance of Symbol 199 MovieClip in Symbol 201 MovieClip Frame 50
onClipEvent (enterFrame) {
this._rotation = this._rotation + (speed + (speed * 1));
}
Instance of Symbol 199 MovieClip in Symbol 201 MovieClip Frame 50
onClipEvent (enterFrame) {
this._rotation = this._rotation + (speed + (speed * 1));
}
Instance of Symbol 199 MovieClip in Symbol 201 MovieClip Frame 50
onClipEvent (enterFrame) {
this._rotation = this._rotation + (speed + (speed * 1));
}
Instance of Symbol 199 MovieClip in Symbol 201 MovieClip Frame 50
onClipEvent (enterFrame) {
this._rotation = this._rotation + (speed + (speed * 1));
}
Instance of Symbol 199 MovieClip in Symbol 201 MovieClip Frame 50
onClipEvent (enterFrame) {
this._rotation = this._rotation + (speed + (speed * 1));
}
Instance of Symbol 199 MovieClip in Symbol 201 MovieClip Frame 50
onClipEvent (enterFrame) {
this._rotation = this._rotation + (speed + (speed * 1));
}
Instance of Symbol 199 MovieClip in Symbol 201 MovieClip Frame 50
onClipEvent (enterFrame) {
this._rotation = this._rotation + (speed + (speed * 1));
}
Symbol 207 MovieClip Frame 49
gotoAndPlay (1);
Symbol 207 MovieClip Frame 50
stop();
_root.treats = _root.treats - 1;
Instance of Symbol 199 MovieClip in Symbol 207 MovieClip Frame 50
onClipEvent (enterFrame) {
this._rotation = this._rotation + (speed + (speed * 1));
}
Instance of Symbol 199 MovieClip in Symbol 207 MovieClip Frame 50
onClipEvent (enterFrame) {
this._rotation = this._rotation + (speed + (speed * 1));
}
Instance of Symbol 199 MovieClip in Symbol 207 MovieClip Frame 50
onClipEvent (enterFrame) {
this._rotation = this._rotation + (speed + (speed * 1));
}
Instance of Symbol 199 MovieClip in Symbol 207 MovieClip Frame 50
onClipEvent (enterFrame) {
this._rotation = this._rotation + (speed + (speed * 1));
}
Instance of Symbol 199 MovieClip in Symbol 207 MovieClip Frame 50
onClipEvent (enterFrame) {
this._rotation = this._rotation + (speed + (speed * 1));
}
Instance of Symbol 199 MovieClip in Symbol 207 MovieClip Frame 50
onClipEvent (enterFrame) {
this._rotation = this._rotation + (speed + (speed * 1));
}
Instance of Symbol 199 MovieClip in Symbol 207 MovieClip Frame 50
onClipEvent (enterFrame) {
this._rotation = this._rotation + (speed + (speed * 1));
}
Instance of Symbol 199 MovieClip in Symbol 207 MovieClip Frame 50
onClipEvent (enterFrame) {
this._rotation = this._rotation + (speed + (speed * 1));
}
Instance of Symbol 199 MovieClip in Symbol 207 MovieClip Frame 50
onClipEvent (enterFrame) {
this._rotation = this._rotation + (speed + (speed * 1));
}
Instance of Symbol 199 MovieClip in Symbol 207 MovieClip Frame 50
onClipEvent (enterFrame) {
this._rotation = this._rotation + (speed + (speed * 1));
}
Symbol 220 MovieClip Frame 1
stop();
Symbol 221 MovieClip Frame 1
stop();
Symbol 221 MovieClip Frame 2
stop();
Instance of Symbol 220 MovieClip in Symbol 221 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.nextFrame();
}
}
Symbol 223 MovieClip Frame 49
gotoAndPlay (1);
Symbol 223 MovieClip Frame 50
stop();
_root.treats = _root.treats - 1;
Instance of Symbol 199 MovieClip in Symbol 223 MovieClip Frame 50
onClipEvent (enterFrame) {
this._rotation = this._rotation + (speed + (speed * 1));
}
Instance of Symbol 199 MovieClip in Symbol 223 MovieClip Frame 50
onClipEvent (enterFrame) {
this._rotation = this._rotation + (speed + (speed * 1));
}
Instance of Symbol 199 MovieClip in Symbol 223 MovieClip Frame 50
onClipEvent (enterFrame) {
this._rotation = this._rotation + (speed + (speed * 1));
}
Instance of Symbol 199 MovieClip in Symbol 223 MovieClip Frame 50
onClipEvent (enterFrame) {
this._rotation = this._rotation + (speed + (speed * 1));
}
Instance of Symbol 199 MovieClip in Symbol 223 MovieClip Frame 50
onClipEvent (enterFrame) {
this._rotation = this._rotation + (speed + (speed * 1));
}
Instance of Symbol 199 MovieClip in Symbol 223 MovieClip Frame 50
onClipEvent (enterFrame) {
this._rotation = this._rotation + (speed + (speed * 1));
}
Instance of Symbol 199 MovieClip in Symbol 223 MovieClip Frame 50
onClipEvent (enterFrame) {
this._rotation = this._rotation + (speed + (speed * 1));
}
Instance of Symbol 199 MovieClip in Symbol 223 MovieClip Frame 50
onClipEvent (enterFrame) {
this._rotation = this._rotation + (speed + (speed * 1));
}
Instance of Symbol 199 MovieClip in Symbol 223 MovieClip Frame 50
onClipEvent (enterFrame) {
this._rotation = this._rotation + (speed + (speed * 1));
}
Instance of Symbol 199 MovieClip in Symbol 223 MovieClip Frame 50
onClipEvent (enterFrame) {
this._rotation = this._rotation + (speed + (speed * 1));
}
Symbol 238 MovieClip Frame 1
stop();
Symbol 238 MovieClip Frame 2
stop();
Instance of Symbol 220 MovieClip in Symbol 238 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.nextFrame();
}
}
Instance of Symbol 258 MovieClip in Symbol 261 MovieClip Frame 1
onClipEvent (enterFrame) {
while (_root.char.hitTest(this)) {
_root.char._x = _root.char._x + 1;
}
}
Instance of Symbol 258 MovieClip in Symbol 262 MovieClip Frame 1
onClipEvent (enterFrame) {
while (_root.char.hitTest(this)) {
_root.char._x = _root.char._x - 1;
}
}
Symbol 353 MovieClip Frame 1
stop();
Symbol 353 MovieClip Frame 2
stop();
Instance of Symbol 220 MovieClip in Symbol 353 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.nextFrame();
}
}
Symbol 510 MovieClip Frame 1
stop();
Symbol 510 MovieClip Frame 2
stop();
Instance of Symbol 220 MovieClip in Symbol 510 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.gotoAndStop(15);
}
}
Symbol 529 Button
on (press) {
_root.gotoAndStop(6);
}