Frame 1
stop();
Frame 2
stop();
Instance of Symbol 14 MovieClip in Frame 2
on (press) {
getURL ("http://www.gamegecko.com");
}
Frame 4
function doSomething() {
}
function doSomething2() {
getURL ("http://www.cremationproductions.com", _blank);
}
function doSomething3() {
getURL ("http://www.gamegecko.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 Gecko Games", doSomething3);
MENU.customItems.push(Functioned);
MENU.customItems.push(Functioned2);
MENU.customItems.push(Functioned3);
_root.menu = MENU;
Frame 5
stop();
Frame 6
unloadMovie (_root.ground);
nextFrame();
Frame 7
stop();
bar = 100;
_root.onMouseDown = function () {
_root.ground.lineStyle(20, 0, 100);
_root.ground.moveTo(_xmouse, _ymouse);
this.onMouseMove = function () {
_root.ground.lineTo(_xmouse, _ymouse);
updateAfterEvent();
};
};
_root.onMouseUp = function () {
this.onMouseMove = null;
};
Instance of Symbol 79 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
another = new Sound();
another.attachSound("ding", this);
another.start();
_root.play();
}
}
Instance of Symbol 95 MovieClip "char" in Frame 7
onClipEvent (load) {
grav = 0;
speed = 5;
jumpHeight = 12;
scale = _xscale;
yp = 0;
grounded = false;
timer = 0;
timer2 = 0;
}
onClipEvent (enterFrame) {
grav++;
_y = (_y + grav);
while (_root.ground.hitTest(_x, _y, true)) {
_y = (_y-1);
grav = 0;
}
if (Key.isDown(39)) {
_x = (_x + speed);
_xscale = scale;
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(3);
}
} else if (Key.isDown(37)) {
_x = (_x - speed);
_xscale = (-scale);
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(3);
}
} else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(38))) {
this.gotoAndStop(3);
}
if ((((!Key.isDown(38)) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!Key.isDown(40))) {
this.gotoAndStop(4);
}
if (Key.isDown(38) && (_root.ground.hitTest(_x, _y + 3, true))) {
grav = -jumpHeight;
_y = (_y - 4);
this.gotoAndStop(4);
}
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)) {
grav = 2;
}
}
onClipEvent (enterFrame) {
if (this._y > 750) {
someSound = new Sound();
someSound.attachSound("scream", this);
someSound.start();
this._x = 30;
this._y = 547;
}
if (this._y < 0) {
this._x = 30;
this._y = 547;
}
if (this._x < -20) {
this._x = 30;
this._y = 547;
}
if (this._x > 810) {
this._x = 30;
this._y = 547;
}
}
Frame 8
unloadMovie (_root.ground);
nextFrame();
Frame 9
stop();
Instance of Symbol 79 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
another = new Sound();
another.attachSound("ding", this);
another.start();
_root.play();
}
}
Instance of Symbol 95 MovieClip "char" in Frame 9
onClipEvent (load) {
grav = 0;
speed = 5;
jumpHeight = 12;
scale = _xscale;
yp = 0;
grounded = false;
timer = 0;
timer2 = 0;
}
onClipEvent (enterFrame) {
grav++;
_y = (_y + grav);
while (_root.ground.hitTest(_x, _y, true)) {
_y = (_y-1);
grav = 0;
}
if (Key.isDown(39)) {
_x = (_x + speed);
_xscale = scale;
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(3);
}
} else if (Key.isDown(37)) {
_x = (_x - speed);
_xscale = (-scale);
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(3);
}
} else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(38))) {
this.gotoAndStop(3);
}
if ((((!Key.isDown(38)) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!Key.isDown(40))) {
this.gotoAndStop(4);
}
if (Key.isDown(38) && (_root.ground.hitTest(_x, _y + 3, true))) {
grav = -jumpHeight;
_y = (_y - 4);
this.gotoAndStop(4);
}
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)) {
grav = 2;
}
}
onClipEvent (enterFrame) {
if (this._y > 750) {
someSound = new Sound();
someSound.attachSound("scream", this);
someSound.start();
this._x = 30;
this._y = 547;
}
if (this._y < 0) {
this._x = 30;
this._y = 547;
}
if (this._x < -20) {
this._x = 30;
this._y = 547;
}
if (this._x > 810) {
this._x = 30;
this._y = 547;
}
}
Frame 10
unloadMovie (_root.ground);
nextFrame();
Frame 11
stop();
Instance of Symbol 79 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
another = new Sound();
another.attachSound("ding", this);
another.start();
_root.play();
}
}
Instance of Symbol 95 MovieClip "char" in Frame 11
onClipEvent (load) {
grav = 0;
speed = 5;
jumpHeight = 12;
scale = _xscale;
yp = 0;
grounded = false;
timer = 0;
timer2 = 0;
}
onClipEvent (enterFrame) {
grav++;
_y = (_y + grav);
while (_root.ground.hitTest(_x, _y, true)) {
_y = (_y-1);
grav = 0;
}
if (Key.isDown(39)) {
_x = (_x + speed);
_xscale = scale;
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(3);
}
} else if (Key.isDown(37)) {
_x = (_x - speed);
_xscale = (-scale);
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(3);
}
} else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(38))) {
this.gotoAndStop(3);
}
if ((((!Key.isDown(38)) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!Key.isDown(40))) {
this.gotoAndStop(4);
}
if (Key.isDown(38) && (_root.ground.hitTest(_x, _y + 3, true))) {
grav = -jumpHeight;
_y = (_y - 4);
this.gotoAndStop(4);
}
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)) {
grav = 2;
}
}
onClipEvent (enterFrame) {
if (this._y > 750) {
someSound = new Sound();
someSound.attachSound("scream", this);
someSound.start();
this._x = 30;
this._y = 547;
}
if (this._y < 0) {
this._x = 30;
this._y = 547;
}
if (this._x < -20) {
this._x = 30;
this._y = 547;
}
if (this._x > 810) {
this._x = 30;
this._y = 547;
}
}
Frame 12
unloadMovie (_root.ground);
nextFrame();
Frame 13
stop();
Instance of Symbol 79 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
another = new Sound();
another.attachSound("ding", this);
another.start();
_root.play();
}
}
Instance of Symbol 115 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 123 MovieClip in Frame 13
onClipEvent (enterFrame) {
this._rotation = this._rotation + 1;
}
Instance of Symbol 115 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 95 MovieClip "char" in Frame 13
onClipEvent (load) {
grav = 0;
speed = 5;
jumpHeight = 12;
scale = _xscale;
yp = 0;
grounded = false;
timer = 0;
timer2 = 0;
}
onClipEvent (enterFrame) {
grav++;
_y = (_y + grav);
while (_root.ground.hitTest(_x, _y, true)) {
_y = (_y-1);
grav = 0;
}
if (Key.isDown(39)) {
_x = (_x + speed);
_xscale = scale;
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(3);
}
} else if (Key.isDown(37)) {
_x = (_x - speed);
_xscale = (-scale);
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(3);
}
} else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(38))) {
this.gotoAndStop(3);
}
if ((((!Key.isDown(38)) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!Key.isDown(40))) {
this.gotoAndStop(4);
}
if (Key.isDown(38) && (_root.ground.hitTest(_x, _y + 3, true))) {
grav = -jumpHeight;
_y = (_y - 4);
this.gotoAndStop(4);
}
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)) {
grav = 2;
}
}
onClipEvent (enterFrame) {
if (this._y > 750) {
someSound = new Sound();
someSound.attachSound("scream", this);
someSound.start();
this._x = 30;
this._y = 547;
}
if (this._y < 0) {
this._x = 30;
this._y = 547;
}
if (this._x < -20) {
this._x = 30;
this._y = 547;
}
if (this._x > 810) {
this._x = 30;
this._y = 547;
}
}
Frame 14
unloadMovie (_root.ground);
nextFrame();
Frame 15
stop();
Instance of Symbol 79 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
another = new Sound();
another.attachSound("ding", this);
another.start();
_root.play();
}
}
Instance of Symbol 115 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 95 MovieClip "char" in Frame 15
onClipEvent (load) {
grav = 0;
speed = 5;
jumpHeight = 12;
scale = _xscale;
yp = 0;
grounded = false;
timer = 0;
timer2 = 0;
}
onClipEvent (enterFrame) {
grav++;
_y = (_y + grav);
while (_root.ground.hitTest(_x, _y, true)) {
_y = (_y-1);
grav = 0;
}
if (Key.isDown(39)) {
_x = (_x + speed);
_xscale = scale;
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(3);
}
} else if (Key.isDown(37)) {
_x = (_x - speed);
_xscale = (-scale);
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(3);
}
} else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(38))) {
this.gotoAndStop(3);
}
if ((((!Key.isDown(38)) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!Key.isDown(40))) {
this.gotoAndStop(4);
}
if (Key.isDown(38) && (_root.ground.hitTest(_x, _y + 3, true))) {
grav = -jumpHeight;
_y = (_y - 4);
this.gotoAndStop(4);
}
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)) {
grav = 2;
}
}
onClipEvent (enterFrame) {
if (this._y > 750) {
someSound = new Sound();
someSound.attachSound("scream", this);
someSound.start();
this._x = 30;
this._y = 547;
}
if (this._y < 0) {
this._x = 30;
this._y = 547;
}
if (this._x < -20) {
this._x = 30;
this._y = 547;
}
if (this._x > 810) {
this._x = 30;
this._y = 547;
}
}
Frame 16
unloadMovie (_root.ground);
nextFrame();
Frame 17
stop();
Instance of Symbol 79 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
another = new Sound();
another.attachSound("ding", this);
another.start();
_root.play();
}
}
Instance of Symbol 123 MovieClip in Frame 17
onClipEvent (enterFrame) {
this._rotation = this._rotation + 1;
}
Instance of Symbol 123 MovieClip in Frame 17
onClipEvent (enterFrame) {
this._rotation = this._rotation + 1;
}
Instance of Symbol 123 MovieClip in Frame 17
onClipEvent (enterFrame) {
this._rotation = this._rotation + 1;
}
Instance of Symbol 95 MovieClip "char" in Frame 17
onClipEvent (load) {
grav = 0;
speed = 5;
jumpHeight = 12;
scale = _xscale;
yp = 0;
grounded = false;
timer = 0;
timer2 = 0;
}
onClipEvent (enterFrame) {
grav++;
_y = (_y + grav);
while (_root.ground.hitTest(_x, _y, true)) {
_y = (_y-1);
grav = 0;
}
if (Key.isDown(39)) {
_x = (_x + speed);
_xscale = scale;
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(3);
}
} else if (Key.isDown(37)) {
_x = (_x - speed);
_xscale = (-scale);
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(3);
}
} else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(38))) {
this.gotoAndStop(3);
}
if ((((!Key.isDown(38)) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!Key.isDown(40))) {
this.gotoAndStop(4);
}
if (Key.isDown(38) && (_root.ground.hitTest(_x, _y + 3, true))) {
grav = -jumpHeight;
_y = (_y - 4);
this.gotoAndStop(4);
}
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)) {
grav = 2;
}
}
onClipEvent (enterFrame) {
if (this._y > 750) {
someSound = new Sound();
someSound.attachSound("scream", this);
someSound.start();
this._x = 30;
this._y = 547;
}
if (this._y < 0) {
this._x = 30;
this._y = 547;
}
if (this._x < -20) {
this._x = 30;
this._y = 547;
}
if (this._x > 810) {
this._x = 30;
this._y = 547;
}
}
Frame 18
unloadMovie (_root.ground);
nextFrame();
Frame 19
stop();
Instance of Symbol 79 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
another = new Sound();
another.attachSound("ding", this);
another.start();
_root.play();
}
}
Instance of Symbol 115 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 95 MovieClip "char" in Frame 19
onClipEvent (load) {
grav = 0;
speed = 5;
jumpHeight = 12;
scale = _xscale;
yp = 0;
grounded = false;
timer = 0;
timer2 = 0;
}
onClipEvent (enterFrame) {
grav++;
_y = (_y + grav);
while (_root.ground.hitTest(_x, _y, true)) {
_y = (_y-1);
grav = 0;
}
if (Key.isDown(39)) {
_x = (_x + speed);
_xscale = scale;
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(3);
}
} else if (Key.isDown(37)) {
_x = (_x - speed);
_xscale = (-scale);
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(3);
}
} else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(38))) {
this.gotoAndStop(3);
}
if ((((!Key.isDown(38)) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!Key.isDown(40))) {
this.gotoAndStop(4);
}
if (Key.isDown(38) && (_root.ground.hitTest(_x, _y + 3, true))) {
grav = -jumpHeight;
_y = (_y - 4);
this.gotoAndStop(4);
}
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)) {
grav = 2;
}
}
onClipEvent (enterFrame) {
if (this._y > 750) {
someSound = new Sound();
someSound.attachSound("scream", this);
someSound.start();
this._x = 30;
this._y = 547;
}
if (this._y < 0) {
this._x = 30;
this._y = 547;
}
if (this._x < -20) {
this._x = 30;
this._y = 547;
}
if (this._x > 810) {
this._x = 30;
this._y = 547;
}
}
Frame 20
unloadMovie (_root.ground);
nextFrame();
Frame 21
stop();
Instance of Symbol 79 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
another = new Sound();
another.attachSound("ding", this);
another.start();
_root.play();
}
}
Instance of Symbol 135 MovieClip in Frame 21
onClipEvent (enterFrame) {
this._rotation = this._rotation + 1;
}
Instance of Symbol 135 MovieClip in Frame 21
onClipEvent (enterFrame) {
this._rotation = this._rotation + 1;
}
Instance of Symbol 115 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 95 MovieClip "char" in Frame 21
onClipEvent (load) {
grav = 0;
speed = 5;
jumpHeight = 12;
scale = _xscale;
yp = 0;
grounded = false;
timer = 0;
timer2 = 0;
}
onClipEvent (enterFrame) {
grav++;
_y = (_y + grav);
while (_root.ground.hitTest(_x, _y, true)) {
_y = (_y-1);
grav = 0;
}
if (Key.isDown(39)) {
_x = (_x + speed);
_xscale = scale;
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(3);
}
} else if (Key.isDown(37)) {
_x = (_x - speed);
_xscale = (-scale);
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(3);
}
} else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(38))) {
this.gotoAndStop(3);
}
if ((((!Key.isDown(38)) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!Key.isDown(40))) {
this.gotoAndStop(4);
}
if (Key.isDown(38) && (_root.ground.hitTest(_x, _y + 3, true))) {
grav = -jumpHeight;
_y = (_y - 4);
this.gotoAndStop(4);
}
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)) {
grav = 2;
}
}
onClipEvent (enterFrame) {
if (this._y > 750) {
someSound = new Sound();
someSound.attachSound("scream", this);
someSound.start();
this._x = 30;
this._y = 547;
}
if (this._y < 0) {
this._x = 30;
this._y = 547;
}
if (this._x < -20) {
this._x = 30;
this._y = 547;
}
if (this._x > 810) {
this._x = 30;
this._y = 547;
}
}
Frame 22
unloadMovie (_root.ground);
nextFrame();
Frame 23
stop();
bar = 100;
Instance of Symbol 79 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
another = new Sound();
another.attachSound("ding", this);
another.start();
_root.play();
}
}
Instance of Symbol 115 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 95 MovieClip "char" in Frame 23
onClipEvent (load) {
grav = 0;
speed = 5;
jumpHeight = 12;
scale = _xscale;
yp = 0;
grounded = false;
timer = 0;
timer2 = 0;
}
onClipEvent (enterFrame) {
grav++;
_y = (_y + grav);
while (_root.ground.hitTest(_x, _y, true)) {
_y = (_y-1);
grav = 0;
}
if (Key.isDown(39)) {
_x = (_x + speed);
_xscale = scale;
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(3);
}
} else if (Key.isDown(37)) {
_x = (_x - speed);
_xscale = (-scale);
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(3);
}
} else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(38))) {
this.gotoAndStop(3);
}
if ((((!Key.isDown(38)) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!Key.isDown(40))) {
this.gotoAndStop(4);
}
if (Key.isDown(38) && (_root.ground.hitTest(_x, _y + 3, true))) {
grav = -jumpHeight;
_y = (_y - 4);
this.gotoAndStop(4);
}
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)) {
grav = 2;
}
}
onClipEvent (enterFrame) {
if (this._y > 750) {
someSound = new Sound();
someSound.attachSound("scream", this);
someSound.start();
this._x = 30;
this._y = 547;
}
if (this._y < 0) {
this._x = 30;
this._y = 547;
}
if (this._x < -20) {
this._x = 30;
this._y = 547;
}
if (this._x > 810) {
this._x = 30;
this._y = 547;
}
}
Frame 24
unloadMovie (_root.ground);
nextFrame();
Frame 25
stop();
bar = 100;
Instance of Symbol 79 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
another = new Sound();
another.attachSound("ding", this);
another.start();
_root.play();
}
}
Instance of Symbol 95 MovieClip "char" in Frame 25
onClipEvent (load) {
grav = 0;
speed = 5;
jumpHeight = 12;
scale = _xscale;
yp = 0;
grounded = false;
timer = 0;
timer2 = 0;
}
onClipEvent (enterFrame) {
grav++;
_y = (_y + grav);
while (_root.ground.hitTest(_x, _y, true)) {
_y = (_y-1);
grav = 0;
}
if (Key.isDown(39)) {
_x = (_x + speed);
_xscale = scale;
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(3);
}
} else if (Key.isDown(37)) {
_x = (_x - speed);
_xscale = (-scale);
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(3);
}
} else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(38))) {
this.gotoAndStop(3);
}
if ((((!Key.isDown(38)) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!Key.isDown(40))) {
this.gotoAndStop(4);
}
if (Key.isDown(38) && (_root.ground.hitTest(_x, _y + 3, true))) {
grav = -jumpHeight;
_y = (_y - 4);
this.gotoAndStop(4);
}
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)) {
grav = 2;
}
}
onClipEvent (enterFrame) {
if (this._y > 750) {
someSound = new Sound();
someSound.attachSound("scream", this);
someSound.start();
this._x = 30;
this._y = 547;
}
if (this._y < 0) {
this._x = 30;
this._y = 547;
}
if (this._x < -20) {
this._x = 30;
this._y = 547;
}
if (this._x > 810) {
this._x = 30;
this._y = 547;
}
}
Frame 26
unloadMovie (_root.ground);
nextFrame();
Frame 27
stop();
Instance of Symbol 79 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
another = new Sound();
another.attachSound("ding", this);
another.start();
_root.play();
}
}
Instance of Symbol 115 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 95 MovieClip "char" in Frame 27
onClipEvent (load) {
grav = 0;
speed = 5;
jumpHeight = 12;
scale = _xscale;
yp = 0;
grounded = false;
timer = 0;
timer2 = 0;
}
onClipEvent (enterFrame) {
grav++;
_y = (_y + grav);
while (_root.ground.hitTest(_x, _y, true)) {
_y = (_y-1);
grav = 0;
}
if (Key.isDown(39)) {
_x = (_x + speed);
_xscale = scale;
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(3);
}
} else if (Key.isDown(37)) {
_x = (_x - speed);
_xscale = (-scale);
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(3);
}
} else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(38))) {
this.gotoAndStop(3);
}
if ((((!Key.isDown(38)) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!Key.isDown(40))) {
this.gotoAndStop(4);
}
if (Key.isDown(38) && (_root.ground.hitTest(_x, _y + 3, true))) {
grav = -jumpHeight;
_y = (_y - 4);
this.gotoAndStop(4);
}
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)) {
grav = 2;
}
}
onClipEvent (enterFrame) {
if (this._y > 750) {
someSound = new Sound();
someSound.attachSound("scream", this);
someSound.start();
this._x = 30;
this._y = 547;
}
if (this._y < 0) {
this._x = 30;
this._y = 547;
}
if (this._x < -20) {
this._x = 30;
this._y = 547;
}
if (this._x > 810) {
this._x = 30;
this._y = 547;
}
}
Instance of Symbol 123 MovieClip in Frame 27
onClipEvent (enterFrame) {
this._rotation = this._rotation + 1;
}
Instance of Symbol 123 MovieClip in Frame 27
onClipEvent (enterFrame) {
this._rotation = this._rotation + 1;
}
Instance of Symbol 123 MovieClip in Frame 27
onClipEvent (enterFrame) {
this._rotation = this._rotation + 1;
}
Instance of Symbol 123 MovieClip in Frame 27
onClipEvent (enterFrame) {
this._rotation = this._rotation + 1;
}
Instance of Symbol 123 MovieClip in Frame 27
onClipEvent (enterFrame) {
this._rotation = this._rotation + 1;
}
Frame 28
unloadMovie (_root.ground);
nextFrame();
Frame 29
stop();
Instance of Symbol 79 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
another = new Sound();
another.attachSound("ding", this);
another.start();
_root.play();
}
}
Instance of Symbol 144 MovieClip in Frame 29
onClipEvent (enterFrame) {
this._rotation = this._rotation + 3;
}
Instance of Symbol 144 MovieClip in Frame 29
onClipEvent (enterFrame) {
this._rotation = this._rotation + 1;
}
Instance of Symbol 144 MovieClip in Frame 29
onClipEvent (enterFrame) {
this._rotation = this._rotation + 1;
}
Instance of Symbol 144 MovieClip in Frame 29
onClipEvent (enterFrame) {
this._rotation = this._rotation + 1;
}
Instance of Symbol 144 MovieClip in Frame 29
onClipEvent (enterFrame) {
this._rotation = this._rotation + 1;
}
Instance of Symbol 144 MovieClip in Frame 29
onClipEvent (enterFrame) {
this._rotation = this._rotation + 1;
}
Instance of Symbol 95 MovieClip "char" in Frame 29
onClipEvent (load) {
grav = 0;
speed = 5;
jumpHeight = 12;
scale = _xscale;
yp = 0;
grounded = false;
timer = 0;
timer2 = 0;
}
onClipEvent (enterFrame) {
grav++;
_y = (_y + grav);
while (_root.ground.hitTest(_x, _y, true)) {
_y = (_y-1);
grav = 0;
}
if (Key.isDown(39)) {
_x = (_x + speed);
_xscale = scale;
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(3);
}
} else if (Key.isDown(37)) {
_x = (_x - speed);
_xscale = (-scale);
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(3);
}
} else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(38))) {
this.gotoAndStop(3);
}
if ((((!Key.isDown(38)) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!Key.isDown(40))) {
this.gotoAndStop(4);
}
if (Key.isDown(38) && (_root.ground.hitTest(_x, _y + 3, true))) {
grav = -jumpHeight;
_y = (_y - 4);
this.gotoAndStop(4);
}
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)) {
grav = 2;
}
}
onClipEvent (enterFrame) {
if (this._y > 750) {
someSound = new Sound();
someSound.attachSound("scream", this);
someSound.start();
this._x = 30;
this._y = 547;
}
if (this._y < 0) {
this._x = 30;
this._y = 547;
}
if (this._x < -20) {
this._x = 30;
this._y = 547;
}
if (this._x > 810) {
this._x = 30;
this._y = 547;
}
}
Frame 30
unloadMovie (_root.ground);
nextFrame();
Frame 31
stop();
Instance of Symbol 79 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
another = new Sound();
another.attachSound("ding", this);
another.start();
_root.play();
}
}
Instance of Symbol 95 MovieClip "char" in Frame 31
onClipEvent (load) {
grav = 0;
speed = 5;
jumpHeight = 12;
scale = _xscale;
yp = 0;
grounded = false;
timer = 0;
timer2 = 0;
}
onClipEvent (enterFrame) {
grav++;
_y = (_y + grav);
while (_root.ground.hitTest(_x, _y, true)) {
_y = (_y-1);
grav = 0;
}
if (Key.isDown(39)) {
_x = (_x + speed);
_xscale = scale;
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(3);
}
} else if (Key.isDown(37)) {
_x = (_x - speed);
_xscale = (-scale);
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(3);
}
} else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(38))) {
this.gotoAndStop(3);
}
if ((((!Key.isDown(38)) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!Key.isDown(40))) {
this.gotoAndStop(4);
}
if (Key.isDown(38) && (_root.ground.hitTest(_x, _y + 3, true))) {
grav = -jumpHeight;
_y = (_y - 4);
this.gotoAndStop(4);
}
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)) {
grav = 2;
}
}
onClipEvent (enterFrame) {
if (this._y > 750) {
someSound = new Sound();
someSound.attachSound("scream", this);
someSound.start();
this._x = 30;
this._y = 547;
}
if (this._y < 0) {
this._x = 30;
this._y = 547;
}
if (this._x < -20) {
this._x = 30;
this._y = 547;
}
if (this._x > 810) {
this._x = 30;
this._y = 547;
}
}
Frame 32
unloadMovie (_root.ground);
nextFrame();
Frame 33
stop();
Instance of Symbol 79 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
another = new Sound();
another.attachSound("ding", this);
another.start();
_root.play();
}
}
Instance of Symbol 95 MovieClip "char" in Frame 33
onClipEvent (load) {
grav = 0;
speed = 5;
jumpHeight = 12;
scale = _xscale;
yp = 0;
grounded = false;
timer = 0;
timer2 = 0;
}
onClipEvent (enterFrame) {
grav++;
_y = (_y + grav);
while (_root.ground.hitTest(_x, _y, true)) {
_y = (_y-1);
grav = 0;
}
if (Key.isDown(39)) {
_x = (_x + speed);
_xscale = scale;
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(3);
}
} else if (Key.isDown(37)) {
_x = (_x - speed);
_xscale = (-scale);
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(3);
}
} else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(38))) {
this.gotoAndStop(3);
}
if ((((!Key.isDown(38)) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!Key.isDown(40))) {
this.gotoAndStop(4);
}
if (Key.isDown(38) && (_root.ground.hitTest(_x, _y + 3, true))) {
grav = -jumpHeight;
_y = (_y - 4);
this.gotoAndStop(4);
}
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)) {
grav = 2;
}
}
onClipEvent (enterFrame) {
if (this._y > 750) {
someSound = new Sound();
someSound.attachSound("scream", this);
someSound.start();
this._x = 30;
this._y = 547;
}
if (this._y < 0) {
this._x = 30;
this._y = 547;
}
if (this._x < -20) {
this._x = 30;
this._y = 547;
}
if (this._x > 810) {
this._x = 30;
this._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Frame 34
unloadMovie (_root.ground);
nextFrame();
Frame 35
stop();
Instance of Symbol 79 MovieClip in Frame 35
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
another = new Sound();
another.attachSound("ding", this);
another.start();
_root.play();
}
}
Instance of Symbol 95 MovieClip "char" in Frame 35
onClipEvent (load) {
grav = 0;
speed = 5;
jumpHeight = 12;
scale = _xscale;
yp = 0;
grounded = false;
timer = 0;
timer2 = 0;
}
onClipEvent (enterFrame) {
grav++;
_y = (_y + grav);
while (_root.ground.hitTest(_x, _y, true)) {
_y = (_y-1);
grav = 0;
}
if (Key.isDown(39)) {
_x = (_x + speed);
_xscale = scale;
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(3);
}
} else if (Key.isDown(37)) {
_x = (_x - speed);
_xscale = (-scale);
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(3);
}
} else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(38))) {
this.gotoAndStop(3);
}
if ((((!Key.isDown(38)) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!Key.isDown(40))) {
this.gotoAndStop(4);
}
if (Key.isDown(38) && (_root.ground.hitTest(_x, _y + 3, true))) {
grav = -jumpHeight;
_y = (_y - 4);
this.gotoAndStop(4);
}
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)) {
grav = 2;
}
}
onClipEvent (enterFrame) {
if (this._y > 750) {
someSound = new Sound();
someSound.attachSound("scream", this);
someSound.start();
this._x = 30;
this._y = 547;
}
if (this._y < 0) {
this._x = 30;
this._y = 547;
}
if (this._x < -20) {
this._x = 30;
this._y = 547;
}
if (this._x > 810) {
this._x = 30;
this._y = 547;
}
}
Frame 36
unloadMovie (_root.ground);
nextFrame();
Frame 37
stop();
_root.onMouseDown = function () {
_root.ground.lineStyle(20, 0, 100);
_root.ground.moveTo(_xmouse, _ymouse);
this.onMouseMove = function () {
_root.ground.lineTo(_xmouse, _ymouse);
updateAfterEvent();
};
};
_root.onMouseUp = function () {
this.onMouseMove = null;
};
Instance of Symbol 79 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
another = new Sound();
another.attachSound("ding", this);
another.start();
_root.play();
}
}
Instance of Symbol 115 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 95 MovieClip "char" in Frame 37
onClipEvent (load) {
grav = 0;
speed = 5;
jumpHeight = 12;
scale = _xscale;
yp = 0;
grounded = false;
timer = 0;
timer2 = 0;
}
onClipEvent (enterFrame) {
grav++;
_y = (_y + grav);
while (_root.ground.hitTest(_x, _y, true)) {
_y = (_y-1);
grav = 0;
}
if (Key.isDown(39)) {
_x = (_x + speed);
_xscale = scale;
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(3);
}
} else if (Key.isDown(37)) {
_x = (_x - speed);
_xscale = (-scale);
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(3);
}
} else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(38))) {
this.gotoAndStop(3);
}
if ((((!Key.isDown(38)) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!Key.isDown(40))) {
this.gotoAndStop(4);
}
if (Key.isDown(38) && (_root.ground.hitTest(_x, _y + 3, true))) {
grav = -jumpHeight;
_y = (_y - 4);
this.gotoAndStop(4);
}
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)) {
grav = 2;
}
}
onClipEvent (enterFrame) {
if (this._y > 750) {
someSound = new Sound();
someSound.attachSound("scream", this);
someSound.start();
this._x = 30;
this._y = 547;
}
if (this._y < 0) {
this._x = 30;
this._y = 547;
}
if (this._x < -20) {
this._x = 30;
this._y = 547;
}
if (this._x > 810) {
this._x = 30;
this._y = 547;
}
}
Frame 38
unloadMovie (_root.ground);
nextFrame();
Frame 39
stop();
bar = 100;
_root.onMouseDown = function () {
_root.ground.lineStyle(20, 0, 100);
_root.ground.moveTo(_xmouse, _ymouse);
this.onMouseMove = function () {
_root.ground.lineTo(_xmouse, _ymouse);
updateAfterEvent();
};
};
_root.onMouseUp = function () {
this.onMouseMove = null;
};
Instance of Symbol 79 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
another = new Sound();
another.attachSound("ding", this);
another.start();
_root.play();
}
}
Instance of Symbol 135 MovieClip in Frame 39
onClipEvent (enterFrame) {
this._rotation = this._rotation + 1;
}
Instance of Symbol 144 MovieClip in Frame 39
onClipEvent (enterFrame) {
this._rotation = this._rotation + 1;
}
Instance of Symbol 144 MovieClip in Frame 39
onClipEvent (enterFrame) {
this._rotation = this._rotation + 1;
}
Instance of Symbol 135 MovieClip in Frame 39
onClipEvent (enterFrame) {
this._rotation = this._rotation + 1;
}
Instance of Symbol 95 MovieClip "char" in Frame 39
onClipEvent (load) {
grav = 0;
speed = 5;
jumpHeight = 12;
scale = _xscale;
yp = 0;
grounded = false;
timer = 0;
timer2 = 0;
}
onClipEvent (enterFrame) {
grav++;
_y = (_y + grav);
while (_root.ground.hitTest(_x, _y, true)) {
_y = (_y-1);
grav = 0;
}
if (Key.isDown(39)) {
_x = (_x + speed);
_xscale = scale;
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(3);
}
} else if (Key.isDown(37)) {
_x = (_x - speed);
_xscale = (-scale);
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(3);
}
} else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(38))) {
this.gotoAndStop(3);
}
if ((((!Key.isDown(38)) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!Key.isDown(40))) {
this.gotoAndStop(4);
}
if (Key.isDown(38) && (_root.ground.hitTest(_x, _y + 3, true))) {
grav = -jumpHeight;
_y = (_y - 4);
this.gotoAndStop(4);
}
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)) {
grav = 2;
}
}
onClipEvent (enterFrame) {
if (this._y > 750) {
someSound = new Sound();
someSound.attachSound("scream", this);
someSound.start();
this._x = 30;
this._y = 547;
}
if (this._y < 0) {
this._x = 30;
this._y = 547;
}
if (this._x < -20) {
this._x = 30;
this._y = 547;
}
if (this._x > 810) {
this._x = 30;
this._y = 547;
}
}
Frame 40
unloadMovie (_root.ground);
nextFrame();
Frame 41
stop();
bar = 100;
_root.onMouseDown = function () {
_root.ground.lineStyle(20, 0, 100);
_root.ground.moveTo(_xmouse, _ymouse);
this.onMouseMove = function () {
_root.ground.lineTo(_xmouse, _ymouse);
updateAfterEvent();
};
};
_root.onMouseUp = function () {
this.onMouseMove = null;
};
Instance of Symbol 79 MovieClip in Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
another = new Sound();
another.attachSound("ding", this);
another.start();
_root.play();
}
}
Instance of Symbol 115 MovieClip in Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 95 MovieClip "char" in Frame 41
onClipEvent (load) {
grav = 0;
speed = 5;
jumpHeight = 12;
scale = _xscale;
yp = 0;
grounded = false;
timer = 0;
timer2 = 0;
}
onClipEvent (enterFrame) {
grav++;
_y = (_y + grav);
while (_root.ground.hitTest(_x, _y, true)) {
_y = (_y-1);
grav = 0;
}
if (Key.isDown(39)) {
_x = (_x + speed);
_xscale = scale;
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(3);
}
} else if (Key.isDown(37)) {
_x = (_x - speed);
_xscale = (-scale);
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(3);
}
} else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(38))) {
this.gotoAndStop(3);
}
if ((((!Key.isDown(38)) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!Key.isDown(40))) {
this.gotoAndStop(4);
}
if (Key.isDown(38) && (_root.ground.hitTest(_x, _y + 3, true))) {
grav = -jumpHeight;
_y = (_y - 4);
this.gotoAndStop(4);
}
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)) {
grav = 2;
}
}
onClipEvent (enterFrame) {
if (this._y > 750) {
someSound = new Sound();
someSound.attachSound("scream", this);
someSound.start();
this._x = 30;
this._y = 547;
}
if (this._y < 0) {
this._x = 30;
this._y = 547;
}
if (this._x < -20) {
this._x = 30;
this._y = 547;
}
if (this._x > 810) {
this._x = 30;
this._y = 547;
}
}
Frame 42
unloadMovie (_root.ground);
nextFrame();
Frame 43
stop();
bar = 100;
_root.onMouseDown = function () {
_root.ground.lineStyle(20, 0, 100);
_root.ground.moveTo(_xmouse, _ymouse);
this.onMouseMove = function () {
_root.ground.lineTo(_xmouse, _ymouse);
updateAfterEvent();
};
};
_root.onMouseUp = function () {
this.onMouseMove = null;
};
Instance of Symbol 79 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
another = new Sound();
another.attachSound("ding", this);
another.start();
_root.play();
}
}
Instance of Symbol 115 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 115 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 95 MovieClip "char" in Frame 43
onClipEvent (load) {
grav = 0;
speed = 5;
jumpHeight = 12;
scale = _xscale;
yp = 0;
grounded = false;
timer = 0;
timer2 = 0;
}
onClipEvent (enterFrame) {
grav++;
_y = (_y + grav);
while (_root.ground.hitTest(_x, _y, true)) {
_y = (_y-1);
grav = 0;
}
if (Key.isDown(39)) {
_x = (_x + speed);
_xscale = scale;
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(3);
}
} else if (Key.isDown(37)) {
_x = (_x - speed);
_xscale = (-scale);
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(3);
}
} else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(38))) {
this.gotoAndStop(3);
}
if ((((!Key.isDown(38)) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!Key.isDown(40))) {
this.gotoAndStop(4);
}
if (Key.isDown(38) && (_root.ground.hitTest(_x, _y + 3, true))) {
grav = -jumpHeight;
_y = (_y - 4);
this.gotoAndStop(4);
}
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)) {
grav = 2;
}
}
onClipEvent (enterFrame) {
if (this._y > 750) {
someSound = new Sound();
someSound.attachSound("scream", this);
someSound.start();
this._x = 30;
this._y = 547;
}
if (this._y < 0) {
this._x = 30;
this._y = 547;
}
if (this._x < -20) {
this._x = 30;
this._y = 547;
}
if (this._x > 810) {
this._x = 30;
this._y = 547;
}
}
Frame 44
unloadMovie (_root.ground);
nextFrame();
Frame 45
stop();
_root.onMouseDown = function () {
_root.ground.lineStyle(20, 0, 100);
_root.ground.moveTo(_xmouse, _ymouse);
this.onMouseMove = function () {
_root.ground.lineTo(_xmouse, _ymouse);
updateAfterEvent();
};
};
_root.onMouseUp = function () {
this.onMouseMove = null;
};
Instance of Symbol 79 MovieClip in Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
another = new Sound();
another.attachSound("ding", this);
another.start();
_root.play();
}
}
Instance of Symbol 135 MovieClip in Frame 45
onClipEvent (enterFrame) {
this._rotation = this._rotation + 1;
}
Instance of Symbol 156 MovieClip in Frame 45
onClipEvent (enterFrame) {
this._rotation = this._rotation - 1;
}
Instance of Symbol 157 MovieClip in Frame 45
onClipEvent (enterFrame) {
this._rotation = this._rotation - 1;
}
Instance of Symbol 95 MovieClip "char" in Frame 45
onClipEvent (load) {
grav = 0;
speed = 5;
jumpHeight = 12;
scale = _xscale;
yp = 0;
grounded = false;
timer = 0;
timer2 = 0;
}
onClipEvent (enterFrame) {
grav++;
_y = (_y + grav);
while (_root.ground.hitTest(_x, _y, true)) {
_y = (_y-1);
grav = 0;
}
if (Key.isDown(39)) {
_x = (_x + speed);
_xscale = scale;
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(3);
}
} else if (Key.isDown(37)) {
_x = (_x - speed);
_xscale = (-scale);
if (_root.ground.hitTest(_x, _y + 3, true)) {
this.gotoAndStop(1);
} else if (_root.ground.hitTest(!this)) {
this.gotoAndStop(3);
}
} else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(38))) {
this.gotoAndStop(3);
}
if ((((!Key.isDown(38)) && (!Key.isDown(37))) && (!Key.isDown(39))) && (!Key.isDown(40))) {
this.gotoAndStop(4);
}
if (Key.isDown(38) && (_root.ground.hitTest(_x, _y + 3, true))) {
grav = -jumpHeight;
_y = (_y - 4);
this.gotoAndStop(4);
}
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)) {
grav = 2;
}
}
onClipEvent (enterFrame) {
if (this._y > 750) {
someSound = new Sound();
someSound.attachSound("scream", this);
someSound.start();
this._x = 30;
this._y = 547;
}
if (this._y < 0) {
this._x = 30;
this._y = 547;
}
if (this._x < -20) {
this._x = 30;
this._y = 547;
}
if (this._x > 810) {
this._x = 30;
this._y = 547;
}
}
Frame 46
stop();
Frame 47
stop();
Instance of Symbol 168 MovieClip in Frame 47
on (press) {
getURL ("http://www.cremationproductions.com");
}
Symbol 8 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
_root.gotoAndPlay(2);
}
Symbol 8 MovieClip Frame 2
gotoAndPlay (1);
Symbol 14 MovieClip Frame 111
_root.gotoAndPlay(3);
Symbol 26 Button
on (press) {
_root.gotoAndPlay(6);
}
Symbol 45 Button
on (press) {
_root.gotoAndPlay(5);
}
Symbol 48 Button
on (press) {
gotoAndStop (47);
}
Symbol 51 Button
on (press) {
getURL ("http://www.gamegecko.com");
}
Symbol 54 Button
on (press) {
getURL ("http://www.gamesforwebsites.com/");
}
Symbol 59 Button
on (press) {
getURL ("http://www.gamegecko.com");
}
Symbol 66 Button
on (press) {
_root.gotoAndPlay(3);
}
Symbol 94 MovieClip Frame 2
stop();
Symbol 95 MovieClip Frame 1
stop();
Symbol 95 MovieClip Frame 2
stop();
Symbol 95 MovieClip Frame 3
stop();
Symbol 95 MovieClip Frame 4
stop();
Symbol 103 Button
on (press) {
_root.prevFrame();
}
Symbol 110 Button
on (press) {
_root.gotoAndPlay(4);
}
Instance of Symbol 114 MovieClip in Symbol 115 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.penis._x = char._x;
_root.penis._y = char._y;
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 121 MovieClip in Symbol 122 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 130 MovieClip in Symbol 131 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 130 MovieClip in Symbol 140 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 114 MovieClip in Symbol 150 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.penis._x = char._x;
_root.penis._y = char._y;
_root.char._x = 30;
_root.char._y = 547;
}
}
Instance of Symbol 150 MovieClip in Symbol 151 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.char._x = 30;
_root.char._y = 547;
}
}