Combined Code
movieClip 6 bugShill {
frame 1 {
stop();
}
frame 10 {
prevFrame();
}
}
frame 1 {
entireMovie = new Sound();
entireMovie.setVolume(0);
Stage.showMenu = false;
}
movieClip 9 {
}
movieClip 13 {
}
movieClip 14 {
frame 1 {
function timerHandler() {
if (!loadingComplete) {
var v4 = _root.getBytesLoaded() / _root.getBytesTotal();
bar._xscale = 100 * v4;
if (v4 == 1) {
loadingComplete = true;
if (AUTO_PLAY) {
startMovie();
} else {
gotoAndStop('loaded');
}
return undefined;
}
}
dt = getTimer() - time;
time += dt;
frameAccum += dt;
var v3 = 0;
for (;;) {
if (!(frameAccum >= FRAME_TIME && v3 < MAX_FRAME_SKIP)) break;
advanceFrame(tankLogo, true, true);
advanceFrame(loadingText, false, true);
advanceFrame(barGfx, false, true);
if (loadingComplete) {
advanceFrame(this, false, false);
}
frameAccum -= FRAME_TIME;
v3++;
}
updateAfterEvent();
}
function advanceFrame(clip, recurse, loop) {
if (!clip) {
return undefined;
}
clip.stop();
if (clip._currentframe == clip._totalframes) {
if (loop) {
clip.gotoAndStop(1);
}
} else {
clip.nextFrame();
}
if (recurse) {
for (childName in clip) {
if (typeof clip[childName] == 'movieclip') {
advanceFrame(clip[childName], recurse, loop);
}
}
}
}
function startMovie() {
clearInterval(intervalId);
_root.play();
}
_root.stop();
stop();
var FRAME_TIME = 33.33333333333334;
var AUTO_PLAY = false;
var MAX_FRAME_SKIP = 5;
var loadingComplete;
var intervalId;
var time;
var frameAccum;
loadingComplete = false;
intervalId = setInterval(this, 'timerHandler', FRAME_TIME / 2);
frameAccum = 0;
time = getTimer();
timerHandler();
}
frame 3 {
startMovie();
}
}
button 17 {
on (release) {
getURL('https://www.kickstarter.com/projects/80348891/pinstripe-an-adventure-through-hell', '_blank');
}
}
frame 2 {
stopAllSounds();
}
frame 2 {
stop();
Stage.showMenu = false;
_root.bouncing = false;
playerWeight = 0.2;
_root.carryLight = false;
_root.switch1 = false;
_root.jetPackOn = false;
_root.littleGirlTextFinished = false;
_root.swingerTextFinished = false;
_root.swingerText2Finished = false;
_root.swingerText3Finished = false;
_root.waterRunning = false;
_root.farmerJohnText2Finished = false;
_root.releaseHook = false;
_root.fattyText2Finished = false;
_root.carryHook = false;
_root.birdTextShillFinished = false;
_root.birdText2ShillFinished = false;
_root.birdText3ShillFinished = false;
_root.birdTextLightFinished = false;
_root.birdTextEndFinished = false;
_root.birdText2EndFinished = false;
_root.birdText3EndFinished = false;
_root.birdGomTextFinished = false;
_root.mamaTextFinished = false;
_root.mamaText2Finished = false;
_root.birdTextFinished = false;
_root.playThePianoTextFinished = false;
_root.cageDoorScale = 10;
_root.trapDoorOpen = false;
_root.trapDoor.light._width = 0;
_root.bridgeBreakable = false;
_root.doorSwitch4switchOn = false;
_root.doorSwitch5switchOn = false;
_root.doorSwitch6switchOn = false;
}
movieClip 20 {
}
movieClip 22 {
}
movieClip 24 {
}
movieClip 25 {
instance of movieClip 20 {
onClipEvent (enterFrame) {
alpha = 90 + random(10);
_alpha = _alpha + (alpha - _alpha) / 5;
}
}
instance of movieClip 20 {
}
}
movieClip 29 {
}
movieClip 32 {
}
movieClip 34 {
}
// unknown tag 88 length 62
movieClip 93 {
frame 1 {
_root.playGame._x = 1000000;
}
frame 254 {
stop();
_root.playGame._x = 275;
}
}
button 96 {
on (release) {
gotoAndStop(3);
}
}
movieClip 98 {
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
movieClip 99 {
}
instance fadeIn2 of movieClip 99 {
onClipEvent (enterFrame) {
this.swapDepths(1000000000);
if (_alpha > -5) {
_alpha = _alpha - 0.5;
}
}
onClipEvent (load) {
this.swapDepths(1000000000);
}
}
// unknown tag 88 length 134
// unknown tag 88 length 133
// unknown tag 88 length 131
button 114 {
on (release) {
getURL('https://www.kickstarter.com/projects/80348891/pinstripe-an-adventure-through-hell', '_blank');
}
}
frame 3 {
entireMovie.setVolume(100);
}
frame 3 {
stop();
}
movieClip 139 {
}
movieClip 142 {
}
movieClip 145 {
}
movieClip 148 {
}
movieClip 149 {
}
movieClip 152 {
}
movieClip 154 {
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
}
movieClip 157 {
}
movieClip 158 {
instance of movieClip 157 {
onClipEvent (enterFrame) {
if (_root.trapDoorOpen eq true) {
_x = 100000;
}
}
}
}
movieClip 159 {
}
instance player of movieClip 159 {
onClipEvent (load) {
talking = false;
swinging = false;
swingJumpCounter = 0;
_height = _root.girl._height;
_width = _root.girl._width;
pushUp = 0;
playerSpeed = 0;
gravity = 0;
y = 0;
smoothJumpCounter = 0;
sound = new Sound(this);
sound.attachSound('jump');
sound.setVolume(40);
}
onClipEvent (enterFrame) {
smoothJumpCounter -= 1;
if (swinging eq false) {
if (_y > 600) {
_y = 0;
}
_root.girl._visible = true;
_y = _y + gravity;
_x = _x + playerSpeed;
playerSpeed += -playerSpeed / 5;
if (talking eq false) {
if (Key.isDown(37)) {
_root.girl._xscale = -_root.girl.xscale;
playerSpeed -= 1;
} else {
if (Key.isDown(39)) {
_root.girl._xscale = _root.girl.xscale;
playerSpeed += 1;
}
}
}
if (_root.ground.hitTest(_x + _width / 2, _y - _height / 1.1, true)) {
_x = _x - 5;
}
if (_root.ground.hitTest(_x - _width / 2, _y - _height / 1.1, true)) {
_x = _x + 5;
}
if (_root.ceiling.hitTest(_x, _y - _height / 2, true)) {
_y = _y + _height;
}
if (smoothJumpCounter > 0) {
if (Key.isDown(38)) {
_y = _y - 2;
gravity = -10;
_root.girlHind._y = _y;
_root.girlHind.gravity = gravity;
}
}
if (_root.ground.hitTest(_x, _y, true)) {
pushUp += 0.3;
gravity = 0;
_root.girl.jump.gotoAndStop(1);
_y = _y - (Math.abs(playerSpeed) + pushUp);
smoothJumpCounter = 5;
_root.girl._rotation = 0;
if (Math.abs(playerSpeed) > 0.4 && Math.abs(playerSpeed) < 1) {
_root.girl.gotoAndStop('walk');
}
if (Math.abs(playerSpeed) < 0.4) {
_root.girl.gotoAndStop('stand');
}
if (Math.abs(playerSpeed) > 1) {
_root.girl.gotoAndStop('run');
}
} else {
pushUp = 0;
gravity += _root.playerWeight;
if (Math.abs(gravity) > 5) {
_root.girl.gotoAndStop('jump');
}
}
} else {
_root.girl._visible = false;
swingJumpCounter += 1;
if (Key.isDown(38) && swingJumpCounter > 30) {
_y = _y - 70;
gravity = -10;
_root.girl._y = _y;
swinging = false;
swingJumpCounter = 0;
}
}
}
}
movieClip 162 {
}
movieClip 164 {
}
movieClip 165 {
}
movieClip 170 {
}
movieClip 180 {
frame 14 {
gotoAndPlay(6);
}
}
movieClip 190 {
frame 18 {
stop();
}
}
movieClip 191 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
instance jump of movieClip 190 {
onClipEvent (load) {
if (_root.jetPackOn eq true && Key.isDown(38)) {
_root.player.sound.start();
}
}
}
}
instance girl of movieClip 191 {
onClipEvent (load) {
xscale = _xscale;
yscale = _yscale;
}
onClipEvent (enterFrame) {
_rotation = 0;
if (_root.jetPackOn == true) {
_root.girl.jetPack._visible = true;
_root.girl.straps._visible = true;
_root.playerWeight = 0.4;
}
if (_root.jetPackOn == false) {
_root.girl.straps._visible = false;
_root.girl.jetPack._visible = false;
_root.playerWeight = 1;
}
if (Math.abs(_root.player._y - _y) > 150) {
_y = _root.player._y;
}
_x = _root.player._x;
_y = _y + (_root.player._y - _y) / 2.5;
}
}
movieClip 193 {
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._x = 5;
_root.catFore._x = 5;
_root.girl._x = 5;
_root.bird._x = _root.player._x;
_root.nextFrame();
}
}
}
movieClip 195 {
}
instance splash of movieClip 195 {
onClipEvent (load) {
if (_name == 'splash') {
_visible = false;
}
_alpha = 30;
_x = _root.girl._x;
_y = _root.water._y - _root.water._height / 3;
_xscale = 80 + random(20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
_xscale = _xscale + 5;
_alpha = _alpha - 1;
if (_alpha < 0) {
this.removeMovieClip();
}
}
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._x = 300;
_root.girl._x = _root.player._x;
_root.player._y = 25;
_root.girl._y = 25;
_root.bird._y = _root.player._x;
_root.gotoAndStop(32);
}
}
}
movieClip 198 {
}
movieClip 200 {
}
movieClip 201 {
instance of movieClip 200 {
onClipEvent (enterFrame) {
_width = _root.trapDoor.light._width;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
_xscale = 50 + random(50);
_yscale = _xscale;
_alpha = 10 + random(50);
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) / 2;
ySpeed = Math.sin(radians) / 2;
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
}
instance trapDoor of movieClip 201 {
onClipEvent (enterFrame) {
if (_root.trapDoorOpen eq true) {
if (light._width > 0 && light._width < 5) {
sound.start();
}
if (light._width < 145) {
light._width += 1;
}
}
}
onClipEvent (load) {
sound = new Sound(this);
sound.attachSound('door');
sound.setVolume(30);
if (_root.trapDoorOpen eq true) {
light._width = 145;
}
if (_root.trapDoorOpen eq false) {
light._width = 0;
}
}
}
movieClip 203 {
}
movieClip 204 {
instance hook of movieClip 203 {
onClipEvent (enterFrame) {
_x = _x + (x - _x) / 100;
trace(_x);
}
}
}
instance hook of movieClip 204 {
onClipEvent (load) {
ball.bug.gotoAndPlay(random(90));
friction = 0;
gravity = 1;
gravity2 = 0;
rotation2 = 0;
_rotation = 90;
windCounter = 0;
wind = 90 + random(20);
yOrig = _y;
}
onClipEvent (enterFrame) {
if (_root._currentframe !== 8 && _root.carryHook eq false) {
_x = -1000;
} else {
_x = 230;
}
if (_root.releaseHook eq true && _root.carryHook eq false) {
this.hook.x = 50;
} else {
this.hook.x = 0;
}
if (_root.bird.hitTest(this) && _root.fattyTextFinished == true && this.hook._x > 30) {
_root.carryHook = true;
}
if (_root.carryHook eq true && _root.fattyText2Finished !== true) {
_x = _root.bird._x;
_y = _root.bird._y;
this.hook._x = 0;
}
if (_root.fattyText2Finished == true) {
_visible = false;
_y = -1000;
}
windCounter += 1;
if (windCounter > 50) {
wind = 90 + random(20);
windCounter = 0;
}
if (_rotation > wind) {
_rotation = _rotation - 0.11;
gravity -= 0.1;
}
if (_rotation < wind) {
_rotation = _rotation + 0.11;
gravity += 0.1;
}
_rotation = _rotation + gravity;
}
}
movieClip 207 {
}
movieClip 210 {
}
movieClip 211 {
}
instance bird of movieClip 211 {
onClipEvent (enterFrame) {
float._rotation += 0.2;
if (_root.player.talking eq false && _root.birdTextFinished == true) {
x = _root.player._x - 20;
y = _root.player._y;
} else {
x = _root.talker._x;
y = _root.talker.follow;
}
_x = _x + (x - _x) / 10;
_y = _y + ((y - 50 - _y) / 10 + Math.sin(float._rotation / 0.03141592653589793));
if (Math.abs(_root.player.playerSpeed) > 3) {
counter += 1;
if (counter > 10 + random(30)) {
i = 0;
while (i < random(10)) {
++i;
++_root.mcI;
_root.feather.duplicateMovieClip('feather' + _root.mcI, _root.mcI);
++i;
}
counter = 0;
}
}
}
onClipEvent (load) {
_visible = false;
_root.mcI = 0;
counter = 0;
float._rotation = 0;
_x = _root.player._x;
_y = _root.player._y;
}
}
movieClip 213 {
}
instance feather of movieClip 213 {
onClipEvent (enterFrame) {
if (_alpha < 0) {
this.removeMovieClip();
} else {
_alpha = _alpha - 1;
}
_rotation = _rotation + rotateSpeed;
_y = _y + ySpeed;
_x = _x + Math.cos(_rotation * Math.PI / 100);
}
onClipEvent (load) {
_alpha = 100;
_x = _root.bird._x;
_y = _root.bird._y;
rotateSpeed = 0.1 + random(4) / random(4);
ySpeed = 0.4 + random(2);
}
}
movieClip 214 {
}
movieClip 215 {
}
// unknown tag 88 length 67
movieClip 220 {
frame 11 {
stop();
}
}
movieClip 221 {
}
button 223 {
on (release) {
nextFrame();
}
}
button 225 {
on (release) {
_root.playThePianoTextFinished = true;
}
}
button 231 {
on (press) {
gotoAndStop(2);
}
}
button 234 {
on (release) {
if (_root.jetPackOn == true) {
gotoAndStop(3);
}
}
}
button 237 {
on (press) {
gotoAndStop(2);
}
}
button 240 {
on (press) {
gotoAndStop(2);
}
}
button 243 {
on (press) {
gotoAndStop(2);
}
}
button 246 {
on (press) {
gotoAndStop(2);
}
}
button 249 {
on (press) {
gotoAndStop(2);
}
}
movieClip 252 {
}
button 254 {
on (press) {
gotoAndStop(2);
}
}
button 255 {
on (press) {
gotoAndStop(4);
}
}
button 256 {
on (press) {
gotoAndStop(5);
}
}
button 257 {
on (press) {
gotoAndStop(6);
}
}
button 258 {
on (press) {
_root.playThePianoTextFinished = true;
_root.trapDoorOpen = true;
}
}
movieClip 259 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
instance playThePianoText of movieClip 259 {
onClipEvent (enterFrame) {
if (_y > 400) {
_root.player.talking = false;
} else {
_root.player.talking = true;
}
if (_root.player._x > 300) {
_root._root.playThePianoTextFinished = false;
}
if (_root.player._x < 300 && _root.playThePianoTextFinished !== true) {
_visible = true;
_y = _y + (y - _y) / 4;
} else {
_y = _y + (500 - _y) / 4;
}
}
onClipEvent (load) {
_visible = false;
y = _y;
_y = 600 + _height;
}
}
movieClip 261 {
frame 1 {
stop();
}
}
instance of movieClip 261 {
onClipEvent (load) {
fadeSpeed = 0.1;
soundVolume = 0;
soundMax = 20;
sound = new Sound(this);
sound.attachSound('indoorSound');
sound.setVolume(0);
sound.start(0, 99);
}
onClipEvent (unload) {
sound.stop();
}
onClipEvent (enterFrame) {
if (soundVolume > soundMax) {
soundVolume = soundMax;
}
if (soundVolume < 0) {
soundVolume = 0;
}
sound.setVolume(soundVolume);
if (_root._currentframe > 2 && _root._currentframe < 7) {
soundVolume += fadeSpeed;
} else {
soundVolume -= fadeSpeed;
}
}
}
movieClip 264 {
}
movieClip 267 {
}
movieClip 268 {
}
movieClip 269 {
frame 82 {
stop();
}
}
movieClip 270 {
frame 1 {
stop();
}
instance of movieClip 269 {
onClipEvent (load) {
_rotation = _rotation + (random(20) - random(20));
_xscale = _xscale + random(20);
gotoAndPlay(random(10));
_yscale = _xscale;
_alpha = 20 + random(100);
}
}
instance of movieClip 269 {
onClipEvent (load) {
_rotation = _rotation + (random(20) - random(20));
_xscale = _xscale + random(20);
gotoAndPlay(random(10));
_yscale = _xscale;
_alpha = 20 + random(100);
}
}
instance of movieClip 269 {
onClipEvent (load) {
_rotation = _rotation + (random(20) - random(20));
_xscale = _xscale + random(20);
gotoAndPlay(random(10));
_yscale = _xscale;
_alpha = 20 + random(100);
}
}
instance of movieClip 269 {
onClipEvent (load) {
_rotation = _rotation + (random(20) - random(20));
_xscale = _xscale + random(20);
gotoAndPlay(random(10));
_yscale = _xscale;
_alpha = 20 + random(100);
}
}
instance of movieClip 269 {
onClipEvent (load) {
_rotation = _rotation + (random(20) - random(20));
_xscale = _xscale + random(20);
gotoAndPlay(random(10));
_yscale = _xscale;
_alpha = 20 + random(100);
}
}
instance of movieClip 269 {
onClipEvent (load) {
_rotation = _rotation + (random(20) - random(20));
_xscale = _xscale + random(20);
gotoAndPlay(random(10));
_yscale = _xscale;
_alpha = 20 + random(100);
}
}
instance of movieClip 269 {
onClipEvent (load) {
_rotation = _rotation + (random(20) - random(20));
_xscale = _xscale + random(20);
gotoAndPlay(random(10));
_yscale = _xscale;
_alpha = 20 + random(100);
}
}
instance of movieClip 269 {
onClipEvent (load) {
_rotation = _rotation + (random(20) - random(20));
_xscale = _xscale + random(20);
gotoAndPlay(random(10));
_yscale = _xscale;
_alpha = 20 + random(100);
}
}
}
movieClip 272 {
}
movieClip 275 {
}
movieClip 277 {
}
movieClip 279 {
}
movieClip 280 {
}
movieClip 283 {
}
movieClip 285 {
}
movieClip 287 {
}
instance of movieClip 287 {
onClipEvent (enterFrame) {
_x = _root.girl._x;
_alpha = 100 - (_root.girl._y - _y);
_rotation = -(_x - 275) / 5;
}
onClipEvent (load) {
_width = _root.girl._width;
}
}
movieClip 289 {
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._x = 545;
_root.catFore._x = 545;
_root.girl._x = 545;
_root.bird._x = _root.player._x;
_root.prevFrame();
}
}
}
movieClip 292 {
}
movieClip 293 {
instance of movieClip 292 {
onClipEvent (enterFrame) {
_alpha = 80 + random(20);
}
}
}
movieClip 294 {
}
movieClip 296 {
}
movieClip 299 {
}
movieClip 300 {
instance of movieClip 292 {
onClipEvent (enterFrame) {
_alpha = 80 + random(20);
}
}
instance of movieClip 292 {
onClipEvent (enterFrame) {
_alpha = 80 + random(20);
}
}
instance of movieClip 292 {
onClipEvent (enterFrame) {
_alpha = 80 + random(20);
}
}
instance of movieClip 292 {
onClipEvent (enterFrame) {
_alpha = 80 + random(20);
}
}
instance of movieClip 292 {
onClipEvent (enterFrame) {
_alpha = 80 + random(20);
}
}
instance of movieClip 292 {
onClipEvent (enterFrame) {
_alpha = 80 + random(20);
}
}
instance of movieClip 292 {
onClipEvent (enterFrame) {
_alpha = 80 + random(20);
}
}
}
movieClip 302 {
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._x = 545;
_root.catFore._x = 545;
_root.girl._x = 545;
_root.bird._x = _root.player._x;
_root.prevFrame();
}
}
}
movieClip 304 {
}
movieClip 306 {
}
movieClip 307 {
}
movieClip 310 {
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.stopAllSounds();
_root.player._y = 350;
_root.girl._y = _root.player._y;
_root.player._x = 150;
_root.catFore._x = 100;
_root.girl._x = 150;
_root.bird._x = _root.player._x;
_root.bird._visible = true;
_root.nextFrame();
}
}
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._x = 545;
_root.catFore._x = 545;
_root.girl._x = 545;
_root.bird._x = _root.player._x;
_root.prevFrame();
}
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
movieClip 312 {
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._y = 225;
_root.girl._y = 225;
_root.player._x = 5;
_root.catFore._x = 5;
_root.girl._x = 5;
_root.bird._x = _root.player._x;
_root.nextFrame();
}
}
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.egg.heald = false;
_root.player._y = 25;
_root.girl._y = 25;
_root.player._x = 545;
_root.catFore._x = 545;
_root.girl._x = 545;
_root.bird._x = _root.player._x;
_root.stopAllSounds();
_root.prevFrame();
}
}
}
movieClip 315 {
}
movieClip 316 {
}
movieClip 318 {
}
movieClip 321 {
}
movieClip 323 {
}
movieClip 326 {
}
movieClip 328 {
}
movieClip 330 {
}
movieClip 332 {
}
movieClip 335 {
}
movieClip 336 {
instance of movieClip 335 {
onClipEvent (enterFrame) {
_xscale = _xscale + (_root.cageDoorScale - _xscale) / 10;
}
}
}
instance talker of movieClip 336 {
onClipEvent (load) {
follow = _y + 95;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
movieClip 338 {
}
instance egg of movieClip 338 {
onClipEvent (load) {
_visible = false;
heald = false;
born = false;
pushUp = 0;
playerSpeed = 2;
gravity = 0;
_y = _root.land1_worm._y;
_x = _root.land1_worm._x + 50;
}
onClipEvent (enterFrame) {
if (heald eq true && born eq true) {
gravity = 0;
_visible = true;
_x = _root.bird._x;
_y = _root.bird._y + 10;
}
if (_root.player.hitTest(this) && born eq true && heald eq false) {
_root.bird._x = _x;
_root.bird._y = _y;
heald = true;
}
if (born eq false) {
_x = 800;
gravity = 0;
_visible = false;
} else {
_visible = true;
}
_y = _y + gravity;
_x = _x + playerSpeed;
playerSpeed += -playerSpeed / 100;
if (heald !== true) {
if (_root.ground.hitTest(_x, _y, true)) {
pushUp += 0.3;
gravity = -gravity / 1.2;
_y = _y - pushUp;
} else {
pushUp = 0;
gravity += 1;
}
}
}
}
// unknown tag 88 length 72
button 341 {
on (press) {
nextFrame();
}
}
button 344 {
on (release) {
gotoAndStop(3);
}
}
button 349 {
on (release) {
gotoAndStop(5);
}
}
button 353 {
on (release) {
_root.cageDoorScale = -100;
_root.birdTextFinished = true;
}
}
movieClip 355 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
instance birdText of movieClip 355 {
onClipEvent (enterFrame) {
if (_root.birdTextFinished !== true) {
if (_currentframe == _totalframes) {
sound.start();
gotoAndStop(1);
}
_visible = true;
_root.player.talking = true;
_y = _y + (y - _y) / 4;
} else {
_root.player.talking = false;
_y = _y + (500 - _y) / 4;
}
}
onClipEvent (load) {
gotoAndStop(_totalframes);
_visible = false;
sound = new Sound(this);
sound.attachSound('talk_bird');
sound.setVolume(40);
y = _y;
_y = 600 + _height;
}
}
instance of movieClip 261 {
onClipEvent (load) {
sound = new Sound(this);
sound.attachSound('waterSound');
sound.start(0, 99);
sound.setVolume(10);
}
onClipEvent (unload) {
sound.stop();
}
}
instance of movieClip 261 {
onClipEvent (load) {
fadeSpeed = 0.1;
soundVolume = 0;
soundMax = 10;
sound = new Sound(this);
sound.attachSound('windSound');
sound.start(0, 99);
sound.setVolume(0);
}
onClipEvent (unload) {
sound.stop();
}
onClipEvent (enterFrame) {
if (soundVolume > soundMax) {
soundVolume = soundMax;
}
if (soundVolume < 0) {
soundVolume = 0;
}
sound.setVolume(soundVolume);
if (_root._currentframe > 6 && _root._currentframe < 17) {
soundVolume += fadeSpeed;
} else {
soundVolume -= fadeSpeed;
}
}
}
instance of movieClip 261 {
onClipEvent (load) {
fadeSpeed = 0.1;
soundVolume = 0;
soundMax = 30;
sound = new Sound(this);
sound.attachSound('comaSound');
sound.start(0, 99);
sound.setVolume(0);
}
onClipEvent (unload) {
sound.stop();
}
onClipEvent (enterFrame) {
if (soundVolume > soundMax) {
soundVolume = soundMax;
}
if (soundVolume < 0) {
soundVolume = 0;
}
sound.setVolume(soundVolume);
if (_root._currentframe > 6 && _root._currentframe < 10) {
soundVolume += fadeSpeed;
} else {
soundVolume -= fadeSpeed;
}
}
}
instance of movieClip 261 {
onClipEvent (load) {
fadeSpeed = 0.4;
soundVolume = 0;
soundMax = 65;
sound = new Sound(this);
sound.attachSound('redWindLoop');
sound.start(0, 99);
sound.setVolume(0);
}
onClipEvent (unload) {
sound.stop();
}
onClipEvent (enterFrame) {
if (soundVolume > soundMax) {
soundVolume = soundMax;
}
if (soundVolume < 0) {
soundVolume = 0;
}
sound.setVolume(soundVolume);
if (_root._currentframe > 9 && _root._currentframe < 16) {
soundVolume += fadeSpeed;
} else {
soundVolume -= fadeSpeed;
}
}
}
movieClip 359 {
}
movieClip 361 {
instance of movieClip 359 {
onClipEvent (load) {
gotoAndPlay(random(20));
}
}
instance of movieClip 359 {
onClipEvent (load) {
gotoAndPlay(random(20));
}
}
}
instance talker of movieClip 361 {
onClipEvent (load) {
follow = _y;
}
}
movieClip 384 {
}
movieClip 387 {
}
movieClip 390 {
}
movieClip 392 {
}
movieClip 394 {
}
movieClip 396 {
}
movieClip 399 {
}
movieClip 401 {
instance of movieClip 399 {
onClipEvent (enterFrame) {
if (_root.waterRunning == true) {
_rotation = _rotation + 10;
} else {
_rotation = _rotation - random(0.5);
}
}
}
}
movieClip 404 {
}
movieClip 406 {
}
movieClip 408 {
}
movieClip 410 {
}
instance of movieClip 410 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance of movieClip 410 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance of movieClip 410 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
if (_root.carryHook eq false) {
_root.hook._y = -1000;
}
_root.player._y = 375;
_root.girl._y = _root.player._y;
_root.player._x = 5;
_root.catFore._x = 5;
_root.girl._x = 5;
_root.bird._x = _root.player._x;
if (_root.egg.heald == false) {
_root.egg._visible = false;
_root.egg._x = 1000;
}
_root.nextFrame();
}
}
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
if (_root.carryHook eq false) {
_root.hook._y = -1000;
}
_root.player._y = 325;
_root.girl._y = _root.player._y;
_root.player._x = 545;
_root.catFore._x = 545;
_root.girl._x = 545;
_root.bird._x = _root.player._x;
_root.prevFrame();
}
}
}
movieClip 416 {
}
instance water of movieClip 416 {
onClipEvent (enterFrame) {
if (_root.player.hitTest(this)) {
if (Math.abs(_root.player.playerSpeed) > 2) {
++_root.mcI;
_root.splash.duplicateMovieClip('splash' + _root.mcI, _root.mcI);
}
if (Math.abs(_root.player.gravity) > 2) {
++_root.mcI;
_root.splash.duplicateMovieClip('splash' + _root.mcI, _root.mcI);
}
}
}
}
movieClip 418 {
}
button 423 {
on (release) {
gotoAndStop(4);
}
}
button 426 {
on (release) {
_root.farmerJohnTextFinished = true;
}
}
movieClip 430 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
instance farmerJohnText of movieClip 430 {
onClipEvent (enterFrame) {
if (_root.player._x > 300 && _root.farmerJohnTextFinished !== true && _root.fattyTextFinished !== true) {
if (_currentframe == _totalframes) {
sound.start();
gotoAndStop(1);
}
_visible = true;
_y = _y + (y - _y) / 4;
} else {
_y = _y + (500 - _y) / 4;
}
}
onClipEvent (load) {
gotoAndStop(_totalframes);
_visible = false;
sound = new Sound(this);
sound.attachSound('talk_dad');
sound.setVolume(50);
y = _y;
_y = 600 + _height;
}
}
button 434 {
on (release) {
_root.farmerJohnText2Finished = true;
_root.releaseHook = true;
}
}
movieClip 435 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
instance farmerJohnText2 of movieClip 435 {
onClipEvent (enterFrame) {
if (_y > 400 && _root.farmerJohnText._y > 400) {
_root.player.talking = false;
} else {
_root.player.talking = true;
}
if (_root.player._x < 300 && _root.farmerJohnText2Finished !== true && _root.fattyTextFinished == true) {
if (_currentframe == _totalframes) {
sound.start();
gotoAndStop(1);
}
_visible = true;
_y = _y + (y - _y) / 4;
} else {
_y = _y + (500 - _y) / 4;
}
}
onClipEvent (load) {
gotoAndStop(_totalframes);
_visible = false;
sound = new Sound(this);
sound.attachSound('talk_dad');
sound.setVolume(50);
y = _y;
_y = 600 + _height;
}
}
movieClip 437 {
}
movieClip 440 {
}
movieClip 442 {
}
movieClip 444 {
}
movieClip 446 {
}
instance flower129 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower130 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower128 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._y = 275;
_root.girl._y = _root.player._y;
_root.player._x = 50;
_root.catFore._x = 50;
_root.girl._x = 50;
_root.bird._x = _root.player._x;
_root.nextFrame();
}
}
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
if (_root.carryHook eq false) {
_root.hook._y = _root.hook.yOrig;
}
_root.player._x = 525;
_root.catFore._x = 525;
_root.girl._x = 525;
_root.bird._x = _root.player._x;
_root.prevFrame();
}
}
}
movieClip 451 {
}
movieClip 453 {
instance of movieClip 451 {
onClipEvent (enterFrame) {
_alpha = _alpha + (alpha - _alpha) / 10;
if (_root.waterRunning == true) {
alpha = 100;
} else {
alpha = 0;
}
}
onClipEvent (load) {
sound = new Sound(this);
sound.attachSound('waterfall');
sound.setVolume(10);
sound.stop();
if (_root.waterRunning == true) {
sound.start();
}
}
onClipEvent (unload) {
sound.stop();
}
}
}
movieClip 455 {
}
movieClip 457 {
}
movieClip 459 {
}
movieClip 463 {
}
movieClip 465 {
}
instance flower111 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower112 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower114 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower116 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower118 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower120 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower122 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower110 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower117 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower109 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower125 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower108 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower126 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower124 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower103 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower115 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower123 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower113 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower121 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower119 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower127 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._y = 375;
_root.girl._y = _root.player._y;
_root.player._x = 50;
_root.catFore._x = 50;
_root.girl._x = 50;
_root.bird._x = _root.player._x;
if (_root.egg.heald !== true && _root.egg.born == true) {
_root.egg._x = 275;
_root.egg._y = 275;
_root.egg.gravity = 0;
}
_root.nextFrame();
}
}
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._y = 75;
_root.girl._y = _root.player._y;
_root.player._x = 525;
_root.catFore._x = 525;
_root.girl._x = 525;
_root.bird._x = _root.player._x;
_root.prevFrame();
}
}
}
movieClip 467 {
}
movieClip 469 {
}
instance of movieClip 469 {
onClipEvent (enterFrame) {
if (fadeOut eq false) {
if (_alpha > 200) {
fadeOut = true;
} else {
_alpha = _alpha + 2;
}
} else {
if (_alpha > 0) {
_alpha = _alpha - 2;
}
}
}
onClipEvent (load) {
fadeOut = false;
_alpha = 0;
}
}
movieClip 472 {
}
movieClip 473 {
instance hole of movieClip 472 {
onClipEvent (load) {
xScale = 80;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
xScale = 80;
} else {
xScale = 50;
}
_xscale = _xscale + (xScale - _xscale) / 5;
_yscale = _xscale;
}
}
}
instance land1_worm of movieClip 473 {
onClipEvent (enterFrame) {
_yscale = _yscale + (80 - _yscale) / 10;
}
}
movieClip 475 {
}
movieClip 477 {
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._y = 250;
_root.girl._y = 250;
_root.player._x = 50;
_root.catFore._x = 50;
_root.girl._x = 50;
_root.bird._x = _root.player._x;
if (_root.egg.heald !== true && _root.egg.born == true) {
_root.egg._x = 1000;
}
_root.nextFrame();
}
}
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._y = 350;
_root.girl._y = _root.player._y;
_root.player._x = 540;
_root.catFore._x = 540;
_root.girl._x = 540;
_root.bird._x = _root.player._x;
if (_root.egg.heald !== true && _root.egg.born == true) {
_root.egg._x = 1000;
}
_root.prevFrame();
}
}
}
movieClip 480 {
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
movieClip 482 {
}
movieClip 489 {
}
instance talker of movieClip 489 {
onClipEvent (load) {
follow = _y;
}
}
movieClip 491 {
}
movieClip 499 {
frame 1 {
stop();
}
frame 18 {
prevFrame();
}
}
instance of movieClip 499 {
onClipEvent (enterFrame) {
if (_currentframe == 1 && _root.player.hitTest(this) && _root.player.gravity > 8) {
_root.player.gravity = -_root.player.gravity;
_root.girl._y = _root.player._y;
_root.girl._x = _root.player._x;
play();
}
}
}
instance of movieClip 499 {
onClipEvent (enterFrame) {
if (_currentframe == 1 && _root.player.hitTest(this) && _root.player.gravity > 8) {
_root.player.gravity = -_root.player.gravity;
_root.girl._y = _root.player._y;
_root.girl._x = _root.player._x;
play();
}
}
}
instance of movieClip 499 {
onClipEvent (enterFrame) {
if (_currentframe == 1 && _root.player.hitTest(this) && _root.player.gravity > 8) {
_root.player.gravity = -_root.player.gravity;
_root.girl._y = _root.player._y;
_root.girl._x = _root.player._x;
play();
}
}
}
instance of movieClip 499 {
onClipEvent (enterFrame) {
if (_currentframe == 1 && _root.player.hitTest(this) && _root.player.gravity > 8) {
_root.player.gravity = -_root.player.gravity;
_root.girl._y = _root.player._y;
_root.girl._x = _root.player._x;
play();
}
}
}
instance of movieClip 499 {
onClipEvent (enterFrame) {
if (_currentframe == 1 && _root.player.hitTest(this) && _root.player.gravity > 8) {
_root.player.gravity = -_root.player.gravity;
_root.girl._y = _root.player._y;
_root.girl._x = _root.player._x;
play();
}
}
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._y = 350;
_root.girl._y = _root.player._y;
_root.player._x = 50;
_root.catFore._x = 50;
_root.girl._x = 50;
_root.bird._x = _root.player._x;
if (_root.egg.heald == false) {
_root.egg._visible = false;
_root.egg._x = 1000;
}
_root.nextFrame();
}
}
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._y = 375;
_root.girl._y = _root.player._y;
_root.player._x = 545;
_root.catFore._x = 545;
_root.girl._x = 545;
_root.bird._x = _root.player._x;
if (_root.egg.heald !== true && _root.egg.born == true) {
_root.egg._x = 275;
_root.egg._y = 275;
_root.egg.gravity = 0;
}
_root.prevFrame();
}
}
}
movieClip 502 {
}
movieClip 504 {
}
button 508 {
on (release) {
gotoAndStop(4);
}
}
button 510 {
on (release) {
gotoAndStop(3);
}
}
button 512 {
on (release) {
_root.littleGirlTextFinished = true;
}
}
button 516 {
on (release) {
gotoAndStop(5);
}
}
movieClip 520 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
instance farmerJohnText of movieClip 520 {
onClipEvent (enterFrame) {
if (_root.player._x > 100 && _root.player._x < 440 && _root.player._y < 350 && _root.littleGirlTextFinished !== true) {
if (_currentframe == _totalframes) {
sound.start();
gotoAndStop(1);
}
_visible = true;
_root.player.talking = true;
_y = _y + (y - _y) / 4;
} else {
_root.player.talking = false;
_y = _y + (500 - _y) / 4;
}
}
onClipEvent (load) {
gotoAndStop(_totalframes);
_visible = false;
sound = new Sound(this);
sound.attachSound('talk_kid');
sound.setVolume(50);
sound.stop();
y = _y;
_y = 600 + _height;
}
}
movieClip 522 {
}
movieClip 524 {
}
movieClip 526 {
}
movieClip 528 {
}
instance flower3 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower2 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._y = 250;
_root.girl._y = 250;
_root.player._x = 545;
_root.catFore._x = 545;
_root.girl._x = 545;
_root.bird._x = _root.player._x;
_root.prevFrame();
}
}
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._y = 225;
_root.girl._y = _root.player._y;
_root.player._x = 5;
_root.catFore._x = 5;
_root.girl._x = 5;
_root.bird._x = _root.player._x;
_root.nextFrame();
}
}
}
movieClip 530 {
}
movieClip 532 {
}
movieClip 535 {
}
movieClip 536 {
}
movieClip 538 {
}
movieClip 539 {
}
movieClip 541 {
}
movieClip 585 {
}
movieClip 586 {
}
movieClip 587 {
}
instance of movieClip 587 {
onClipEvent (load) {
ball.bug.gotoAndPlay(random(90));
friction = 0;
gravity = 1;
gravity2 = 0;
rotation2 = 0;
_rotation = random(50);
}
onClipEvent (enterFrame) {
if (_root.player._x > _x - 150 && _root.player._x < _x + 150 && _root.egg.heald eq true) {
xDist = _root.player._x - _x;
yDist = _root.player._y - _y;
radians = Math.atan2(yDist, xDist) / 0.0174532925199433;
_rotation = _rotation + (radians - _rotation) / 12;
gravity = 0;
friction = 0;
} else {
if (_rotation > 90) {
_rotation = _rotation - 0.11;
gravity -= 0.1;
}
if (_rotation < 90) {
_rotation = _rotation + 0.11;
gravity += 0.1;
}
_rotation = _rotation + gravity;
}
}
}
instance of movieClip 587 {
onClipEvent (load) {
ball.bug.gotoAndPlay(random(90));
friction = 0;
gravity = 1;
gravity2 = 0;
rotation2 = 0;
_rotation = random(50);
}
onClipEvent (enterFrame) {
if (_root.player._x > _x - 150 && _root.player._x < _x + 150 && _root.egg.heald eq true) {
xDist = _root.player._x - _x;
yDist = _root.player._y - _y;
radians = Math.atan2(yDist, xDist) / 0.0174532925199433;
_rotation = _rotation + (radians - _rotation) / 12;
gravity = 0;
friction = 0;
} else {
if (_rotation > 90) {
_rotation = _rotation - 0.11;
gravity -= 0.1;
}
if (_rotation < 90) {
_rotation = _rotation + 0.11;
gravity += 0.1;
}
_rotation = _rotation + gravity;
}
}
}
movieClip 589 {
}
movieClip 591 {
}
movieClip 594 {
}
instance talker of movieClip 594 {
onClipEvent (load) {
follow = 100;
ball.bug.gotoAndPlay(random(90));
friction = 0;
gravity = 1;
gravity2 = 0;
rotation2 = 0;
_rotation = random(50);
}
onClipEvent (enterFrame) {
if (_root.player._x > _x - 150 && _root.player._x < _x + 150 && _root.egg.heald eq true) {
xDist = _root.player._x - _x;
yDist = _root.player._y - _y;
radians = Math.atan2(yDist, xDist) / 0.0174532925199433;
_rotation = _rotation + (radians - _rotation) / 12;
gravity = 0;
friction = 0;
} else {
if (_rotation > 90) {
_rotation = _rotation - 0.11;
gravity -= 0.1;
}
if (_rotation < 90) {
_rotation = _rotation + 0.11;
gravity += 0.1;
}
_rotation = _rotation + gravity;
}
}
}
instance of movieClip 587 {
onClipEvent (load) {
ball.bug.gotoAndPlay(random(90));
friction = 0;
gravity = 1;
gravity2 = 0;
rotation2 = 0;
_rotation = random(50);
}
onClipEvent (enterFrame) {
if (_root.player._x > _x - 150 && _root.player._x < _x + 150 && _root.egg.heald eq true) {
xDist = _root.player._x - _x;
yDist = _root.player._y - _y;
radians = Math.atan2(yDist, xDist) / 0.0174532925199433;
_rotation = _rotation + (radians - _rotation) / 12;
gravity = 0;
friction = 0;
} else {
if (_rotation > 90) {
_rotation = _rotation - 0.11;
gravity -= 0.1;
}
if (_rotation < 90) {
_rotation = _rotation + 0.11;
gravity += 0.1;
}
_rotation = _rotation + gravity;
}
}
}
movieClip 595 {
}
movieClip 597 {
}
instance fruit1 of movieClip 499 {
onClipEvent (enterFrame) {
if (_currentframe == 1 && _root.player.hitTest(this) && _root.player.gravity > 8) {
_root.player.gravity = -_root.player.gravity;
_root.girl._y = _root.player._y;
_root.girl._x = _root.player._x;
play();
if (_root.jetPackOn eq true) {
_root.fruitExplode eq true;
}
}
}
}
instance flower4 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower5 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower6 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower7 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower8 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower9 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower10 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._y = 175;
_root.girl._y = _root.player._y;
_root.player._x = 545;
_root.catFore._x = 545;
_root.girl._x = 545;
_root.bird._x = _root.player._x;
_root.prevFrame();
}
}
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._y = 325;
_root.girl._y = _root.player._y;
_root.player._x = 5;
_root.catFore._x = 5;
_root.girl._x = 5;
_root.bird._x = _root.player._x;
_root.nextFrame();
}
}
}
movieClip 600 {
}
movieClip 601 {
}
button 603 {
on (release) {
gotoAndStop(2);
}
}
button 605 {
on (release) {
gotoAndStop(3);
}
}
button 608 {
on (release) {
_root.swingerTextFinished = true;
}
}
button 611 {
on (release) {
gotoAndStop(5);
}
}
movieClip 615 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
instance swingerText of movieClip 615 {
onClipEvent (enterFrame) {
if (_root.player._x > 100 && _root.player._x < 440 && _root.mamaTextFinished !== true && _root.player._y < 220 && _root.swingerTextFinished !== true) {
if (_currentframe == _totalframes) {
sound.start();
gotoAndStop(1);
}
_visible = true;
_y = _y + (y - _y) / 4;
} else {
_y = _y + (500 - _y) / 4;
}
}
onClipEvent (load) {
gotoAndStop(_totalframes);
_visible = false;
sound = new Sound(this);
sound.attachSound('talk_swing');
sound.setVolume(50);
sound.stop();
y = _y;
_y = 600 + _height;
}
}
button 617 {
on (release) {
gotoAndStop(2);
}
}
button 621 {
on (release) {
nextFrame();
}
}
button 624 {
on (release) {
_root.swingerText2Finished = true;
_root.jetPackOn = true;
}
}
movieClip 625 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 4 {
stop();
}
}
instance swingerText2 of movieClip 625 {
onClipEvent (enterFrame) {
if (_y > 400 && _root.swingerText._y > 400) {
_root.player.talking = false;
} else {
_root.player.talking = true;
}
if (_root.player._x > 100 && _root.player._x < 440 && _root.player._y < 220 && _root.mamaTextFinished == true && _root.swingerText2Finished !== true) {
if (_currentframe == _totalframes) {
sound.start();
gotoAndStop(1);
}
_visible = true;
_y = _y + (y - _y) / 4;
} else {
_y = _y + (500 - _y) / 4;
}
}
onClipEvent (load) {
gotoAndStop(_totalframes);
_visible = false;
sound = new Sound(this);
sound.attachSound('talk_swing');
sound.setVolume(50);
sound.stop();
y = _y;
_y = 600 + _height;
}
}
movieClip 627 {
}
movieClip 630 {
}
instance talker of movieClip 630 {
onClipEvent (enterFrame) {
_xscale = _xscale + (xscale - _xscale) / 10;
_yscale = _yscale + (yscale - _yscale) / 10;
if (_root.fattyText2Finished eq false) {
xscale = 75;
yscale = 75;
} else {
xscale = 50;
yscale = 50;
}
}
}
instance of movieClip 451 {
onClipEvent (enterFrame) {
_alpha = _alpha + (alpha - _alpha) / 10;
if (_root.waterRunning == true) {
alpha = 50;
} else {
alpha = 0;
}
}
}
movieClip 632 {
}
movieClip 634 {
}
movieClip 635 {
instance of movieClip 634 {
onClipEvent (enterFrame) {
if (_root.fattyText2Finished eq true) {
_y = -100000;
}
}
}
}
instance of movieClip 499 {
onClipEvent (enterFrame) {
if (_currentframe == 1 && _root.player.hitTest(this) && _root.player.gravity > 8) {
_root.player.gravity = -_root.player.gravity;
_root.girl._y = _root.player._y;
_root.girl._x = _root.player._x;
play();
}
}
}
instance of movieClip 499 {
onClipEvent (enterFrame) {
if (_currentframe == 1 && _root.player.hitTest(this) && _root.player.gravity > 8) {
_root.player.gravity = -_root.player.gravity;
_root.girl._y = _root.player._y;
_root.girl._x = _root.player._x;
play();
}
}
}
instance of movieClip 499 {
onClipEvent (enterFrame) {
if (_currentframe == 1 && _root.player.hitTest(this) && _root.player.gravity > 8) {
_root.player.gravity = -_root.player.gravity;
_root.girl._y = _root.player._y;
_root.girl._x = _root.player._x;
play();
}
}
}
instance flower11 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower12 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower13 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower14 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower15 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower16 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._y = 50;
_root.girl._y = _root.player._y;
_root.player._x = 20;
_root.catFore._x = 20;
_root.girl._x = 20;
_root.bird._x = _root.player._x;
if (_root.egg.heald == false) {
_root.egg._visible = false;
_root.egg._x = 1000;
}
_root.nextFrame();
}
}
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._y = 210;
_root.girl._y = _root.player._y;
_root.player._x = 545;
_root.catFore._x = 545;
_root.girl._x = 545;
_root.bird._x = _root.player._x;
_root.prevFrame();
}
}
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._y = 375;
_root.girl._y = _root.player._y;
_root.player._x = 20;
_root.catFore._x = 20;
_root.girl._x = 20;
_root.bird._x = _root.player._x;
if (_root.egg.heald == false) {
_root.egg._visible = false;
_root.egg._x = 1000;
}
_root.nextFrame();
}
}
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._y = 25;
_root.girl._y = 25;
_root.bird._y = _root.player._x;
_root.player._x = 325;
_root.girl._x = 325;
_root.gotoAndStop(18);
}
}
}
movieClip 638 {
}
instance of movieClip 451 {
onClipEvent (enterFrame) {
_alpha = _alpha + (alpha - _alpha) / 10;
if (_root.waterRunning == true) {
alpha = 100;
} else {
alpha = 0;
}
}
}
movieClip 640 {
}
instance of movieClip 451 {
onClipEvent (enterFrame) {
_alpha = _alpha + (alpha - _alpha) / 10;
if (_root.waterRunning == true) {
alpha = 100;
} else {
alpha = 0;
}
}
}
instance waterfall of movieClip 451 {
onClipEvent (enterFrame) {
_alpha = _alpha + (alpha - _alpha) / 10;
if (_root.waterRunning == true) {
alpha = 100;
} else {
alpha = 0;
}
}
onClipEvent (load) {
sound = new Sound(this);
sound.attachSound('waterfall');
sound.setVolume(10);
sound.stop();
if (_root.waterRunning == true) {
sound.start();
}
}
onClipEvent (unload) {
sound.stop();
}
}
button 644 {
on (release) {
gotoAndStop(3);
}
}
button 646 {
on (release) {
gotoAndStop(4);
}
}
// unknown tag 88 length 74
button 650 {
on (release) {
_root.fattyTextFinished = true;
}
}
movieClip 651 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
instance fattyText of movieClip 651 {
onClipEvent (enterFrame) {
if (_root.player._x > 460 && _root.player._y > 300 && _root.fattyTextFinished !== true) {
if (_currentframe == _totalframes) {
sound.start();
gotoAndStop(1);
}
_visible = true;
_y = _y + (y - _y) / 4;
} else {
_y = _y + (500 - _y) / 4;
}
}
onClipEvent (load) {
gotoAndStop(_totalframes);
_visible = false;
sound = new Sound(this);
sound.attachSound('talk_fat');
sound.setVolume(100);
sound.stop();
y = _y;
_y = 600 + _height;
}
}
button 656 {
on (release) {
play();
_root.fattyText2Finished = true;
_root.bird._x += 20;
_root.waterfall.sound.start();
_root.waterRunning = true;
}
}
button 659 {
on (release) {
_root.fattyText3Finished = true;
}
}
movieClip 661 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
instance fattyText2 of movieClip 661 {
onClipEvent (enterFrame) {
if (_y > 400 && _root.fattyText._y > 400) {
_root.player.talking = false;
} else {
_root.player.talking = true;
}
if (_root.player._x > 460 && _root.player._y > 300 && _root.carryHook eq true && _root.fattyText3Finished !== true) {
if (_currentframe == _totalframes) {
sound.start();
gotoAndStop(1);
}
_visible = true;
_y = _y + (y - _y) / 4;
} else {
_y = _y + (500 - _y) / 4;
}
}
onClipEvent (load) {
gotoAndStop(_totalframes);
_visible = false;
sound = new Sound(this);
sound.attachSound('talk_fat');
sound.setVolume(100);
sound.stop();
y = _y;
_y = 600 + _height;
}
}
movieClip 664 {
}
movieClip 667 {
}
movieClip 669 {
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
stopAllSounds();
_root.egg.heald = false;
_root.egg.born = false;
_root.player._y = 0;
_root.player._x = 400;
_root.girl._x = _root.player._x;
_root.catFore._x = 440;
_root.catFore._y = 0;
_root.girl._x = 450;
_root.bird._x = _root.player._x;
_root.nextFrame();
}
}
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._y = 100;
_root.girl._y = 100;
_root.player._x = 545;
_root.catFore._x = 545;
_root.girl._x = 545;
_root.bird._x = _root.player._x;
_root.prevFrame();
}
}
}
movieClip 672 {
}
movieClip 673 {
instance girl of movieClip 672 {
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_yscale = -100;
} else {
if (Key.isDown(39)) {
_yscale = 100;
}
}
}
}
}
instance of movieClip 673 {
onClipEvent (load) {
friction = 0;
gravity = 1;
gravity2 = 0;
rotation2 = 0;
_rotation = 90;
}
onClipEvent (enterFrame) {
radians = _rotation * Math.PI / 180;
if (this.ball.hitTest(_root.player)) {
girl._visible = true;
_root.player.swinging = true;
_root.player._x = _x + Math.cos(radians) * 195;
_root.player._y = _y + Math.sin(radians) * 195 + 25;
_root.girl._rotation = _rotation - 90;
_root.egg.heald = false;
} else {
girl._visible = false;
}
if (_root.egg.heald eq true && this.ball.hitTest(_root.player) eq false && _root.player._y > 100) {
xDist = _root.player._x - _x;
yDist = _root.player._y - _y;
radians = Math.atan2(yDist, xDist) / 0.0174532925199433;
_rotation = _rotation + (radians - _rotation) / 12;
gravity = 0;
friction = 0;
} else {
if (_rotation > 90) {
_rotation = _rotation - 0.11;
gravity -= 0.1;
}
if (_rotation < 90) {
_rotation = _rotation + 0.11;
gravity += 0.1;
}
_rotation = _rotation + gravity;
}
}
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
stopAllSounds();
_root.player._x = 5;
_root.catFore._x = 5;
_root.girl._x = 5;
_root.bird._x = _root.player._x;
_root.player._y = 350;
_root.girl._y = _root.player._y;
_root.egg.born = false;
_root.gotoAndStop(24);
}
}
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._y = 300;
_root.girl._y = _root.player._y;
_root.player._x = 545;
_root.catFore._x = 545;
_root.girl._x = 545;
_root.bird._x = _root.player._x;
_root.prevFrame();
}
}
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
stopAllSounds();
_root.egg.heald = false;
_root.egg.born = false;
_root.player._y = 0;
_root.player._x = 250;
_root.girl._x = _root.player._x;
_root.catFore._x = 440;
_root.catFore._y = 0;
_root.girl._x = 450;
_root.bird._x = _root.player._x;
_root.nextFrame();
}
}
}
movieClip 677 {
}
movieClip 679 {
}
movieClip 681 {
}
movieClip 683 {
}
movieClip 685 {
}
movieClip 687 {
}
movieClip 689 {
}
movieClip 690 {
}
movieClip 692 {
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._x = 450;
_root.catFore._x = 450;
_root.girl._x = 450;
_root.bird._x = _root.player._x;
_root.nextFrame();
}
}
}
movieClip 694 {
}
movieClip 696 {
}
movieClip 698 {
}
instance of movieClip 698 {
onClipEvent (enterFrame) {
if (fadeOut eq false) {
if (_alpha > 200) {
fadeOut = true;
} else {
_alpha = _alpha + 2;
}
} else {
if (_alpha > 0) {
_alpha = _alpha - 2;
}
}
}
onClipEvent (load) {
fadeOut = false;
_alpha = 0;
}
}
instance of movieClip 261 {
onClipEvent (load) {
sound = new Sound(this);
sound.attachSound('indoorSound');
sound.start(0, 99);
sound.setVolume(20);
}
onClipEvent (unload) {
sound.stop();
}
}
movieClip 701 {
}
movieClip 702 {
}
movieClip 704 {
}
movieClip 707 {
}
movieClip 708 {
}
instance bulb of movieClip 708 {
onClipEvent (load) {
ball.bug.gotoAndPlay(random(90));
friction = 0;
gravity = 1;
gravity2 = 0;
rotation2 = 0;
}
onClipEvent (enterFrame) {
if (_rotation > 90) {
_rotation = _rotation - 0.11;
gravity -= 0.1;
}
if (_rotation < 90) {
_rotation = _rotation + 0.11;
gravity += 0.1;
}
_rotation = _rotation + gravity;
}
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._y = 0;
_root.catFore._x = 440;
_root.catFore._y = 0;
_root.girl._x = 450;
_root.nextFrame();
}
}
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._x = 5;
_root.catFore._x = 5;
_root.girl._x = 5;
_root.prevFrame();
}
}
}
movieClip 710 {
}
movieClip 713 {
}
movieClip 714 {
}
instance of movieClip 714 {
onClipEvent (enterFrame) {
_yscale = _xscale;
_xscale = 90 + random(10);
if (_root.player.hitTest(this.glow) && _root.carryLight == false) {
_root.bird._x = _x;
_root.bird._y = _y;
_root.carryLight = true;
}
if (_root.carryLight eq true) {
_x = _root.bird._x;
_y = _root.bird._y;
} else {
_x = 270 + Math.cos(_root.bulb._rotation * 0.0174532925199433) * 290;
_y = Math.sin(_root.bulb._rotation * 0.0174532925199433) * 290;
}
}
onClipEvent (load) {
if (_root.carryLight eq true) {
_xscale = 90 + random(10);
_x = _root.bird._x;
_y = _root.bird._y;
}
}
}
movieClip 716 {
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._x = 545;
_root.catFore._x = 545;
_root.girl._x = 545;
_root.bird._x = _root.player._x;
_root.nextFrame();
}
}
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._x = 5;
_root.catFore._x = 5;
_root.girl._x = 5;
_root.bird._x = _root.player._x;
_root.prevFrame();
}
}
}
movieClip 718 {
}
button 720 {
on (release) {
_root.birdTextLightFinished = true;
}
}
movieClip 721 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance farmerJohnText of movieClip 721 {
onClipEvent (enterFrame) {
if (_root.player._x < 300 && _root.birdTextLightFinished !== true) {
if (_currentframe == _totalframes) {
sound.start();
gotoAndStop(1);
}
_root.player.talking = true;
_visible = true;
_y = _y + (y - _y) / 4;
} else {
_root.player.talking = false;
_y = _y + (500 - _y) / 4;
}
}
onClipEvent (load) {
gotoAndStop(_totalframes);
_visible = false;
sound = new Sound(this);
sound.attachSound('talk_bird');
sound.setVolume(50);
sound.stop();
y = _y;
_y = 600 + _height;
}
}
movieClip 723 {
}
movieClip 725 {
}
movieClip 726 {
}
movieClip 728 {
}
movieClip 730 {
}
instance of movieClip 714 {
onClipEvent (enterFrame) {
_yscale = _xscale;
_xscale = 90 + random(10);
if (_root.carryLight eq true) {
_x = _root.bird._x;
_y = _root.bird._y;
} else {
_x = 650;
_y = 200;
}
}
}
movieClip 732 {
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._x = 450;
_root.catFore._x = 450;
_root.girl._x = 450;
_root.bird._x = _root.player._x;
_root.nextFrame();
}
}
}
movieClip 734 {
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._y = 0;
_root.catFore._x = 440;
_root.catFore._y = 0;
_root.girl._x = 450;
_root.nextFrame();
}
}
}
movieClip 736 {
}
movieClip 738 {
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._x = 5;
_root.catFore._x = 5;
_root.girl._x = 5;
_root.bird._x = _root.player._x;
_root.prevFrame();
}
}
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._x = 545;
_root.catFore._x = 545;
_root.girl._x = 545;
_root.bird._x = _root.player._x;
_root.nextFrame();
}
}
}
movieClip 741 {
}
instance of movieClip 714 {
onClipEvent (enterFrame) {
_yscale = _xscale;
_xscale = 90 + random(10);
if (_root.carryLight eq true) {
_x = _root.bird._x;
_y = _root.bird._y;
} else {
_x = 650;
_y = 200;
}
}
}
movieClip 744 {
}
movieClip 749 {
}
movieClip 758 {
}
movieClip 761 {
frame 1 {
stop();
_height = height + 20;
}
frame 2 {
stop();
_height = height + 20;
}
instance of movieClip 758 {
onClipEvent (load) {
gotoAndPlay(random(5));
}
}
instance of movieClip 758 {
onClipEvent (load) {
gotoAndPlay(random(5));
}
}
instance of movieClip 758 {
onClipEvent (load) {
gotoAndPlay(random(5));
}
}
instance of movieClip 758 {
onClipEvent (load) {
gotoAndPlay(random(5));
}
}
instance of movieClip 758 {
onClipEvent (load) {
gotoAndPlay(random(5));
}
}
instance of movieClip 758 {
onClipEvent (load) {
gotoAndPlay(random(5));
}
}
instance of movieClip 758 {
onClipEvent (load) {
gotoAndPlay(random(5));
}
}
instance of movieClip 758 {
onClipEvent (load) {
gotoAndPlay(random(5));
}
}
instance of movieClip 758 {
onClipEvent (load) {
gotoAndPlay(random(5));
}
}
instance of movieClip 758 {
onClipEvent (load) {
gotoAndPlay(random(5));
}
}
instance of movieClip 758 {
onClipEvent (load) {
gotoAndPlay(random(5));
}
}
}
instance of movieClip 761 {
onClipEvent (enterFrame) {
_alpha = 100 - (_x - _root.girl._x);
_height = _height + (height - _height) / 2;
if (_root.player._x < 300) {
gotoAndStop(2);
} else {
gotoAndStop(1);
}
}
onClipEvent (load) {
height = _height;
}
}
movieClip 765 {
}
movieClip 766 {
}
movieClip 768 {
}
instance of movieClip 714 {
onClipEvent (enterFrame) {
_yscale = _xscale;
_xscale = 90 + random(10);
if (_root.carryLight eq true) {
_x = _root.bird._x;
_y = _root.bird._y;
} else {
_x = 650;
_y = 200;
}
}
}
movieClip 771 {
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._x = 200;
_root.catFore._x = 200;
_root.girl._x = 200;
_root.bird._x = _root.player._x;
_root.prevFrame();
}
}
}
instance splash of movieClip 195 {
onClipEvent (load) {
if (_name == 'splash') {
_visible = false;
}
_alpha = 20;
_x = _root.girl._x;
_y = 330;
_xscale = 80 + random(20);
_yscale = _xscale;
}
onClipEvent (enterFrame) {
_xscale = _xscale + 5;
_alpha = _alpha - 1;
if (_alpha < 0) {
this.removeMovieClip();
}
}
}
instance of movieClip 416 {
onClipEvent (enterFrame) {
if (_root.player.hitTest(this)) {
if (Math.abs(_root.player.playerSpeed) > 2) {
++_root.mcI;
_root.splash.duplicateMovieClip('splash' + _root.mcI, _root.mcI);
}
if (Math.abs(_root.player.gravity) > 2) {
++_root.mcI;
_root.splash.duplicateMovieClip('splash' + _root.mcI, _root.mcI);
}
}
}
}
movieClip 774 {
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
movieClip 777 {
}
movieClip 778 {
}
movieClip 781 {
}
movieClip 782 {
instance hole of movieClip 472 {
onClipEvent (load) {
xScale = 100;
}
onClipEvent (enterFrame) {
_xscale = _xscale + (xScale - _xscale) / 5;
_yscale = _xscale;
}
}
}
instance of movieClip 782 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this.hit)) {
this.hole.xScale = 50;
_root.girl._alpha = 0;
}
if (_root.girl._alpha eq 0) {
counter += 1;
}
if (counter > 10) {
_root.stopAllSounds();
_root.player._x = 200;
_root.player._y = 380;
_root.player.playerSpeed = 10;
if (_root.jetPackOn eq false) {
_root.player.gravity = -25;
} else {
_root.player.gravity = -18;
}
_root.girl._alpha = 100;
_root.land1_worm._yscale = 150;
_root.egg.born = true;
_root.egg._x = 200;
_root.egg._y = 200;
_root.egg.gravity = -10;
sound.start();
_root.gotoAndStop(11);
}
}
onClipEvent (load) {
sound = new Sound(this);
sound.attachSound('wormFlat');
sound.setVolume(20);
counter = 0;
}
}
movieClip 784 {
}
instance bug of movieClip 784 {
onClipEvent (load) {
counter = 0;
_x = random(550);
_y = 200 + random(100);
rotateSpeed = 1 + (random(10) - random(10));
if (_name == 'bug') {
_root.mcI = 0;
i = 0;
while (i < 55) {
++i;
_root.mcI += 1;
_root.bug.duplicateMovieClip('bug' + _root.mcI, _root.mcI);
++i;
}
}
currentFrame = _root._currentframe;
}
onClipEvent (enterFrame) {
if (currentFrame !== _root._currentframe) {
this.removeMovieClip();
}
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
movieClip 786 {
}
movieClip 789 {
}
movieClip 791 {
}
movieClip 793 {
}
movieClip 795 {
}
instance of movieClip 795 {
onClipEvent (load) {
ball.bug.gotoAndPlay(random(90));
friction = 0;
gravity = 1;
gravity2 = 0;
rotation2 = 0;
_rotation = 90;
windCounter = 0;
wind = 90 + random(20);
}
onClipEvent (enterFrame) {
windCounter += 1;
if (windCounter > 50) {
wind = 90 + random(20);
windCounter = 0;
}
if (_rotation > wind) {
_rotation = _rotation - 0.11;
gravity -= 0.1;
}
if (_rotation < wind) {
_rotation = _rotation + 0.11;
gravity += 0.1;
}
_rotation = _rotation + gravity;
}
}
instance of movieClip 795 {
onClipEvent (load) {
ball.bug.gotoAndPlay(random(90));
friction = 0;
gravity = 1;
gravity2 = 0;
rotation2 = 0;
_rotation = 90;
windCounter = 0;
wind = 90 + random(20);
}
onClipEvent (enterFrame) {
windCounter += 1;
if (windCounter > 50) {
wind = 90 + random(20);
windCounter = 0;
}
if (_rotation > wind) {
_rotation = _rotation - 0.11;
gravity -= 0.1;
}
if (_rotation < wind) {
_rotation = _rotation + 0.11;
gravity += 0.1;
}
_rotation = _rotation + gravity;
}
}
movieClip 797 {
}
instance leaf of movieClip 797 {
onClipEvent (load) {
counter = 0;
_x = 600;
_y = random(300);
rotateSpeed = 1 + (random(5) - random(5));
_xscale = random(60);
_yscale = _xscale;
if (_name == 'leaf') {
_root.mcI = 0;
i = 0;
while (i < 30) {
++i;
_root.mcI += 1;
_root.leaf.duplicateMovieClip('leaf' + _root.mcI, _root.mcI);
++i;
}
}
currentFrame = _root._currentframe;
xSpeed = _xscale / 10;
ySpeed = _yscale / 20;
_alpha = 100;
}
onClipEvent (enterFrame) {
_alpha = _alpha + (alpha - _alpha) / 2;
if (_x < 0) {
_x = 600;
_y = random(300);
}
if (currentFrame !== _root._currentframe) {
this.removeMovieClip();
}
if (_root.sbLand1.hitTest(_x, _y, true)) {
alpha = 0;
} else {
alpha = 60;
}
_rotation = _rotation + rotateSpeed;
radians = _rotation * 0.0174532925199433;
_x = _x - xSpeed;
_y = _y + ySpeed;
}
}
movieClip 799 {
}
instance flower17 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower18 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower19 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower16 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower21 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower20 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_level0._xscale = -100;
_level0._x += Stage.width;
_root.player._y = 375;
_root.girl._y = _root.player._y;
_root.player._x = 5;
_root.catFore._x = 5;
_root.girl._x = 5;
_root.bird._x = _root.player._x;
_root.birdTextShillFinished = true;
_root.nextFrame();
}
}
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._x = 545;
_root.player._y = 250;
_root.girl._y = _root.player._y;
_root.catFore._x = 545;
_root.girl._x = 545;
_root.bird._x = _root.player._x;
_root.gotoAndStop(16);
}
}
}
movieClip 801 {
}
movieClip 803 {
}
button 805 {
on (release) {
_root.birdTextShillFinished = true;
}
}
button 806 {
on (release) {
gotoAndStop(2);
}
}
movieClip 810 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
instance farmerJohnText of movieClip 810 {
onClipEvent (enterFrame) {
if (_root.player._x < 300 && _root.birdTextShillFinished !== true) {
if (_currentframe == _totalframes) {
sound.start();
gotoAndStop(1);
}
_root.player.talking = true;
_visible = true;
_y = _y + (y - _y) / 4;
} else {
_root.player.talking = false;
_y = _y + (500 - _y) / 4;
}
}
onClipEvent (load) {
gotoAndStop(_totalframes);
_visible = false;
sound = new Sound(this);
sound.attachSound('talk_bird');
sound.setVolume(50);
sound.stop();
y = _y;
_y = 600 + _height;
}
}
instance of movieClip 261 {
onClipEvent (load) {
sound = new Sound(this);
sound.attachSound('windSound');
sound.start(0, 99);
sound.setVolume(15);
}
onClipEvent (unload) {
sound.stop();
}
}
movieClip 812 {
}
instance bug of movieClip 6 bugShill {
onClipEvent (load) {
counter = 0;
_x = random(550);
_y = 200 + random(100);
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 6 bugShill {
onClipEvent (load) {
counter = 0;
_x = random(550);
_y = 200 + random(100);
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 6 bugShill {
onClipEvent (load) {
counter = 0;
_x = random(550);
_y = 200 + random(100);
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 6 bugShill {
onClipEvent (load) {
counter = 0;
_x = random(550);
_y = 200 + random(100);
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 6 bugShill {
onClipEvent (load) {
counter = 0;
_x = random(550);
_y = 200 + random(100);
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 6 bugShill {
onClipEvent (load) {
counter = 0;
_x = random(550);
_y = 200 + random(100);
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 6 bugShill {
onClipEvent (load) {
counter = 0;
_x = random(550);
_y = 200 + random(100);
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance leaf of movieClip 797 {
onClipEvent (load) {
counter = 0;
_x = 600;
_y = random(300);
rotateSpeed = 1 + (random(5) - random(5));
_xscale = random(60);
_yscale = _xscale;
if (_name == 'leaf') {
_root.mcI = 0;
i = 0;
while (i < 30) {
++i;
_root.mcI += 1;
_root.leaf.duplicateMovieClip('leaf' + _root.mcI, _root.mcI);
++i;
}
}
currentFrame = _root._currentframe;
xSpeed = _xscale / 10;
ySpeed = _yscale / 20;
_alpha = 100;
}
onClipEvent (enterFrame) {
_alpha = _alpha + (alpha - _alpha) / 2;
if (_x < 0) {
_x = 600;
_y = random(300);
}
if (currentFrame !== _root._currentframe) {
this.removeMovieClip();
}
if (_root.sbLand1.hitTest(_x, _y, true)) {
alpha = 0;
} else {
alpha = 60;
}
_rotation = _rotation + rotateSpeed;
radians = _rotation * 0.0174532925199433;
_x = _x - xSpeed;
_y = _y + ySpeed;
}
}
movieClip 814 {
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_level0._width = -level0._width;
_root.player._x = 5;
_root.catFore._x = 5;
_root.girl._x = 5;
_root.bird._x = _root.player._x;
if (_root.egg.heald == false) {
_root.egg._visible = false;
_root.egg._x = 1000;
}
_root.nextFrame();
}
}
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
if (_level0._xscale == -100) {
_level0._xscale = 100;
_level0._x -= Stage.width;
}
_root.player._y = 180;
_root.girl._y = _root.player._y;
_root.player._x = 545;
_root.catFore._x = 545;
_root.girl._x = 545;
_root.bird._x = _root.player._x;
_root.prevFrame();
}
}
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._y = 355;
_root.girl._y = 335;
_root.bird._y = _root.player._y;
_root.gotoAndStop(22);
}
}
}
movieClip 816 {
}
movieClip 818 {
}
instance of movieClip 818 {
onClipEvent (enterFrame) {
if (fadeOut eq false) {
if (_alpha > 200) {
fadeOut = true;
} else {
_alpha = _alpha + 2;
}
} else {
if (_alpha > -100) {
_alpha = _alpha - 2;
}
}
}
onClipEvent (load) {
fadeOut = false;
_alpha = 0;
}
}
button 820 {
on (release) {
gotoAndStop(2);
}
}
button 822 {
on (release) {
_root.birdText2ShillFinished = true;
}
}
movieClip 824 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
instance farmerJohnText of movieClip 824 {
onClipEvent (enterFrame) {
if (_root.player._x > 200 && _root.birdText2ShillFinished !== true) {
if (_currentframe == _totalframes) {
sound.start();
gotoAndStop(1);
}
_root.player.talking = true;
_visible = true;
_y = _y + (y - _y) / 4;
} else {
_root.player.talking = false;
_y = _y + (500 - _y) / 4;
}
}
onClipEvent (load) {
gotoAndStop(_totalframes);
_visible = false;
sound = new Sound(this);
sound.attachSound('talk_bird');
sound.setVolume(50);
sound.stop();
y = _y;
_y = 600 + _height;
}
}
instance of movieClip 261 {
onClipEvent (load) {
fadeSpeed = 0.4;
soundVolume = 0;
soundMax = 100;
sound = new Sound(this);
sound.attachSound('ShillBendLoop');
sound.start(0, 99);
sound.setVolume(0);
}
onClipEvent (unload) {
sound.stop();
}
onClipEvent (enterFrame) {
if (soundVolume > soundMax) {
soundVolume = soundMax;
}
if (soundVolume < 0) {
soundVolume = 0;
}
sound.setVolume(soundVolume);
if (_root._currentframe > 23 && _root._currentframe < 28) {
soundVolume += fadeSpeed;
} else {
soundVolume -= fadeSpeed;
}
}
}
movieClip 826 {
}
movieClip 828 {
}
movieClip 830 {
instance pad2 of movieClip 826 {
onClipEvent (enterFrame) {
_rotation = _rotation + rotationSpeed;
if (_root.player.hitTest(this)) {
rotationSpeed = (_root.player._x - (_parent._x + _x)) / 100;
} else {
_rotation = _rotation + -_rotation / 10;
rotationSpeed += -rotationSpeed / 50;
}
}
onClipEvent (load) {
_rotation = 0;
rotationSpeed = 0;
}
}
instance pad1 of movieClip 828 {
onClipEvent (enterFrame) {
_rotation = _rotation + rotationSpeed;
if (_root.player.hitTest(this)) {
rotationSpeed = (_root.player._x - (_parent._x + _x)) / 100;
} else {
_rotation = _rotation + -_rotation / 10;
rotationSpeed += -rotationSpeed / 10;
}
}
onClipEvent (load) {
rotationSpeed = 0;
}
}
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
if (_level0._xscale == -100) {
_level0._x -= Stage.width;
}
_level0._xscale = 100;
_root.player._y = 400;
_root.girl._y = _root.player._y;
_root.player._x = 5;
_root.catFore._x = 5;
_root.girl._x = 5;
_root.bird._x = _root.player._x;
if (_root.egg.heald == false) {
_root.egg._visible = false;
_root.egg._x = 1000;
}
_root.nextFrame();
}
}
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._y = 350;
_root.girl._y = _root.player._y;
_root.player._x = 545;
_root.catFore._x = 545;
_root.girl._x = 545;
_root.bird._x = _root.player._x;
_root.prevFrame();
}
}
}
movieClip 833 {
}
movieClip 834 {
}
movieClip 838 {
frame 13 {
stop();
}
}
movieClip 839 {
instance of movieClip 838 {
onClipEvent (load) {
ball.bug.gotoAndPlay(random(90));
friction = 0;
gravity = 1;
gravity2 = 0;
rotation2 = 0;
_rotation = random(50);
}
onClipEvent (enterFrame) {
parentDifference = 90 - _parent._rotation;
_rotation = parentDifference;
}
}
instance of movieClip 838 {
onClipEvent (load) {
ball.bug.gotoAndPlay(random(90));
friction = 0;
gravity = 1;
gravity2 = 0;
rotation2 = 0;
_rotation = random(50);
}
onClipEvent (enterFrame) {
parentDifference = 90 - _parent._rotation;
_rotation = parentDifference;
}
}
}
instance of movieClip 839 {
onClipEvent (enterFrame) {
_rotation = _root.ground.pad1._rotation;
}
}
movieClip 840 {
instance of movieClip 838 {
onClipEvent (load) {
ball.bug.gotoAndPlay(random(90));
friction = 0;
gravity = 1;
gravity2 = 0;
rotation2 = 0;
_rotation = random(50);
}
onClipEvent (enterFrame) {
parentDifference = 90 - _parent._rotation;
_rotation = parentDifference;
}
}
instance of movieClip 838 {
onClipEvent (load) {
ball.bug.gotoAndPlay(random(90));
friction = 0;
gravity = 1;
gravity2 = 0;
rotation2 = 0;
_rotation = random(50);
}
onClipEvent (enterFrame) {
parentDifference = 90 - _parent._rotation;
_rotation = parentDifference;
}
}
instance of movieClip 838 {
onClipEvent (load) {
ball.bug.gotoAndPlay(random(90));
friction = 0;
gravity = 1;
gravity2 = 0;
rotation2 = 0;
_rotation = random(50);
}
onClipEvent (enterFrame) {
parentDifference = 90 - _parent._rotation;
_rotation = parentDifference;
}
}
}
instance of movieClip 840 {
onClipEvent (enterFrame) {
_rotation = _root.ground.pad2._rotation;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
movieClip 842 {
}
movieClip 844 {
}
movieClip 846 {
}
instance bug of movieClip 846 {
onClipEvent (load) {
_alpha = 0;
alpha = 100;
counter = 0;
_x = random(550);
_y = 200 + random(100);
rotateSpeed = 1 + (random(10) - random(10));
_xscale = 1 + random(30);
_yscale = _xscale;
if (_name == 'bug') {
i = 0;
while (i < 30) {
++i;
_root.mcI += 1;
_root.bug.duplicateMovieClip('bug' + _root.mcI, _root.mcI);
++i;
}
}
currentFrame = _root._currentframe;
}
onClipEvent (enterFrame) {
_alpha = _alpha + (alpha - _alpha) / 5;
if (currentFrame !== _root._currentframe) {
this.removeMovieClip();
}
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
if (_root.sbLand2.hitTest(_x, _y, true) && _xscale < 50) {
alpha = 0;
} else {
alpha = 60;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
movieClip 849 {
}
movieClip 851 {
}
movieClip 853 {
}
movieClip 855 {
}
movieClip 857 {
}
movieClip 858 {
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._y = 375;
_root.girl._y = _root.player._y;
_root.player._x = 5;
_root.catFore._x = 5;
_root.girl._x = 5;
_root.bird._x = _root.player._x;
_root.nextFrame();
}
}
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._x = 545;
_root.catFore._x = 545;
_root.girl._x = 545;
_root.bird._x = _root.player._x;
_root.prevFrame();
}
}
}
movieClip 861 {
}
movieClip 872 {
}
movieClip 873 {
instance of movieClip 861 {
onClipEvent (enterFrame) {
_alpha = 80 + random(20);
}
}
}
movieClip 875 {
}
movieClip 876 {
instance flame of movieClip 875 {
onClipEvent (load) {
_yscale = 10 + random(100);
_xscale = _yscale;
_x = 0;
_y = 0;
_alpha = 0;
rotation = 10 + random(5);
ySpeed = 1 + random(4);
alpha = 1 + random(10);
counter = 0;
}
onClipEvent (enterFrame) {
if (_name eq 'flame') {
_xscale = 0;
_yscale = 0;
_visible = false;
counter += 1;
if (counter > 2) {
counter = 0;
++_root.mcI;
this.duplicateMovieClip('fire' + _root.mcI, _root.mcI);
}
}
if (_xscale < 0) {
this.removeMovieClip();
}
_rotation = _rotation + rotation;
_yscale = _yscale - ySpeed;
_xscale = _yscale;
_y = _y - ySpeed;
_alpha = _alpha + 10;
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) * ySpeed;
_x = _x + xSpeed;
}
}
}
movieClip 878 {
}
button 880 {
on (release) {
gotoAndStop(2);
}
}
button 883 {
on (release) {
_root.birdText3ShillFinished = true;
}
}
movieClip 885 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
instance farmerJohnText of movieClip 885 {
onClipEvent (enterFrame) {
if (_root.player._x > 150 && _root.birdText3ShillFinished !== true) {
if (_currentframe == _totalframes) {
sound.start();
gotoAndStop(1);
}
_root.player.talking = true;
_visible = true;
_y = _y + (y - _y) / 4;
} else {
_root.player.talking = false;
_y = _y + (500 - _y) / 4;
}
}
onClipEvent (load) {
gotoAndStop(_totalframes);
_visible = false;
sound = new Sound(this);
sound.attachSound('talk_bird');
sound.setVolume(50);
sound.stop();
y = _y;
_y = 600 + _height;
}
}
movieClip 887 {
}
movieClip 889 {
}
instance tramp of movieClip 889 {
onClipEvent (enterFrame) {
_yscale = _yscale + accel;
if (_yscale > 0) {
_yscale = _yscale - 5;
accel -= 5;
}
if (_yscale < 0) {
_yscale = _yscale + 5;
accel += 5;
}
}
onClipEvent (load) {
_yscale = 50;
accel = 0;
}
}
movieClip 891 {
}
movieClip 893 {
}
instance of movieClip 893 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player._x, _root.player._y - 10, true)) {
_root.girl._y = _root.player._y;
if (Key.isDown(38)) {
_root.player._y -= 10;
}
_root.girl.jump.gotoAndPlay(1);
_root.player.gravity = -Math.abs(_root.player.gravity);
_root.tramp._yscale = -(_root.player.gravity * 10);
}
}
}
instance flower23 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower24 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower25 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower22 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower27 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower26 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._y = 100;
_root.girl._y = _root.player._y;
_root.player._x = 545;
_root.catFore._x = 545;
_root.girl._x = 545;
_root.bird._x = _root.player._x;
_root.prevFrame();
}
}
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._y = 355;
_root.girl._y = 335;
_root.bird._y = _root.player._y;
_root.nextFrame();
}
}
}
movieClip 896 {
}
movieClip 898 {
}
movieClip 899 {
}
movieClip 901 {
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._y = 25;
_root.girl._y = 25;
_root.bird._y = _root.player._x;
_root.prevFrame();
}
}
}
movieClip 904 {
}
movieClip 906 {
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._x = 550;
_root.catFore._x = 550;
_root.girl._x = 550;
_root.bird._x = _root.player._x;
}
}
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._x = 20;
_root.catFore._x = 550;
_root.girl._x = 20;
_root.bird._x = _root.player._x;
}
}
}
instance of movieClip 261 {
onClipEvent (load) {
sound = new Sound(this);
sound.attachSound('windSound');
sound.start(0, 99);
sound.setVolume(6);
}
onClipEvent (unload) {
sound.stop();
}
}
movieClip 909 {
}
movieClip 910 {
}
movieClip 912 {
}
instance flower204 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower205 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance flower206 of movieClip 446 {
onClipEvent (load) {
gotoAndPlay(random(50));
}
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_rotation = _rotation + _root.player.playerSpeed;
} else {
_rotation = _rotation + -_rotation / 10;
}
}
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._y = 350;
_root.girl._y = _root.player._y;
_root.player._x = 550;
_root.catFore._x = 550;
_root.girl._x = 550;
_root.bird._x = _root.player._x;
_root.nextFrame();
}
}
}
movieClip 914 {
}
movieClip 915 {
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
button 917 {
on (release) {
_root.birdGomTextFinished = true;
}
}
movieClip 918 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance birdGomText of movieClip 918 {
onClipEvent (enterFrame) {
if (_root.player._x < 300 && _root.birdGomTextFinished !== true && _root.mamaTextFinished == true) {
if (_currentframe == _totalframes) {
sound.start();
gotoAndStop(1);
}
_root.player.talking = true;
_visible = true;
_y = _y + (y - _y) / 4;
} else {
_root.player.talking = false;
_y = _y + (500 - _y) / 4;
}
}
onClipEvent (load) {
gotoAndStop(_totalframes);
_visible = false;
sound = new Sound(this);
sound.attachSound('talk_bird');
sound.setVolume(50);
sound.stop();
y = _y;
_y = 600 + _height;
}
}
movieClip 920 {
}
movieClip 921 {
}
movieClip 924 {
}
movieClip 926 {
}
movieClip 929 {
}
movieClip 931 {
instance of movieClip 929 {
onClipEvent (enterFrame) {
_alpha = _alpha + (alpha - _alpha) / 10;
if (_root.player._x < 300) {
alpha = 100;
} else {
alpha = 0;
}
}
onClipEvent (load) {
alpha = 0;
}
}
}
instance talker of movieClip 931 {
onClipEvent (load) {
follow = 100;
}
}
movieClip 933 {
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._y = 225;
_root.girl._y = _root.player._y;
_root.player._x = 5;
_root.catFore._x = 5;
_root.girl._x = 5;
_root.bird._x = _root.player._x;
_root.birdTextShillFinished = true;
_root.prevFrame();
}
}
}
button 935 {
on (release) {
gotoAndStop(2);
}
}
button 938 {
on (release) {
gotoAndStop(3);
}
}
button 942 {
on (release) {
gotoAndStop(5);
}
}
button 944 {
on (release) {
gotoAndStop(4);
}
}
button 948 {
on (release) {
gotoAndStop(7);
}
}
// unknown tag 88 length 79
button 954 {
on (release) {
gotoAndStop(8);
}
}
button 957 {
on (release) {
_root.mamaTextFinished = true;
}
}
movieClip 959 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
}
instance mamaText1 of movieClip 959 {
onClipEvent (enterFrame) {
if (_root.player._x < 300 && _root.mamaTextFinished !== true) {
if (_currentframe == _totalframes) {
sound.start();
gotoAndStop(1);
}
_root.player.talking = true;
_visible = true;
_y = _y + (y - _y) / 4;
} else {
_root.player.talking = false;
_y = _y + (500 - _y) / 4;
}
}
onClipEvent (load) {
gotoAndStop(_totalframes);
_visible = false;
sound = new Sound(this);
sound.attachSound('talk_mamaGomgossa');
sound.setVolume(100);
sound.stop();
y = _y;
_y = 600 + _height;
}
}
movieClip 961 {
}
movieClip 963 {
}
instance doorSwitch1 of movieClip 963 {
onClipEvent (load) {
sound = new Sound(this);
sound.attachSound('buttonPush');
sound.setVolume(100);
switchOn = false;
}
onClipEvent (enterFrame) {
if (switchOn eq false) {
if (this.hitTest(_root.girl)) {
this._y += 10;
sound.start();
switchOn = true;
}
}
}
}
instance doorSwitch2 of movieClip 963 {
onClipEvent (load) {
sound = new Sound(this);
sound.attachSound('buttonPush');
sound.setVolume(100);
switchOn = false;
}
onClipEvent (enterFrame) {
if (switchOn eq false) {
if (this.hitTest(_root.girl)) {
this._y += 10;
sound.start();
switchOn = true;
}
}
}
}
instance doorSwitch3 of movieClip 963 {
onClipEvent (load) {
sound = new Sound(this);
sound.attachSound('buttonPush');
sound.setVolume(100);
switchOn = false;
}
onClipEvent (enterFrame) {
if (switchOn eq false) {
if (this.hitTest(_root.girl)) {
this._y -= 10;
sound.start();
switchOn = true;
}
}
}
}
movieClip 965 {
}
movieClip 967 {
}
movieClip 970 {
}
movieClip 971 {
instance of movieClip 970 {
onClipEvent (enterFrame) {
if (_root.doorSwitch1.switchOn eq true && _root.doorSwitch2.switchOn eq true && _root.doorSwitch3.switchOn eq true) {
if (_x < 200) {
_x = _x + 1;
}
}
}
}
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._x = 200;
_root.girl._x = _root.player._x;
_root.player._y = 25;
_root.girl._y = 25;
_root.bird._y = _root.player._x;
_root.nextFrame();
}
}
}
movieClip 974 {
}
movieClip 977 {
}
movieClip 978 {
instance shelf of movieClip 977 {
onClipEvent (enterFrame) {
if (_root.doorSwitch1.switchOn eq true && _root.doorSwitch2.switchOn eq true && _root.doorSwitch3.switchOn eq true) {
if (_x < 200) {
_x = _x + 1;
}
if (_x > 102.3 && _x < 104) {
sound.start();
}
}
}
onClipEvent (load) {
sound = new Sound(this);
sound.attachSound('dresser');
sound.setVolume(100);
}
}
}
button 982 {
on (release) {
_root.birdTextEndFinished = true;
}
}
movieClip 984 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
instance birdTextEnd1 of movieClip 984 {
onClipEvent (enterFrame) {
trace('bla');
if (_root.player._x < 300 && _root.birdTextEndFinished !== true) {
if (_currentframe == _totalframes) {
sound.start();
gotoAndStop(1);
}
_root.player.talking = true;
_visible = true;
_y = _y + (y - _y) / 4;
} else {
_root.player.talking = false;
_y = _y + (500 - _y) / 4;
}
}
onClipEvent (load) {
gotoAndStop(_totalframes);
_visible = false;
sound = new Sound(this);
sound.attachSound('talk_bird');
sound.setVolume(50);
sound.stop();
y = _y;
_y = 600 + _height;
}
}
instance mansionSound2 of movieClip 261 {
onClipEvent (load) {
fadeSpeed = 0.1;
soundVolume = 0;
soundMax = 20;
sound = new Sound(this);
sound.attachSound('indoorSound');
sound.setVolume(0);
sound.start(0, 99);
}
onClipEvent (unload) {
sound.stop();
}
onClipEvent (enterFrame) {
if (soundVolume > soundMax) {
soundVolume = soundMax;
}
if (soundVolume < 0) {
soundVolume = 0;
}
sound.setVolume(soundVolume);
if (_root._currentframe > 31 && _root._currentframe < 37) {
soundVolume += fadeSpeed;
} else {
soundVolume -= fadeSpeed;
}
}
}
movieClip 1004 {
}
instance doorSwitch4 of movieClip 963 {
onClipEvent (load) {
sound = new Sound(this);
sound.attachSound('buttonPush');
sound.setVolume(100);
if (_root.doorSwitch4switchOn eq true) {
_y = _y - 10;
}
}
onClipEvent (enterFrame) {
if (_root.doorSwitch4switchOn eq false) {
if (this.hitTest(_root.girl)) {
this._y -= 10;
sound.start();
_root.doorSwitch4switchOn = true;
}
}
}
}
movieClip 1006 {
}
movieClip 1008 {
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._y = 50;
_root.girl._y = _root.player._y;
_root.player._x = 5;
_root.catFore._x = 5;
_root.girl._x = 5;
_root.bird._x = _root.player._x;
_root.nextFrame();
}
}
}
movieClip 1013 {
}
movieClip 1023 {
}
movieClip 1026 {
}
movieClip 1028 {
}
movieClip 1031 {
}
instance doorSwitch5 of movieClip 963 {
onClipEvent (load) {
sound = new Sound(this);
sound.attachSound('buttonPush');
sound.setVolume(100);
if (_root.doorSwitch5switchOn eq true) {
_y = _y + 10;
}
}
onClipEvent (enterFrame) {
if (_root.doorSwitch5switchOn eq false) {
if (this.hitTest(_root.girl)) {
this._y += 10;
sound.start();
_root.doorSwitch5switchOn = true;
}
}
}
}
instance doorSwitch6 of movieClip 963 {
onClipEvent (load) {
sound = new Sound(this);
sound.attachSound('buttonPush');
sound.setVolume(100);
if (_root.doorSwitch6switchOn eq true) {
_y = _y - 10;
}
}
onClipEvent (enterFrame) {
if (_root.doorSwitch6switchOn eq false) {
if (this.hitTest(_root.girl)) {
this._y -= 10;
sound.start();
_root.doorSwitch6switchOn = true;
}
}
}
}
movieClip 1033 {
}
movieClip 1035 {
}
movieClip 1037 {
}
movieClip 1038 {
instance hit of movieClip 1035 {
onClipEvent (enterFrame) {
if (_root.bridgeBreakable eq true) {
_x = 100000;
}
}
}
instance of movieClip 1037 {
onClipEvent (enterFrame) {
if (_x > -20 && _root.doorSwitch4switchOn eq true && _root.doorSwitch5switchOn eq true && _root.doorSwitch6switchOn eq true) {
_rotation = _rotation - 0.2;
_x = _x - 1;
}
}
}
instance of movieClip 1037 {
onClipEvent (enterFrame) {
if (_x < 140 && _root.doorSwitch4switchOn eq true && _root.doorSwitch5switchOn eq true && _root.doorSwitch6switchOn eq true) {
_rotation = _rotation + 0.2;
_x = _x + 1;
}
}
}
instance of movieClip 1037 {
onClipEvent (enterFrame) {
if (_x > -50 && _root.doorSwitch4switchOn eq true && _root.doorSwitch5switchOn eq true && _root.doorSwitch6switchOn eq true) {
_rotation = _rotation - 0.2;
_x = _x - 1;
}
}
}
instance of movieClip 1037 {
onClipEvent (enterFrame) {
if (_x < 80 && _root.doorSwitch4switchOn eq true && _root.doorSwitch5switchOn eq true && _root.doorSwitch6switchOn eq true) {
_rotation = _rotation + 0.2;
_x = _x + 1;
}
}
}
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._y = 350;
_root.girl._y = _root.player._y;
_root.player._x = 545;
_root.catFore._x = 545;
_root.girl._x = 545;
_root.bird._x = _root.player._x;
_root.prevFrame();
}
}
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._x = 250;
_root.girl._x = _root.player._x;
_root.player._y = 25;
_root.girl._y = 25;
_root.bird._y = _root.player._x;
_root.nextFrame();
}
}
}
movieClip 1049 {
}
movieClip 1060 {
}
movieClip 1068 {
frame 1 {
stop();
}
frame 7 {
prevFrame();
}
}
movieClip 1069 {
instance of movieClip 1037 {
onClipEvent (enterFrame) {
if (_x > -20 && _root.doorSwitch4switchOn eq true && _root.doorSwitch5switchOn eq true && _root.doorSwitch6switchOn eq true) {
_rotation = _rotation - 0.2;
_x = _x - 1;
}
}
}
instance of movieClip 1037 {
onClipEvent (enterFrame) {
if (_x < 140 && _root.doorSwitch4switchOn eq true && _root.doorSwitch5switchOn eq true && _root.doorSwitch6switchOn eq true) {
_rotation = _rotation + 0.2;
_x = _x + 1;
}
}
}
instance bridge of movieClip 1068 {
onClipEvent (enterFrame) {
if (_root.player._x > 200) {
_root.bridgeBreakable = true;
}
if (_root.player.hitTest(this) && _root.bridgeBreakable eq true) {
play();
}
}
onClipEvent (load) {
if (_root.bridgeBreakable eq true) {
gotoAndStop(6);
}
}
}
}
movieClip 1071 {
}
instance of movieClip 193 {
onClipEvent (enterFrame) {
if (_root.girl.hitTest(this)) {
_root.player._x = 275;
_root.girl._x = _root.player._x;
_root.player._y = 25;
_root.girl._y = 25;
_root.bird._y = _root.player._x;
_root.nextFrame();
}
}
}
movieClip 1074 {
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
instance bug of movieClip 98 {
onClipEvent (load) {
counter = 0;
rotateSpeed = 1 + (random(10) - random(10));
}
onClipEvent (enterFrame) {
_rotation = _rotation + rotateSpeed;
counter += 1;
if (counter > random(20)) {
rotateSpeed = 1 + (random(10) - random(10));
counter = 0;
}
radians = _rotation * 0.0174532925199433;
xSpeed = Math.cos(radians);
ySpeed = Math.sin(radians);
_x = _x + xSpeed;
_y = _y + ySpeed;
}
}
movieClip 1081 {
}
movieClip 1082 {
}
movieClip 1085 {
}
instance lightSwitch of movieClip 1085 {
onClipEvent (load) {
sound = new Sound(this);
sound.attachSound('Coma_themeFinal');
sound.setVolume(100);
switchOn = false;
}
onClipEvent (enterFrame) {
if (_currentframe eq 36) {
_x = 10000;
}
if (switchOn eq false) {
if (this.hitTest(_root.girl)) {
_visible = false;
sound.start();
switchOn = true;
}
}
}
}
movieClip 1087 {
}
movieClip 1095 {
frame 1 {
stop();
}
}
instance fruit2 of movieClip 1095 {
onClipEvent (enterFrame) {
if (_currentframe == 1 && _root.player.hitTest(this) && _root.player.gravity > 8) {
_root.player.gravity = -_root.player.gravity * 1.5;
_root.girl._y = _root.player._y;
_root.girl._x = _root.player._x;
play();
}
}
}
movieClip 1098 {
}
movieClip 1099 {
}
movieClip 1101 {
}
button 1104 {
on (release) {
_root.birdText2EndFinished = true;
}
}
movieClip 1106 {
frame 1 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
instance birdTextEnd2 of movieClip 1106 {
onClipEvent (enterFrame) {
trace('bla');
if (_root.player._x < 300 && _root.birdText2EndFinished !== true) {
if (_currentframe == _totalframes) {
sound.start();
gotoAndStop(1);
}
_root.player.talking = true;
_visible = true;
_y = _y + (y - _y) / 4;
} else {
_root.player.talking = false;
_y = _y + (500 - _y) / 4;
}
}
onClipEvent (load) {
gotoAndStop(_totalframes);
_visible = false;
sound = new Sound(this);
sound.attachSound('talk_bird');
sound.setVolume(50);
sound.stop();
y = _y;
_y = 600 + _height;
}
}
instance fadeOut2 of movieClip 99 {
onClipEvent (enterFrame) {
if (_alpha > 100) {
_root.nextFrame();
}
if (_root.lightSwitch.switchOn eq true) {
_alpha = _alpha + 0.5;
}
}
onClipEvent (load) {
_alpha = 0;
}
}
movieClip 1108 {
}
movieClip 1110 {
}
instance player2 of movieClip 1110 {
onClipEvent (load) {
rotation = 0;
_rotation = 90;
}
onClipEvent (enterFrame) {
if (_y < 200) {
_y = _y - 0;
} else {
_y = _y - 5;
}
_rotation = _rotation + rotation;
rotation += -rotation / 50;
if (Key.isDown(39)) {
rotation += 0.5;
}
if (Key.isDown(37)) {
rotation -= 0.5;
}
}
}
movieClip 1112 {
}
movieClip 1113 {
}
instance star of movieClip 1113 {
onClipEvent (enterFrame) {
if (_root.fadeWhite._alpha > 90) {
this.removeMovieClip();
}
speed = _xscale / 2;
radians = _root.player2._rotation * 0.0174532925199433;
xSpeed = Math.cos(radians) * speed;
ySpeed = Math.sin(radians) * speed;
_alpha = _alpha + (alpha - _alpha) / 20;
_x = _x + xSpeed;
_y = _y + ySpeed;
if (_x < 0) {
_x = 550;
}
if (_x > 550) {
_x = 0;
}
if (_y > 400) {
_y = 0;
}
if (_y < 0) {
_y = 400;
}
}
onClipEvent (load) {
starNumber = 0;
_x = random(550);
_y = random(400);
_xscale = random(30) + 10;
_yscale = _xscale;
_alpha = 0;
alpha = _xscale * 1.5;
if (this._name eq 'star') {
while (starNumber < 40) {
_root.star.duplicateMovieClip('star' + starNumber, starNumber);
starNumber += 1;
}
}
}
}
instance fadeWhite of movieClip 99 {
onClipEvent (enterFrame) {
trace(_root.credits.done);
this.swapDepths(100000000000.0);
if (_alpha > 100) {
_alpha = 0;
_root.gotoAndStop(2);
}
if (_root.credits.done eq true) {
if (_alpha < 150) {
_alpha = _alpha + 0.5;
}
}
}
onClipEvent (load) {
_alpha = -500;
this.swapDepths(1000000000);
}
}
button 1117 {
on (release) {
_root.credits.play();
_root.birdText3EndFinished = true;
}
}
movieClip 1118 {
frame 1 {
stop();
}
frame 3 {
stop();
}
}
instance birdTextEnd3 of movieClip 1118 {
onClipEvent (enterFrame) {
trace('bla');
if (_root.fadeIn._alpha < 0 && _root.birdText3EndFinished !== true) {
if (_currentframe == _totalframes) {
sound.start();
gotoAndStop(1);
}
_root.player.talking = true;
_visible = true;
_y = _y + (y - _y) / 4;
} else {
_root.player.talking = false;
_y = _y + (500 - _y) / 4;
}
}
onClipEvent (load) {
gotoAndStop(_totalframes);
_visible = false;
sound = new Sound(this);
sound.attachSound('talk_bird');
sound.setVolume(50);
sound.stop();
y = _y;
_y = 600 + _height;
}
}
button 1126 {
on (release) {
getURL('https://www.kickstarter.com/projects/80348891/pinstripe-an-adventure-through-hell', '_blank');
}
}
movieClip 1128 {
}
movieClip 1136 {
}
movieClip 1138 {
frame 1 {
stop();
}
frame 974 {
stop();
_root.credits.done = true;
}
}
instance fadeIn of movieClip 99 {
onClipEvent (enterFrame) {
this.swapDepths(1000000000);
if (_alpha > -5) {
_alpha = _alpha - 0.5;
}
}
onClipEvent (load) {
this.swapDepths(1000000000);
}
}