STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228139
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5122

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/65079510?noj=FRM65079510-19DC" width="1" height="1"></div>

Echogenesis.swf

This is the info page for
Flash #38030

(Click the ID number above for more basic data on this flash file.)


Text
This site requires you to have the most recent version of Flash
Player.  To download the most recent version of Flash Player, click on the
button below.  The installation is quick and simple.  Once you take care of
that, come back and try again.  Sorry for the inconvenience.

http://www.bellbrothers.net

Synopsis

Production Blog

Music

Team

/

ABOUT

LAUNCH

SYNOPSIS

Echogenesis is an interactive experience that
throws you into a world where you can explore five
unique environments.  However it's important to
know that Echogenesis is not a game in the
traditional sense.  Instead of presenting the user
with a series of tasks needed to be completed in
order to progress, the user is able to roam freely
from environment to environment. We feel this
created the necessary setting to allow our users to
easily notice the various audio and visual effects
caused by their interactions, which is what
Echogenesis is all about.
Each of the five environments in Echogenesis has
its own musical composition.  Each one of these
musical compositions is made up of three separate
audio tracks.  These tracks will be individually
manipulated by the user’s interaction with each
environment.  Certain elements can cause a track's
volume to increase or decrease, but also could
cause the track to pan from the left speaker to the
right speaker.  All of this gives the user a feeling
of control and interaction beyond what is just
visible.

MUSIC

Choose any song above from the Echogenesis
soundtrack and have full control over the volume
and balance of each of the song's three tracks.

presets

volume

balance

environment songs

1

2

3

4

5

>

>

TEAM

John Bell - Technical Director / Co-Creator
Website | Email
Dan Bell - Art Director / Co-Creator
Website | Email
Kevin Becker - Co-Creator
Website | Email
Nick Zorio - Co-Creator
Website | Email
Ed Bagden - Music Composer
Website | Email

Website

Website

Email

Email

PRODUCTION BLOG

Through our production blog, you can stay
up-to-date on our current development progress.
You'll find character demos, organizational charts,
environment concepts and other project elements.
Production Blog

DIGITAL MEDIA
SENIOR PROJECT

CURSOR STATES:

Normal

Clickable

Enter Environment

Draggable

Although no change
occurs in the cursor's
appearance, elements
will respond to rollovers
and cursor proximity.

Elements will respond
to mouse clicks.

Elements can be
dragged, but may be
confined to a certain
area or axis.

When pressed and held, a
progress bar will appear.
When it is fully loaded, the
user will enter the selected
environment.

SETTINGS:

Quality

Music Volume

Lowering quality will increase
performance on slower computers.

Make sure that the sound volume
on your computer is turned up.

CONTINUE

WHAT TO DO:

You have just entered one of the five environments of Echogenesis.  Interact with the
different lifeforms in each environment and listen to how the music is affected.

Stereo speakers or
headphones recommended.

ActionScript [AS1/AS2]

Frame 1
function filler() { } function gotoEcho() { getURL ("http://www.echogenesis.com", "echo"); } stop(); Stage.scaleMode = "noScale"; MENU = new ContextMenu(); MENU.hideBuiltInItems(); Echogenesis = new ContextMenuItem("Echogenesis", gotoEcho); MENU.customItems.push(Echogenesis); _root.menu = MENU;
Frame 2
stop();
Frame 3
stop(); _root.forestTrack01.volumeDestination = 0; _root.forestTrack02.volumeDestination = 0; _root.forestTrack03.volumeDestination = 0; _root.marshTrack01.volumeDestination = 0; _root.marshTrack02.volumeDestination = 0; _root.marshTrack03.volumeDestination = 0; _root.mountainTrack01.volumeDestination = 0; _root.mountainTrack02.volumeDestination = 0; _root.mountainTrack03.volumeDestination = 0; _root.oceanTrack01.volumeDestination = 0; _root.oceanTrack02.volumeDestination = 0; _root.oceanTrack03.volumeDestination = 0; _root.cavernTrack01.volumeDestination = 0; _root.cavernTrack02.volumeDestination = 0; _root.cavernTrack03.volumeDestination = 0; if (Stage.width > 752) { drexel._x = Math.ceil(((-(Stage.width - 752)) / 2) + 10); controls._x = Math.ceil((Stage.width - ((Stage.width - 752) / 2)) - 65); } else { drexel._x = 10; controls._x = 687; } if (Stage.height > 530) { drexel._y = Math.ceil((Stage.height - ((Stage.height - 530) / 2)) - 86); controls._y = Math.ceil((Stage.height - ((Stage.height - 530) / 2)) - 34); } else { drexel._y = 444; controls._y = 496; } var stageListener = new Object(); stageListener.onResize = function () { if (Stage.width > 752) { drexel._x = Math.ceil(((-(Stage.width - 752)) / 2) + 10); controls._x = Math.ceil((Stage.width - ((Stage.width - 752) / 2)) - 65); } else { drexel._x = 10; controls._x = 687; } if (Stage.height > 530) { drexel._y = Math.ceil((Stage.height - ((Stage.height - 530) / 2)) - 86); controls._y = Math.ceil((Stage.height - ((Stage.height - 530) / 2)) - 34); } else { drexel._y = 444; controls._y = 496; } }; Stage.addListener(stageListener);
Instance of Symbol 49 MovieClip "sideNav" in Frame 3
onClipEvent (load) { this.destination = 573; } onClipEvent (enterFrame) { if (this._x > this.destination) { this._x = this._x - Math.ceil((this._x - this.destination) / 3.5); updateAfterEvent(); } else if (this._x < this.destination) { this._x = this._x + Math.ceil((-(this._x - this.destination)) / 3.5); updateAfterEvent(); } if (this._alpha < 100) { this._alpha = this._alpha + 10; } }
Instance of Symbol 64 MovieClip "titleNav" in Frame 3
onClipEvent (load) { this.destination = 233; this._alpha = 0; } onClipEvent (enterFrame) { if (this._x > this.destination) { this._x = this._x - Math.ceil((this._x - this.destination) / 3.5); updateAfterEvent(); } else if (this._x < this.destination) { this._x = this._x + Math.ceil((-(this._x - this.destination)) / 3.5); updateAfterEvent(); } if (this._alpha < 100) { this._alpha = this._alpha + 10; } }
Instance of Symbol 129 MovieClip "body" in Frame 3
onClipEvent (load) { this.xDestination = 309; this.yDestination = 121; var blurX = 30; var blurY = 30; var quality = 3; var filter = (new flash.filters.BlurFilter(blurX, blurY, quality)); var filterArray = new Array(); filterArray.push(filter); this.filters = filterArray; var filter = this.filters[0]; this.blurDestination = 30; } onClipEvent (enterFrame) { if (this._alpha < 100) { this._alpha = 100; } if (this._x > this.xDestination) { this._x = this._x - ((this._x - this.xDestination) / 3); updateAfterEvent(); } else if (this._x < this.xDestination) { this._x = this._x + ((-(this._x - this.xDestination)) / 3); updateAfterEvent(); } if (this._y > this.yDestination) { this._y = this._y - ((this._y - this.yDestination) / 3); updateAfterEvent(); } else if (this._y < this.xDestination) { this._y = this._y + ((-(this._y - this.yDestination)) / 3); updateAfterEvent(); } if (this._yscale < 100) { this._yscale = this._yscale + ((-(this._yscale - 100)) / 3); updateAfterEvent(); } if (this._xscale < 100) { this._xscale = this._xscale + ((-(this._xscale - 100)) / 3); updateAfterEvent(); } if (filter.blurY > this.blurDestination) { filter.blurY = filter.blurY - Math.ceil((filter.blurY - this.blurDestination) / 7); filter.blurX = filter.blurX - Math.ceil((filter.blurX - this.blurDestination) / 7); updateAfterEvent(); } this.filters = new Array(filter); }
Instance of Symbol 134 MovieClip "forestTrack01" in Frame 3
onClipEvent (load) { this.lizard.setVolume(0); } onClipEvent (enterFrame) { if (this.lizard.getVolume() > volumeDestination) { this.lizard.setVolume(this.lizard.getVolume() - Math.ceil((this.lizard.getVolume() - volumeDestination) / 10)); } else if (this.lizard.getVolume() < volumeDestination) { this.lizard.setVolume(this.lizard.getVolume() + Math.ceil((-(this.lizard.getVolume() - volumeDestination)) / 10)); } if (this.lizard.getPan() > panDestination) { this.lizard.setPan(this.lizard.getPan() - Math.ceil((this.lizard.getPan() - panDestination) / 10)); } else if (this.lizard.getPan() < panDestination) { this.lizard.setPan(this.lizard.getPan() + Math.ceil((-(this.lizard.getPan() - panDestination)) / 10)); } }
Instance of Symbol 134 MovieClip "forestTrack02" in Frame 3
onClipEvent (load) { this.spider.setVolume(0); } onClipEvent (enterFrame) { if (this.spider.getVolume() > volumeDestination) { this.spider.setVolume(this.spider.getVolume() - Math.ceil((this.spider.getVolume() - volumeDestination) / 10)); } else if (this.spider.getVolume() < volumeDestination) { this.spider.setVolume(this.spider.getVolume() + Math.ceil((-(this.spider.getVolume() - volumeDestination)) / 10)); } if (this.spider.getPan() > panDestination) { this.spider.setPan(this.spider.getPan() - Math.ceil((this.spider.getPan() - panDestination) / 10)); } else if (this.spider.getPan() < panDestination) { this.spider.setPan(this.spider.getPan() + Math.ceil((-(this.spider.getPan() - panDestination)) / 10)); } }
Instance of Symbol 134 MovieClip "forestTrack03" in Frame 3
onClipEvent (load) { this.bird.setVolume(0); } onClipEvent (enterFrame) { if (this.bird.getVolume() > volumeDestination) { this.bird.setVolume(this.bird.getVolume() - Math.ceil((this.bird.getVolume() - volumeDestination) / 10)); } else if (this.bird.getVolume() < volumeDestination) { this.bird.setVolume(this.bird.getVolume() + Math.ceil((-(this.bird.getVolume() - volumeDestination)) / 10)); } if (this.bird.getPan() > panDestination) { this.bird.setPan(this.bird.getPan() - Math.ceil((this.bird.getPan() - panDestination) / 10)); } else if (this.bird.getPan() < panDestination) { this.bird.setPan(this.bird.getPan() + Math.ceil((-(this.bird.getPan() - panDestination)) / 10)); } }
Instance of Symbol 134 MovieClip "oceanTrack01" in Frame 3
onClipEvent (load) { this.whale.setVolume(0); } onClipEvent (enterFrame) { if (this.whale.getVolume() > volumeDestination) { this.whale.setVolume(this.whale.getVolume() - Math.ceil((this.whale.getVolume() - volumeDestination) / 10)); } else if (this.whale.getVolume() < volumeDestination) { this.whale.setVolume(this.whale.getVolume() + Math.ceil((-(this.whale.getVolume() - volumeDestination)) / 10)); } if (this.whale.getPan() > panDestination) { this.whale.setPan(this.whale.getPan() - Math.ceil((this.whale.getPan() - panDestination) / 10)); } else if (this.whale.getPan() < panDestination) { this.whale.setPan(this.whale.getPan() + Math.ceil((-(this.whale.getPan() - panDestination)) / 10)); } }
Instance of Symbol 134 MovieClip "oceanTrack02" in Frame 3
onClipEvent (load) { this.fish.setVolume(0); } onClipEvent (enterFrame) { if (this.fish.getVolume() > volumeDestination) { this.fish.setVolume(this.fish.getVolume() - Math.ceil((this.fish.getVolume() - volumeDestination) / 10)); } else if (this.fish.getVolume() < volumeDestination) { this.fish.setVolume(this.fish.getVolume() + Math.ceil((-(this.fish.getVolume() - volumeDestination)) / 10)); } if (this.fish.getPan() > panDestination) { this.fish.setPan(this.fish.getPan() - Math.ceil((this.fish.getPan() - panDestination) / 10)); } else if (this.fish.getPan() < panDestination) { this.fish.setPan(this.fish.getPan() + Math.ceil((-(this.fish.getPan() - panDestination)) / 10)); } }
Instance of Symbol 134 MovieClip "oceanTrack03" in Frame 3
onClipEvent (load) { this.crab.setVolume(0); } onClipEvent (enterFrame) { if (this.crab.getVolume() > volumeDestination) { this.crab.setVolume(this.crab.getVolume() - Math.ceil((this.crab.getVolume() - volumeDestination) / 10)); } else if (this.crab.getVolume() < volumeDestination) { this.crab.setVolume(this.crab.getVolume() + Math.ceil((-(this.crab.getVolume() - volumeDestination)) / 10)); } if (this.crab.getPan() > panDestination) { this.crab.setPan(this.crab.getPan() - Math.ceil((this.crab.getPan() - panDestination) / 10)); } else if (this.crab.getPan() < panDestination) { this.crab.setPan(this.crab.getPan() + Math.ceil((-(this.crab.getPan() - panDestination)) / 10)); } }
Instance of Symbol 134 MovieClip "marshTrack01" in Frame 3
onClipEvent (load) { this.salmon.setVolume(0); } onClipEvent (enterFrame) { if (this.salmon.getVolume() > volumeDestination) { this.salmon.setVolume(this.salmon.getVolume() - Math.ceil((this.salmon.getVolume() - volumeDestination) / 10)); } else if (this.salmon.getVolume() < volumeDestination) { this.salmon.setVolume(this.salmon.getVolume() + Math.ceil((-(this.salmon.getVolume() - volumeDestination)) / 10)); } if (this.salmon.getPan() > panDestination) { this.salmon.setPan(this.salmon.getPan() - Math.ceil((this.salmon.getPan() - panDestination) / 10)); } else if (this.salmon.getPan() < panDestination) { this.salmon.setPan(this.salmon.getPan() + Math.ceil((-(this.salmon.getPan() - panDestination)) / 10)); } }
Instance of Symbol 134 MovieClip "marshTrack02" in Frame 3
onClipEvent (load) { this.bugs.setVolume(0); } onClipEvent (enterFrame) { if (this.bugs.getVolume() > volumeDestination) { this.bugs.setVolume(this.bugs.getVolume() - Math.ceil((this.bugs.getVolume() - volumeDestination) / 10)); } else if (this.bugs.getVolume() < volumeDestination) { this.bugs.setVolume(this.bugs.getVolume() + Math.ceil((-(this.bugs.getVolume() - volumeDestination)) / 10)); } if (this.bugs.getPan() > panDestination) { this.bugs.setPan(this.bugs.getPan() - Math.ceil((this.bugs.getPan() - panDestination) / 10)); } else if (this.bugs.getPan() < panDestination) { this.bugs.setPan(this.bugs.getPan() + Math.ceil((-(this.bugs.getPan() - panDestination)) / 10)); } }
Instance of Symbol 134 MovieClip "marshTrack03" in Frame 3
onClipEvent (load) { this.birds.setVolume(0); } onClipEvent (enterFrame) { if (this.birds.getVolume() > volumeDestination) { this.birds.setVolume(this.birds.getVolume() - Math.ceil((this.birds.getVolume() - volumeDestination) / 10)); } else if (this.birds.getVolume() < volumeDestination) { this.birds.setVolume(this.birds.getVolume() + Math.ceil((-(this.birds.getVolume() - volumeDestination)) / 10)); } if (this.birds.getPan() > panDestination) { this.birds.setPan(this.birds.getPan() - Math.ceil((this.birds.getPan() - panDestination) / 10)); } else if (this.birds.getPan() < panDestination) { this.birds.setPan(this.birds.getPan() + Math.ceil((-(this.birds.getPan() - panDestination)) / 10)); } }
Instance of Symbol 134 MovieClip "mountainTrack01" in Frame 3
onClipEvent (load) { this.deer.setVolume(0); } onClipEvent (enterFrame) { if (this.deer.getVolume() > volumeDestination) { this.deer.setVolume(this.deer.getVolume() - Math.ceil((this.deer.getVolume() - volumeDestination) / 10)); } else if (this.deer.getVolume() < volumeDestination) { this.deer.setVolume(this.deer.getVolume() + Math.ceil((-(this.deer.getVolume() - volumeDestination)) / 10)); } if (this.deer.getPan() > panDestination) { this.deer.setPan(this.deer.getPan() - Math.ceil((this.deer.getPan() - panDestination) / 10)); } else if (this.deer.getPan() < panDestination) { this.deer.setPan(this.deer.getPan() + Math.ceil((-(this.deer.getPan() - panDestination)) / 10)); } }
Instance of Symbol 134 MovieClip "mountainTrack02" in Frame 3
onClipEvent (load) { this.branch.setVolume(0); } onClipEvent (enterFrame) { if (this.branch.getVolume() > volumeDestination) { this.branch.setVolume(this.branch.getVolume() - Math.ceil((this.branch.getVolume() - volumeDestination) / 10)); } else if (this.branch.getVolume() < volumeDestination) { this.branch.setVolume(this.branch.getVolume() + Math.ceil((-(this.branch.getVolume() - volumeDestination)) / 10)); } if (this.branch.getPan() > panDestination) { this.branch.setPan(this.branch.getPan() - Math.ceil((this.branch.getPan() - panDestination) / 10)); } else if (this.branch.getPan() < panDestination) { this.branch.setPan(this.branch.getPan() + Math.ceil((-(this.branch.getPan() - panDestination)) / 10)); } }
Instance of Symbol 134 MovieClip "mountainTrack03" in Frame 3
onClipEvent (load) { this.plant.setVolume(0); } onClipEvent (enterFrame) { if (this.plant.getVolume() > volumeDestination) { this.plant.setVolume(this.plant.getVolume() - Math.ceil((this.plant.getVolume() - volumeDestination) / 10)); } else if (this.plant.getVolume() < volumeDestination) { this.plant.setVolume(this.plant.getVolume() + Math.ceil((-(this.plant.getVolume() - volumeDestination)) / 10)); } if (this.plant.getPan() > panDestination) { this.plant.setPan(this.plant.getPan() - Math.ceil((this.plant.getPan() - panDestination) / 10)); } else if (this.plant.getPan() < panDestination) { this.plant.setPan(this.plant.getPan() + Math.ceil((-(this.plant.getPan() - panDestination)) / 10)); } }
Instance of Symbol 134 MovieClip "cavernTrack01" in Frame 3
onClipEvent (load) { this.walrus.setVolume(0); } onClipEvent (enterFrame) { if (this.walrus.getVolume() > volumeDestination) { this.walrus.setVolume(this.walrus.getVolume() - Math.ceil((this.walrus.getVolume() - volumeDestination) / 10)); } else if (this.walrus.getVolume() < volumeDestination) { this.walrus.setVolume(this.walrus.getVolume() + Math.ceil((-(this.walrus.getVolume() - volumeDestination)) / 10)); } if (this.walrus.getPan() > panDestination) { this.walrus.setPan(this.walrus.getPan() - Math.ceil((this.walrus.getPan() - panDestination) / 10)); } else if (this.walrus.getPan() < panDestination) { this.walrus.setPan(this.walrus.getPan() + Math.ceil((-(this.walrus.getPan() - panDestination)) / 10)); } }
Instance of Symbol 134 MovieClip "cavernTrack02" in Frame 3
onClipEvent (load) { this.bats.setVolume(0); } onClipEvent (enterFrame) { if (this.bats.getVolume() > volumeDestination) { this.bats.setVolume(this.bats.getVolume() - Math.ceil((this.bats.getVolume() - volumeDestination) / 10)); } else if (this.bats.getVolume() < volumeDestination) { this.bats.setVolume(this.bats.getVolume() + Math.ceil((-(this.bats.getVolume() - volumeDestination)) / 10)); } if (this.bats.getPan() > panDestination) { this.bats.setPan(this.bats.getPan() - Math.ceil((this.bats.getPan() - panDestination) / 10)); } else if (this.bats.getPan() < panDestination) { this.bats.setPan(this.bats.getPan() + Math.ceil((-(this.bats.getPan() - panDestination)) / 10)); } }
Instance of Symbol 134 MovieClip "cavernTrack03" in Frame 3
onClipEvent (load) { this.fish.setVolume(0); } onClipEvent (enterFrame) { if (this.fish.getVolume() > volumeDestination) { this.fish.setVolume(this.fish.getVolume() - Math.ceil((this.fish.getVolume() - volumeDestination) / 10)); } else if (this.fish.getVolume() < volumeDestination) { this.fish.setVolume(this.fish.getVolume() + Math.ceil((-(this.fish.getVolume() - volumeDestination)) / 10)); } if (this.fish.getPan() > panDestination) { this.fish.setPan(this.fish.getPan() - Math.ceil((this.fish.getPan() - panDestination) / 10)); } else if (this.fish.getPan() < panDestination) { this.fish.setPan(this.fish.getPan() + Math.ceil((-(this.fish.getPan() - panDestination)) / 10)); } }
Instance of Symbol 134 MovieClip in Frame 3
onClipEvent (load) { _root.forestTrack01.lizard = new Sound(_root.forestTrack01); _root.forestTrack01.lizard.attachSound("forestTrack01"); _root.forestTrack02.spider = new Sound(_root.forestTrack02); _root.forestTrack02.spider.attachSound("forestTrack02"); _root.forestTrack03.bird = new Sound(_root.forestTrack03); _root.forestTrack03.bird.attachSound("forestTrack03"); _root.oceanTrack01.whale = new Sound(_root.oceanTrack01); _root.oceanTrack01.whale.attachSound("oceanTrack01"); _root.oceanTrack02.fish = new Sound(_root.oceanTrack02); _root.oceanTrack02.fish.attachSound("oceanTrack02"); _root.oceanTrack03.crab = new Sound(_root.oceanTrack03); _root.oceanTrack03.crab.attachSound("oceanTrack03"); _root.marshTrack01.salmon = new Sound(_root.marshTrack01); _root.marshTrack01.salmon.attachSound("marshTrack01"); _root.marshTrack02.bugs = new Sound(_root.marshTrack02); _root.marshTrack02.bugs.attachSound("marshTrack02"); _root.marshTrack03.birds = new Sound(_root.marshTrack03); _root.marshTrack03.birds.attachSound("marshTrack03"); _root.mountainTrack01.deer = new Sound(_root.mountainTrack01); _root.mountainTrack01.deer.attachSound("mountainTrack01"); _root.mountainTrack02.branch = new Sound(_root.mountainTrack02); _root.mountainTrack02.branch.attachSound("mountainTrack02"); _root.mountainTrack03.plant = new Sound(_root.mountainTrack03); _root.mountainTrack03.plant.attachSound("mountainTrack03"); _root.cavernTrack01.walrus = new Sound(_root.cavernTrack01); _root.cavernTrack01.walrus.attachSound("cavernTrack01"); _root.cavernTrack02.bats = new Sound(_root.cavernTrack02); _root.cavernTrack02.bats.attachSound("cavernTrack02"); _root.cavernTrack03.fish = new Sound(_root.cavernTrack03); _root.cavernTrack03.fish.attachSound("cavernTrack03"); }
Frame 4
_root.cavernTrack01.volumeDestination = 100; _root.cavernTrack02.volumeDestination = 100; _root.cavernTrack03.volumeDestination = 15; _root.cavernTrack01.walrus.start(0, 999); _root.cavernTrack02.bats.start(0, 999); _root.cavernTrack03.fish.start(0, 999);
Instance of Symbol 144 MovieClip in Frame 4
onClipEvent (load) { accel = 20; xcenter = 180; ycenter = 80; } onClipEvent (enterFrame) { if ((_root._ymouse < 210) && (_root.batActive)) { accel = 20; xdestination = _root._xmouse - 20; ydestination = _root._ymouse; } else { xdestination = 180; ydestination = 80; accel = 50; } xcenter = xcenter + ((xdestination - xcenter) / accel); ycenter = ycenter + ((ydestination - ycenter) / accel); this._x = (Math.sin(0.004 * getTimer()) * 50) + xcenter; this._y = (Math.cos(0.005 * getTimer()) * 50) + ycenter; _root.cavernTrack02.bats.setPan(((this._x / 752) * 200) - 100); _root.cavernTrack01.walrus.setPan(((this._x / 752) * 200) - 100); }
Instance of Symbol 144 MovieClip in Frame 4
onClipEvent (load) { accel = 20; xcenter = 220; ycenter = 80; } onClipEvent (enterFrame) { if ((_root._ymouse < 210) && (_root.batActive)) { accel = 20; xdestination = _root._xmouse + 20; ydestination = _root._ymouse; } else { xdestination = 220; ydestination = 80; accel = 50; } xcenter = xcenter + ((xdestination - xcenter) / accel); ycenter = ycenter + ((ydestination - ycenter) / accel); this._x = (Math.sin((0.005 * getTimer()) + 270) * 50) + xcenter; this._y = (Math.cos((0.003 * getTimer()) + 270) * 50) + ycenter; }
Instance of Symbol 144 MovieClip in Frame 4
onClipEvent (load) { accel = 20; xcenter = 140; ycenter = 80; xdestination = 140; ydestination = 80; } onClipEvent (enterFrame) { if ((_root._ymouse < 210) && (_root.batActive)) { accel = 20; xdestination = _root._xmouse - 60; ydestination = _root._ymouse; } else { xdestination = 140; ydestination = 80; _root.batActive = false; accel = 50; } xcenter = xcenter + ((xdestination - xcenter) / accel); ycenter = ycenter + ((ydestination - ycenter) / accel); this._x = (Math.sin((0.005 * getTimer()) + 90) * 50) + xcenter; this._y = (Math.cos((0.004 * getTimer()) + 90) * 50) + ycenter; }
Instance of Symbol 144 MovieClip in Frame 4
onClipEvent (load) { accel = 20; xcenter = 260; ycenter = 80; } onClipEvent (enterFrame) { if ((_root._ymouse < 210) && (_root.batActive)) { accel = 20; xdestination = _root._xmouse + 60; ydestination = _root._ymouse; } else { xdestination = 260; ydestination = 80; accel = 50; } xcenter = xcenter + ((xdestination - xcenter) / accel); ycenter = ycenter + ((ydestination - ycenter) / accel); this._x = (Math.sin((0.003 * getTimer()) + 180) * 50) + xcenter; this._y = (Math.cos((0.005 * getTimer()) + 180) * 50) + ycenter; }
Instance of Symbol 148 MovieClip in Frame 4
onClipEvent (load) { this._alpha = random(50) + 10; accel = (Math.random() * 0.5) + 1.5; i = 0; rand = Math.random() * 45; red = 0; green = 54; blue = 86; var oColor = new Color(this); oColor.setRGB(((red << 16) | (green << 8)) | blue); targetRedA = 0; targetGreenA = 54; targetBlueA = 86; this.useHandCursor = false; scaleRand = (Math.random() * 20) + 80; _xscale = scaleRand; _yscale = scaleRand; } onClipEvent (enterFrame) { this._rotation = -109 + (Math.cos(i + rand) * 10); i = i + 0.1; this._y = this._y - ((Math.cos((this._rotation * Math.PI) / 180) * (this._xscale / 100)) * accel); this._x = this._x + ((Math.sin((this._rotation * Math.PI) / 180) * (this._xscale / 100)) * accel); if (this._y > 423) { this._alpha = random(50) + 10; this._x = 725; this._y = (Math.random() * 75) + 275; } if ((this._x < 400) && (this._alpha > 0)) { this._alpha = this._alpha - 3; } if (red > this.targetRedA) { red = red - Math.ceil((red - this.targetRedA) / 10); } else if (red < this.targetRedA) { red = red + Math.ceil((-(red - this.targetRedA)) / 10); } if (green > this.targetGreenA) { green = green - Math.ceil((green - this.targetGreenA) / 10); } else if (green < this.targetGreenA) { green = green + Math.ceil((-(green - this.targetGreenA)) / 10); } if (blue > this.targetBlueA) { blue = blue - Math.ceil((blue - this.targetBlueA) / 10); } else if (blue < this.targetBlueA) { blue = blue + Math.ceil((-(blue - this.targetBlueA)) / 10); } oColor.setRGB(((red << 16) | (green << 8)) | blue); if (this.hitTest(_root._xmouse, _root._ymouse, true)) { targetRedA = 255; targetGreenA = 255; targetBlueA = 255; } else { targetRedA = 0; targetGreenA = 54; targetBlueA = 86; } }
Instance of Symbol 148 MovieClip in Frame 4
onClipEvent (load) { this._alpha = random(50) + 10; accel = (Math.random() * 0.5) + 1.5; i = 0; rand = Math.random() * 45; red = 0; green = 54; blue = 86; var oColor = new Color(this); oColor.setRGB(((red << 16) | (green << 8)) | blue); targetRedA = 0; targetGreenA = 54; targetBlueA = 86; this.useHandCursor = false; scaleRand = (Math.random() * 20) + 80; _xscale = scaleRand; _yscale = scaleRand; } onClipEvent (enterFrame) { this._rotation = -109 + (Math.cos(i + rand) * 10); i = i + 0.1; this._y = this._y - ((Math.cos((this._rotation * Math.PI) / 180) * (this._xscale / 100)) * accel); this._x = this._x + ((Math.sin((this._rotation * Math.PI) / 180) * (this._xscale / 100)) * accel); if (this._y > 423) { this._alpha = random(50) + 10; this._x = 725; this._y = (Math.random() * 75) + 275; } if ((this._x < 400) && (this._alpha > 0)) { this._alpha = this._alpha - 3; } if (red > this.targetRedA) { red = red - Math.ceil((red - this.targetRedA) / 10); } else if (red < this.targetRedA) { red = red + Math.ceil((-(red - this.targetRedA)) / 10); } if (green > this.targetGreenA) { green = green - Math.ceil((green - this.targetGreenA) / 10); } else if (green < this.targetGreenA) { green = green + Math.ceil((-(green - this.targetGreenA)) / 10); } if (blue > this.targetBlueA) { blue = blue - Math.ceil((blue - this.targetBlueA) / 10); } else if (blue < this.targetBlueA) { blue = blue + Math.ceil((-(blue - this.targetBlueA)) / 10); } oColor.setRGB(((red << 16) | (green << 8)) | blue); if (this.hitTest(_root._xmouse, _root._ymouse, true)) { targetRedA = 255; targetGreenA = 255; targetBlueA = 255; } else { targetRedA = 0; targetGreenA = 54; targetBlueA = 86; } }
Instance of Symbol 148 MovieClip in Frame 4
onClipEvent (load) { this._alpha = random(50) + 10; accel = (Math.random() * 0.5) + 1.5; i = 0; rand = Math.random() * 45; red = 0; green = 54; blue = 86; var oColor = new Color(this); oColor.setRGB(((red << 16) | (green << 8)) | blue); targetRedA = 0; targetGreenA = 54; targetBlueA = 86; this.useHandCursor = false; scaleRand = (Math.random() * 20) + 80; _xscale = scaleRand; _yscale = scaleRand; } onClipEvent (enterFrame) { this._rotation = -109 + (Math.cos(i + rand) * 10); i = i + 0.1; this._y = this._y - ((Math.cos((this._rotation * Math.PI) / 180) * (this._xscale / 100)) * accel); this._x = this._x + ((Math.sin((this._rotation * Math.PI) / 180) * (this._xscale / 100)) * accel); if (this._y > 423) { this._alpha = random(50) + 10; this._x = 725; this._y = (Math.random() * 75) + 275; } if ((this._x < 400) && (this._alpha > 0)) { this._alpha = this._alpha - 3; } if (red > this.targetRedA) { red = red - Math.ceil((red - this.targetRedA) / 10); } else if (red < this.targetRedA) { red = red + Math.ceil((-(red - this.targetRedA)) / 10); } if (green > this.targetGreenA) { green = green - Math.ceil((green - this.targetGreenA) / 10); } else if (green < this.targetGreenA) { green = green + Math.ceil((-(green - this.targetGreenA)) / 10); } if (blue > this.targetBlueA) { blue = blue - Math.ceil((blue - this.targetBlueA) / 10); } else if (blue < this.targetBlueA) { blue = blue + Math.ceil((-(blue - this.targetBlueA)) / 10); } oColor.setRGB(((red << 16) | (green << 8)) | blue); if (this.hitTest(_root._xmouse, _root._ymouse, true)) { targetRedA = 255; targetGreenA = 255; targetBlueA = 255; } else { targetRedA = 0; targetGreenA = 54; targetBlueA = 86; } }
Instance of Symbol 148 MovieClip in Frame 4
onClipEvent (load) { this._alpha = random(50) + 10; accel = (Math.random() * 0.5) + 1.5; i = 0; rand = Math.random() * 45; red = 0; green = 54; blue = 86; var oColor = new Color(this); oColor.setRGB(((red << 16) | (green << 8)) | blue); targetRedA = 0; targetGreenA = 54; targetBlueA = 86; this.useHandCursor = false; scaleRand = (Math.random() * 20) + 80; _xscale = scaleRand; _yscale = scaleRand; } onClipEvent (enterFrame) { this._rotation = -109 + (Math.cos(i + rand) * 10); i = i + 0.1; this._y = this._y - ((Math.cos((this._rotation * Math.PI) / 180) * (this._xscale / 100)) * accel); this._x = this._x + ((Math.sin((this._rotation * Math.PI) / 180) * (this._xscale / 100)) * accel); if (this._y > 423) { this._alpha = random(50) + 10; this._x = 725; this._y = (Math.random() * 75) + 275; } if ((this._x < 400) && (this._alpha > 0)) { this._alpha = this._alpha - 3; } if (red > this.targetRedA) { red = red - Math.ceil((red - this.targetRedA) / 10); } else if (red < this.targetRedA) { red = red + Math.ceil((-(red - this.targetRedA)) / 10); } if (green > this.targetGreenA) { green = green - Math.ceil((green - this.targetGreenA) / 10); } else if (green < this.targetGreenA) { green = green + Math.ceil((-(green - this.targetGreenA)) / 10); } if (blue > this.targetBlueA) { blue = blue - Math.ceil((blue - this.targetBlueA) / 10); } else if (blue < this.targetBlueA) { blue = blue + Math.ceil((-(blue - this.targetBlueA)) / 10); } oColor.setRGB(((red << 16) | (green << 8)) | blue); if (this.hitTest(_root._xmouse, _root._ymouse, true)) { targetRedA = 255; targetGreenA = 255; targetBlueA = 255; } else { targetRedA = 0; targetGreenA = 54; targetBlueA = 86; } }
Instance of Symbol 148 MovieClip in Frame 4
onClipEvent (load) { this._alpha = random(50) + 10; accel = (Math.random() * 0.5) + 1.5; i = 0; rand = Math.random() * 45; red = 0; green = 54; blue = 86; var oColor = new Color(this); oColor.setRGB(((red << 16) | (green << 8)) | blue); targetRedA = 0; targetGreenA = 54; targetBlueA = 86; this.useHandCursor = false; scaleRand = (Math.random() * 20) + 80; _xscale = scaleRand; _yscale = scaleRand; } onClipEvent (enterFrame) { this._rotation = -109 + (Math.cos(i + rand) * 10); i = i + 0.1; this._y = this._y - ((Math.cos((this._rotation * Math.PI) / 180) * (this._xscale / 100)) * accel); this._x = this._x + ((Math.sin((this._rotation * Math.PI) / 180) * (this._xscale / 100)) * accel); if (this._y > 423) { this._alpha = random(50) + 10; this._x = 725; this._y = (Math.random() * 75) + 275; } if ((this._x < 400) && (this._alpha > 0)) { this._alpha = this._alpha - 3; } if (red > this.targetRedA) { red = red - Math.ceil((red - this.targetRedA) / 10); } else if (red < this.targetRedA) { red = red + Math.ceil((-(red - this.targetRedA)) / 10); } if (green > this.targetGreenA) { green = green - Math.ceil((green - this.targetGreenA) / 10); } else if (green < this.targetGreenA) { green = green + Math.ceil((-(green - this.targetGreenA)) / 10); } if (blue > this.targetBlueA) { blue = blue - Math.ceil((blue - this.targetBlueA) / 10); } else if (blue < this.targetBlueA) { blue = blue + Math.ceil((-(blue - this.targetBlueA)) / 10); } oColor.setRGB(((red << 16) | (green << 8)) | blue); if (this.hitTest(_root._xmouse, _root._ymouse, true)) { targetRedA = 255; targetGreenA = 255; targetBlueA = 255; } else { targetRedA = 0; targetGreenA = 54; targetBlueA = 86; } }
Instance of Symbol 148 MovieClip in Frame 4
onClipEvent (load) { this._alpha = random(50) + 10; accel = (Math.random() * 0.5) + 1.5; i = 0; rand = Math.random() * 45; red = 0; green = 54; blue = 86; var oColor = new Color(this); oColor.setRGB(((red << 16) | (green << 8)) | blue); targetRedA = 0; targetGreenA = 54; targetBlueA = 86; this.useHandCursor = false; scaleRand = (Math.random() * 20) + 80; _xscale = scaleRand; _yscale = scaleRand; } onClipEvent (enterFrame) { this._rotation = -109 + (Math.cos(i + rand) * 10); i = i + 0.1; this._y = this._y - ((Math.cos((this._rotation * Math.PI) / 180) * (this._xscale / 100)) * accel); this._x = this._x + ((Math.sin((this._rotation * Math.PI) / 180) * (this._xscale / 100)) * accel); if (this._y > 423) { this._alpha = random(50) + 10; this._x = 725; this._y = (Math.random() * 75) + 275; } if ((this._x < 400) && (this._alpha > 0)) { this._alpha = this._alpha - 3; } if (red > this.targetRedA) { red = red - Math.ceil((red - this.targetRedA) / 10); } else if (red < this.targetRedA) { red = red + Math.ceil((-(red - this.targetRedA)) / 10); } if (green > this.targetGreenA) { green = green - Math.ceil((green - this.targetGreenA) / 10); } else if (green < this.targetGreenA) { green = green + Math.ceil((-(green - this.targetGreenA)) / 10); } if (blue > this.targetBlueA) { blue = blue - Math.ceil((blue - this.targetBlueA) / 10); } else if (blue < this.targetBlueA) { blue = blue + Math.ceil((-(blue - this.targetBlueA)) / 10); } oColor.setRGB(((red << 16) | (green << 8)) | blue); if (this.hitTest(_root._xmouse, _root._ymouse, true)) { targetRedA = 255; targetGreenA = 255; targetBlueA = 255; } else { targetRedA = 0; targetGreenA = 54; targetBlueA = 86; } }
Instance of Symbol 148 MovieClip in Frame 4
onClipEvent (load) { this._alpha = random(50) + 10; accel = (Math.random() * 0.5) + 1.5; i = 0; rand = Math.random() * 45; red = 0; green = 54; blue = 86; var oColor = new Color(this); oColor.setRGB(((red << 16) | (green << 8)) | blue); targetRedA = 0; targetGreenA = 54; targetBlueA = 86; this.useHandCursor = false; scaleRand = (Math.random() * 20) + 80; _xscale = scaleRand; _yscale = scaleRand; } onClipEvent (enterFrame) { this._rotation = -109 + (Math.cos(i + rand) * 10); i = i + 0.1; this._y = this._y - ((Math.cos((this._rotation * Math.PI) / 180) * (this._xscale / 100)) * accel); this._x = this._x + ((Math.sin((this._rotation * Math.PI) / 180) * (this._xscale / 100)) * accel); if (this._y > 423) { this._alpha = random(50) + 10; this._x = 725; this._y = (Math.random() * 75) + 275; } if ((this._x < 400) && (this._alpha > 0)) { this._alpha = this._alpha - 3; } if (red > this.targetRedA) { red = red - Math.ceil((red - this.targetRedA) / 10); } else if (red < this.targetRedA) { red = red + Math.ceil((-(red - this.targetRedA)) / 10); } if (green > this.targetGreenA) { green = green - Math.ceil((green - this.targetGreenA) / 10); } else if (green < this.targetGreenA) { green = green + Math.ceil((-(green - this.targetGreenA)) / 10); } if (blue > this.targetBlueA) { blue = blue - Math.ceil((blue - this.targetBlueA) / 10); } else if (blue < this.targetBlueA) { blue = blue + Math.ceil((-(blue - this.targetBlueA)) / 10); } oColor.setRGB(((red << 16) | (green << 8)) | blue); if (this.hitTest(_root._xmouse, _root._ymouse, true)) { targetRedA = 255; targetGreenA = 255; targetBlueA = 255; } else { targetRedA = 0; targetGreenA = 54; targetBlueA = 86; } }
Instance of Symbol 148 MovieClip in Frame 4
onClipEvent (load) { this._alpha = random(50) + 10; accel = (Math.random() * 0.5) + 1.5; i = 0; rand = Math.random() * 45; red = 0; green = 54; blue = 86; var oColor = new Color(this); oColor.setRGB(((red << 16) | (green << 8)) | blue); targetRedA = 0; targetGreenA = 54; targetBlueA = 86; this.useHandCursor = false; scaleRand = (Math.random() * 20) + 80; _xscale = scaleRand; _yscale = scaleRand; } onClipEvent (enterFrame) { this._rotation = -109 + (Math.cos(i + rand) * 10); i = i + 0.1; this._y = this._y - ((Math.cos((this._rotation * Math.PI) / 180) * (this._xscale / 100)) * accel); this._x = this._x + ((Math.sin((this._rotation * Math.PI) / 180) * (this._xscale / 100)) * accel); if (this._y > 423) { this._alpha = random(50) + 10; this._x = 725; this._y = (Math.random() * 75) + 275; } if ((this._x < 400) && (this._alpha > 0)) { this._alpha = this._alpha - 3; } if (red > this.targetRedA) { red = red - Math.ceil((red - this.targetRedA) / 10); } else if (red < this.targetRedA) { red = red + Math.ceil((-(red - this.targetRedA)) / 10); } if (green > this.targetGreenA) { green = green - Math.ceil((green - this.targetGreenA) / 10); } else if (green < this.targetGreenA) { green = green + Math.ceil((-(green - this.targetGreenA)) / 10); } if (blue > this.targetBlueA) { blue = blue - Math.ceil((blue - this.targetBlueA) / 10); } else if (blue < this.targetBlueA) { blue = blue + Math.ceil((-(blue - this.targetBlueA)) / 10); } oColor.setRGB(((red << 16) | (green << 8)) | blue); if (this.hitTest(_root._xmouse, _root._ymouse, true)) { targetRedA = 255; targetGreenA = 255; targetBlueA = 255; } else { targetRedA = 0; targetGreenA = 54; targetBlueA = 86; } }
Instance of Symbol 148 MovieClip in Frame 4
onClipEvent (load) { this._alpha = random(50) + 10; accel = (Math.random() * 0.5) + 1.5; i = 0; rand = Math.random() * 45; red = 0; green = 54; blue = 86; var oColor = new Color(this); oColor.setRGB(((red << 16) | (green << 8)) | blue); targetRedA = 0; targetGreenA = 54; targetBlueA = 86; this.useHandCursor = false; scaleRand = (Math.random() * 20) + 80; _xscale = scaleRand; _yscale = scaleRand; } onClipEvent (enterFrame) { this._rotation = -109 + (Math.cos(i + rand) * 10); i = i + 0.1; this._y = this._y - ((Math.cos((this._rotation * Math.PI) / 180) * (this._xscale / 100)) * accel); this._x = this._x + ((Math.sin((this._rotation * Math.PI) / 180) * (this._xscale / 100)) * accel); if (this._y > 423) { this._alpha = random(50) + 10; this._x = 725; this._y = (Math.random() * 75) + 275; } if ((this._x < 400) && (this._alpha > 0)) { this._alpha = this._alpha - 3; } if (red > this.targetRedA) { red = red - Math.ceil((red - this.targetRedA) / 10); } else if (red < this.targetRedA) { red = red + Math.ceil((-(red - this.targetRedA)) / 10); } if (green > this.targetGreenA) { green = green - Math.ceil((green - this.targetGreenA) / 10); } else if (green < this.targetGreenA) { green = green + Math.ceil((-(green - this.targetGreenA)) / 10); } if (blue > this.targetBlueA) { blue = blue - Math.ceil((blue - this.targetBlueA) / 10); } else if (blue < this.targetBlueA) { blue = blue + Math.ceil((-(blue - this.targetBlueA)) / 10); } oColor.setRGB(((red << 16) | (green << 8)) | blue); if (this.hitTest(_root._xmouse, _root._ymouse, true)) { targetRedA = 255; targetGreenA = 255; targetBlueA = 255; } else { targetRedA = 0; targetGreenA = 54; targetBlueA = 86; } }
Instance of Symbol 151 MovieClip in Frame 4
onClipEvent (load) { this.useHandCursor = false; } on (rollOver) { _root.cavernTrack03.volumeDestination = 100; _root.cavernTrack02.volumeDestination = 0; } on (releaseOutside, rollOut) { _root.cavernTrack03.volumeDestination = 15; _root.cavernTrack02.volumeDestination = 100; }
Instance of Symbol 153 MovieClip in Frame 4
onClipEvent (load) { this.useHandCursor = false; } on (rollOver) { _parent.cursors.gotoAndStop("load"); } on (press) { _root.envirOrigin = "cavern"; _root.envirDestination = "ocean"; _parent.cursors.gotoAndStop("loadClick"); } on (release) { _parent.cursors.gotoAndStop("load"); } on (releaseOutside, rollOut) { _parent.cursors.gotoAndStop("default"); }
Instance of Symbol 166 MovieClip "walrus" in Frame 4
onClipEvent (load) { i = 0; bounce = 1.2; accel = 5; yInc = 0; destination = 330; this._y = 330; } onClipEvent (enterFrame) { this.glow._alpha = (((-(this._y - 340)) / 20) * 90) + 10; if (!drag) { yInc = (((destination - _y) / accel) + yInc) / bounce; _y = (_y + yInc); } else { _y = (_y + ((_parent.walrusDrag._y - _y) / accel)); } }
Instance of Symbol 174 MovieClip "bird" in Frame 4
onClipEvent (load) { initVelocity = 0; gravity = 250; initTime = getTimer() / 1000; initY = this._y; launched = false; actHeight = this._height - 17; this._y = _parent.walrus._y - actHeight; } onClipEvent (enterFrame) { if (launched) { time = (getTimer() / 1000) - initTime; if (((((initVelocity * time) + (((0.5 * gravity) * time) * time)) + initY) >= (_parent.walrus._y - actHeight)) && (time > 0.2)) { launched = false; } else { this._y = ((initVelocity * time) + (((0.5 * gravity) * time) * time)) + initY; } this._rotation = (1 - ((this._y - 243) / 80)) * -45; } else { this._y = _parent.walrus._y - actHeight; } _root.cavernTrack01.walrus.setVolume(100 - (this._y - 248)); }
Instance of Symbol 166 MovieClip "walrusDrag" in Frame 4
onClipEvent (load) { this.useHandCursor = false; } on (press) { this.startDrag(false, 139, 305, 139, 355); _parent.walrus.drag = true; } on (release, releaseOutside) { this.stopDrag(); this._y = 330; _parent.walrus.drag = false; if (!_parent.bird.launched) { _parent.bird.initTime = getTimer() / 1000; _parent.bird.initY = _parent.bird._y; _parent.bird.initVelocity = ((-(_parent.walrus._y - 330)) * 7) - 50; _parent.bird.launched = true; } } on (rollOver) { _parent.cursors.gotoAndStop("drag"); } on (releaseOutside, rollOut) { _parent.cursors.gotoAndStop("default"); }
Instance of Symbol 190 MovieClip in Frame 4
onClipEvent (load) { this.useHandCursor = false; } on (rollOver) { _parent.cursors.gotoAndStop("load"); } on (press) { _root.envirOrigin = "cavern"; _root.envirDestination = "mountain"; _parent.cursors.gotoAndStop("loadClick"); } on (release) { _parent.cursors.gotoAndStop("load"); } on (releaseOutside, rollOut) { _parent.cursors.gotoAndStop("default"); }
Instance of Symbol 195 MovieClip in Frame 4
onClipEvent (load) { this.useHandCursor = false; _root.batActive = false; } on (rollOver) { _root.batActive = true; }
Instance of Symbol 197 MovieClip "snowFlake" in Frame 4
onClipEvent (load) { fallSpeed = (Math.random() * 3) + 2; this._height = (Math.random() * 5) + 1; this._width = (Math.random() * 5) + 1; this._x = Math.random() * 100; this._y = -2; this._rotation = Math.random() * 360; this.destination = (this._x + (Math.random() * 50)) - 25; } onClipEvent (enterFrame) { this._y = this._y + fallSpeed; if ((this._x > (this.destination - 5)) && (this._x < (this.destination + 5))) { this.destination = (this._x + (Math.random() * 50)) - 25; } else { this._x = this._x - ((this._x - this.destination) / 20); } if (this._y > 423) { this.removeMovieClip(); } this._x = this._x + _root.wind; this.destination = this.destination + _root.wind; }
Instance of Symbol 134 MovieClip in Frame 4
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (random(50) == 25) { duplicateMovieClip ("_root.snowFlake", "flake" + i, i++); } _root.wind = 0.1; }
Instance of Symbol 202 MovieClip "controls" in Frame 4
onClipEvent (load) { if (Stage.width > 752) { _x = Math.ceil((Stage.width - ((Stage.width - 752) / 2)) - 65); } else { _x = 687; } if (Stage.height > 530) { _y = Math.ceil((Stage.height - ((Stage.height - 530) / 2)) - 34); } else { _y = 496; } }
Instance of Symbol 144 MovieClip in Frame 4
onClipEvent (load) { accel = 20; xcenter = 180; ycenter = 80; } onClipEvent (enterFrame) { if ((_root._ymouse < 210) && (_root.batActive)) { accel = 20; xdestination = _root._xmouse - 20; ydestination = _root._ymouse; } else { xdestination = 180; ydestination = 80; accel = 50; } xcenter = xcenter + ((xdestination - xcenter) / accel); ycenter = ycenter + ((ydestination - ycenter) / accel); this._x = (Math.sin(0.004 * getTimer()) * 50) + xcenter; this._y = (Math.cos(0.005 * getTimer()) * 50) + ycenter; if ((this._x >= 0) && (this._x <= 752)) { _root.cavernTrack02.bats.setPan(((this._x / 752) * 200) - 100); _root.cavernTrack01.walrus.setPan(((this._x / 752) * 200) - 100); } else if (this._x < 0) { _root.cavernTrack02.bats.setPan(-100); _root.cavernTrack01.walrus.setPan(-100); } else { _root.cavernTrack02.bats.setPan(100); _root.cavernTrack01.walrus.setPan(100); } }
Instance of Symbol 144 MovieClip in Frame 4
onClipEvent (load) { accel = 20; xcenter = 220; ycenter = 80; } onClipEvent (enterFrame) { if ((_root._ymouse < 210) && (_root.batActive)) { accel = 20; xdestination = _root._xmouse + 20; ydestination = _root._ymouse; } else { xdestination = 220; ydestination = 80; accel = 50; } xcenter = xcenter + ((xdestination - xcenter) / accel); ycenter = ycenter + ((ydestination - ycenter) / accel); this._x = (Math.sin((0.005 * getTimer()) + 270) * 50) + xcenter; this._y = (Math.cos((0.003 * getTimer()) + 270) * 50) + ycenter; }
Instance of Symbol 144 MovieClip in Frame 4
onClipEvent (load) { accel = 20; xcenter = 140; ycenter = 80; xdestination = 140; ydestination = 80; } onClipEvent (enterFrame) { if ((_root._ymouse < 210) && (_root.batActive)) { accel = 20; xdestination = _root._xmouse - 60; ydestination = _root._ymouse; } else { xdestination = 140; ydestination = 80; _root.batActive = false; accel = 50; } xcenter = xcenter + ((xdestination - xcenter) / accel); ycenter = ycenter + ((ydestination - ycenter) / accel); this._x = (Math.sin((0.005 * getTimer()) + 90) * 50) + xcenter; this._y = (Math.cos((0.004 * getTimer()) + 90) * 50) + ycenter; }
Instance of Symbol 144 MovieClip in Frame 4
onClipEvent (load) { accel = 20; xcenter = 260; ycenter = 80; } onClipEvent (enterFrame) { if ((_root._ymouse < 210) && (_root.batActive)) { accel = 20; xdestination = _root._xmouse + 60; ydestination = _root._ymouse; } else { xdestination = 260; ydestination = 80; accel = 50; } xcenter = xcenter + ((xdestination - xcenter) / accel); ycenter = ycenter + ((ydestination - ycenter) / accel); this._x = (Math.sin((0.003 * getTimer()) + 180) * 50) + xcenter; this._y = (Math.cos((0.005 * getTimer()) + 180) * 50) + ycenter; }
Instance of Symbol 249 MovieClip "cursors" in Frame 4
onClipEvent (enterFrame) { this._x = _parent._xmouse; this._y = _parent._ymouse; }
Frame 5
function SpiderReact() { if ((_xmouse > 289) && (_xmouse < 615)) { _root.spider.destination = _xmouse; } if (_xmouse <= 289) { _root.spider.destination = 289; } if (_xmouse >= 615) { _root.spider.destination = 615; } _root.spider.gotoAndPlay(1); } stop(); _root.forestTrack01.volumeDestination = 100; _root.forestTrack02.volumeDestination = 100; _root.forestTrack03.volumeDestination = 100; _root.forestTrack01.lizard.start(0, 999); _root.forestTrack02.spider.start(0, 999); _root.forestTrack03.bird.start(0, 999); clearInterval(interval); interval = setInterval(SpiderReact, 3000);
Instance of Symbol 254 MovieClip in Frame 5
onClipEvent (load) { this.useHandCursor = false; } on (rollOver) { _parent.cursors.gotoAndStop("load"); } on (press) { _root.envirOrigin = "forest"; _root.envirDestination = "ocean"; _parent.cursors.gotoAndStop("loadClick"); } on (release) { _parent.cursors.gotoAndStop("load"); } on (releaseOutside, rollOut) { _parent.cursors.gotoAndStop("default"); }
Instance of Symbol 267 MovieClip in Frame 5
onClipEvent (load) { this.useHandCursor = false; } on (rollOver) { _parent.cursors.gotoAndStop("load"); } on (press) { _root.envirOrigin = "forest"; _root.envirDestination = "cavern"; _parent.cursors.gotoAndStop("loadClick"); } on (release) { _parent.cursors.gotoAndStop("load"); } on (releaseOutside, rollOut) { _parent.cursors.gotoAndStop("default"); }
Instance of Symbol 293 MovieClip "birdMain" in Frame 5
onClipEvent (load) { xDestination = 260; yDestination = 300; sx = 430; sy = 45; maxRadians = (Math.PI*2); theta = Math.PI; inc = 0.1; xMove = 100; yMove = 100; this.rotationDestination = 0; this.layEgg = false; this.fly = true; this.land = false; this.landRotate = false; this.ascend == false; this.flyRotate = false; this.useHandCursor = false; } onClipEvent (enterFrame) { _root.forestTrack03.bird.setPan((this._x - 230) - 100); _root.forestTrack02.spider.setPan((this._x - 230) - 100); if (this._rotation > this.rotationDestination) { this._rotation = this._rotation - Math.ceil((this._rotation - this.rotationDestination) / 10); updateAfterEvent(); } else if (this._rotation < this.rotationDestination) { this._rotation = this._rotation + Math.ceil((-(this._rotation - this.rotationDestination)) / 500); updateAfterEvent(); } if (this.fly == true) { tX = (Math.sin(theta) / maxRadians) * xMove; tY = (Math.cos(theta * 1.5) / maxRadians) * yMove; this._x = Math.round(tX + sx); this._y = Math.round(tY + sy); theta = theta + inc; } if (this.layEgg == true) { xMove = xMove - Math.ceil(xMove / 10); updateAfterEvent(); yMove = yMove - Math.ceil(yMove / 10); updateAfterEvent(); } if (((this.body.tail._currentframe == 1) && (this._rotation == -33)) && (this.layEgg == true)) { this.body.tail.gotoAndPlay(2); } if (((this.layEgg == false) && (xMove < 100)) && (this.land == false)) { xMove = xMove + Math.ceil((-(xMove - 100)) / 50); updateAfterEvent(); } if (((this.layEgg == false) && (yMove < 100)) && (this.land == false)) { yMove = yMove + Math.ceil((-(yMove - 100)) / 50); updateAfterEvent(); } if (this.body.tail._currentframe == 46) { this.layEgg = false; this.rotationDestination = 0; } if (this.land == true) { xMove = xMove - Math.ceil(xMove / 50); updateAfterEvent(); yMove = yMove - Math.ceil(yMove / 50); updateAfterEvent(); } if ((this.land == true) && (sx > this.xDestination)) { sx = sx - Math.ceil((sx - this.xDestination) / 20); updateAfterEvent(); } else if ((this.land == true) && (sx < this.xDestination)) { sx = sx + Math.ceil((-(sx - this.xDestination)) / 20); updateAfterEvent(); } if ((this.land == true) && (sy > this.yDestination)) { sy = sy - Math.ceil((sy - this.yDestination) / 20); updateAfterEvent(); } else if ((this.land == true) && (sy < this.yDestination)) { sy = sy + Math.ceil((-(sy - this.yDestination)) / 20); updateAfterEvent(); } if (((this.land == true) && (sy == this.yDestination)) && (sx == this.xDestination)) { this.landRotate = true; } if (this.landRotate == true) { this.rotationDestination = -33; this.landRotate = false; } if ((this.land == true) && (this._rotation == -33)) { this.wingLeft._visible = false; this.wingRight._visible = false; this.fly = false; } if ((this.descend == true) && (xMove < 100)) { xMove = xMove + Math.ceil((-(xMove - 100)) / 50); updateAfterEvent(); } if (((this.descend == true) && (yMove < 100)) && (this.land == false)) { yMove = yMove + Math.ceil((-(yMove - 100)) / 50); updateAfterEvent(); } if (((((this.descend == true) && (xMove == 100)) && (yMove == 100)) && (this.wingLeft._visible == true)) && (this.wingRight._visible == true)) { this.descend = false; } if ((this.ascend == true) && (sx > this.xDestination)) { sx = sx - Math.ceil((sx - this.xDestination) / 20); updateAfterEvent(); } else if ((this.ascend == true) && (sx < this.xDestination)) { sx = sx + Math.ceil((-(sx - this.xDestination)) / 20); updateAfterEvent(); } if ((this.ascend == true) && (sy > this.yDestination)) { sy = sy - Math.ceil((sy - this.yDestination) / 20); updateAfterEvent(); } else if ((this.ascend == true) && (sy < this.yDestination)) { sy = sy + Math.ceil((-(sy - this.yDestination)) / 20); updateAfterEvent(); } if (((this.ascend == true) && (sy == this.yDestination)) && (sx == this.xDestination)) { this.ascend = false; } if (this.flyRotate == true) { this.rotationDestination = 0; this.flyRotate = false; } } on (rollOver) { if (this.fly == true) { xDestination = 230; yDestination = 85; this.land = true; } if (this.fly == false) { descend = false; ascend = true; xDestination = 430; yDestination = 45; this.land = false; this.fly = true; this.wingLeft._visible = true; this.wingRight._visible = true; this.flyRotate = true; } }
Instance of Symbol 335 MovieClip "camelionA" in Frame 5
onClipEvent (load) { moving = true; accelerate = true; momentum = 0; rotateAccel = 0; lastRotation = 0; bodytargetRedA = 102; bodytargetGreenA = 126; bodytargetBlueA = 1; stripetargetRedA = 204; stripetargetGreenA = 255; stripetargetBlueA = 0; this.useHandCursor = false; } onClipEvent (enterFrame) { if (accelerate) { momentum = momentum + 0.05; if (momentum >= 0.6) { accelerate = false; } } else { momentum = momentum - 0.1; if (momentum <= 0) { accelerate = true; } } if (moving) { if (!_parent.wallA.hitTest(this._x + (20 * Math.sin((this._rotation * Math.PI) / 180)), this._y - (20 * Math.cos((this._rotation * Math.PI) / 180)), true)) { if (rotateAccel < 2) { rotateAccel = rotateAccel + 0.05; } this._rotation = this._rotation + rotateAccel; this._y = this._y - ((Math.cos((this._rotation * Math.PI) / 180) * 0.5) * (this._xscale / 100)); this._x = this._x + ((Math.sin((this._rotation * Math.PI) / 180) * 0.5) * (this._xscale / 100)); this.body.head.destination = 30; this.stripe.head.destination = 30; } else { if (rotateAccel > 0) { rotateAccel = rotateAccel - 0.05; } this._rotation = this._rotation + rotateAccel; this._y = this._y - ((Math.cos((this._rotation * Math.PI) / 180) * (0.3 + momentum)) * (this._xscale / 100)); this._x = this._x + ((Math.sin((this._rotation * Math.PI) / 180) * (0.3 + momentum)) * (this._xscale / 100)); this.body.head.destination = 0; this.stripe.head.destination = 0; } } } on (rollOver) { if (moving) { this.body.targetRedA = 56; this.body.targetGreenA = 56; this.body.targetBlueA = 56; this.body.legFrontLeft.gotoAndStop(this.body.legFrontLeft._currentframe); this.body.legFrontLeft.inner.gotoAndStop(this.body.legFrontLeft.inner._currentframe); this.body.legFrontLeft.inner.inner.gotoAndStop(this.body.legFrontLeft.inner.inner._currentframe); this.body.legFrontRight.gotoAndStop(this.body.legFrontRight._currentframe); this.body.legFrontRight.inner.gotoAndStop(this.body.legFrontRight.inner._currentframe); this.body.legFrontRight.inner.inner.gotoAndStop(this.body.legFrontRight.inner.inner._currentframe); this.body.legMiddleLeft.gotoAndStop(this.body.legMiddleLeft._currentframe); this.body.legMiddleLeft.inner.gotoAndStop(this.body.legMiddleLeft.inner._currentframe); this.body.legMiddleLeft.inner.inner.gotoAndStop(this.body.legMiddleLeft.inner.inner._currentframe); this.body.legMiddleRight.gotoAndStop(this.body.legMiddleRight._currentframe); this.body.legMiddleRight.inner.gotoAndStop(this.body.legMiddleRight.inner._currentframe); this.body.legMiddleRight.inner.inner.gotoAndStop(this.body.legMiddleRight.inner.inner._currentframe); this.body.legBackLeft.gotoAndStop(this.body.legBackLeft._currentframe); this.body.legBackLeft.inner.gotoAndStop(this.body.legBackLeft.inner._currentframe); this.body.legBackLeft.inner.inner.gotoAndStop(this.body.legBackLeft.inner.inner._currentframe); this.body.legBackRight.gotoAndStop(this.body.legBackRight._currentframe); this.body.legBackRight.inner.gotoAndStop(this.body.legBackRight.inner._currentframe); this.body.legBackRight.inner.inner.gotoAndStop(this.body.legBackRight.inner.inner._currentframe); this.stripe.targetRedA = 180; this.stripe.targetGreenA = 180; this.stripe.targetBlueA = 180; _parent.forestTrack01.volumeDestination = 0; moving = false; } } on (releaseOutside, rollOut) { if (!moving) { this.body.targetRedA = 102; this.body.targetGreenA = 126; this.body.targetBlueA = 1; this.body.legFrontLeft.gotoAndPlay(this.body.legFrontLeft._currentframe); this.body.legFrontLeft.inner.gotoAndPlay(this.body.legFrontLeft.inner._currentframe); this.body.legFrontLeft.inner.inner.gotoAndPlay(this.body.legFrontLeft.inner.inner._currentframe); this.body.legFrontRight.gotoAndPlay(this.body.legFrontRight._currentframe); this.body.legFrontRight.inner.gotoAndPlay(this.body.legFrontRight.inner._currentframe); this.body.legFrontRight.inner.inner.gotoAndPlay(this.body.legFrontRight.inner.inner._currentframe); this.body.legMiddleLeft.gotoAndPlay(this.body.legMiddleLeft._currentframe); this.body.legMiddleLeft.inner.gotoAndPlay(this.body.legMiddleLeft.inner._currentframe); this.body.legMiddleLeft.inner.inner.gotoAndPlay(this.body.legMiddleLeft.inner.inner._currentframe); this.body.legMiddleRight.gotoAndPlay(this.body.legMiddleRight._currentframe); this.body.legMiddleRight.inner.gotoAndPlay(this.body.legMiddleRight.inner._currentframe); this.body.legMiddleRight.inner.inner.gotoAndPlay(this.body.legMiddleRight.inner.inner._currentframe); this.body.legBackLeft.gotoAndPlay(this.body.legBackLeft._currentframe); this.body.legBackLeft.inner.gotoAndPlay(this.body.legBackLeft.inner._currentframe); this.body.legBackLeft.inner.inner.gotoAndPlay(this.body.legBackLeft.inner.inner._currentframe); this.body.legBackRight.gotoAndPlay(this.body.legBackRight._currentframe); this.body.legBackRight.inner.gotoAndPlay(this.body.legBackRight.inner._currentframe); this.body.legBackRight.inner.inner.gotoAndPlay(this.body.legBackRight.inner.inner._currentframe); this.body.tail.gotoAndPlay(this.body.tail._currentframe); this.stripe.targetRedA = 204; this.stripe.targetGreenA = 255; this.stripe.targetBlueA = 0; this.stripe.gotoAndPlay(this.stripe._currentframe); _parent.forestTrack01.volumeDestination = 100; moving = true; momentum = 0.3; } }
Instance of Symbol 293 MovieClip "birdMain" in Frame 5
onClipEvent (load) { sX = _x; sY = _y; maxRadians = (Math.PI*2); theta = Math.PI; inc = 0.08; xMove = 100; yMove = 100; this.rotationDestination = 0; this.layEgg = false; this.fly = true; this.land = false; this.useHandCursor = false; } onClipEvent (enterFrame) { if (this.fly == true) { tX = (Math.sin(theta) / maxRadians) * xMove; tY = (Math.cos(theta * 1.5) / maxRadians) * yMove; this._x = Math.round(tX + sX); this._y = Math.round(tY + sY); theta = theta + inc; } if (this.fly == false) { xMove = xMove - Math.ceil(xMove / 20); yMove = yMove - Math.ceil(yMove / 20); } if ((this.fly == false) && (this._rotation == -39)) { this.wingLeft._visible = false; this.wingRight._visible = false; } if (this.land == true) { this.rotationDestination = -39; this.land == false; } if (this._rotation > this.rotationDestination) { this._rotation = this._rotation - Math.ceil((this._rotation - this.rotationDestination) / 10); } else if (this._rotation < this.rotationDestination) { this._rotation = this._rotation + Math.ceil((-(this._rotation - this.rotationDestination)) / 500); } if (((this.body.tail._currentframe == 1) && (this._rotation == -39)) && (this.layEgg == true)) { this.body.tail.gotoAndPlay(2); } if (this.layEgg == true) { xMove = xMove - Math.ceil(xMove / 10); yMove = yMove - Math.ceil(yMove / 10); } if ((this.layEgg == false) && (xMove < 100)) { xMove = xMove + Math.ceil((-(xMove - 100)) / 50); } if ((this.layEgg == false) && (yMove < 100)) { yMove = yMove + Math.ceil((-(yMove - 100)) / 50); } if (this.body.tail._currentframe == 46) { this.layEgg = false; this.rotationDestination = 0; } } on (press) { if (this.fly == true) { this.rotationDestination = -39; this.layEgg = true; } } on (rollOver) { _parent.cursors.gotoAndStop("hand"); } on (releaseOutside, rollOut) { _parent.cursors.gotoAndStop("default"); }
Instance of Symbol 361 MovieClip "spider" in Frame 5
onClipEvent (load) { if ((_xmouse > 289) && (_xmouse < 615)) { _root.spider.destination = _xmouse; } if (_xmouse <= 289) { _root.spider.destination = 289; } if (_xmouse >= 615) { _root.spider.destination = 615; } } onClipEvent (enterFrame) { if (this._x != this.destination) { this._x = this._x - ((this._x - this.destination) / 15); } if ((this._x < (this.destination + 1)) && (this._x > (this.destination - 1))) { this.gotoAndStop("stopped"); } if (this._rotation > this.rotationDestination) { this._rotation = this._rotation - Math.ceil((this._rotation - this.rotationDestination) / 10); } else if (this._rotation < this.rotationDestination) { this._rotation = this._rotation + Math.ceil((-(this._rotation - this.rotationDestination)) / 10); } if ((_parent._xmouse > 289) && (_parent._xmouse < 377)) { _y = (((this._x * 31) / 112) + 148.5); } if (this._x < 377) { this.rotationDestination = 15; } else if ((this._x >= 377) && (this._x < 502)) { this.rotationDestination = 0; } else if (this._x >= 502) { this.rotationDestination = 30; } if (this._x <= 289) { _parent.forestTrack02.spider.setVolume(100); } else if ((this._x > 289) && (this._x < 615)) { _parent.forestTrack02.spider.setVolume((1 - ((this._x - 289) / 326)) * 100); } else if (this._x >= 615) { _parent.forestTrack02.spider.setVolume(0); } if (this._x <= 289) { this._y = 222; } if ((this._x > 289) && (this._x <= 369)) { this._y = (((this._x - 289) / 80) * 29) + 222; } else if ((this._x > 369) && (this._x <= 438)) { this._y = (((this._x - 369) / 69) * 6) + 251; } else if ((this._x > 438) && (this._x <= 513)) { this._y = (((this._x - 438) / 75) * 5) + 257; } else if ((this._x > 513) && (this._x <= 615)) { this._y = (((this._x - 513) / 102) * 58) + 262; } if (this._x > 615) { this._y = 320; } if (this._x <= 289) { _parent.string._xscale = -204.6; _parent.string._rotation = 20.3; } if ((this._x > 289) && (this._x <= 369)) { _parent.string._xscale = (((this._x - 289) / 80) * 136.4) + -204.6; _parent.string._rotation = (((this._x - 289) / 80) * -2.8) + 20.3; } else if ((this._x > 369) && (this._x <= 438)) { _parent.string._xscale = (((this._x - 369) / 69) * 135.1) + -68.2; _parent.string._rotation = (((this._x - 369) / 69) * -23.1) + 17.5; } else if ((this._x > 438) && (this._x <= 513)) { _parent.string._xscale = (((this._x - 438) / 75) * 118.1) + 66.9; _parent.string._rotation = (((this._x - 438) / 75) * 5.6) + -5.6; } else if ((this._x > 513) && (this._x <= 615)) { _parent.string._xscale = (((this._x - 513) / 102) * 167.1) + 185; _parent.string._rotation = (((this._x - 513) / 102) * 15.3) + 0; } if (this._x > 615) { _parent.string._xscale = 352.1; _parent.string._rotation = 15.3; } }
Instance of Symbol 335 MovieClip "camelionB" in Frame 5
onClipEvent (load) { moving = true; accelerate = true; momentum = 0; rotateAccel = 0; lastRotation = 0; bodytargetRedA = 1; bodytargetGreenA = 88; bodytargetBlueA = 109; stripetargetRedA = 2; stripetargetGreenA = 197; stripetargetBlueA = 244; this.useHandCursor = false; } onClipEvent (enterFrame) { if (accelerate) { momentum = momentum + 0.05; if (momentum >= 0.6) { accelerate = false; } } else { momentum = momentum - 0.1; if (momentum <= 0) { accelerate = true; } } if (moving) { if (!_parent.wallB.hitTest(this._x + (20 * Math.sin((this._rotation * Math.PI) / 180)), this._y - (20 * Math.cos((this._rotation * Math.PI) / 180)), true)) { if (rotateAccel < 2) { rotateAccel = rotateAccel + 0.05; } this._rotation = this._rotation + rotateAccel; this._y = this._y - ((Math.cos((this._rotation * Math.PI) / 180) * 0.5) * (this._xscale / 100)); this._x = this._x + ((Math.sin((this._rotation * Math.PI) / 180) * 0.5) * (this._xscale / 100)); this.body.head.destination = 30; this.stripe.head.destination = 30; } else { if (rotateAccel > 0) { rotateAccel = rotateAccel - 0.05; } this._rotation = this._rotation + rotateAccel; this._y = this._y - ((Math.cos((this._rotation * Math.PI) / 180) * (0.3 + momentum)) * (this._xscale / 100)); this._x = this._x + ((Math.sin((this._rotation * Math.PI) / 180) * (0.3 + momentum)) * (this._xscale / 100)); this.body.head.destination = 0; this.stripe.head.destination = 0; } } } on (rollOver) { if (moving) { this.body.targetRedA = 56; this.body.targetGreenA = 56; this.body.targetBlueA = 56; this.body.legFrontLeft.gotoAndStop(this.body.legFrontLeft._currentframe); this.body.legFrontLeft.inner.gotoAndStop(this.body.legFrontLeft.inner._currentframe); this.body.legFrontLeft.inner.inner.gotoAndStop(this.body.legFrontLeft.inner.inner._currentframe); this.body.legFrontRight.gotoAndStop(this.body.legFrontRight._currentframe); this.body.legFrontRight.inner.gotoAndStop(this.body.legFrontRight.inner._currentframe); this.body.legFrontRight.inner.inner.gotoAndStop(this.body.legFrontRight.inner.inner._currentframe); this.body.legMiddleLeft.gotoAndStop(this.body.legMiddleLeft._currentframe); this.body.legMiddleLeft.inner.gotoAndStop(this.body.legMiddleLeft.inner._currentframe); this.body.legMiddleLeft.inner.inner.gotoAndStop(this.body.legMiddleLeft.inner.inner._currentframe); this.body.legMiddleRight.gotoAndStop(this.body.legMiddleRight._currentframe); this.body.legMiddleRight.inner.gotoAndStop(this.body.legMiddleRight.inner._currentframe); this.body.legMiddleRight.inner.inner.gotoAndStop(this.body.legMiddleRight.inner.inner._currentframe); this.body.legBackLeft.gotoAndStop(this.body.legBackLeft._currentframe); this.body.legBackLeft.inner.gotoAndStop(this.body.legBackLeft.inner._currentframe); this.body.legBackLeft.inner.inner.gotoAndStop(this.body.legBackLeft.inner.inner._currentframe); this.body.legBackRight.gotoAndStop(this.body.legBackRight._currentframe); this.body.legBackRight.inner.gotoAndStop(this.body.legBackRight.inner._currentframe); this.body.legBackRight.inner.inner.gotoAndStop(this.body.legBackRight.inner.inner._currentframe); this.stripe.targetRedA = 180; this.stripe.targetGreenA = 180; this.stripe.targetBlueA = 180; _parent.forestTrack01.volumeDestination = 0; moving = false; } } on (releaseOutside, rollOut) { if (!moving) { this.body.targetRedA = 1; this.body.targetGreenA = 88; this.body.targetBlueA = 109; this.body.legFrontLeft.gotoAndPlay(this.body.legFrontLeft._currentframe); this.body.legFrontLeft.inner.gotoAndPlay(this.body.legFrontLeft.inner._currentframe); this.body.legFrontLeft.inner.inner.gotoAndPlay(this.body.legFrontLeft.inner.inner._currentframe); this.body.legFrontRight.gotoAndPlay(this.body.legFrontRight._currentframe); this.body.legFrontRight.inner.gotoAndPlay(this.body.legFrontRight.inner._currentframe); this.body.legFrontRight.inner.inner.gotoAndPlay(this.body.legFrontRight.inner.inner._currentframe); this.body.legMiddleLeft.gotoAndPlay(this.body.legMiddleLeft._currentframe); this.body.legMiddleLeft.inner.gotoAndPlay(this.body.legMiddleLeft.inner._currentframe); this.body.legMiddleLeft.inner.inner.gotoAndPlay(this.body.legMiddleLeft.inner.inner._currentframe); this.body.legMiddleRight.gotoAndPlay(this.body.legMiddleRight._currentframe); this.body.legMiddleRight.inner.gotoAndPlay(this.body.legMiddleRight.inner._currentframe); this.body.legMiddleRight.inner.inner.gotoAndPlay(this.body.legMiddleRight.inner.inner._currentframe); this.body.legBackLeft.gotoAndPlay(this.body.legBackLeft._currentframe); this.body.legBackLeft.inner.gotoAndPlay(this.body.legBackLeft.inner._currentframe); this.body.legBackLeft.inner.inner.gotoAndPlay(this.body.legBackLeft.inner.inner._currentframe); this.body.legBackRight.gotoAndPlay(this.body.legBackRight._currentframe); this.body.legBackRight.inner.gotoAndPlay(this.body.legBackRight.inner._currentframe); this.body.legBackRight.inner.inner.gotoAndPlay(this.body.legBackRight.inner.inner._currentframe); this.body.tail.gotoAndPlay(this.body.tail._currentframe); this.stripe.targetRedA = 2; this.stripe.targetGreenA = 197; this.stripe.targetBlueA = 244; this.stripe.gotoAndPlay(this.stripe._currentframe); _parent.forestTrack01.volumeDestination = 100; moving = true; momentum = 0.3; } }
Frame 6
_root.marshTrack01.volumeDestination = 100; _root.marshTrack02.volumeDestination = 100; _root.marshTrack03.volumeDestination = 100; _root.marshTrack01.salmon.start(0, 999); _root.marshTrack02.bugs.start(0, 999); _root.marshTrack03.birds.start(0, 999); _root.birdAval = 0; _root.birdBval = 0; _root.birdCval = 0;
Instance of Symbol 389 MovieClip "waterBugB" in Frame 6
onClipEvent (load) { momentum = 0; speed = 0.6; this.gotoAndPlay(20); bugScaleDestination = this._xscale; i = 0; } onClipEvent (enterFrame) { this._y = 348.9 + (Math.cos(i) * 2); i = i + 0.05; this._xscale = this._xscale - ((this._xscale - bugScaleDestination) / 8); if (momentum > 0.08) { momentum = momentum - 0.08; } this._x = this._x - ((speed + momentum) * (bugScaleDestination / 100)); if (this._x <= 0) { this._x = 0; } if (this._x >= 410) { this._x = 410; } if (((_root._xmouse - 100) > this._x) && (bugScaleDestination > 0)) { bugScaleDestination = bugScaleDestination * -1; } if (((_root._xmouse + 100) < this._x) && (bugScaleDestination < 0)) { bugScaleDestination = bugScaleDestination * -1; } }
Instance of Symbol 389 MovieClip "waterBugC" in Frame 6
onClipEvent (load) { momentum = 0; speed = 0.3; bugScaleDestination = this._xscale; i = 0; } onClipEvent (enterFrame) { this._y = 303 + (Math.cos(i) * 1.5); i = i + 0.03; this._xscale = this._xscale - ((this._xscale - bugScaleDestination) / 6); if (momentum > 0.08) { momentum = momentum - 0.08; } this._x = this._x - ((speed + momentum) * (bugScaleDestination / 100)); if (this._x <= 300) { this._x = 300; } if (this._x >= 760) { this._x = 760; } if (((_root._xmouse - 50) > this._x) && (bugScaleDestination > 0)) { bugScaleDestination = bugScaleDestination * -1; } if (((_root._xmouse + 50) < this._x) && (bugScaleDestination < 0)) { bugScaleDestination = bugScaleDestination * -1; } }
Instance of Symbol 389 MovieClip "waterBugA" in Frame 6
onClipEvent (load) { momentum = 0; speed = 2; this.gotoAndPlay(35); bugScaleDestination = this._xscale; i = 0; } onClipEvent (enterFrame) { this._y = 386 + (Math.cos(i) * 3); i = i + 0.07; this._xscale = this._xscale - ((this._xscale - bugScaleDestination) / 10); if (momentum > 0.08) { momentum = momentum - 0.08; } this._x = this._x - ((speed + momentum) * (bugScaleDestination / 100)); if (this._x <= 0) { this._x = 0; } if (this._x >= 760) { this._x = 760; } if (((_root._xmouse - 150) > this._x) && (bugScaleDestination > 0)) { bugScaleDestination = bugScaleDestination * -1; } if (((_root._xmouse + 150) < this._x) && (bugScaleDestination < 0)) { bugScaleDestination = bugScaleDestination * -1; } }
Instance of Symbol 390 MovieClip in Frame 6
onClipEvent (enterFrame) { this._y = _parent.waterBugB._y; this._x = _parent.waterBugB._x; }
Instance of Symbol 390 MovieClip in Frame 6
onClipEvent (enterFrame) { this._y = _parent.waterBugC._y; this._x = _parent.waterBugC._x; }
Instance of Symbol 390 MovieClip in Frame 6
onClipEvent (enterFrame) { this._y = _parent.waterBugA._y; this._x = _parent.waterBugA._x; }
Instance of Symbol 401 MovieClip in Frame 6
onClipEvent (load) { this.useHandCursor = false; } on (rollOver) { _parent.cursors.gotoAndStop("load"); } on (press) { _root.envirOrigin = "marsh"; _root.envirDestination = "cavern"; _parent.cursors.gotoAndStop("loadClick"); } on (release) { _parent.cursors.gotoAndStop("load"); } on (releaseOutside, rollOut) { _parent.cursors.gotoAndStop("default"); }
Instance of Symbol 403 MovieClip in Frame 6
onClipEvent (load) { this.useHandCursor = false; } on (rollOver) { _parent.cursors.gotoAndStop("load"); } on (press) { _root.envirOrigin = "marsh"; _root.envirDestination = "forest"; _parent.cursors.gotoAndStop("loadClick"); } on (release) { _parent.cursors.gotoAndStop("load"); } on (releaseOutside, rollOut) { _parent.cursors.gotoAndStop("default"); }
Instance of Symbol 413 MovieClip "salmonA" in Frame 6
onClipEvent (load) { stop(); }
Instance of Symbol 413 MovieClip "salmonB" in Frame 6
onClipEvent (load) { stop(); }
Instance of Symbol 413 MovieClip "salmonC" in Frame 6
onClipEvent (load) { stop(); }
Instance of Symbol 422 MovieClip "head" in Frame 6
onClipEvent (enterFrame) { xDist = _root._xmouse - this._x; yDist = _root._ymouse - this._y; angle = (Math.atan2(yDist, xDist) / Math.PI) * 180; _rotation = angle; }
Instance of Symbol 422 MovieClip "head" in Frame 6
onClipEvent (enterFrame) { xDist = _root._xmouse - this._x; yDist = _root._ymouse - this._y; angle = (Math.atan2(yDist, xDist) / Math.PI) * 180; _rotation = angle; }
Instance of Symbol 453 MovieClip "birdB" in Frame 6
onClipEvent (load) { i = 0; yMove = 0; yMoveDestination = 0; yDestination = this._y; xDestination = this._x; fly = false; yCenter = this._y; this.wings._visible = false; this.land._visible = true; this.useHandCursor = false; bodyDestination = 0; featherADestination = -30; featherBDestination = 0; featherCDestination = 30; legLeftDestination = 0; legLeftLowerDestination = 0; legRightDestination = 0; legRightLowerDestination = 0; legRightFootDestination = 0; legLeftFootDestination = 0; flyYDestination = this._y - 100; landYDestination = this._y; } on (release) { this.fly = true; _root.birdBval = 25; } onClipEvent (enterFrame) { this.body._rotation = this.body._rotation - ((this.body._rotation - bodyDestination) / 15); this.body.featherA._rotation = this.body.featherA._rotation - ((this.body.featherA._rotation - featherADestination) / 15); this.body.featherB._rotation = this.body.featherB._rotation - ((this.body.featherB._rotation - featherBDestination) / 15); this.body.featherC._rotation = this.body.featherC._rotation - ((this.body.featherC._rotation - featherCDestination) / 15); this.legLeft._rotation = this.legLeft._rotation - ((this.legLeft._rotation - legLeftDestination) / 15); this.legLeft.lower._rotation = this.legLeft.lower._rotation - ((this.legLeft.lower._rotation - legLeftLowerDestination) / 15); this.legRight._rotation = this.legRight._rotation - ((this.legRight._rotation - legRightDestination) / 15); this.legRight.lower._rotation = this.legRight.lower._rotation - ((this.legRight.lower._rotation - legRightLowerDestination) / 15); this.legRight.lower.foot._rotation = this.legRight.lower.foot._rotation - ((this.legRight.lower.foot._rotation - legRightFootDestination) / 15); this.legLeft.lower.foot._rotation = this.legLeft.lower.foot._rotation - ((this.legLeft.lower.foot._rotation - legLeftFootDestination) / 15); if (fly == true) { yMoveDestination = 5; yDestination = flyYDestination; bodyDestination = -20; featherADestination = -90; featherBDestination = -60; featherCDestination = -30; legLeftDestination = 40; legLeftLowerDestination = -80; legRightDestination = 30; legRightLowerDestination = -70; this.wings._visible = true; this.land._visible = false; legRightFootDestination = 50; legLeftFootDestination = 55; } if (fly == false) { yMoveDestination = 0; yDestination = landYDestination; bodyDestination = 0; featherADestination = -30; featherBDestination = 0; featherCDestination = 30; legLeftDestination = 0; legLeftLowerDestination = 0; legRightDestination = 0; legRightLowerDestination = 0; legRightFootDestination = 0; legLeftFootDestination = 0; } if ((fly == false) && (this._y == landYDestination)) { this.wings._visible = false; this.land._visible = true; } if (yMove < yMoveDestination) { yMove = yMove + Math.ceil((-(yMove - yMoveDestination)) / 15); } if (yMove > yMoveDestination) { yMove = yMove - Math.ceil((yMove - yMoveDestination) / 15); } if (yCenter < yDestination) { yCenter = yCenter + Math.ceil((-(this._y - yDestination)) / 15); } if (yCenter > yDestination) { yCenter = yCenter - Math.ceil((this._y - yDestination) / 15); } _y = ((Math.cos(i) * yMove) + yCenter); i = i + 0.27; } on (rollOver) { if ((this.fly == true) && ((yDestination + 10) >= this._y)) { this.fly = false; _root.birdBval = 0; } } on (rollOver) { _root.cursors.gotoAndStop("hand"); } on (rollOut) { _root.cursors.gotoAndStop("default"); } on (releaseOutside) { _root.cursors.gotoAndStop("default"); }
Instance of Symbol 453 MovieClip "birdA" in Frame 6
onClipEvent (load) { i = 0; yMove = 0; yMoveDestination = 0; yDestination = this._y; xDestination = this._x; fly = false; yCenter = this._y; this.wings._visible = false; this.land._visible = true; this.useHandCursor = false; bodyDestination = 0; featherADestination = -30; featherBDestination = 0; featherCDestination = 30; legLeftDestination = 0; legLeftLowerDestination = 0; legRightDestination = 0; legRightLowerDestination = 0; legRightFootDestination = 0; legLeftFootDestination = 0; flyYDestination = this._y - 100; landYDestination = this._y; } on (release) { this.fly = true; _root.birdAval = 25; } onClipEvent (enterFrame) { this.body._rotation = this.body._rotation - ((this.body._rotation - bodyDestination) / 15); this.body.featherA._rotation = this.body.featherA._rotation - ((this.body.featherA._rotation - featherADestination) / 15); this.body.featherB._rotation = this.body.featherB._rotation - ((this.body.featherB._rotation - featherBDestination) / 15); this.body.featherC._rotation = this.body.featherC._rotation - ((this.body.featherC._rotation - featherCDestination) / 15); this.legLeft._rotation = this.legLeft._rotation - ((this.legLeft._rotation - legLeftDestination) / 15); this.legLeft.lower._rotation = this.legLeft.lower._rotation - ((this.legLeft.lower._rotation - legLeftLowerDestination) / 15); this.legRight._rotation = this.legRight._rotation - ((this.legRight._rotation - legRightDestination) / 15); this.legRight.lower._rotation = this.legRight.lower._rotation - ((this.legRight.lower._rotation - legRightLowerDestination) / 15); this.legRight.lower.foot._rotation = this.legRight.lower.foot._rotation - ((this.legRight.lower.foot._rotation - legRightFootDestination) / 15); this.legLeft.lower.foot._rotation = this.legLeft.lower.foot._rotation - ((this.legLeft.lower.foot._rotation - legLeftFootDestination) / 15); if (fly == true) { yMoveDestination = 5; yDestination = flyYDestination; bodyDestination = -20; featherADestination = -90; featherBDestination = -60; featherCDestination = -30; legLeftDestination = 40; legLeftLowerDestination = -80; legRightDestination = 30; legRightLowerDestination = -70; this.wings._visible = true; this.land._visible = false; legRightFootDestination = 50; legLeftFootDestination = 55; } if (fly == false) { yMoveDestination = 0; yDestination = landYDestination; bodyDestination = 0; featherADestination = -30; featherBDestination = 0; featherCDestination = 30; legLeftDestination = 0; legLeftLowerDestination = 0; legRightDestination = 0; legRightLowerDestination = 0; legRightFootDestination = 0; legLeftFootDestination = 0; } if ((fly == false) && (this._y == landYDestination)) { this.wings._visible = false; this.land._visible = true; } if (yMove < yMoveDestination) { yMove = yMove + Math.ceil((-(yMove - yMoveDestination)) / 15); } if (yMove > yMoveDestination) { yMove = yMove - Math.ceil((yMove - yMoveDestination) / 15); } if (yCenter < yDestination) { yCenter = yCenter + Math.ceil((-(this._y - yDestination)) / 15); } if (yCenter > yDestination) { yCenter = yCenter - Math.ceil((this._y - yDestination) / 15); } _y = ((Math.cos(i) * yMove) + yCenter); i = i + 0.29; } on (rollOver) { if ((this.fly == true) && ((yDestination + 10) >= this._y)) { this.fly = false; _root.birdAval = 0; } } on (rollOver) { _root.cursors.gotoAndStop("hand"); } on (rollOut) { _root.cursors.gotoAndStop("default"); } on (releaseOutside) { _root.cursors.gotoAndStop("default"); }
Instance of Symbol 453 MovieClip "birdC" in Frame 6
onClipEvent (load) { i = 0; yMove = 0; yMoveDestination = 0; yDestination = this._y; xDestination = this._x; fly = false; yCenter = this._y; this.wings._visible = false; this.land._visible = true; this.useHandCursor = false; bodyDestination = 0; featherADestination = -30; featherBDestination = 0; featherCDestination = 30; legLeftDestination = 0; legLeftLowerDestination = 0; legRightDestination = 0; legRightLowerDestination = 0; legRightFootDestination = 0; legLeftFootDestination = 0; flyYDestination = this._y - 100; landYDestination = this._y; } on (release) { this.fly = true; _root.birdCval = 25; } onClipEvent (enterFrame) { this.body._rotation = this.body._rotation - ((this.body._rotation - bodyDestination) / 15); this.body.featherA._rotation = this.body.featherA._rotation - ((this.body.featherA._rotation - featherADestination) / 15); this.body.featherB._rotation = this.body.featherB._rotation - ((this.body.featherB._rotation - featherBDestination) / 15); this.body.featherC._rotation = this.body.featherC._rotation - ((this.body.featherC._rotation - featherCDestination) / 15); this.legLeft._rotation = this.legLeft._rotation - ((this.legLeft._rotation - legLeftDestination) / 15); this.legLeft.lower._rotation = this.legLeft.lower._rotation - ((this.legLeft.lower._rotation - legLeftLowerDestination) / 15); this.legRight._rotation = this.legRight._rotation - ((this.legRight._rotation - legRightDestination) / 15); this.legRight.lower._rotation = this.legRight.lower._rotation - ((this.legRight.lower._rotation - legRightLowerDestination) / 15); this.legRight.lower.foot._rotation = this.legRight.lower.foot._rotation - ((this.legRight.lower.foot._rotation - legRightFootDestination) / 15); this.legLeft.lower.foot._rotation = this.legLeft.lower.foot._rotation - ((this.legLeft.lower.foot._rotation - legLeftFootDestination) / 15); if (fly == true) { yMoveDestination = 5; yDestination = flyYDestination; bodyDestination = -20; featherADestination = -90; featherBDestination = -60; featherCDestination = -30; legLeftDestination = 40; legLeftLowerDestination = -80; legRightDestination = 30; legRightLowerDestination = -70; this.wings._visible = true; this.land._visible = false; legRightFootDestination = 50; legLeftFootDestination = 55; } if (fly == false) { yMoveDestination = 0; yDestination = landYDestination; bodyDestination = 0; featherADestination = -30; featherBDestination = 0; featherCDestination = 30; legLeftDestination = 0; legLeftLowerDestination = 0; legRightDestination = 0; legRightLowerDestination = 0; legRightFootDestination = 0; legLeftFootDestination = 0; } if ((fly == false) && (this._y == landYDestination)) { this.wings._visible = false; this.land._visible = true; } if (yMove < yMoveDestination) { yMove = yMove + Math.ceil((-(yMove - yMoveDestination)) / 15); } if (yMove > yMoveDestination) { yMove = yMove - Math.ceil((yMove - yMoveDestination) / 15); } if (yCenter < yDestination) { yCenter = yCenter + Math.ceil((-(this._y - yDestination)) / 15); } if (yCenter > yDestination) { yCenter = yCenter - Math.ceil((this._y - yDestination) / 15); } _y = ((Math.cos(i) * yMove) + yCenter); i = i + 0.23; } on (rollOver) { if ((this.fly == true) && ((yDestination + 10) >= this._y)) { this.fly = false; _root.birdCval = 0; } } on (rollOver) { _root.cursors.gotoAndStop("hand"); } on (rollOut) { _root.cursors.gotoAndStop("default"); } on (releaseOutside) { _root.cursors.gotoAndStop("default"); }
Instance of Symbol 457 MovieClip in Frame 6
onClipEvent (enterFrame) { if ((((_root._xmouse > 0) && (_root._xmouse < 650)) && (_root._ymouse > 0)) && (_root._ymouse < 160)) { if (_root.salmonA._currentframe == 1) { _root.salmonA._xscale = 100; _root.salmonA._yscale = 100; _root.salmonA._x = (_root._xmouse + (Math.random() * 200)) - 100; if (_root.salmonA._x < _root._xmouse) { facing = -1; } else { facing = 1; } randScale = (Math.random() * 50) + 100; _root.salmonA._xscale = randScale; _root.salmonA._yscale = randScale; _root.salmonA.salmon.salmon._yscale = (100 / _root.salmonA._yscale) * 100; _root.salmonA.salmon.salmon._xscale = (100 / _root.salmonA._xscale) * 100; _root.salmonA._xscale = _root.salmonA._xscale * facing; _root.salmonA.gotoAndPlay(random(29) + 1); } if (_root.salmonB._currentframe == 1) { _root.salmonB._xscale = 100; _root.salmonB._yscale = 100; _root.salmonB._x = (_root._xmouse + (Math.random() * 200)) - 100; if (_root.salmonB._x < _root._xmouse) { facing = -1; } else { facing = 1; } randScale = (Math.random() * 50) + 100; _root.salmonB._xscale = randScale; _root.salmonB._yscale = randScale; _root.salmonB.salmon.salmon._yscale = (100 / _root.salmonB._yscale) * 100; _root.salmonB.salmon.salmon._xscale = (100 / _root.salmonB._xscale) * 100; _root.salmonB._xscale = _root.salmonB._xscale * facing; _root.salmonB.gotoAndPlay(random(29) + 1); } if (_root.salmonC._currentframe == 1) { _root.salmonC._xscale = 100; _root.salmonC._yscale = 100; _root.salmonC._x = (_root._xmouse + (Math.random() * 200)) - 100; if (_root.salmonC._x < _root._xmouse) { facing = -1; } else { facing = 1; } randScale = (Math.random() * 50) + 100; _root.salmonC._xscale = randScale; _root.salmonC._yscale = randScale; _root.salmonC.salmon.salmon._yscale = (100 / _root.salmonC._yscale) * 100; _root.salmonC.salmon.salmon._xscale = (100 / _root.salmonC._xscale) * 100; _root.salmonC._xscale = _root.salmonC._xscale * facing; _root.salmonC.gotoAndPlay(random(29) + 1); } _root.marshTrack01.volumeDestination = 100; _root.marshTrack01.salmon.setPan(((_root._xmouse / 650) * 100) - 50); } else { _root.marshTrack01.volumeDestination = 30; } _root.marshTrack03.volumeDestination = ((25 + _root.birdAval) + _root.birdBval) + _root.birdCval; _root.marshTrack02.bugs.setPan(((((_root.waterBugA._xscale * 2) / 100) * -33) + (((_root.waterBugB._xscale * 2.5) / 100) * -33)) + (((_root.waterBugC._xscale * 3.3) / 100) * -33)); }
Frame 7
_root.mountainTrack01.volumeDestination = 0; _root.mountainTrack02.volumeDestination = 50; _root.mountainTrack03.volumeDestination = 100; _root.mountainTrack01.deer.start(0, 999); _root.mountainTrack02.branch.start(0, 999); _root.mountainTrack03.plant.start(0, 999);
Instance of Symbol 469 MovieClip in Frame 7
onClipEvent (load) { this.useHandCursor = false; } on (rollOver) { _parent.cursors.gotoAndStop("load"); } on (press) { _root.envirOrigin = "mountain"; _root.envirDestination = "forest"; _parent.cursors.gotoAndStop("loadClick"); } on (release) { _parent.cursors.gotoAndStop("load"); } on (releaseOutside, rollOut) { _parent.cursors.gotoAndStop("default"); }
Instance of Symbol 471 MovieClip in Frame 7
onClipEvent (load) { this.useHandCursor = false; } on (rollOver) { _parent.cursors.gotoAndStop("load"); } on (press) { _root.envirOrigin = "mountain"; _root.envirDestination = "marsh"; _parent.cursors.gotoAndStop("loadClick"); } on (release) { _parent.cursors.gotoAndStop("load"); } on (releaseOutside, rollOut) { _parent.cursors.gotoAndStop("default"); }
Instance of Symbol 197 MovieClip "snowFlake" in Frame 7
onClipEvent (load) { fallSpeed = (Math.random() * 3) + 2; this._height = (Math.random() * 5) + 1; this._width = (Math.random() * 5) + 1; this._x = Math.random() * 752; this._y = -2; this._rotation = Math.random() * 360; this.destination = (this._x + (Math.random() * 200)) - 100; } onClipEvent (enterFrame) { this._y = this._y + fallSpeed; if ((this._x > (this.destination - 5)) && (this._x < (this.destination + 5))) { this.destination = (this._x + (Math.random() * 200)) - 100; } else { this._x = this._x - ((this._x - this.destination) / 20); } if (this._y > 423) { this.removeMovieClip(); } this._x = this._x + _root.wind; this.destination = this.destination + _root.wind; }
Instance of Symbol 134 MovieClip in Frame 7
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { if (random(9) == 4) { duplicateMovieClip ("_root.snowFlake", "flake" + i, i++); } _root.wind = (_xmouse - 376) / 50; }
Instance of Symbol 567 MovieClip "owl" in Frame 7
onClipEvent (load) { i = 0; yMove = 0; yMoveDestination = 0; yDestination = this._y; xDestination = this._x; fly = false; yCenter = _y; _root.owl.wings._visible = false; _root.owl.land._visible = true; this.useHandCursor = false; flyXDestination = 450; leftBranchXDestination = 260; rightBranchXDestination = 570; flyYDestination = 14; leftBranchYDestination = 42; rightBranchYDestination = 24; rightBranch = false; leftBranch = false; } onClipEvent (enterFrame) { _root.mountainTrack02.branch.setPan((((this._x - 260) / 310) * 200) - 100); _root.mountainTrack03.plant.setPan((((this._x - 260) / 310) * 200) - 100); if (fly == true) { yMoveDestination = 10; xDestination = 450; yDestination = 14; _root.owl.wings._visible = true; _root.owl.land._visible = false; } if ((fly == false) && (rightBranch == true)) { yMoveDestination = 0; xDestination = rightBranchXDestination; yDestination = rightBranchYDestination; } if ((fly == false) && (leftBranch == true)) { yMoveDestination = 0; xDestination = 260; yDestination = 42; } if ((((fly == false) && (this._x == xDestination)) && (this._y == yDestination)) && (_root.owl.wings._currentframe == 20)) { _root.owl.wings._visible = false; _root.owl.land._visible = true; } if (yMove < yMoveDestination) { yMove = yMove + Math.ceil((-(yMove - yMoveDestination)) / 15); } if (yMove > yMoveDestination) { yMove = yMove - Math.ceil((yMove - yMoveDestination) / 15); } if (this._x < xDestination) { this._x = this._x + Math.ceil((-(this._x - xDestination)) / 15); } if (yCenter < yDestination) { yCenter = yCenter + Math.ceil((-(this._y - yDestination)) / 15); } if (this._x > xDestination) { this._x = this._x - Math.ceil((this._x - xDestination) / 15); } if (yCenter > yDestination) { yCenter = yCenter - Math.ceil((this._y - yDestination) / 15); } _y = ((Math.cos(i) * yMove) + yCenter); i = i + 0.27; } on (rollOver) { if ((_root.owl.fly == true) && (_root.owl.xDestination == this._x)) { _root.owl.fly = false; } }
Instance of Symbol 570 MovieClip in Frame 7
onClipEvent (load) { bounce = 1.05; accel = 6; yInc = 0; destination = 0; } onClipEvent (enterFrame) { this._rotation = _parent.branchA._rotation; yInc = ((((-this._rotation) - this.coneA._rotation) / accel) + yInc) / bounce; this.coneA._rotation = this.coneA._rotation + yInc; }
Instance of Symbol 571 MovieClip in Frame 7
onClipEvent (load) { bounce = 1.05; accel = 7; yInc = 0; destination = 0; } onClipEvent (enterFrame) { this._rotation = _parent.branchA._rotation; yInc = ((((-this._rotation) - this.coneB._rotation) / accel) + yInc) / bounce; this.coneB._rotation = this.coneB._rotation + yInc; }
Instance of Symbol 572 MovieClip in Frame 7
onClipEvent (load) { bounce = 1.05; accel = 5; yInc = 0; destination = 0; } onClipEvent (enterFrame) { this._rotation = _parent.branchA._rotation; yInc = ((((-this._rotation) - this.coneC._rotation) / accel) + yInc) / bounce; this.coneC._rotation = this.coneC._rotation + yInc; }
Instance of Symbol 574 MovieClip "coneDragA" in Frame 7
onClipEvent (load) { this.useHandCursor = false; } on (press) { this.startDrag(false, 326, 77, 326, 127); _parent.branchA.drag = true; if (_root.owl._x <= _root.owl.flyXDestination) { _root.owl.fly = true; _root.owl.rightBranch = true; _root.owl.leftBranch = false; } } on (release, releaseOutside) { this.stopDrag(); this._y = 102; _parent.branchA.drag = false; } on (rollOver) { _parent.cursors.gotoAndStop("drag"); } on (releaseOutside, rollOut) { _parent.cursors.gotoAndStop("default"); }
Instance of Symbol 578 MovieClip "branchA" in Frame 7
onClipEvent (load) { bounce = 1.2; accel = 5; yInc = 0; destination = 0; _rotation = 0; } onClipEvent (enterFrame) { coneDestination = (_parent.coneDragA._y - 102) / 6; if (!drag) { yInc = (((destination - _rotation) / accel) + yInc) / bounce; _rotation = (_rotation + yInc); } else { _rotation = (_rotation + ((coneDestination - _rotation) / accel)); } _root.mountainTrack02.branch.setVolume(((((-_rotation) / 4.6) + 1) / 2) * 100); }
Instance of Symbol 580 MovieClip "branchB" in Frame 7
onClipEvent (load) { bounce = 1.2; accel = 5; yInc = 0; destination = 0; _rotation = 0; } onClipEvent (enterFrame) { coneDestination = (_parent.branchDragB._y - 30) / -6; if (!drag) { yInc = (((destination - _rotation) / accel) + yInc) / bounce; _rotation = (_rotation + yInc); } else { _rotation = (_rotation + ((coneDestination - _rotation) / accel)); } }
Instance of Symbol 582 MovieClip "branchDragB" in Frame 7
onClipEvent (load) { this.useHandCursor = false; } on (press) { this.startDrag(false, 569, 10, 569, 50); _parent.branchB.drag = true; if (_root.owl._x >= _root.owl.flyXDestination) { _root.owl.fly = true; _root.owl.rightBranch = false; _root.owl.leftBranch = true; } } on (release, releaseOutside) { this.stopDrag(); this._y = 30; _parent.branchB.drag = false; } on (rollOver) { _parent.cursors.gotoAndStop("drag"); } on (releaseOutside, rollOut) { _parent.cursors.gotoAndStop("default"); }
Frame 8
_root.oceanTrack01.volumeDestination = 100; _root.oceanTrack02.volumeDestination = 100; _root.oceanTrack03.volumeDestination = 0; _root.oceanTrack01.whale.start(0, 999); _root.oceanTrack02.fish.start(0, 999); _root.oceanTrack03.crab.start(0, 999);
Instance of Symbol 584 MovieClip "bfishB" in Frame 8
onClipEvent (load) { accel = (Math.random() * 0.5) + 1; } onClipEvent (enterFrame) { xDist = _root._xmouse - this._x; yDist = _root._ymouse - this._y; angle = ((Math.atan2(yDist, xDist) / Math.PI) * 180) + 180; _rotation = angle; this._y = this._y - ((Math.cos((this._rotation * Math.PI) / 180) * (this._xscale / 100)) * accel); this._x = this._x + ((Math.sin((this._rotation * Math.PI) / 180) * (this._xscale / 100)) * accel); if (this._x > 782) { this._x = -20; } if (this._x < -30) { this._x = 782; } if (this._y > 443) { this._y = -20; } if (this._y < -30) { this._y = 443; } }
Instance of Symbol 584 MovieClip "bfishA" in Frame 8
onClipEvent (load) { accel = (Math.random() * 0.5) + 1; } onClipEvent (enterFrame) { xDist = _root._xmouse - this._x; yDist = _root._ymouse - this._y; angle = ((Math.atan2(yDist, xDist) / Math.PI) * 180) + 180; _rotation = angle; this._y = this._y - ((Math.cos((this._rotation * Math.PI) / 180) * (this._xscale / 100)) * accel); this._x = this._x + ((Math.sin((this._rotation * Math.PI) / 180) * (this._xscale / 100)) * accel); if (this._x > 782) { this._x = -20; } if (this._x < -30) { this._x = 782; } if (this._y > 443) { this._y = -20; } if (this._y < -30) { this._y = 443; } }
Instance of Symbol 584 MovieClip "bfishC" in Frame 8
onClipEvent (load) { accel = (Math.random() * 0.5) + 1; } onClipEvent (enterFrame) { xDist = _root._xmouse - this._x; yDist = _root._ymouse - this._y; angle = ((Math.atan2(yDist, xDist) / Math.PI) * 180) + 180; _rotation = angle; this._y = this._y - ((Math.cos((this._rotation * Math.PI) / 180) * (this._xscale / 100)) * accel); this._x = this._x + ((Math.sin((this._rotation * Math.PI) / 180) * (this._xscale / 100)) * accel); if (this._x > 782) { this._x = -20; } if (this._x < -30) { this._x = 782; } if (this._y > 443) { this._y = -20; } if (this._y < -30) { this._y = 443; } }
Instance of Symbol 584 MovieClip "bfishE" in Frame 8
onClipEvent (load) { accel = (Math.random() * 0.5) + 1; } onClipEvent (enterFrame) { xDist = _root._xmouse - this._x; yDist = _root._ymouse - this._y; angle = ((Math.atan2(yDist, xDist) / Math.PI) * 180) + 180; _rotation = angle; this._y = this._y - ((Math.cos((this._rotation * Math.PI) / 180) * (this._xscale / 100)) * accel); this._x = this._x + ((Math.sin((this._rotation * Math.PI) / 180) * (this._xscale / 100)) * accel); if (this._x > 782) { this._x = -20; } if (this._x < -30) { this._x = 782; } if (this._y > 443) { this._y = -20; } if (this._y < -30) { this._y = 443; } }
Instance of Symbol 584 MovieClip "bfishF" in Frame 8
onClipEvent (load) { accel = (Math.random() * 0.5) + 1; } onClipEvent (enterFrame) { xDist = _root._xmouse - this._x; yDist = _root._ymouse - this._y; angle = ((Math.atan2(yDist, xDist) / Math.PI) * 180) + 180; _rotation = angle; this._y = this._y - ((Math.cos((this._rotation * Math.PI) / 180) * (this._xscale / 100)) * accel); this._x = this._x + ((Math.sin((this._rotation * Math.PI) / 180) * (this._xscale / 100)) * accel); if (this._x > 782) { this._x = -20; } if (this._x < -30) { this._x = 782; } if (this._y > 443) { this._y = -20; } if (this._y < -30) { this._y = 443; } }
Instance of Symbol 584 MovieClip "bfishG" in Frame 8
onClipEvent (load) { accel = (Math.random() * 0.5) + 1; } onClipEvent (enterFrame) { xDist = _root._xmouse - this._x; yDist = _root._ymouse - this._y; angle = ((Math.atan2(yDist, xDist) / Math.PI) * 180) + 180; _rotation = angle; this._y = this._y - ((Math.cos((this._rotation * Math.PI) / 180) * (this._xscale / 100)) * accel); this._x = this._x + ((Math.sin((this._rotation * Math.PI) / 180) * (this._xscale / 100)) * accel); if (this._x > 782) { this._x = -20; } if (this._x < -30) { this._x = 782; } if (this._y > 443) { this._y = -20; } if (this._y < -30) { this._y = 443; } }
Instance of Symbol 584 MovieClip "bfishD" in Frame 8
onClipEvent (load) { accel = (Math.random() * 0.5) + 1; } onClipEvent (enterFrame) { xDist = _root._xmouse - this._x; yDist = _root._ymouse - this._y; angle = ((Math.atan2(yDist, xDist) / Math.PI) * 180) + 180; _rotation = angle; this._y = this._y - ((Math.cos((this._rotation * Math.PI) / 180) * (this._xscale / 100)) * accel); this._x = this._x + ((Math.sin((this._rotation * Math.PI) / 180) * (this._xscale / 100)) * accel); if (this._x > 782) { this._x = -20; } if (this._x < -30) { this._x = 782; } if (this._y > 443) { this._y = -20; } if (this._y < -30) { this._y = 443; } }
Instance of Symbol 588 MovieClip in Frame 8
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { this._y = (Math.cos(i + 1) * 5) - 150; i = i + 0.05; }
Instance of Symbol 590 MovieClip in Frame 8
onClipEvent (load) { this.useHandCursor = false; } on (rollOver) { _parent.cursors.gotoAndStop("load"); } on (press) { _root.envirOrigin = "ocean"; _root.envirDestination = "mountain"; _parent.cursors.gotoAndStop("loadClick"); } on (release) { _parent.cursors.gotoAndStop("load"); } on (releaseOutside, rollOut) { _parent.cursors.gotoAndStop("default"); }
Instance of Symbol 604 MovieClip "whaleB" in Frame 8
onClipEvent (load) { momentum = 0; speed = (Math.random() * 0.2) + 0.2; this.gotoAndPlay(random(129) + 1); this._x = random(752); this._y = random(100); scaleRand = random(60) + 30; this._xscale = scaleRand; this._yscale = scaleRand; red = 30; green = 183; blue = 226; var oColor = new Color(this); oColor.setRGB(((red << 16) | (green << 8)) | blue); targetRedA = 30; targetGreenA = 183; targetBlueA = 226; this.useHandCursor = false; } onClipEvent (enterFrame) { if (chosen) { _root.oceanTrack01.panDestination = ((this._x / 752) * 200) - 100; _root.oceanTrack02.panDestination = ((this._x / 752) * 200) - 100; } if (momentum > 0.05) { momentum = momentum - 0.05; } this._x = this._x - ((speed + momentum) * (this._xscale / 100)); if (this._x < (-_width)) { this._x = 760; speed = (Math.random() * 0.2) + 0.2; this.gotoAndPlay(random(129) + 1); this._y = random(100); scaleRand = random(60) + 30; this._xscale = scaleRand; this._yscale = scaleRand; } if (red > this.targetRedA) { red = red - Math.ceil((red - this.targetRedA) / 30); } else if (red < this.targetRedA) { red = red + Math.ceil((-(red - this.targetRedA)) / 30); } if (green > this.targetGreenA) { green = green - Math.ceil((green - this.targetGreenA) / 30); } else if (green < this.targetGreenA) { green = green + Math.ceil((-(green - this.targetGreenA)) / 30); } if (blue > this.targetBlueA) { blue = blue - Math.ceil((blue - this.targetBlueA) / 30); } else if (blue < this.targetBlueA) { blue = blue + Math.ceil((-(blue - this.targetBlueA)) / 30); } oColor.setRGB(((red << 16) | (green << 8)) | blue); } on (press) { red = 255; green = 255; blue = 255; _root.oceanTrack01.volumeDestination = 100; _parent.whale.chosen = false; _parent.whaleC.chosen = false; chosen = true; momentum = 3; } on (rollOver) { _parent.cursors.gotoAndStop("hand"); } on (releaseOutside, rollOut) { _parent.cursors.gotoAndStop("default"); }
Instance of Symbol 604 MovieClip "whaleC" in Frame 8
onClipEvent (load) { momentum = 0; speed = (Math.random() * 0.2) + 0.2; this.gotoAndPlay(random(129) + 1); this._x = random(752); this._y = random(100); scaleRand = random(60) + 30; this._xscale = scaleRand; this._yscale = scaleRand; red = 30; green = 183; blue = 226; var oColor = new Color(this); oColor.setRGB(((red << 16) | (green << 8)) | blue); targetRedA = 30; targetGreenA = 183; targetBlueA = 226; this.useHandCursor = false; } onClipEvent (enterFrame) { if (chosen) { _root.oceanTrack01.panDestination = ((this._x / 752) * 200) - 100; _root.oceanTrack02.panDestination = ((this._x / 752) * 200) - 100; } if (momentum > 0.05) { momentum = momentum - 0.05; } this._x = this._x - ((speed + momentum) * (this._xscale / 100)); if (this._x < (-_width)) { this._x = 760; speed = (Math.random() * 0.2) + 0.2; this.gotoAndPlay(random(129) + 1); this._y = random(100); scaleRand = random(60) + 30; this._xscale = scaleRand; this._yscale = scaleRand; } if (red > this.targetRedA) { red = red - Math.ceil((red - this.targetRedA) / 30); } else if (red < this.targetRedA) { red = red + Math.ceil((-(red - this.targetRedA)) / 30); } if (green > this.targetGreenA) { green = green - Math.ceil((green - this.targetGreenA) / 30); } else if (green < this.targetGreenA) { green = green + Math.ceil((-(green - this.targetGreenA)) / 30); } if (blue > this.targetBlueA) { blue = blue - Math.ceil((blue - this.targetBlueA) / 30); } else if (blue < this.targetBlueA) { blue = blue + Math.ceil((-(blue - this.targetBlueA)) / 30); } oColor.setRGB(((red << 16) | (green << 8)) | blue); } on (press) { red = 255; green = 255; blue = 255; _root.oceanTrack01.volumeDestination = 100; _parent.whaleB.chosen = false; _parent.whale.chosen = false; chosen = true; momentum = 3; } on (rollOver) { _parent.cursors.gotoAndStop("hand"); } on (releaseOutside, rollOut) { _parent.cursors.gotoAndStop("default"); }
Instance of Symbol 604 MovieClip "whale" in Frame 8
onClipEvent (load) { chosen = true; momentum = 0; speed = (Math.random() * 0.2) + 0.2; this.gotoAndPlay(random(129) + 1); this._x = random(752); this._y = random(100); scaleRand = random(60) + 30; this._xscale = scaleRand; this._yscale = scaleRand; red = 30; green = 183; blue = 226; var oColor = new Color(this); oColor.setRGB(((red << 16) | (green << 8)) | blue); targetRedA = 30; targetGreenA = 183; targetBlueA = 226; this.useHandCursor = false; } onClipEvent (enterFrame) { if (chosen) { _root.oceanTrack01.panDestination = ((this._x / 752) * 200) - 100; _root.oceanTrack02.panDestination = ((this._x / 752) * 200) - 100; } if (momentum > 0.05) { momentum = momentum - 0.05; } this._x = this._x - ((speed + momentum) * (this._xscale / 100)); if (this._x < (-_width)) { this._x = 760; speed = (Math.random() * 0.2) + 0.2; this.gotoAndPlay(random(129) + 1); this._y = random(100); scaleRand = random(60) + 30; this._xscale = scaleRand; this._yscale = scaleRand; } if (red > this.targetRedA) { red = red - Math.ceil((red - this.targetRedA) / 30); } else if (red < this.targetRedA) { red = red + Math.ceil((-(red - this.targetRedA)) / 30); } if (green > this.targetGreenA) { green = green - Math.ceil((green - this.targetGreenA) / 30); } else if (green < this.targetGreenA) { green = green + Math.ceil((-(green - this.targetGreenA)) / 30); } if (blue > this.targetBlueA) { blue = blue - Math.ceil((blue - this.targetBlueA) / 30); } else if (blue < this.targetBlueA) { blue = blue + Math.ceil((-(blue - this.targetBlueA)) / 30); } oColor.setRGB(((red << 16) | (green << 8)) | blue); } on (press) { red = 255; green = 255; blue = 255; _root.oceanTrack01.volumeDestination = 100; _parent.whaleB.chosen = false; _parent.whaleC.chosen = false; chosen = true; momentum = 3; } on (rollOver) { _parent.cursors.gotoAndStop("hand"); } on (releaseOutside, rollOut) { _parent.cursors.gotoAndStop("default"); }
Instance of Symbol 588 MovieClip in Frame 8
onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { this._y = (Math.cos(i) * 5) - 100; i = i + 0.05; }
Instance of Symbol 590 MovieClip in Frame 8
onClipEvent (load) { this.useHandCursor = false; } on (rollOver) { _parent.cursors.gotoAndStop("load"); } on (press) { _root.envirOrigin = "ocean"; _root.envirDestination = "marsh"; _parent.cursors.gotoAndStop("loadClick"); } on (release) { _parent.cursors.gotoAndStop("load"); } on (releaseOutside, rollOut) { _parent.cursors.gotoAndStop("default"); }
Instance of Symbol 590 MovieClip in Frame 8
onClipEvent (load) { this.useHandCursor = false; } on (rollOver) { _parent.cursors.gotoAndStop("load"); } on (press) { _root.envirOrigin = "ocean"; _root.envirDestination = "mountain"; _parent.cursors.gotoAndStop("loadClick"); } on (release) { _parent.cursors.gotoAndStop("load"); } on (releaseOutside, rollOut) { _parent.cursors.gotoAndStop("default"); }
Instance of Symbol 584 MovieClip "fishB" in Frame 8
onClipEvent (load) { accel = (Math.random() * 0.5) + 1; } onClipEvent (enterFrame) { xDist = _root._xmouse - this._x; yDist = _root._ymouse - this._y; angle = (Math.atan2(yDist, xDist) / Math.PI) * 180; _rotation = angle; this._y = this._y - ((Math.cos((this._rotation * Math.PI) / 180) * (this._xscale / 100)) * accel); this._x = this._x + ((Math.sin((this._rotation * Math.PI) / 180) * (this._xscale / 100)) * accel); if (this._x > 782) { this._x = -20; } if (this._x < -30) { this._x = 782; } if (this._y > 443) { this._y = -20; } if (this._y < -30) { this._y = 443; } }
Instance of Symbol 584 MovieClip "fishA" in Frame 8
onClipEvent (load) { accel = (Math.random() * 0.5) + 1; } onClipEvent (enterFrame) { xDist = _root._xmouse - this._x; yDist = _root._ymouse - this._y; angle = (Math.atan2(yDist, xDist) / Math.PI) * 180; _rotation = angle; this._y = this._y - ((Math.cos((this._rotation * Math.PI) / 180) * (this._xscale / 100)) * accel); this._x = this._x + ((Math.sin((this._rotation * Math.PI) / 180) * (this._xscale / 100)) * accel); if (this._x > 782) { this._x = -20; } if (this._x < -30) { this._x = 782; } if (this._y > 443) { this._y = -20; } if (this._y < -30) { this._y = 443; } }
Instance of Symbol 584 MovieClip "fishD" in Frame 8
onClipEvent (load) { accel = (Math.random() * 0.5) + 1; } onClipEvent (enterFrame) { xDist = _root._xmouse - this._x; yDist = _root._ymouse - this._y; angle = (Math.atan2(yDist, xDist) / Math.PI) * 180; _rotation = angle; this._y = this._y - ((Math.cos((this._rotation * Math.PI) / 180) * (this._xscale / 100)) * accel); this._x = this._x + ((Math.sin((this._rotation * Math.PI) / 180) * (this._xscale / 100)) * accel); if (this._x > 782) { this._x = -20; } if (this._x < -30) { this._x = 782; } if (this._y > 443) { this._y = -20; } if (this._y < -30) { this._y = 443; } }
Instance of Symbol 584 MovieClip "fishC" in Frame 8
onClipEvent (load) { accel = (Math.random() * 0.5) + 1; } onClipEvent (enterFrame) { xDist = _root._xmouse - this._x; yDist = _root._ymouse - this._y; angle = (Math.atan2(yDist, xDist) / Math.PI) * 180; _rotation = angle; this._y = this._y - ((Math.cos((this._rotation * Math.PI) / 180) * (this._xscale / 100)) * accel); this._x = this._x + ((Math.sin((this._rotation * Math.PI) / 180) * (this._xscale / 100)) * accel); if (this._x > 782) { this._x = -20; } if (this._x < -30) { this._x = 782; } if (this._y > 443) { this._y = -20; } if (this._y < -30) { this._y = 443; } }
Instance of Symbol 584 MovieClip "fishE" in Frame 8
onClipEvent (load) { accel = (Math.random() * 0.5) + 1; } onClipEvent (enterFrame) { xDist = _root._xmouse - this._x; yDist = _root._ymouse - this._y; angle = (Math.atan2(yDist, xDist) / Math.PI) * 180; _rotation = angle; this._y = this._y - ((Math.cos((this._rotation * Math.PI) / 180) * (this._xscale / 100)) * accel); this._x = this._x + ((Math.sin((this._rotation * Math.PI) / 180) * (this._xscale / 100)) * accel); if (this._x > 782) { this._x = -20; } if (this._x < -30) { this._x = 782; } if (this._y > 443) { this._y = -20; } if (this._y < -30) { this._y = 443; } }
Instance of Symbol 584 MovieClip "fishF" in Frame 8
onClipEvent (load) { accel = (Math.random() * 0.5) + 1; } onClipEvent (enterFrame) { xDist = _root._xmouse - this._x; yDist = _root._ymouse - this._y; angle = (Math.atan2(yDist, xDist) / Math.PI) * 180; _rotation = angle; this._y = this._y - ((Math.cos((this._rotation * Math.PI) / 180) * (this._xscale / 100)) * accel); this._x = this._x + ((Math.sin((this._rotation * Math.PI) / 180) * (this._xscale / 100)) * accel); if (this._x > 782) { this._x = -20; } if (this._x < -30) { this._x = 782; } if (this._y > 443) { this._y = -20; } if (this._y < -30) { this._y = 443; } }
Instance of Symbol 614 MovieClip in Frame 8
onClipEvent (load) { momentum = 0; speed = (Math.random() * 0.2) + 0.2; yspeed = ((-Math.random()) * 0.1) + 0.3; accel = 5; legA._yscale = 100; legB._yscale = 90; legC._yscale = 70; legA.destination = 50; legB.destination = 45; legC.destination = 35; } onClipEvent (enterFrame) { if (momentum > 0.05) { momentum = momentum - 0.1; } xDist = _root._xmouse - this._x; yDist = _root._ymouse - this._y; angle = (Math.atan2(yDist, xDist) / Math.PI) * 180; if ((angle >= 30) && (angle <= 150)) { angle = angle; } else if ((angle < 30) && (angle >= -90)) { angle = 30; } else { angle = 150; } _rotation = (_rotation + (((angle - 90) - _rotation) / 50)); this._y = this._y - (Math.cos((this._rotation * Math.PI) / 180) * (yspeed + momentum)); this._x = this._x + (Math.sin((this._rotation * Math.PI) / 180) * (speed + momentum)); legA._yscale = legA._yscale + ((legA.destination - legA._yscale) / accel); legB._yscale = legB._yscale + ((legB.destination - legB._yscale) / accel); legC._yscale = legC._yscale + ((legC.destination - legC._yscale) / accel); if (legA._yscale > 99) { legA.destination = 50; legB.destination = 45; legC.destination = 35; } if (legA._yscale < 51) { momentum = 3; legA.destination = 100; legB.destination = 90; legC.destination = 70; } if (this._x > 782) { this._y = 443; this._x = (Math.random() * 700) + 25; } if (this._x < -30) { this._y = 443; this._x = (Math.random() * 700) + 25; } if (this._y < -30) { this._y = 443; } }
Instance of Symbol 633 MovieClip in Frame 8
onClipEvent (load) { this.useHandCursor = false; } onClipEvent (enterFrame) { if ((((((((((_root.fishA._y > 235) && (_root.fishA._y < 370)) && (_root.fishA._x > 120)) && (_root.fishA._x < 260)) || ((((_root.fishB._y > 235) && (_root.fishB._y < 370)) && (_root.fishB._x > 120)) && (_root.fishB._x < 260))) || ((((_root.fishC._y > 235) && (_root.fishC._y < 370)) && (_root.fishC._x > 120)) && (_root.fishC._x < 260))) || ((((_root.fishD._y > 235) && (_root.fishD._y < 370)) && (_root.fishD._x > 120)) && (_root.fishD._x < 260))) || ((((_root.fishE._y > 235) && (_root.fishE._y < 370)) && (_root.fishE._x > 120)) && (_root.fishE._x < 260))) || ((((_root.fishF._y > 235) && (_root.fishF._y < 370)) && (_root.fishF._x > 120)) && (_root.fishF._x < 260))) || (this.over)) { if (_currentframe < 77) { this.gotoAndStop(_currentframe + 4); } else { this.gotoAndStop(1); } _root.oceanTrack03.volumeDestination = 100; _root.oceanTrack02.volumeDestination = 35; _root.oceanTrack01.volumeDestination = 35; } else { this.gotoAndPlay(_currentframe); _root.oceanTrack03.volumeDestination = 0; _root.oceanTrack02.volumeDestination = 100; _root.oceanTrack01.volumeDestination = 100; } } on (rollOver) { this.over = true; if (_root.bubbles._currentframe == 1) { _root.bubbles.gotoAndPlay(2); } } on (rollOut) { this.over = false; }
Instance of Symbol 6 MovieClip in Symbol 8 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.getBytesLoaded() == _root.getBytesTotal()) { versionNum = getVersion(); flashVer = versionNum.split(","); flashVerSplitA = flashVer[0]; flashVerSplitB = flashVerSplitA.split(" "); platform = flashVerSplitB[0]; versionNum = flashVerSplitB[1]; if (versionNum < 8) { _root.gotoAndStop("version"); } else { _root.gotoAndPlay("main"); } } else { this._width = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); } }
Symbol 17 MovieClip Frame 1
stop();
Symbol 17 MovieClip Frame 10
stop();
Instance of Symbol 17 MovieClip in Symbol 18 MovieClip Frame 1
on (release) { getURL ("http://www.macromedia.com/go/getflashplayer", "getflash"); }
Instance of Symbol 17 MovieClip in Symbol 18 MovieClip Frame 1
on (release) { getURL ("http://www.echogenesis.com"); }
Symbol 34 MovieClip Frame 1
stop();
Symbol 38 MovieClip Frame 1
stop();
Symbol 38 MovieClip Frame 10
stop();
Symbol 41 MovieClip Frame 1
stop();
Symbol 41 MovieClip Frame 10
stop();
Symbol 44 MovieClip Frame 1
stop();
Symbol 44 MovieClip Frame 10
stop();
Symbol 47 MovieClip Frame 1
stop();
Symbol 47 MovieClip Frame 10
stop();
Instance of Symbol 38 MovieClip in Symbol 48 MovieClip Frame 1
on (rollOver) { this.gotoAndPlay(2); } on (releaseOutside, rollOut) { this.gotoAndPlay(11); } on (release) { _root.forestTrack01.volumeDestination = 0; _root.forestTrack02.volumeDestination = 0; _root.forestTrack03.volumeDestination = 0; _root.forestTrack01.panDestination = 0; _root.forestTrack02.panDestination = 0; _root.forestTrack03.panDestination = 0; _root.marshTrack01.volumeDestination = 0; _root.marshTrack02.volumeDestination = 0; _root.marshTrack03.volumeDestination = 0; _root.marshTrack01.panDestination = 0; _root.marshTrack02.panDestination = 0; _root.marshTrack03.panDestination = 0; _root.mountainTrack01.volumeDestination = 0; _root.mountainTrack02.volumeDestination = 0; _root.mountainTrack03.volumeDestination = 0; _root.mountainTrack01.panDestination = 0; _root.mountainTrack02.panDestination = 0; _root.mountainTrack03.panDestination = 0; _root.oceanTrack01.volumeDestination = 0; _root.oceanTrack02.volumeDestination = 0; _root.oceanTrack03.volumeDestination = 0; _root.oceanTrack01.panDestination = 0; _root.oceanTrack02.panDestination = 0; _root.oceanTrack03.panDestination = 0; _root.cavernTrack01.volumeDestination = 0; _root.cavernTrack02.volumeDestination = 0; _root.cavernTrack03.volumeDestination = 0; _root.cavernTrack01.panDestination = 0; _root.cavernTrack02.panDestination = 0; _root.cavernTrack03.panDestination = 0; _root.body._alpha = 0; _root.body.blurDestination = 0; _root.body.filter.blurY = 30; _root.body.filter.blurX = 30; _root.body._xscale = 20; _root.body._yscale = 20; _root.body._x = 416; _root.body._y = 50; _root.body.gotoAndStop("syno"); _root.sideNav.destination = 627; _root.titleNav.destination = 21; _root.counter._visible = false; }
Instance of Symbol 41 MovieClip in Symbol 48 MovieClip Frame 1
on (rollOver) { this.gotoAndPlay(2); } on (releaseOutside, rollOut) { this.gotoAndPlay(11); } on (release) { _root.forestTrack01.volumeDestination = 0; _root.forestTrack02.volumeDestination = 0; _root.forestTrack03.volumeDestination = 0; _root.forestTrack01.panDestination = 0; _root.forestTrack02.panDestination = 0; _root.forestTrack03.panDestination = 0; _root.marshTrack01.volumeDestination = 0; _root.marshTrack02.volumeDestination = 0; _root.marshTrack03.volumeDestination = 0; _root.marshTrack01.panDestination = 0; _root.marshTrack02.panDestination = 0; _root.marshTrack03.panDestination = 0; _root.mountainTrack01.volumeDestination = 0; _root.mountainTrack02.volumeDestination = 0; _root.mountainTrack03.volumeDestination = 0; _root.mountainTrack01.panDestination = 0; _root.mountainTrack02.panDestination = 0; _root.mountainTrack03.panDestination = 0; _root.oceanTrack01.volumeDestination = 0; _root.oceanTrack02.volumeDestination = 0; _root.oceanTrack03.volumeDestination = 0; _root.oceanTrack01.panDestination = 0; _root.oceanTrack02.panDestination = 0; _root.oceanTrack03.panDestination = 0; _root.cavernTrack01.volumeDestination = 0; _root.cavernTrack02.volumeDestination = 0; _root.cavernTrack03.volumeDestination = 0; _root.cavernTrack01.panDestination = 0; _root.cavernTrack02.panDestination = 0; _root.cavernTrack03.panDestination = 0; _root.body._alpha = 0; _root.body.blurDestination = 0; _root.body.filter.blurY = 30; _root.body.filter.blurX = 30; _root.body._xscale = 20; _root.body._yscale = 20; _root.body._x = 416; _root.body._y = 50; _root.body.gotoAndStop("prod"); _root.sideNav.destination = 627; _root.titleNav.destination = 21; _root.counter._visible = false; }
Instance of Symbol 44 MovieClip in Symbol 48 MovieClip Frame 1
on (rollOver) { this.gotoAndPlay(2); } on (releaseOutside, rollOut) { this.gotoAndPlay(11); } on (release) { _root.forestTrack01.volumeDestination = 0; _root.forestTrack02.volumeDestination = 0; _root.forestTrack03.volumeDestination = 0; _root.forestTrack01.panDestination = 0; _root.forestTrack02.panDestination = 0; _root.forestTrack03.panDestination = 0; _root.marshTrack01.volumeDestination = 0; _root.marshTrack02.volumeDestination = 0; _root.marshTrack03.volumeDestination = 0; _root.marshTrack01.panDestination = 0; _root.marshTrack02.panDestination = 0; _root.marshTrack03.panDestination = 0; _root.mountainTrack01.volumeDestination = 0; _root.mountainTrack02.volumeDestination = 0; _root.mountainTrack03.volumeDestination = 0; _root.mountainTrack01.panDestination = 0; _root.mountainTrack02.panDestination = 0; _root.mountainTrack03.panDestination = 0; _root.oceanTrack01.volumeDestination = 0; _root.oceanTrack02.volumeDestination = 0; _root.oceanTrack03.volumeDestination = 0; _root.oceanTrack01.panDestination = 0; _root.oceanTrack02.panDestination = 0; _root.oceanTrack03.panDestination = 0; _root.cavernTrack01.volumeDestination = 0; _root.cavernTrack02.volumeDestination = 0; _root.cavernTrack03.volumeDestination = 0; _root.cavernTrack01.panDestination = 0; _root.cavernTrack02.panDestination = 0; _root.cavernTrack03.panDestination = 0; _root.body._alpha = 0; _root.body.blurDestination = 0; _root.body.filter.blurY = 30; _root.body.filter.blurX = 30; _root.body._xscale = 20; _root.body._yscale = 20; _root.body._x = 416; _root.body._y = 50; _root.body.gotoAndStop("musi"); _root.sideNav.destination = 627; _root.titleNav.destination = 21; _root.counter._visible = false; }
Instance of Symbol 47 MovieClip in Symbol 48 MovieClip Frame 1
on (rollOver) { this.gotoAndPlay(2); } on (releaseOutside, rollOut) { this.gotoAndPlay(11); } on (release) { _root.forestTrack01.volumeDestination = 0; _root.forestTrack02.volumeDestination = 0; _root.forestTrack03.volumeDestination = 0; _root.forestTrack01.panDestination = 0; _root.forestTrack02.panDestination = 0; _root.forestTrack03.panDestination = 0; _root.marshTrack01.volumeDestination = 0; _root.marshTrack02.volumeDestination = 0; _root.marshTrack03.volumeDestination = 0; _root.marshTrack01.panDestination = 0; _root.marshTrack02.panDestination = 0; _root.marshTrack03.panDestination = 0; _root.mountainTrack01.volumeDestination = 0; _root.mountainTrack02.volumeDestination = 0; _root.mountainTrack03.volumeDestination = 0; _root.mountainTrack01.panDestination = 0; _root.mountainTrack02.panDestination = 0; _root.mountainTrack03.panDestination = 0; _root.oceanTrack01.volumeDestination = 0; _root.oceanTrack02.volumeDestination = 0; _root.oceanTrack03.volumeDestination = 0; _root.oceanTrack01.panDestination = 0; _root.oceanTrack02.panDestination = 0; _root.oceanTrack03.panDestination = 0; _root.cavernTrack01.volumeDestination = 0; _root.cavernTrack02.volumeDestination = 0; _root.cavernTrack03.volumeDestination = 0; _root.cavernTrack01.panDestination = 0; _root.cavernTrack02.panDestination = 0; _root.cavernTrack03.panDestination = 0; _root.body._alpha = 0; _root.body.blurDestination = 0; _root.body.filter.blurY = 30; _root.body.filter.blurX = 30; _root.body._xscale = 20; _root.body._yscale = 20; _root.body._x = 416; _root.body._y = 50; _root.body.gotoAndStop("team"); _root.sideNav.destination = 627; _root.titleNav.destination = 21; _root.counter._visible = false; }
Symbol 49 MovieClip Frame 1
stop();
Instance of Symbol 48 MovieClip in Symbol 49 MovieClip Frame 2
on (release) { } onClipEvent (load) { this.useHandCursor = false; }
Symbol 55 MovieClip Frame 1
stop();
Symbol 55 MovieClip Frame 10
stop();
Symbol 62 MovieClip Frame 1
stop();
Symbol 62 MovieClip Frame 10
stop();
Instance of Symbol 55 MovieClip in Symbol 63 MovieClip Frame 1
on (rollOver) { this.gotoAndPlay(2); } on (releaseOutside, rollOut) { this.gotoAndPlay(11); } on (release) { _root.forestTrack01.volumeDestination = 0; _root.forestTrack02.volumeDestination = 0; _root.forestTrack03.volumeDestination = 0; _root.forestTrack01.panDestination = 0; _root.forestTrack02.panDestination = 0; _root.forestTrack03.panDestination = 0; _root.marshTrack01.volumeDestination = 0; _root.marshTrack02.volumeDestination = 0; _root.marshTrack03.volumeDestination = 0; _root.marshTrack01.panDestination = 0; _root.marshTrack02.panDestination = 0; _root.marshTrack03.panDestination = 0; _root.mountainTrack01.volumeDestination = 0; _root.mountainTrack02.volumeDestination = 0; _root.mountainTrack03.volumeDestination = 0; _root.mountainTrack01.panDestination = 0; _root.mountainTrack02.panDestination = 0; _root.mountainTrack03.panDestination = 0; _root.oceanTrack01.volumeDestination = 0; _root.oceanTrack02.volumeDestination = 0; _root.oceanTrack03.volumeDestination = 0; _root.oceanTrack01.panDestination = 0; _root.oceanTrack02.panDestination = 0; _root.oceanTrack03.panDestination = 0; _root.cavernTrack01.volumeDestination = 0; _root.cavernTrack02.volumeDestination = 0; _root.cavernTrack03.volumeDestination = 0; _root.cavernTrack01.panDestination = 0; _root.cavernTrack02.panDestination = 0; _root.cavernTrack03.panDestination = 0; _root.body.gotoAndStop("blank"); if (_root.sideNav._currentframe == 1) { _root.sideNav._alpha = 0; _root.sideNav.gotoAndStop("nav"); } _root.sideNav.destination = 473; _root.titleNav.destination = 194; if (_root.sideNav._x > 573) { _root.counter._alpha = 0; _root.counter._visible = true; } }
Instance of Symbol 62 MovieClip in Symbol 63 MovieClip Frame 1
on (rollOver) { this.gotoAndPlay(2); } on (releaseOutside, rollOut) { this.gotoAndPlay(11); } on (release) { _root.forestTrack01.volumeDestination = 0; _root.forestTrack02.volumeDestination = 0; _root.forestTrack03.volumeDestination = 0; _root.forestTrack01.panDestination = 0; _root.forestTrack02.panDestination = 0; _root.forestTrack03.panDestination = 0; _root.marshTrack01.volumeDestination = 0; _root.marshTrack02.volumeDestination = 0; _root.marshTrack03.volumeDestination = 0; _root.marshTrack01.panDestination = 0; _root.marshTrack02.panDestination = 0; _root.marshTrack03.panDestination = 0; _root.mountainTrack01.volumeDestination = 0; _root.mountainTrack02.volumeDestination = 0; _root.mountainTrack03.volumeDestination = 0; _root.mountainTrack01.panDestination = 0; _root.mountainTrack02.panDestination = 0; _root.mountainTrack03.panDestination = 0; _root.oceanTrack01.volumeDestination = 0; _root.oceanTrack02.volumeDestination = 0; _root.oceanTrack03.volumeDestination = 0; _root.oceanTrack01.panDestination = 0; _root.oceanTrack02.panDestination = 0; _root.oceanTrack03.panDestination = 0; _root.cavernTrack01.volumeDestination = 0; _root.cavernTrack02.volumeDestination = 0; _root.cavernTrack03.volumeDestination = 0; _root.cavernTrack01.panDestination = 0; _root.cavernTrack02.panDestination = 0; _root.cavernTrack03.panDestination = 0; _root.gotoAndStop("intro"); _root.bodygotoAndStop("blank"); _root.sideNav.destination = 473; _root.titleNav.destination = 194; if (_root.sideNav._x > 573) { _root.counter._alpha = 0; _root.counter._visible = true; } _root.sideNav.destination = 573; _root.titleNav.destination = 250; _root.sideNav.gotoAndStop(1); }
Instance of Symbol 63 MovieClip in Symbol 64 MovieClip Frame 1
on (release) { } onClipEvent (load) { this.useHandCursor = false; }
Instance of Symbol 68 MovieClip "mask" in Symbol 73 MovieClip Frame 1
onClipEvent (enterFrame) { _parent.box._y = int((_parent.mask._height - _parent.box._height) * (_parent.marker._y / (_parent.mask._height - _parent.marker._height))); }
Instance of Symbol 72 MovieClip "marker" in Symbol 73 MovieClip Frame 1
on (press) { this.startDrag(false, 278, 0, 278, _parent.mask._height - _parent.marker._height); updateAfterEvent(); } on (release, releaseOutside) { this.stopDrag(); }
Symbol 100 Button
on (release) { if (_root.mixerSong == "forest") { _root.forestTrack01.volumeDestination = 100; _root.forestTrack02.volumeDestination = 100; _root.forestTrack03.volumeDestination = 100; } else if (_root.mixerSong == "ocean") { _root.oceanTrack01.volumeDestination = 100; _root.oceanTrack02.volumeDestination = 100; _root.oceanTrack03.volumeDestination = 100; } else if (_root.mixerSong == "marsh") { _root.marshTrack01.volumeDestination = 100; _root.marshTrack02.volumeDestination = 100; _root.marshTrack03.volumeDestination = 100; } else if (_root.mixerSong == "cavern") { _root.cavernTrack01.volumeDestination = 100; _root.cavernTrack02.volumeDestination = 100; _root.cavernTrack03.volumeDestination = 100; } else if (_root.mixerSong == "mountain") { _root.mountainTrack01.volumeDestination = 100; _root.mountainTrack02.volumeDestination = 100; _root.mountainTrack03.volumeDestination = 100; } }
Symbol 101 Button
on (release) { if (_root.mixerSong == "forest") { _root.forestTrack01.volumeDestination = 0; _root.forestTrack02.volumeDestination = 0; _root.forestTrack03.volumeDestination = 0; } else if (_root.mixerSong == "ocean") { _root.oceanTrack01.volumeDestination = 0; _root.oceanTrack02.volumeDestination = 0; _root.oceanTrack03.volumeDestination = 0; } else if (_root.mixerSong == "marsh") { _root.marshTrack01.volumeDestination = 0; _root.marshTrack02.volumeDestination = 0; _root.marshTrack03.volumeDestination = 0; } else if (_root.mixerSong == "cavern") { _root.cavernTrack01.volumeDestination = 0; _root.cavernTrack02.volumeDestination = 0; _root.cavernTrack03.volumeDestination = 0; } else if (_root.mixerSong == "mountain") { _root.mountainTrack01.volumeDestination = 0; _root.mountainTrack02.volumeDestination = 0; _root.mountainTrack03.volumeDestination = 0; } }
Symbol 102 Button
on (release) { if (_root.mixerSong == "forest") { _root.forestTrack01.panDestination = 100; _root.forestTrack02.panDestination = 100; _root.forestTrack03.panDestination = 100; } else if (_root.mixerSong == "ocean") { _root.oceanTrack01.panDestination = 100; _root.oceanTrack02.panDestination = 100; _root.oceanTrack03.panDestination = 100; } else if (_root.mixerSong == "marsh") { _root.marshTrack01.panDestination = 100; _root.marshTrack02.panDestination = 100; _root.marshTrack03.panDestination = 100; } else if (_root.mixerSong == "cavern") { _root.cavernTrack01.panDestination = 100; _root.cavernTrack02.panDestination = 100; _root.cavernTrack03.panDestination = 100; } else if (_root.mixerSong == "mountain") { _root.mountainTrack01.panDestination = 100; _root.mountainTrack02.panDestination = 100; _root.mountainTrack03.panDestination = 100; } }
Symbol 103 Button
on (release) { if (_root.mixerSong == "forest") { _root.forestTrack01.panDestination = -100; _root.forestTrack02.panDestination = -100; _root.forestTrack03.panDestination = -100; } else if (_root.mixerSong == "ocean") { _root.oceanTrack01.panDestination = -100; _root.oceanTrack02.panDestination = -100; _root.oceanTrack03.panDestination = -100; } else if (_root.mixerSong == "marsh") { _root.marshTrack01.panDestination = -100; _root.marshTrack02.panDestination = -100; _root.marshTrack03.panDestination = -100; } else if (_root.mixerSong == "cavern") { _root.cavernTrack01.panDestination = -100; _root.cavernTrack02.panDestination = -100; _root.cavernTrack03.panDestination = -100; } else if (_root.mixerSong == "mountain") { _root.mountainTrack01.panDestination = -100; _root.mountainTrack02.panDestination = -100; _root.mountainTrack03.panDestination = -100; } }
Symbol 104 MovieClip Frame 1
_root.mixerSong = "forest"; _root.forestTrack01.lizard.stop(); _root.forestTrack02.spider.stop(); _root.forestTrack03.bird.stop(); _root.oceanTrack01.whale.stop(); _root.oceanTrack02.fish.stop(); _root.oceanTrack03.crab.stop(); _root.mountainTrack01.deer.stop(); _root.mountainTrack02.branch.stop(); _root.mountainTrack03.plant.stop(); _root.marshTrack01.salmon.stop(); _root.marshTrack02.bugs.stop(); _root.marshTrack03.birds.stop(); _root.cavernTrack01.walrus.stop(); _root.cavernTrack02.bats.stop(); _root.cavernTrack03.fish.stop();
Instance of Symbol 83 MovieClip "barA" in Symbol 104 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.mixerSong == "forest") { if (this.pressed) { _root.forestTrack01.lizard.setVolume(100 - ((this._y - 81) * 2)); } else { this._y = 131 - (_root.forestTrack01.lizard.getVolume() / 2); } } else if (_root.mixerSong == "ocean") { if (this.pressed) { _root.oceanTrack01.whale.setVolume(100 - ((this._y - 81) * 2)); } else { this._y = 131 - (_root.oceanTrack01.whale.getVolume() / 2); } } else if (_root.mixerSong == "marsh") { if (this.pressed) { _root.marshTrack01.salmon.setVolume(100 - ((this._y - 81) * 2)); } else { this._y = 131 - (_root.marshTrack01.salmon.getVolume() / 2); } } else if (_root.mixerSong == "cavern") { if (this.pressed) { _root.cavernTrack01.walrus.setVolume(100 - ((this._y - 81) * 2)); } else { this._y = 131 - (_root.cavernTrack01.walrus.getVolume() / 2); } } else if (_root.mixerSong == "mountain") { if (this.pressed) { _root.mountainTrack01.deer.setVolume(100 - ((this._y - 81) * 2)); } else { this._y = 131 - (_root.mountainTrack01.deer.getVolume() / 2); } } } on (press) { this.startDrag(false, 35, 81, 35, 131); this.pressed = true; updateAfterEvent(); } on (release, releaseOutside) { this.stopDrag(); this.pressed = false; if (_root.mixerSong == "forest") { _root.forestTrack01.lizard.setVolume(100 - ((this._y - 81) * 2)); _root.forestTrack01.volumeDestination = 100 - ((this._y - 81) * 2); } else if (_root.mixerSong == "ocean") { _root.oceanTrack01.whale.setVolume(100 - ((this._y - 81) * 2)); _root.oceanTrack01.volumeDestination = 100 - ((this._y - 81) * 2); } else if (_root.mixerSong == "marsh") { _root.marshTrack01.salmon.setVolume(100 - ((this._y - 81) * 2)); _root.marshTrack01.volumeDestination = 100 - ((this._y - 81) * 2); } else if (_root.mixerSong == "cavern") { _root.cavernTrack01.walrus.setVolume(100 - ((this._y - 81) * 2)); _root.cavernTrack01.volumeDestination = 100 - ((this._y - 81) * 2); } else if (_root.mixerSong == "mountain") { _root.mountainTrack01.deer.setVolume(100 - ((this._y - 81) * 2)); _root.mountainTrack01.volumeDestination = 100 - ((this._y - 81) * 2); } }
Instance of Symbol 85 MovieClip in Symbol 104 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.mixerSong == "forest") { if (this.pressed) { _root.forestTrack01.lizard.setPan((this._x - 51) * 10); } else { this._x = 51 + (_root.forestTrack01.lizard.getPan() / 10); } } else if (_root.mixerSong == "ocean") { if (this.pressed) { _root.oceanTrack01.whale.setPan((this._x - 51) * 10); } else { this._x = 51 + (_root.oceanTrack01.whale.getPan() / 10); } } else if (_root.mixerSong == "marsh") { if (this.pressed) { _root.marshTrack01.salmon.setPan((this._x - 51) * 10); } else { this._x = 51 + (_root.marshTrack01.salmon.getPan() / 10); } } else if (_root.mixerSong == "cavern") { if (this.pressed) { _root.cavernTrack01.walrus.setPan((this._x - 51) * 10); } else { this._x = 51 + (_root.cavernTrack01.walrus.getPan() / 10); } } else if (_root.mixerSong == "mountain") { if (this.pressed) { _root.mountainTrack01.deer.setPan((this._x - 51) * 10); } else { this._x = 51 + (_root.mountainTrack01.deer.getPan() / 10); } } } on (press) { this.startDrag(false, 41, 178, 61, 178); this.pressed = true; updateAfterEvent(); } on (release, releaseOutside) { this.stopDrag(); this.pressed = false; if (_root.mixerSong == "forest") { _root.forestTrack01.lizard.setPan((this._x - 51) * 10); _root.forestTrack01.panDestination = (this._x - 51) * 10; } else if (_root.mixerSong == "ocean") { _root.oceanTrack01.whale.setPan((this._x - 51) * 10); _root.oceanTrack01.panDestination = (this._x - 51) * 10; } else if (_root.mixerSong == "marsh") { _root.marshTrack01.salmon.setPan((this._x - 51) * 10); _root.marshTrack01.panDestination = (this._x - 51) * 10; } else if (_root.mixerSong == "cavern") { _root.cavernTrack01.walrus.setPan((this._x - 51) * 10); _root.cavernTrack01.panDestination = (this._x - 51) * 10; } else if (_root.mixerSong == "mountain") { _root.mountainTrack01.deer.setPan((this._x - 51) * 10); _root.mountainTrack01.panDestination = (this._x - 51) * 10; } }
Instance of Symbol 85 MovieClip in Symbol 104 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.mixerSong == "forest") { if (this.pressed) { _root.forestTrack02.spider.setPan((this._x - 114) * 10); } else { this._x = 114 + (_root.forestTrack02.spider.getPan() / 10); } } else if (_root.mixerSong == "ocean") { if (this.pressed) { _root.oceanTrack02.fish.setPan((this._x - 114) * 10); } else { this._x = 114 + (_root.oceanTrack02.fish.getPan() / 10); } } else if (_root.mixerSong == "marsh") { if (this.pressed) { _root.marshTrack02.bugs.setPan((this._x - 114) * 10); } else { this._x = 114 + (_root.marshTrack02.bugs.getPan() / 10); } } else if (_root.mixerSong == "cavern") { if (this.pressed) { _root.cavernTrack02.bats.setPan((this._x - 114) * 10); } else { this._x = 114 + (_root.cavernTrack02.bats.getPan() / 10); } } else if (_root.mixerSong == "mountain") { if (this.pressed) { _root.mountainTrack02.branch.setPan((this._x - 114) * 10); } else { this._x = 114 + (_root.mountainTrack02.branch.getPan() / 10); } } } on (press) { this.startDrag(false, 104, 178, 124, 178); this.pressed = true; updateAfterEvent(); } on (release, releaseOutside) { this.stopDrag(); this.pressed = false; if (_root.mixerSong == "forest") { _root.forestTrack02.spider.setPan((this._x - 114) * 10); _root.forestTrack02.panDestination = (this._x - 114) * 10; } else if (_root.mixerSong == "ocean") { _root.oceanTrack02.fish.setPan((this._x - 114) * 10); _root.oceanTrack02.panDestination = (this._x - 114) * 10; } else if (_root.mixerSong == "marsh") { _root.marshTrack02.bugs.setPan((this._x - 114) * 10); _root.marshTrack02.panDestination = (this._x - 114) * 10; } else if (_root.mixerSong == "cavern") { _root.cavernTrack02.bats.setPan((this._x - 114) * 10); _root.cavernTrack02.panDestination = (this._x - 114) * 10; } else if (_root.mixerSong == "mountain") { _root.mountainTrack02.branch.setPan((this._x - 114) * 10); _root.mountainTrack02.panDestination = (this._x - 114) * 10; } }
Instance of Symbol 85 MovieClip in Symbol 104 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.mixerSong == "forest") { if (this.pressed) { _root.forestTrack03.bird.setPan((this._x - 179) * 10); } else { this._x = 179 + (_root.forestTrack03.bird.getPan() / 10); } } else if (_root.mixerSong == "ocean") { if (this.pressed) { _root.oceanTrack03.crab.setPan((this._x - 179) * 10); } else { this._x = 179 + (_root.oceanTrack03.crab.getPan() / 10); } } else if (_root.mixerSong == "marsh") { if (this.pressed) { _root.marshTrack03.birds.setPan((this._x - 179) * 10); } else { this._x = 179 + (_root.marshTrack03.birds.getPan() / 10); } } else if (_root.mixerSong == "cavern") { if (this.pressed) { _root.cavernTrack03.fish.setPan((this._x - 179) * 10); } else { this._x = 179 + (_root.cavernTrack03.fish.getPan() / 10); } } else if (_root.mixerSong == "mountain") { if (this.pressed) { _root.mountainTrack03.plant.setPan((this._x - 179) * 10); } else { this._x = 179 + (_root.mountainTrack03.plant.getPan() / 10); } } } on (press) { this.startDrag(false, 169, 178, 189, 178); this.pressed = true; updateAfterEvent(); } on (release, releaseOutside) { this.stopDrag(); this.pressed = false; if (_root.mixerSong == "forest") { _root.forestTrack03.bird.setPan((this._x - 179) * 10); _root.forestTrack03.panDestination = (this._x - 179) * 10; } else if (_root.mixerSong == "ocean") { _root.oceanTrack03.crab.setPan((this._x - 179) * 10); _root.oceanTrack03.panDestination = (this._x - 179) * 10; } else if (_root.mixerSong == "marsh") { _root.marshTrack03.birds.setPan((this._x - 179) * 10); _root.marshTrack03.panDestination = (this._x - 179) * 10; } else if (_root.mixerSong == "cavern") { _root.cavernTrack03.fish.setPan((this._x - 179) * 10); _root.cavernTrack03.panDestination = (this._x - 179) * 10; } else if (_root.mixerSong == "mountain") { _root.mountainTrack03.plant.setPan((this._x - 179) * 10); _root.mountainTrack03.panDestination = (this._x - 179) * 10; } }
Instance of Symbol 83 MovieClip "barB" in Symbol 104 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.mixerSong == "forest") { if (this.pressed) { _root.forestTrack02.spider.setVolume(100 - ((this._y - 81) * 2)); } else { this._y = 131 - (_root.forestTrack02.spider.getVolume() / 2); } } else if (_root.mixerSong == "ocean") { if (this.pressed) { _root.oceanTrack02.fish.setVolume(100 - ((this._y - 81) * 2)); } else { this._y = 131 - (_root.oceanTrack02.fish.getVolume() / 2); } } else if (_root.mixerSong == "marsh") { if (this.pressed) { _root.marshTrack02.bugs.setVolume(100 - ((this._y - 81) * 2)); } else { this._y = 131 - (_root.marshTrack02.bugs.getVolume() / 2); } } else if (_root.mixerSong == "cavern") { if (this.pressed) { _root.cavernTrack02.bats.setVolume(100 - ((this._y - 81) * 2)); } else { this._y = 131 - (_root.cavernTrack02.bats.getVolume() / 2); } } else if (_root.mixerSong == "mountain") { if (this.pressed) { _root.mountainTrack02.branch.setVolume(100 - ((this._y - 81) * 2)); } else { this._y = 131 - (_root.mountainTrack02.branch.getVolume() / 2); } } } on (press) { this.startDrag(false, 99, 81, 99, 131); this.pressed = true; updateAfterEvent(); } on (release, releaseOutside) { this.stopDrag(); this.pressed = false; if (_root.mixerSong == "forest") { _root.forestTrack02.spider.setVolume(100 - ((this._y - 81) * 2)); _root.forestTrack02.volumeDestination = 100 - ((this._y - 81) * 2); } else if (_root.mixerSong == "ocean") { _root.oceanTrack02.fish.setVolume(100 - ((this._y - 81) * 2)); _root.oceanTrack02.volumeDestination = 100 - ((this._y - 81) * 2); } else if (_root.mixerSong == "marsh") { _root.marshTrack02.bugs.setVolume(100 - ((this._y - 81) * 2)); _root.marshTrack02.volumeDestination = 100 - ((this._y - 81) * 2); } else if (_root.mixerSong == "cavern") { _root.cavernTrack02.bats.setVolume(100 - ((this._y - 81) * 2)); _root.cavernTrack02.volumeDestination = 100 - ((this._y - 81) * 2); } else if (_root.mixerSong == "mountain") { _root.mountainTrack02.branch.setVolume(100 - ((this._y - 81) * 2)); _root.mountainTrack02.volumeDestination = 100 - ((this._y - 81) * 2); } }
Instance of Symbol 83 MovieClip "barC" in Symbol 104 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.mixerSong == "forest") { if (this.pressed) { _root.forestTrack03.bird.setVolume(100 - ((this._y - 81) * 2)); } else { this._y = 131 - (_root.forestTrack03.bird.getVolume() / 2); } } else if (_root.mixerSong == "ocean") { if (this.pressed) { _root.oceanTrack03.crab.setVolume(100 - ((this._y - 81) * 2)); } else { this._y = 131 - (_root.oceanTrack03.crab.getVolume() / 2); } } else if (_root.mixerSong == "marsh") { if (this.pressed) { _root.marshTrack03.birds.setVolume(100 - ((this._y - 81) * 2)); } else { this._y = 131 - (_root.marshTrack03.birds.getVolume() / 2); } } else if (_root.mixerSong == "cavern") { if (this.pressed) { _root.cavernTrack03.fish.setVolume(100 - ((this._y - 81) * 2)); } else { this._y = 131 - (_root.cavernTrack03.fish.getVolume() / 2); } } else if (_root.mixerSong == "mountain") { if (this.pressed) { _root.mountainTrack03.plant.setVolume(100 - ((this._y - 81) * 2)); } else { this._y = 131 - (_root.mountainTrack03.plant.getVolume() / 2); } } } on (press) { this.startDrag(false, 162, 81, 162, 131); this.pressed = true; updateAfterEvent(); } on (release, releaseOutside) { this.stopDrag(); this.pressed = false; if (_root.mixerSong == "forest") { _root.forestTrack03.bird.setVolume(100 - ((this._y - 81) * 2)); _root.forestTrack03.volumeDestination = 100 - ((this._y - 81) * 2); } else if (_root.mixerSong == "ocean") { _root.oceanTrack03.crab.setVolume(100 - ((this._y - 81) * 2)); _root.oceanTrack03.volumeDestination = 100 - ((this._y - 81) * 2); } else if (_root.mixerSong == "marsh") { _root.marshTrack03.birds.setVolume(100 - ((this._y - 81) * 2)); _root.marshTrack03.volumeDestination = 100 - ((this._y - 81) * 2); } else if (_root.mixerSong == "cavern") { _root.cavernTrack03.fish.setVolume(100 - ((this._y - 81) * 2)); _root.cavernTrack03.volumeDestination = 100 - ((this._y - 81) * 2); } else if (_root.mixerSong == "mountain") { _root.mountainTrack03.plant.setVolume(100 - ((this._y - 81) * 2)); _root.mountainTrack03.volumeDestination = 100 - ((this._y - 81) * 2); } }
Instance of Symbol 88 MovieClip in Symbol 104 MovieClip Frame 1
on (release) { if (_root.mixerSong == "forest") { _root.forestTrack01.volumeDestination = 100; _root.forestTrack02.volumeDestination = 25; _root.forestTrack03.volumeDestination = 75; _root.forestTrack01.panDestination = 0; _root.forestTrack02.panDestination = 0; _root.forestTrack03.panDestination = 0; } else if (_root.mixerSong == "ocean") { _root.oceanTrack01.volumeDestination = 100; _root.oceanTrack02.volumeDestination = 25; _root.oceanTrack03.volumeDestination = 75; _root.oceanTrack01.panDestination = 0; _root.oceanTrack02.panDestination = 0; _root.oceanTrack03.panDestination = 0; } else if (_root.mixerSong == "marsh") { _root.marshTrack01.volumeDestination = 100; _root.marshTrack02.volumeDestination = 25; _root.marshTrack03.volumeDestination = 75; _root.marshTrack01.panDestination = 0; _root.marshTrack02.panDestination = 0; _root.marshTrack03.panDestination = 0; } else if (_root.mixerSong == "cavern") { _root.cavernTrack01.volumeDestination = 100; _root.cavernTrack02.volumeDestination = 25; _root.cavernTrack03.volumeDestination = 75; _root.cavernTrack01.panDestination = 0; _root.cavernTrack02.panDestination = 0; _root.cavernTrack03.panDestination = 0; } else if (_root.mixerSong == "mountain") { _root.mountainTrack01.volumeDestination = 100; _root.mountainTrack02.volumeDestination = 25; _root.mountainTrack03.volumeDestination = 75; _root.mountainTrack01.panDestination = 0; _root.mountainTrack02.panDestination = 0; _root.mountainTrack03.panDestination = 0; } }
Instance of Symbol 90 MovieClip in Symbol 104 MovieClip Frame 1
on (release) { if (_root.mixerSong == "forest") { _root.forestTrack01.volumeDestination = 0; _root.forestTrack02.volumeDestination = 50; _root.forestTrack03.volumeDestination = 100; _root.forestTrack01.panDestination = 0; _root.forestTrack02.panDestination = 0; _root.forestTrack03.panDestination = 0; } else if (_root.mixerSong == "ocean") { _root.oceanTrack01.volumeDestination = 0; _root.oceanTrack02.volumeDestination = 50; _root.oceanTrack03.volumeDestination = 100; _root.oceanTrack01.panDestination = 0; _root.oceanTrack02.panDestination = 0; _root.oceanTrack03.panDestination = 0; } else if (_root.mixerSong == "marsh") { _root.marshTrack01.volumeDestination = 0; _root.marshTrack02.volumeDestination = 50; _root.marshTrack03.volumeDestination = 100; _root.marshTrack01.panDestination = 0; _root.marshTrack02.panDestination = 0; _root.marshTrack03.panDestination = 0; } else if (_root.mixerSong == "cavern") { _root.cavernTrack01.volumeDestination = 0; _root.cavernTrack02.volumeDestination = 50; _root.cavernTrack03.volumeDestination = 100; _root.cavernTrack01.panDestination = 0; _root.cavernTrack02.panDestination = 0; _root.cavernTrack03.panDestination = 0; } else if (_root.mixerSong == "mountain") { _root.mountainTrack01.volumeDestination = 0; _root.mountainTrack02.volumeDestination = 50; _root.mountainTrack03.volumeDestination = 100; _root.mountainTrack01.panDestination = 0; _root.mountainTrack02.panDestination = 0; _root.mountainTrack03.panDestination = 0; } }
Instance of Symbol 92 MovieClip in Symbol 104 MovieClip Frame 1
on (release) { if (_root.mixerSong == "forest") { _root.forestTrack01.volumeDestination = 50; _root.forestTrack02.volumeDestination = 0; _root.forestTrack03.volumeDestination = 100; _root.forestTrack01.panDestination = 0; _root.forestTrack02.panDestination = 0; _root.forestTrack03.panDestination = 0; } else if (_root.mixerSong == "ocean") { _root.oceanTrack01.volumeDestination = 50; _root.oceanTrack02.volumeDestination = 0; _root.oceanTrack03.volumeDestination = 100; _root.oceanTrack01.panDestination = 0; _root.oceanTrack02.panDestination = 0; _root.oceanTrack03.panDestination = 0; } else if (_root.mixerSong == "marsh") { _root.marshTrack01.volumeDestination = 50; _root.marshTrack02.volumeDestination = 0; _root.marshTrack03.volumeDestination = 100; _root.marshTrack01.panDestination = 0; _root.marshTrack02.panDestination = 0; _root.marshTrack03.panDestination = 0; } else if (_root.mixerSong == "cavern") { _root.cavernTrack01.volumeDestination = 50; _root.cavernTrack02.volumeDestination = 0; _root.cavernTrack03.volumeDestination = 100; _root.cavernTrack01.panDestination = 0; _root.cavernTrack02.panDestination = 0; _root.cavernTrack03.panDestination = 0; } else if (_root.mixerSong == "mountain") { _root.mountainTrack01.volumeDestination = 50; _root.mountainTrack02.volumeDestination = 0; _root.mountainTrack03.volumeDestination = 100; _root.mountainTrack01.panDestination = 0; _root.mountainTrack02.panDestination = 0; _root.mountainTrack03.panDestination = 0; } }
Instance of Symbol 94 MovieClip in Symbol 104 MovieClip Frame 1
on (release) { if (_root.mixerSong == "forest") { _root.forestTrack01.volumeDestination = 75; _root.forestTrack02.volumeDestination = 50; _root.forestTrack03.volumeDestination = 25; _root.forestTrack01.panDestination = 0; _root.forestTrack02.panDestination = 0; _root.forestTrack03.panDestination = 0; } else if (_root.mixerSong == "ocean") { _root.oceanTrack01.volumeDestination = 75; _root.oceanTrack02.volumeDestination = 50; _root.oceanTrack03.volumeDestination = 25; _root.oceanTrack01.panDestination = 0; _root.oceanTrack02.panDestination = 0; _root.oceanTrack03.panDestination = 0; } else if (_root.mixerSong == "marsh") { _root.marshTrack01.volumeDestination = 75; _root.marshTrack02.volumeDestination = 50; _root.marshTrack03.volumeDestination = 25; _root.marshTrack01.panDestination = 0; _root.marshTrack02.panDestination = 0; _root.marshTrack03.panDestination = 0; } else if (_root.mixerSong == "cavern") { _root.cavernTrack01.volumeDestination = 75; _root.cavernTrack02.volumeDestination = 50; _root.cavernTrack03.volumeDestination = 25; _root.cavernTrack01.panDestination = 0; _root.cavernTrack02.panDestination = 0; _root.cavernTrack03.panDestination = 0; } else if (_root.mixerSong == "mountain") { _root.mountainTrack01.volumeDestination = 75; _root.mountainTrack02.volumeDestination = 50; _root.mountainTrack03.volumeDestination = 25; _root.mountainTrack01.panDestination = 0; _root.mountainTrack02.panDestination = 0; _root.mountainTrack03.panDestination = 0; } }
Instance of Symbol 88 MovieClip in Symbol 104 MovieClip Frame 1
on (release) { _root.mixerSong = "forest"; _root.forestTrack01.lizard.stop(); _root.forestTrack02.spider.stop(); _root.forestTrack03.bird.stop(); _root.oceanTrack01.whale.stop(); _root.oceanTrack02.fish.stop(); _root.oceanTrack03.crab.stop(); _root.mountainTrack01.deer.stop(); _root.mountainTrack02.branch.stop(); _root.mountainTrack03.plant.stop(); _root.marshTrack01.salmon.stop(); _root.marshTrack02.bugs.stop(); _root.marshTrack03.birds.stop(); _root.cavernTrack01.walrus.stop(); _root.cavernTrack02.bats.stop(); _root.cavernTrack03.fish.stop(); _root.forestTrack01.lizard.setVolume(0); _root.forestTrack02.spider.setVolume(0); _root.forestTrack03.bird.setVolume(0); _root.forestTrack01.volumeDestination = 100; _root.forestTrack02.volumeDestination = 100; _root.forestTrack03.volumeDestination = 100; _root.forestTrack01.lizard.setPan(0); _root.forestTrack02.spider.setPan(0); _root.forestTrack03.bird.setPan(0); _root.forestTrack01.panDestination = 0; _root.forestTrack02.panDestination = 0; _root.forestTrack03.panDestination = 0; _root.forestTrack01.lizard.start(0, 999); _root.forestTrack02.spider.start(0, 999); _root.forestTrack03.bird.start(0, 999); }
Instance of Symbol 90 MovieClip in Symbol 104 MovieClip Frame 1
on (release) { _root.mixerSong = "ocean"; _root.forestTrack01.lizard.stop(); _root.forestTrack02.spider.stop(); _root.forestTrack03.bird.stop(); _root.oceanTrack01.whale.stop(); _root.oceanTrack02.fish.stop(); _root.oceanTrack03.crab.stop(); _root.mountainTrack01.deer.stop(); _root.mountainTrack02.branch.stop(); _root.mountainTrack03.plant.stop(); _root.marshTrack01.salmon.stop(); _root.marshTrack02.bugs.stop(); _root.marshTrack03.birds.stop(); _root.cavernTrack01.walrus.stop(); _root.cavernTrack02.bats.stop(); _root.cavernTrack03.fish.stop(); _root.oceanTrack01.whale.setVolume(0); _root.oceanTrack02.fish.setVolume(0); _root.oceanTrack03.crab.setVolume(0); _root.oceanTrack01.volumeDestination = 100; _root.oceanTrack02.volumeDestination = 100; _root.oceanTrack03.volumeDestination = 100; _root.oceanTrack01.whale.setPan(0); _root.oceanTrack02.fish.setPan(0); _root.oceanTrack03.crab.setPan(0); _root.oceanTrack01.panDestination = 0; _root.oceanTrack02.panDestination = 0; _root.oceanTrack03.panDestination = 0; _root.oceanTrack01.whale.start(0, 999); _root.oceanTrack02.fish.start(0, 999); _root.oceanTrack03.crab.start(0, 999); }
Instance of Symbol 92 MovieClip in Symbol 104 MovieClip Frame 1
on (release) { _root.mixerSong = "marsh"; _root.forestTrack01.lizard.stop(); _root.forestTrack02.spider.stop(); _root.forestTrack03.bird.stop(); _root.oceanTrack01.whale.stop(); _root.oceanTrack02.fish.stop(); _root.oceanTrack03.crab.stop(); _root.mountainTrack01.deer.stop(); _root.mountainTrack02.branch.stop(); _root.mountainTrack03.plant.stop(); _root.marshTrack01.salmon.stop(); _root.marshTrack02.bugs.stop(); _root.marshTrack03.birds.stop(); _root.cavernTrack01.walrus.stop(); _root.cavernTrack02.bats.stop(); _root.cavernTrack03.fish.stop(); _root.marshTrack01.salmon.setVolume(0); _root.marshTrack02.bugs.setVolume(0); _root.marshTrack03.birds.setVolume(0); _root.marshTrack01.volumeDestination = 100; _root.marshTrack02.volumeDestination = 100; _root.marshTrack03.volumeDestination = 100; _root.marshTrack01.salmon.setPan(0); _root.marshTrack02.bugs.setPan(0); _root.marshTrack03.birds.setPan(0); _root.marshTrack01.panDestination = 0; _root.marshTrack02.panDestination = 0; _root.marshTrack03.panDestination = 0; _root.marshTrack01.salmon.start(0, 999); _root.marshTrack02.bugs.start(0, 999); _root.marshTrack03.birds.start(0, 999); }
Instance of Symbol 94 MovieClip in Symbol 104 MovieClip Frame 1
on (release) { _root.mixerSong = "cavern"; _root.forestTrack01.lizard.stop(); _root.forestTrack02.spider.stop(); _root.forestTrack03.bird.stop(); _root.oceanTrack01.whale.stop(); _root.oceanTrack02.fish.stop(); _root.oceanTrack03.crab.stop(); _root.mountainTrack01.deer.stop(); _root.mountainTrack02.branch.stop(); _root.mountainTrack03.plant.stop(); _root.marshTrack01.salmon.stop(); _root.marshTrack02.bugs.stop(); _root.marshTrack03.birds.stop(); _root.cavernTrack01.walrus.stop(); _root.cavernTrack02.bats.stop(); _root.cavernTrack03.fish.stop(); _root.cavernTrack01.walrus.setVolume(0); _root.cavernTrack02.bats.setVolume(0); _root.cavernTrack03.fish.setVolume(0); _root.cavernTrack01.volumeDestination = 100; _root.cavernTrack02.volumeDestination = 100; _root.cavernTrack03.volumeDestination = 100; _root.cavernTrack01.walrus.setPan(0); _root.cavernTrack02.bats.setPan(0); _root.cavernTrack03.fish.setPan(0); _root.cavernTrack01.panDestination = 0; _root.cavernTrack02.panDestination = 0; _root.cavernTrack03.panDestination = 0; _root.cavernTrack01.walrus.start(0, 999); _root.cavernTrack02.bats.start(0, 999); _root.cavernTrack03.fish.start(0, 999); }
Instance of Symbol 96 MovieClip in Symbol 104 MovieClip Frame 1
on (release) { _root.mixerSong = "mountain"; _root.forestTrack01.lizard.stop(); _root.forestTrack02.spider.stop(); _root.forestTrack03.bird.stop(); _root.oceanTrack01.whale.stop(); _root.oceanTrack02.fish.stop(); _root.oceanTrack03.crab.stop(); _root.mountainTrack01.deer.stop(); _root.mountainTrack02.branch.stop(); _root.mountainTrack03.plant.stop(); _root.marshTrack01.salmon.stop(); _root.marshTrack02.bugs.stop(); _root.marshTrack03.birds.stop(); _root.cavernTrack01.walrus.stop(); _root.cavernTrack02.bats.stop(); _root.cavernTrack03.fish.stop(); _root.mountainTrack01.deer.setVolume(0); _root.mountainTrack02.branch.setVolume(0); _root.mountainTrack03.plant.setVolume(0); _root.mountainTrack01.volumeDestination = 100; _root.mountainTrack02.volumeDestination = 100; _root.mountainTrack03.volumeDestination = 100; _root.mountainTrack01.deer.setPan(0); _root.mountainTrack02.branch.setPan(0); _root.mountainTrack03.plant.setPan(0); _root.mountainTrack01.panDestination = 0; _root.mountainTrack02.panDestination = 0; _root.mountainTrack03.panDestination = 0; _root.mountainTrack01.deer.start(0, 999); _root.mountainTrack02.branch.start(0, 999); _root.mountainTrack03.plant.start(0, 999); }
Symbol 110 Button
on (release) { getURL ("http://www.bellbrothers.net", "john"); }
Symbol 113 Button
on (release) { getURL ("mailto:john@bellbrothers.net"); }
Symbol 114 Button
on (release) { getURL ("http://www.bellbrothers.net", "dan"); }
Symbol 115 Button
on (release) { getURL ("mailto:dan@bellbrothers.net"); }
Symbol 116 Button
on (release) { getURL ("http://www.mindsculpt.com/ksbportfolio", "kevin"); }
Symbol 117 Button
on (release) { getURL ("mailto:nivek005@yahoo.com"); }
Symbol 118 Button
on (release) { getURL ("mailto:njz22@drexel.edu"); }
Symbol 119 Button
on (release) { getURL ("http://www.bagden.com", "ed"); }
Symbol 120 Button
on (release) { getURL ("mailto:ed@bagden.com"); }
Symbol 127 MovieClip Frame 1
stop();
Symbol 127 MovieClip Frame 10
stop();
Instance of Symbol 127 MovieClip in Symbol 128 MovieClip Frame 1
on (rollOver) { this.gotoAndPlay(2); } on (rollOut) { this.gotoAndPlay(11); } on (release) { getURL ("http://www.echogenesis.com/production", "prod"); }
Symbol 129 MovieClip Frame 1
stop();
Symbol 129 MovieClip Frame 2
stop();
Instance of Symbol 73 MovieClip in Symbol 129 MovieClip Frame 2
on (release) { } onClipEvent (load) { this.useHandCursor = false; }
Symbol 129 MovieClip Frame 3
stop(); stop();
Instance of Symbol 104 MovieClip in Symbol 129 MovieClip Frame 3
on (release) { } onClipEvent (load) { this.useHandCursor = false; }
Symbol 129 MovieClip Frame 4
stop();
Instance of Symbol 121 MovieClip in Symbol 129 MovieClip Frame 4
on (release) { } onClipEvent (load) { this.useHandCursor = false; }
Symbol 129 MovieClip Frame 5
stop(); stop();
Instance of Symbol 128 MovieClip in Symbol 129 MovieClip Frame 5
on (release) { } onClipEvent (load) { this.useHandCursor = false; }
Instance of Symbol 169 MovieClip in Symbol 174 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = -_parent._rotation; }
Instance of Symbol 171 MovieClip in Symbol 174 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = -_parent._rotation; }
Instance of Symbol 173 MovieClip in Symbol 174 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = _parent._rotation; }
Instance of Symbol 199 MovieClip in Symbol 202 MovieClip Frame 1
on (release) { _root.gotoAndStop("main"); }
Instance of Symbol 201 MovieClip in Symbol 202 MovieClip Frame 1
on (release) { if (_root.options._visible == false) { _root.options._visible = true; } else { _root.options._visible = false; } }
Instance of Symbol 236 MovieClip in Symbol 237 MovieClip Frame 1
onClipEvent (load) { if (_quality == "LOW") { this._x = 220; } else if (_quality == "MEDIUM") { this._x = 231; } else if (_quality == "HIGH") { this._x = 241; } } on (press) { this.startDrag(false, 220, 5, 241, 5); updateAfterEvent(); } on (release, releaseOutside) { this.stopDrag(); if (this._x <= 224) { this._x = 220; _quality = "LOW"; } else if ((this._x > 224) && (this._x < 238)) { this._x = 231; _quality = "MEDIUM"; } else if (this._x >= 238) { this._x = 241; _quality = "HIGH"; } }
Instance of Symbol 205 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) { this.useHandCursor = false; } on (release) { }
Instance of Symbol 228 MovieClip in Symbol 243 MovieClip Frame 1
on (release) { _parent._visible = false; }
Symbol 247 MovieClip Frame 40
stop(); _root.gotoAndStop("zoom"); _parent.gotoAndStop("default");
Symbol 249 MovieClip Frame 1
stop();
Symbol 287 MovieClip Frame 1
stop();
Symbol 322 MovieClip Frame 1
if (!_parent._parent.moving) { stop(); }
Symbol 322 MovieClip Frame 21
if (!_parent._parent.moving) { stop(); }
Instance of Symbol 305 MovieClip "legFrontLeft" in Symbol 323 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(1); this.inner.gotoAndPlay(1); this.inner.inner.gotoAndPlay(1); }
Instance of Symbol 305 MovieClip "legFrontRight" in Symbol 323 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(20); this.inner.gotoAndPlay(20); this.inner.inner.gotoAndPlay(20); }
Instance of Symbol 307 MovieClip "legMiddleLeft" in Symbol 323 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(20); this.inner.gotoAndPlay(20); this.inner.inner.gotoAndPlay(20); }
Instance of Symbol 307 MovieClip "legMiddleRight" in Symbol 323 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(1); this.inner.gotoAndPlay(1); this.inner.inner.gotoAndPlay(1); }
Instance of Symbol 311 MovieClip "legBackLeft" in Symbol 323 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(1); this.inner.gotoAndPlay(1); this.inner.inner.gotoAndPlay(1); }
Instance of Symbol 311 MovieClip "legBackRight" in Symbol 323 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(20); this.inner.gotoAndPlay(20); this.inner.inner.gotoAndPlay(20); }
Instance of Symbol 314 MovieClip "head" in Symbol 323 MovieClip Frame 1
onClipEvent (load) { destination = 0; } onClipEvent (enterFrame) { if (this._rotation != this.destination) { this._rotation = this._rotation - ((this._rotation - this.destination) / 15); } }
Symbol 334 MovieClip Frame 1
if (!_parent.moving) { stop(); }
Instance of Symbol 327 MovieClip "head" in Symbol 334 MovieClip Frame 1
onClipEvent (load) { destination = 0; } onClipEvent (enterFrame) { if (this._rotation != this.destination) { this._rotation = this._rotation - ((this._rotation - this.destination) / 15); } }
Symbol 334 MovieClip Frame 21
if (!_parent.moving) { stop(); }
Instance of Symbol 323 MovieClip "body" in Symbol 335 MovieClip Frame 1
onClipEvent (load) { red = _parent.bodytargetRedA; green = _parent.bodytargetGreenA; blue = _parent.bodytargetBlueA; var oColor = new Color(this); oColor.setRGB(((red << 16) | (green << 8)) | blue); targetRedA = _parent.bodytargetRedA; targetGreenA = _parent.bodytargetGreenA; targetBlueA = _parent.bodytargetBlueA; } onClipEvent (enterFrame) { if (red > this.targetRedA) { red = red - Math.ceil((red - this.targetRedA) / 8); } else if (red < this.targetRedA) { red = red + Math.ceil((-(red - this.targetRedA)) / 8); } if (green > this.targetGreenA) { green = green - Math.ceil((green - this.targetGreenA) / 8); } else if (green < this.targetGreenA) { green = green + Math.ceil((-(green - this.targetGreenA)) / 8); } if (blue > this.targetBlueA) { blue = blue - Math.ceil((blue - this.targetBlueA) / 8); } else if (blue < this.targetBlueA) { blue = blue + Math.ceil((-(blue - this.targetBlueA)) / 8); } oColor.setRGB(((red << 16) | (green << 8)) | blue); }
Instance of Symbol 334 MovieClip "stripe" in Symbol 335 MovieClip Frame 1
onClipEvent (load) { red = _parent.stripetargetRedA; green = _parent.stripetargetGreenA; blue = _parent.stripetargetBlueA; var oColor = new Color(this); oColor.setRGB(((red << 16) | (green << 8)) | blue); targetRedA = _parent.stripetargetRedA; targetGreenA = _parent.stripetargetGreenA; targetBlueA = _parent.stripetargetBlueA; } onClipEvent (enterFrame) { if (red > this.targetRedA) { red = red - Math.ceil((red - this.targetRedA) / 4); } else if (red < this.targetRedA) { red = red + Math.ceil((-(red - this.targetRedA)) / 4); } if (green > this.targetGreenA) { green = green - Math.ceil((green - this.targetGreenA) / 4); } else if (green < this.targetGreenA) { green = green + Math.ceil((-(green - this.targetGreenA)) / 4); } if (blue > this.targetBlueA) { blue = blue - Math.ceil((blue - this.targetBlueA) / 4); } else if (blue < this.targetBlueA) { blue = blue + Math.ceil((-(blue - this.targetBlueA)) / 4); } oColor.setRGB(((red << 16) | (green << 8)) | blue); }
Instance of Symbol 293 MovieClip "birdMain" in Symbol 349 MovieClip Frame 1
onClipEvent (load) { sX = _x; sY = _y; maxRadians = (Math.PI*2); theta = Math.PI; inc = 0.09; xMove = 150; yMove = 150; this.rotationDestination = 0; this.layEgg = false; this.fly = true; this.land = false; this.useHandCursor = false; } onClipEvent (enterFrame) { if (this.fly == true) { tX = (Math.sin(theta) / maxRadians) * xMove; tY = (Math.cos(theta * 1.5) / maxRadians) * yMove; this._x = Math.round(tX + sX); this._y = Math.round(tY + sY); theta = theta + inc; } if (this.fly == false) { xMove = xMove - Math.ceil(xMove / 20); yMove = yMove - Math.ceil(yMove / 20); } if ((this.fly == false) && (this._rotation == -39)) { this.wingLeft._visible = false; this.wingRight._visible = false; } if (this.land == true) { this.rotationDestination = -39; this.land == false; } if (this._rotation > this.rotationDestination) { this._rotation = this._rotation - Math.ceil((this._rotation - this.rotationDestination) / 10); } else if (this._rotation < this.rotationDestination) { this._rotation = this._rotation + Math.ceil((-(this._rotation - this.rotationDestination)) / 500); } if (((this.body.tail._currentframe == 1) && (this._rotation == -39)) && (this.layEgg == true)) { this.body.tail.gotoAndPlay(2); } if (this.layEgg == true) { xMove = xMove - Math.ceil(xMove / 10); yMove = yMove - Math.ceil(yMove / 10); } if ((this.layEgg == false) && (xMove < 150)) { xMove = xMove + Math.ceil((-(xMove - 150)) / 50); } if ((this.layEgg == false) && (yMove < 150)) { yMove = yMove + Math.ceil((-(yMove - 150)) / 50); } if (this.body.tail._currentframe == 46) { this.layEgg = false; this.rotationDestination = 0; } } on (press) { if (this.fly == true) { this.rotationDestination = -39; this.layEgg = true; } } on (rollOver) { _parent._parent.cursors.gotoAndStop("hand"); } on (releaseOutside, rollOut) { _parent._parent.cursors.gotoAndStop("default"); }
Symbol 361 MovieClip Frame 15
gotoAndPlay (1);
Symbol 361 MovieClip Frame 16
stop();
Symbol 389 MovieClip Frame 1
momentum = 1.5;
Symbol 389 MovieClip Frame 28
momentum = 1.5;
Symbol 413 MovieClip Frame 60
gotoAndStop (1);
Instance of Symbol 417 MovieClip in Symbol 420 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay(random(119) + 1); }
Instance of Symbol 425 MovieClip in Symbol 426 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay(random(200) + 1); }
Instance of Symbol 425 MovieClip in Symbol 426 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay(random(200) + 1); }
Instance of Symbol 425 MovieClip in Symbol 426 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay(random(200) + 1); }
Instance of Symbol 425 MovieClip in Symbol 426 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay(random(200) + 1); }
Instance of Symbol 425 MovieClip in Symbol 426 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay(random(200) + 1); }
Instance of Symbol 425 MovieClip in Symbol 426 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay(random(200) + 1); }
Instance of Symbol 425 MovieClip in Symbol 426 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay(random(200) + 1); }
Instance of Symbol 425 MovieClip in Symbol 426 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay(random(200) + 1); }
Instance of Symbol 425 MovieClip in Symbol 426 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay(random(200) + 1); }
Instance of Symbol 425 MovieClip in Symbol 426 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay(random(200) + 1); }
Instance of Symbol 425 MovieClip in Symbol 426 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay(random(200) + 1); }
Instance of Symbol 425 MovieClip in Symbol 426 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay(random(200) + 1); }
Instance of Symbol 425 MovieClip in Symbol 426 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay(random(200) + 1); }
Instance of Symbol 425 MovieClip in Symbol 426 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay(random(200) + 1); }
Instance of Symbol 425 MovieClip in Symbol 426 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay(random(200) + 1); }
Instance of Symbol 417 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay(random(119) + 1); }
Symbol 479 MovieClip Frame 1
stop();
Symbol 480 MovieClip Frame 1
stop();
Symbol 504 MovieClip Frame 1
stop();
Instance of Symbol 500 MovieClip in Symbol 504 MovieClip Frame 2
onClipEvent (load) { this.useHandCursor = false; } on (rollOver) { _root.cursors.gotoAndStop("hand"); } on (rollOut) { _root.cursors.gotoAndStop("default"); } on (releaseOutside) { _root.cursors.gotoAndStop("default"); } on (release) { _root.mountainTrack01.volumeDestination = 50; _root.antFull = false; _root.antLeftDust.gotoAndPlay(2); _root.cursors.gotoAndStop("default"); _root.deer.body.neck.head.ant.antRight.gotoAndStop(2); _root.deer.body.neck.head.ant.antRight.glow.gotoAndPlay(1); _root.deer.body.neck.head.ant.antLeft._visible = false; _root.deerHeadDestination = -50; _root.deerNeckDestination = 0; _root.deerBodyDestination = -5; _root.deerLegFrontLeftDestination = -50; _root.deerLegFrontLeftUpperDestination = 90; _root.deerLegFrontRightDestination = -50; _root.deerLegFrontRightUpperDestination = 90; _root.deerLegBackLeftDestination = 15; _root.deerLegBackLeftUpperDestination = -45; _root.deerLegBackRightDestination = 15; _root.deerLegBackRightUpperDestination = -45; _root.deerBodyPositionDestination = 126; _root.deerShadeDestination = 9; _root.deerAntDestination = 130; _root.deer.body.neck.head.ant.antLeft.gotoAndStop(1); }
Symbol 511 MovieClip Frame 1
stop();
Instance of Symbol 507 MovieClip in Symbol 511 MovieClip Frame 2
onClipEvent (load) { this.useHandCursor = false; } on (rollOver) { _root.cursors.gotoAndStop("hand"); } on (rollOut) { _root.cursors.gotoAndStop("default"); } on (releaseOutside) { _root.cursors.gotoAndStop("default"); } on (release) { _root.mountainTrack01.volumeDestination = 0; _root.deerHeadDestination = 0; _root.deerNeckDestination = 0; _root.deerBodyDestination = 0; _root.deerLegFrontLeftDestination = 0; _root.deerLegFrontLeftUpperDestination = 0; _root.deerLegFrontRightDestination = 0; _root.deerLegFrontRightUpperDestination = 0; _root.deerLegBackLeftDestination = 0; _root.deerLegBackLeftUpperDestination = 0; _root.deerLegBackRightDestination = 0; _root.deerLegBackRightUpperDestination = 0; _root.deerBodyPositionDestination = 106; _root.deerShadeDestination = 5; _root.deerShadeHeadDestination = 0; _root.deerAntDestination = 100; _root.antRightDust.gotoAndPlay(2); _root.deer.body.neck.head.ant.butt.gotoAndStop("head"); _root.deer.neck.head.ant.gotoAndStop("none"); _root.cursors.gotoAndStop("default"); _root.deer.body.neck.head.ant.antRight._visible = false; _root.deer.body.neck.head.ant.antRight.gotoAndStop(1); }
Symbol 514 MovieClip Frame 10
stop();
Symbol 517 MovieClip Frame 10
stop();
Symbol 520 MovieClip Frame 10
stop();
Symbol 523 MovieClip Frame 10
stop();
Symbol 526 MovieClip Frame 10
stop();
Symbol 529 MovieClip Frame 10
stop();
Symbol 532 MovieClip Frame 10
stop();
Symbol 533 MovieClip Frame 1
stop();
Instance of Symbol 497 MovieClip "butt" in Symbol 533 MovieClip Frame 1
onClipEvent (load) { _root.deerHeadDestination = 0; _root.deerNeckDestination = 0; _root.deerBodyDestination = 0; _root.deerLegFrontLeftDestination = 0; _root.deerLegFrontLeftUpperDestination = 0; _root.deerLegFrontRightDestination = 0; _root.deerLegFrontRightUpperDestination = 0; _root.deerLegBackLeftDestination = 0; _root.deerLegBackLeftUpperDestination = 0; _root.deerLegBackRightDestination = 0; _root.deerLegBackRightUpperDestination = 0; _root.deerBodyPositionDestination = 106; _root.deerStance = 0; _root.deerShadeDestination = 5; _root.deerShadeHeadDestination = 0; this.useHandCursor = false; _root.deerAntDestination = 75; this.gotoAndStop("head"); _root.antFull = false; } onClipEvent (enterFrame) { _root.deer.body.neck.head._rotation = _root.deer.body.neck.head._rotation - ((_root.deer.body.neck.head._rotation - _root.deerHeadDestination) / 15); _root.deer.body.neck._rotation = _root.deer.body.neck._rotation - ((_root.deer.body.neck._rotation - _root.deerNeckDestination) / 15); _root.deer.body._rotation = _root.deer.body._rotation - ((_root.deer.body._rotation - _root.deerBodyDestination) / 15); _root.deer.legFrontLeft._rotation = _root.deer.legFrontLeft._rotation - ((_root.deer.legFrontLeft._rotation - _root.deerLegFrontLeftDestination) / 15); _root.deer.legFrontLeft.upper._rotation = _root.deer.legFrontLeft.upper._rotation - ((_root.deer.legFrontLeft.upper._rotation - _root.deerLegFrontLeftUpperDestination) / 15); _root.deer.legFrontRight._rotation = _root.deer.legFrontRight._rotation - ((_root.deer.legFrontRight._rotation - _root.deerLegFrontRightDestination) / 15); _root.deer.legFrontRight.upper._rotation = _root.deer.legFrontRight.upper._rotation - ((_root.deer.legFrontRight.upper._rotation - _root.deerLegFrontRightUpperDestination) / 15); _root.deer.legBackLeft._rotation = _root.deer.legBackLeft._rotation - ((_root.deer.legBackLeft._rotation - _root.deerLegBackLeftDestination) / 15); _root.deer.legBackLeft.upper._rotation = _root.deer.legBackLeft.upper._rotation - ((_root.deer.legBackLeft.upper._rotation - _root.deerLegBackLeftUpperDestination) / 15); _root.deer.legBackRight._rotation = _root.deer.legBackRight._rotation - ((_root.deer.legBackRight._rotation - _root.deerLegBackRightDestination) / 15); _root.deer.legBackRight.upper._rotation = _root.deer.legBackRight.upper._rotation - ((_root.deer.legBackRight.upper._rotation - _root.deerLegBackRightUpperDestination) / 15); _root.deer.body._y = _root.deer.body._y - ((_root.deer.body._y - _root.deerBodyPositionDestination) / 15); _root.deer.shade._alpha = _root.deer.shade._alpha - ((_root.deer.shade._alpha - _root.deerShadeDestination) / 15); _root.deer.shadeHead._alpha = _root.deer.shadeHead._alpha - ((_root.deer.shadeHead._alpha - _root.deerShadeHeadDestination) / 15); _root.deer.body.neck.head.ant._yscale = _root.deer.body.neck.head.ant._yscale - ((_root.deer.body.neck.head.ant._yscale - _root.deerAntDestination) / 15); if ((_root.deer.body.neck.head._rotation <= -35) && (_root.antFull == true)) { _root.deer.body.neck.head.ant.gotoAndStop("full"); _root.deer.body.neck.head.ant.antLeft._visible = true; _root.deer.body.neck.head.ant.antRight._visible = true; _root.deer.body.neck.head.ant.antLeft.gotoAndStop(2); } } on (press) { if (_root.deerStance == 0) { _root.mountainTrack01.volumeDestination = 20; _root.deer.body.neck.head.ant.gotoAndStop("a"); _root.deerHeadDestination = -25; _root.deerNeckDestination = 20; _root.deerBodyDestination = -2; _root.deerLegFrontLeftDestination = -25; _root.deerLegFrontLeftUpperDestination = 45; _root.deerLegFrontRightDestination = -25; _root.deerLegFrontRightUpperDestination = 45; _root.deerLegBackLeftDestination = 7; _root.deerLegBackLeftUpperDestination = -22; _root.deerLegBackRightDestination = 7; _root.deerLegBackRightUpperDestination = -22; _root.deerBodyPositionDestination = 116; _root.deerShadeDestination = 7; _root.deerAntDestination = 95; } if (_root.deerStance == 1) { _root.mountainTrack01.volumeDestination = 40; _root.deer.body.neck.head.ant.gotoAndStop("b"); _root.deerHeadDestination = -35; _root.deerNeckDestination = 20; _root.deerBodyDestination = -5; _root.deerLegFrontLeftDestination = -50; _root.deerLegFrontLeftUpperDestination = 90; _root.deerLegFrontRightDestination = -50; _root.deerLegFrontRightUpperDestination = 90; _root.deerLegBackLeftDestination = 15; _root.deerLegBackLeftUpperDestination = -45; _root.deerLegBackRightDestination = 15; _root.deerLegBackRightUpperDestination = -45; _root.deerBodyPositionDestination = 126; _root.deerShadeDestination = 9; _root.deerAntDestination = 120; } if (_root.deerStance == 2) { _root.mountainTrack01.volumeDestination = 60; _root.deer.body.neck.head.ant.gotoAndStop("c"); _root.deerHeadDestination = -50; _root.deerNeckDestination = 0; _root.deerBodyDestination = -5; _root.deerLegFrontLeftDestination = -50; _root.deerLegFrontLeftUpperDestination = 90; _root.deerLegFrontRightDestination = -50; _root.deerLegFrontRightUpperDestination = 90; _root.deerLegBackLeftDestination = 15; _root.deerLegBackLeftUpperDestination = -45; _root.deerLegBackRightDestination = 15; _root.deerLegBackRightUpperDestination = -45; _root.deerBodyPositionDestination = 126; _root.deerShadeDestination = 9; _root.deerAntDestination = 130; } else if (_root.deerStance == 3) { _root.mountainTrack01.volumeDestination = 80; _root.deer.body.neck.head.ant.gotoAndStop("d"); _root.deerHeadDestination = -30; _root.deerNeckDestination = -30; _root.deerBodyDestination = -5; _root.deerLegFrontLeftDestination = -50; _root.deerLegFrontLeftUpperDestination = 90; _root.deerLegFrontRightDestination = -50; _root.deerLegFrontRightUpperDestination = 90; _root.deerLegBackLeftDestination = 15; _root.deerLegBackLeftUpperDestination = -45; _root.deerLegBackRightDestination = 15; _root.deerLegBackRightUpperDestination = -45; _root.deerBodyPositionDestination = 126; _root.deerShadeDestination = 9; _root.deerShadeHeadDestination = 5; _root.deerAntDestination = 140; } else if (_root.deerStance == 4) { _root.mountainTrack01.volumeDestination = 100; _root.deer.body.neck.head.ant.gotoAndStop("e"); _root.deerHeadDestination = -40; _root.deerNeckDestination = -40; _root.deerBodyDestination = -5; _root.deerLegFrontLeftDestination = -55; _root.deerLegFrontLeftUpperDestination = 95; _root.deerLegFrontRightDestination = -55; _root.deerLegFrontRightUpperDestination = 95; _root.deerLegBackLeftDestination = 20; _root.deerLegBackLeftUpperDestination = -50; _root.deerLegBackRightDestination = 20; _root.deerLegBackRightUpperDestination = -50; _root.deerBodyPositionDestination = 132; _root.deerShadeDestination = 10; _root.deerShadeHeadDestination = 7; _root.deerAntDestination = 150; this.gotoAndStop("blank"); _root.antFull = true; } if (_root.deerStance < 4) { _root.deerStance++; } else { _root.deerStance = 0; } } on (rollOver) { _root.cursors.gotoAndStop("hand"); } on (rollOut) { _root.cursors.gotoAndStop("default"); } on (releaseOutside) { _root.cursors.gotoAndStop("default"); }
Instance of Symbol 504 MovieClip "antLeft" in Symbol 533 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 511 MovieClip "antRight" in Symbol 533 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Symbol 604 MovieClip Frame 18
momentum = 1;
Symbol 617 MovieClip Frame 1
stop();
Symbol 647 MovieClip Frame 1
envirOrigin.gotoAndStop(_root.envirOrigin); _root.forestTrack01.volumeDestination = 0; _root.forestTrack02.volumeDestination = 0; _root.forestTrack03.volumeDestination = 0; _root.marshTrack01.volumeDestination = 0; _root.marshTrack02.volumeDestination = 0; _root.marshTrack03.volumeDestination = 0; _root.mountainTrack01.volumeDestination = 0; _root.mountainTrack02.volumeDestination = 0; _root.mountainTrack03.volumeDestination = 0; _root.oceanTrack01.volumeDestination = 0; _root.oceanTrack02.volumeDestination = 0; _root.oceanTrack03.volumeDestination = 0; _root.cavernTrack01.volumeDestination = 0; _root.cavernTrack02.volumeDestination = 0; _root.cavernTrack03.volumeDestination = 0;
Symbol 647 MovieClip Frame 2
envirDestination.gotoAndStop(_root.envirDestination);
Instance of Symbol 646 MovieClip "envirDestination" in Symbol 647 MovieClip Frame 2
onClipEvent (load) { gotoAndStop(_root.envirDestination); }
Symbol 647 MovieClip Frame 20
_root.forestTrack01.lizard.stop(); _root.forestTrack02.spider.stop(); _root.forestTrack03.bird.stop(); _root.oceanTrack01.whale.stop(); _root.oceanTrack02.fish.stop(); _root.oceanTrack03.crab.stop(); _root.mountainTrack01.deer.stop(); _root.mountainTrack02.branch.stop(); _root.mountainTrack03.plant.stop(); _root.marshTrack01.salmon.stop(); _root.marshTrack02.bugs.stop(); _root.marshTrack03.birds.stop(); _root.cavernTrack01.walrus.stop(); _root.cavernTrack02.bats.stop(); _root.cavernTrack03.fish.stop(); _root.gotoAndStop(_root.envirDestination);
Symbol 650 MovieClip Frame 1
startEnvir = random(5); if (startEnvir == 0) { _root.envirDestination = "cavern"; } if (startEnvir == 1) { _root.envirDestination = "ocean"; } if (startEnvir == 2) { _root.envirDestination = "forest"; } if (startEnvir == 3) { _root.envirDestination = "mountain"; } if (startEnvir == 4) { _root.envirDestination = "marsh"; }
Instance of Symbol 646 MovieClip in Symbol 650 MovieClip Frame 11
onClipEvent (load) { gotoAndStop(_root.envirDestination); }
Symbol 650 MovieClip Frame 12
_root.forestTrack01.lizard.stop(); _root.forestTrack02.spider.stop(); _root.forestTrack03.bird.stop(); _root.oceanTrack01.whale.stop(); _root.oceanTrack02.fish.stop(); _root.oceanTrack03.crab.stop(); _root.mountainTrack01.deer.stop(); _root.mountainTrack02.branch.stop(); _root.mountainTrack03.plant.stop(); _root.marshTrack01.salmon.stop(); _root.marshTrack02.bugs.stop(); _root.marshTrack03.birds.stop(); _root.cavernTrack01.walrus.stop(); _root.cavernTrack02.bats.stop(); _root.cavernTrack03.fish.stop(); _root.forestTrack01.lizard.setPan(0); _root.forestTrack02.spider.setPan(0); _root.forestTrack03.bird.setPan(0); _root.forestTrack01.panDestination = 0; _root.forestTrack02.panDestination = 0; _root.forestTrack03.panDestination = 0; _root.oceanTrack01.whale.setPan(0); _root.oceanTrack02.fish.setPan(0); _root.oceanTrack03.crab.setPan(0); _root.oceanTrack01.panDestination = 0; _root.oceanTrack02.panDestination = 0; _root.oceanTrack03.panDestination = 0; _root.mountainTrack01.deer.setPan(0); _root.mountainTrack02.branch.setPan(0); _root.mountainTrack03.plant.setPan(0); _root.mountainTrack01.panDestination = 0; _root.mountainTrack02.panDestination = 0; _root.mountainTrack03.panDestination = 0; _root.marshTrack01.salmon.setPan(0); _root.marshTrack02.bugs.setPan(0); _root.marshTrack03.birds.setPan(0); _root.marshTrack01.panDestination = 0; _root.marshTrack02.panDestination = 0; _root.marshTrack03.panDestination = 0; _root.cavernTrack01.walrus.setPan(0); _root.cavernTrack02.bats.setPan(0); _root.cavernTrack03.fish.setPan(0); _root.cavernTrack01.panDestination = 0; _root.cavernTrack02.panDestination = 0; _root.cavernTrack03.panDestination = 0; _root.gotoAndStop(_root.envirDestination);

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClipUses:1Used by:Timeline
Symbol 3 GraphicUsed by:4
Symbol 4 MovieClipUses:3Used by:8 18 49 64 129 204 648
Symbol 5 GraphicUsed by:6 126
Symbol 6 MovieClipUses:5Used by:8
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClipUses:4 6 7Used by:Timeline
Symbol 9 FontUsed by:11 106 123
Symbol 10 FontUsed by:11 15 69 76 78 79 80 81 87 89 91 93 95 97 98 106 107 108 111 112 123 217 218 219 220 224 225 230 231
Symbol 11 TextUses:9 10Used by:18
Symbol 12 BitmapUsed by:13
Symbol 13 GraphicUses:12Used by:18
Symbol 14 GraphicUsed by:17 38 41 44 47 55 62 70 254
Symbol 15 TextUses:10Used by:16
Symbol 16 MovieClipUses:15Used by:17
Symbol 17 MovieClipUses:14 16Used by:18
Symbol 18 MovieClipUses:11 4 13 17Used by:Timeline
Symbol 19 Sound [forestTrack01]Used by:34
Symbol 20 Sound [forestTrack02]Used by:34
Symbol 21 Sound [forestTrack03]Used by:34
Symbol 22 Sound [oceanTrack01]Used by:34
Symbol 23 Sound [oceanTrack02]Used by:34
Symbol 24 Sound [oceanTrack03]Used by:34
Symbol 25 Sound [cavernTrack01]Used by:34
Symbol 26 Sound [cavernTrack02]Used by:34
Symbol 27 Sound [cavernTrack03]Used by:34
Symbol 28 Sound [mountainTrack01]Used by:34
Symbol 29 Sound [mountainTrack02]Used by:34
Symbol 30 Sound [mountainTrack03]Used by:34
Symbol 31 Sound [marshTrack01]Used by:34
Symbol 32 Sound [marshTrack02]Used by:34
Symbol 33 Sound [marshTrack03]Used by:34
Symbol 34 MovieClipUses:19 20 21 22 23 24 25 26 27 28 29 30 31 32 33Used by:Timeline
Symbol 35 FontUsed by:36 39 42 45 52 53 59 66 75 105 122
Symbol 36 TextUses:35Used by:37
Symbol 37 MovieClipUses:36Used by:38
Symbol 38 MovieClipUses:37 14Used by:48
Symbol 39 TextUses:35Used by:40
Symbol 40 MovieClipUses:39Used by:41
Symbol 41 MovieClipUses:40 14Used by:48
Symbol 42 TextUses:35Used by:43
Symbol 43 MovieClipUses:42Used by:44
Symbol 44 MovieClipUses:43 14Used by:48
Symbol 45 TextUses:35Used by:46
Symbol 46 MovieClipUses:45Used by:47
Symbol 47 MovieClipUses:46 14Used by:48
Symbol 48 MovieClipUses:38 41 44 47Used by:49
Symbol 49 MovieClipUses:4 48Used by:Timeline
Symbol 50 GraphicUsed by:51
Symbol 51 MovieClipUses:50Used by:63
Symbol 52 TextUses:35Used by:63
Symbol 53 TextUses:35Used by:54
Symbol 54 MovieClipUses:53Used by:55
Symbol 55 MovieClipUses:54 14Used by:63
Symbol 56 GraphicUsed by:57
Symbol 57 MovieClipUses:56Used by:58
Symbol 58 MovieClipUses:57Used by:62
Symbol 59 TextUses:35Used by:60
Symbol 60 MovieClipUses:59Used by:61
Symbol 61 MovieClipUses:60Used by:62
Symbol 62 MovieClipUses:58 61 14Used by:63
Symbol 63 MovieClipUses:51 52 55 62Used by:64
Symbol 64 MovieClipUses:4 63Used by:Timeline
Symbol 65 GraphicUsed by:73 121 128
Symbol 66 TextUses:35Used by:73
Symbol 67 GraphicUsed by:68
Symbol 68 MovieClipUses:67Used by:73
Symbol 69 TextUses:10Used by:70
Symbol 70 MovieClipUses:14 69Used by:73
Symbol 71 GraphicUsed by:72
Symbol 72 MovieClipUses:71Used by:73
Symbol 73 MovieClipUses:65 66 68 70 72Used by:129
Symbol 74 GraphicUsed by:104
Symbol 75 TextUses:35Used by:104
Symbol 76 TextUses:10Used by:104
Symbol 77 GraphicUsed by:104
Symbol 78 TextUses:10Used by:104
Symbol 79 TextUses:10Used by:104
Symbol 80 TextUses:10Used by:104
Symbol 81 TextUses:10Used by:104
Symbol 82 GraphicUsed by:83
Symbol 83 MovieClipUses:82Used by:104
Symbol 84 GraphicUsed by:85
Symbol 85 MovieClipUses:84Used by:104
Symbol 86 GraphicUsed by:88 90 92 94 96
Symbol 87 TextUses:10Used by:88
Symbol 88 MovieClipUses:86 87Used by:104
Symbol 89 TextUses:10Used by:90
Symbol 90 MovieClipUses:86 89Used by:104
Symbol 91 TextUses:10Used by:92
Symbol 92 MovieClipUses:86 91Used by:104
Symbol 93 TextUses:10Used by:94
Symbol 94 MovieClipUses:86 93Used by:104
Symbol 95 TextUses:10Used by:96
Symbol 96 MovieClipUses:86 95Used by:104
Symbol 97 TextUses:10Used by:100 101 102 103
Symbol 98 TextUses:10Used by:100 101 102 103
Symbol 99 GraphicUsed by:100 101 102 103
Symbol 100 ButtonUses:97 98 99Used by:104
Symbol 101 ButtonUses:97 98 99Used by:104
Symbol 102 ButtonUses:97 98 99Used by:104
Symbol 103 ButtonUses:97 98 99Used by:104
Symbol 104 MovieClipUses:74 75 76 77 78 79 80 81 83 85 88 90 92 94 96 100 101 102 103Used by:129
Symbol 105 TextUses:35Used by:121
Symbol 106 TextUses:9 10Used by:121
Symbol 107 TextUses:10Used by:110 114 116 119
Symbol 108 TextUses:10Used by:110 114 116 119
Symbol 109 GraphicUsed by:110 113 114 115 116 117 118 119 120 205 246 648 649
Symbol 110 ButtonUses:107 108 109Used by:121
Symbol 111 TextUses:10Used by:113 115 117 118 120
Symbol 112 TextUses:10Used by:113 115 117 118 120
Symbol 113 ButtonUses:111 112 109Used by:121
Symbol 114 ButtonUses:107 108 109Used by:121
Symbol 115 ButtonUses:111 112 109Used by:121
Symbol 116 ButtonUses:107 108 109Used by:121
Symbol 117 ButtonUses:111 112 109Used by:121
Symbol 118 ButtonUses:111 112 109Used by:121
Symbol 119 ButtonUses:107 108 109Used by:121
Symbol 120 ButtonUses:111 112 109Used by:121
Symbol 121 MovieClipUses:65 105 106 110 113 114 115 116 117 118 119 120Used by:129
Symbol 122 TextUses:35Used by:128
Symbol 123 TextUses:10 9Used by:128
Symbol 124 BitmapUsed by:125
Symbol 125 GraphicUses:124Used by:127
Symbol 126 MovieClipUses:5Used by:127
Symbol 127 MovieClipUses:125 126Used by:128
Symbol 128 MovieClipUses:65 122 123 127Used by:129
Symbol 129 MovieClipUses:4 73 104 121 128Used by:Timeline
Symbol 130 GraphicUsed by:133
Symbol 131 FontUsed by:132 212 213 214 215 216 221 222 223 227 229
Symbol 132 TextUses:131Used by:133
Symbol 133 MovieClipUses:130 132Used by:Timeline
Symbol 134 MovieClipUsed by:578  Timeline
Symbol 135 GraphicUsed by:136
Symbol 136 MovieClipUses:135Used by:144
Symbol 137 GraphicUsed by:138
Symbol 138 MovieClipUses:137Used by:144
Symbol 139 GraphicUsed by:140
Symbol 140 MovieClipUses:139Used by:144
Symbol 141 GraphicUsed by:142
Symbol 142 MovieClipUses:141Used by:144
Symbol 143 GraphicUsed by:144
Symbol 144 MovieClipUses:136 138 140 142 143Used by:Timeline
Symbol 145 BitmapUsed by:146
Symbol 146 GraphicUses:145Used by:Timeline
Symbol 147 GraphicUsed by:148
Symbol 148 MovieClipUses:147Used by:Timeline
Symbol 149 GraphicUsed by:Timeline
Symbol 150 GraphicUsed by:151
Symbol 151 MovieClipUses:150Used by:Timeline
Symbol 152 GraphicUsed by:153
Symbol 153 MovieClipUses:152Used by:Timeline
Symbol 154 GraphicUsed by:155
Symbol 155 MovieClipUses:154Used by:Timeline
Symbol 156 GraphicUsed by:Timeline
Symbol 157 BitmapUsed by:158
Symbol 158 GraphicUses:157Used by:Timeline
Symbol 159 GraphicUsed by:160
Symbol 160 MovieClipUses:159Used by:Timeline
Symbol 161 GraphicUsed by:Timeline
Symbol 162 GraphicUsed by:Timeline
Symbol 163 GraphicUsed by:164
Symbol 164 MovieClipUses:163Used by:166
Symbol 165 GraphicUsed by:166
Symbol 166 MovieClipUses:164 165Used by:Timeline
Symbol 167 GraphicUsed by:174
Symbol 168 GraphicUsed by:169
Symbol 169 MovieClipUses:168Used by:174
Symbol 170 GraphicUsed by:171
Symbol 171 MovieClipUses:170Used by:174
Symbol 172 GraphicUsed by:173
Symbol 173 MovieClipUses:172Used by:174
Symbol 174 MovieClipUses:167 169 171 173Used by:Timeline
Symbol 175 GraphicUsed by:Timeline
Symbol 176 GraphicUsed by:177
Symbol 177 MovieClipUses:176Used by:Timeline
Symbol 178 GraphicUsed by:Timeline
Symbol 179 BitmapUsed by:180
Symbol 180 GraphicUses:179Used by:Timeline
Symbol 181 GraphicUsed by:Timeline
Symbol 182 GraphicUsed by:183
Symbol 183 MovieClipUses:182Used by:Timeline
Symbol 184 GraphicUsed by:Timeline
Symbol 185 GraphicUsed by:Timeline
Symbol 186 BitmapUsed by:187
Symbol 187 GraphicUses:186Used by:188
Symbol 188 MovieClipUses:187Used by:Timeline
Symbol 189 GraphicUsed by:190
Symbol 190 MovieClipUses:189Used by:Timeline
Symbol 191 GraphicUsed by:Timeline
Symbol 192 BitmapUsed by:193
Symbol 193 GraphicUses:192Used by:Timeline
Symbol 194 GraphicUsed by:195
Symbol 195 MovieClipUses:194Used by:Timeline
Symbol 196 GraphicUsed by:197
Symbol 197 MovieClipUses:196Used by:Timeline
Symbol 198 GraphicUsed by:199
Symbol 199 MovieClipUses:198Used by:202
Symbol 200 GraphicUsed by:201
Symbol 201 MovieClipUses:200Used by:202
Symbol 202 MovieClipUses:199 201Used by:Timeline
Symbol 203 GraphicUsed by:204
Symbol 204 MovieClipUses:4 203Used by:Timeline
Symbol 205 MovieClipUses:109Used by:243
Symbol 206 GraphicUsed by:207
Symbol 207 MovieClipUses:206Used by:243
Symbol 208 GraphicUsed by:243
Symbol 209 GraphicUsed by:210
Symbol 210 MovieClipUses:209Used by:211
Symbol 211 MovieClipUses:210Used by:243
Symbol 212 TextUses:131Used by:243
Symbol 213 TextUses:131Used by:243
Symbol 214 TextUses:131Used by:243
Symbol 215 TextUses:131Used by:243
Symbol 216 TextUses:131Used by:243
Symbol 217 TextUses:10Used by:243
Symbol 218 TextUses:10Used by:243
Symbol 219 TextUses:10Used by:243
Symbol 220 TextUses:10Used by:243
Symbol 221 TextUses:131Used by:243
Symbol 222 TextUses:131Used by:243
Symbol 223 TextUses:131Used by:243
Symbol 224 TextUses:10Used by:243
Symbol 225 TextUses:10Used by:243
Symbol 226 GraphicUsed by:228
Symbol 227 TextUses:131Used by:228
Symbol 228 MovieClipUses:226 227Used by:243
Symbol 229 TextUses:131Used by:243
Symbol 230 TextUses:10Used by:243
Symbol 231 TextUses:10Used by:243
Symbol 232 GraphicUsed by:233
Symbol 233 MovieClipUses:232Used by:243
Symbol 234 GraphicUsed by:237
Symbol 235 GraphicUsed by:236
Symbol 236 MovieClipUses:235Used by:237
Symbol 237 MovieClipUses:234 236Used by:243
Symbol 238 BitmapUsed by:242 248
Symbol 239 BitmapUsed by:242 245
Symbol 240 BitmapUsed by:242 244
Symbol 241 BitmapUsed by:242
Symbol 242 GraphicUses:238 239 240 241Used by:243
Symbol 243 MovieClipUses:205 207 208 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 228 229 230 231 233 237 242Used by:Timeline
Symbol 244 GraphicUses:240Used by:249
Symbol 245 GraphicUses:239Used by:247 249
Symbol 246 MovieClipUses:109Used by:247
Symbol 247 MovieClipUses:245 246Used by:249
Symbol 248 GraphicUses:238Used by:249
Symbol 249 MovieClipUses:244 245 247 248Used by:Timeline
Symbol 250 BitmapUsed by:251
Symbol 251 GraphicUses:250Used by:Timeline
Symbol 252 GraphicUsed by:253
Symbol 253 MovieClipUses:252Used by:Timeline
Symbol 254 MovieClipUses:14Used by:Timeline
Symbol 255 GraphicUsed by:Timeline
Symbol 256 GraphicUsed by:259
Symbol 257 BitmapUsed by:258
Symbol 258 GraphicUses:257Used by:259
Symbol 259 MovieClipUses:256 258Used by:Timeline
Symbol 260 GraphicUsed by:Timeline
Symbol 261 GraphicUsed by:265
Symbol 262 BitmapUsed by:263
Symbol 263 GraphicUses:262Used by:265
Symbol 264 GraphicUsed by:265
Symbol 265 MovieClipUses:261 263 264Used by:Timeline
Symbol 266 GraphicUsed by:267
Symbol 267 MovieClipUses:266Used by:Timeline
Symbol 268 GraphicUsed by:269
Symbol 269 MovieClipUses:268Used by:Timeline
Symbol 270 GraphicUsed by:271
Symbol 271 MovieClipUses:270Used by:Timeline
Symbol 272 GraphicUsed by:293
Symbol 273 GraphicUsed by:274
Symbol 274 MovieClipUses:273Used by:293 452
Symbol 275 GraphicUsed by:276
Symbol 276 MovieClipUses:275Used by:290
Symbol 277 GraphicUsed by:287
Symbol 278 GraphicUsed by:279
Symbol 279 MovieClipUses:278Used by:287
Symbol 280 ShapeTweeningUsed by:287
Symbol 281 ShapeTweeningUsed by:287
Symbol 282 ShapeTweeningUsed by:287
Symbol 283 ShapeTweeningUsed by:287
Symbol 284 ShapeTweeningUsed by:287
Symbol 285 ShapeTweeningUsed by:287
Symbol 286 ShapeTweeningUsed by:287
Symbol 287 MovieClipUses:277 279 280 281 282 283 284 285 286Used by:290
Symbol 288 GraphicUsed by:289
Symbol 289 MovieClipUses:288Used by:290
Symbol 290 MovieClipUses:276 287 289Used by:293
Symbol 291 GraphicUsed by:292
Symbol 292 MovieClipUses:291Used by:293 452
Symbol 293 MovieClipUses:272 274 290 292Used by:349  Timeline
Symbol 294 GraphicUsed by:295
Symbol 295 MovieClipUses:294Used by:Timeline
Symbol 296 GraphicUsed by:297
Symbol 297 MovieClipUses:296Used by:Timeline
Symbol 298 GraphicUsed by:323
Symbol 299 GraphicUsed by:304 306 310
Symbol 300 GraphicUsed by:303 309
Symbol 301 GraphicUsed by:302
Symbol 302 MovieClipUses:301Used by:303 309
Symbol 303 MovieClipUses:300 302Used by:304 306
Symbol 304 MovieClipUses:299 303Used by:305
Symbol 305 MovieClipUses:304Used by:323
Symbol 306 MovieClipUses:299 303Used by:307
Symbol 307 MovieClipUses:306Used by:323
Symbol 308 GraphicUsed by:323
Symbol 309 MovieClipUses:300 302Used by:310
Symbol 310 MovieClipUses:299 309Used by:311
Symbol 311 MovieClipUses:310Used by:323
Symbol 312 GraphicUsed by:323
Symbol 313 GraphicUsed by:314
Symbol 314 MovieClipUses:313Used by:323
Symbol 315 ShapeTweeningUsed by:322
Symbol 316 ShapeTweeningUsed by:322
Symbol 317 ShapeTweeningUsed by:322
Symbol 318 ShapeTweeningUsed by:322
Symbol 319 ShapeTweeningUsed by:322
Symbol 320 ShapeTweeningUsed by:322
Symbol 321 GraphicUsed by:322
Symbol 322 MovieClipUses:315 316 317 318 319 320 321Used by:323
Symbol 323 MovieClipUses:298 305 307 308 311 312 314 322Used by:335
Symbol 324 ShapeTweeningUsed by:334
Symbol 325 GraphicUsed by:334
Symbol 326 GraphicUsed by:327
Symbol 327 MovieClipUses:326Used by:334
Symbol 328 ShapeTweeningUsed by:334
Symbol 329 ShapeTweeningUsed by:334
Symbol 330 ShapeTweeningUsed by:334
Symbol 331 ShapeTweeningUsed by:334
Symbol 332 ShapeTweeningUsed by:334
Symbol 333 GraphicUsed by:334
Symbol 334 MovieClipUses:324 325 327 328 329 330 331 332 333Used by:335
Symbol 335 MovieClipUses:323 334Used by:Timeline
Symbol 336 BitmapUsed by:337
Symbol 337 GraphicUses:336Used by:340 341 342
Symbol 338 GraphicUsed by:339 462
Symbol 339 MovieClipUses:338Used by:340 341 342
Symbol 340 MovieClipUses:337 339Used by:Timeline
Symbol 341 MovieClipUses:337 339Used by:Timeline
Symbol 342 MovieClipUses:337 339Used by:Timeline
Symbol 343 GraphicUsed by:344
Symbol 344 MovieClipUses:343Used by:Timeline
Symbol 345 GraphicUsed by:346
Symbol 346 MovieClipUses:345Used by:Timeline
Symbol 347 GraphicUsed by:348
Symbol 348 MovieClipUses:347Used by:Timeline
Symbol 349 MovieClipUses:293Used by:Timeline
Symbol 350 GraphicUsed by:351
Symbol 351 MovieClipUses:350Used by:Timeline
Symbol 352 GraphicUsed by:353
Symbol 353 MovieClipUses:352Used by:361
Symbol 354 GraphicUsed by:355
Symbol 355 MovieClipUses:354Used by:361
Symbol 356 GraphicUsed by:357
Symbol 357 MovieClipUses:356Used by:361
Symbol 358 GraphicUsed by:359
Symbol 359 MovieClipUses:358Used by:361
Symbol 360 GraphicUsed by:361
Symbol 361 MovieClipUses:353 355 357 359 360Used by:Timeline
Symbol 362 GraphicUsed by:Timeline
Symbol 363 GraphicUsed by:364
Symbol 364 MovieClipUses:363Used by:Timeline
Symbol 365 GraphicUsed by:Timeline
Symbol 366 GraphicUsed by:367
Symbol 367 MovieClipUses:366Used by:Timeline
Symbol 368 GraphicUsed by:369
Symbol 369 MovieClipUses:368Used by:Timeline
Symbol 370 BitmapUsed by:371
Symbol 371 GraphicUses:370Used by:Timeline
Symbol 372 GraphicUsed by:Timeline
Symbol 373 GraphicUsed by:389
Symbol 374 GraphicUsed by:375
Symbol 375 MovieClipUses:374Used by:389
Symbol 376 GraphicUsed by:377
Symbol 377 MovieClipUses:376Used by:389
Symbol 378 GraphicUsed by:379
Symbol 379 MovieClipUses:378Used by:389
Symbol 380 GraphicUsed by:381
Symbol 381 MovieClipUses:380Used by:389
Symbol 382 GraphicUsed by:389
Symbol 383 GraphicUsed by:389
Symbol 384 GraphicUsed by:389 390
Symbol 385 GraphicUsed by:386
Symbol 386 MovieClipUses:385Used by:389
Symbol 387 GraphicUsed by:388
Symbol 388 MovieClipUses:387Used by:389
Symbol 389 MovieClipUses:373 375 377 379 381 382 383 384 386 388Used by:Timeline
Symbol 390 MovieClipUses:384Used by:Timeline
Symbol 391 GraphicUsed by:Timeline
Symbol 392 GraphicUsed by:Timeline
Symbol 393 GraphicUsed by:Timeline
Symbol 394 GraphicUsed by:Timeline
Symbol 395 GraphicUsed by:396
Symbol 396 MovieClipUses:395Used by:Timeline
Symbol 397 GraphicUsed by:Timeline
Symbol 398 GraphicUsed by:399
Symbol 399 MovieClipUses:398Used by:Timeline
Symbol 400 GraphicUsed by:401
Symbol 401 MovieClipUses:400Used by:Timeline
Symbol 402 GraphicUsed by:403  Timeline
Symbol 403 MovieClipUses:402Used by:Timeline
Symbol 404 GraphicUsed by:Timeline
Symbol 405 GraphicUsed by:Timeline
Symbol 406 ShapeTweeningUsed by:411
Symbol 407 GraphicUsed by:411 584
Symbol 408 GraphicUsed by:411
Symbol 409 ShapeTweeningUsed by:411
Symbol 410 GraphicUsed by:411
Symbol 411 MovieClipUses:406 407 408 409 410Used by:412
Symbol 412 MovieClipUses:411Used by:413
Symbol 413 MovieClipUses:412Used by:Timeline
Symbol 414 GraphicUsed by:420 430
Symbol 415 GraphicUsed by:416
Symbol 416 MovieClipUses:415Used by:417
Symbol 417 MovieClipUses:416Used by:420 430
Symbol 418 GraphicUsed by:419
Symbol 419 MovieClipUses:418Used by:420 430
Symbol 420 MovieClipUses:414 417 419Used by:Timeline
Symbol 421 GraphicUsed by:422
Symbol 422 MovieClipUses:421Used by:Timeline
Symbol 423 GraphicUsed by:424
Symbol 424 MovieClipUses:423Used by:425
Symbol 425 MovieClipUses:424Used by:426
Symbol 426 MovieClipUses:425Used by:Timeline
Symbol 427 GraphicUsed by:428
Symbol 428 MovieClipUses:427Used by:Timeline
Symbol 429 GraphicUsed by:Timeline
Symbol 430 MovieClipUses:414 417 419Used by:Timeline
Symbol 431 GraphicUsed by:453
Symbol 432 GraphicUsed by:438
Symbol 433 GraphicUsed by:434
Symbol 434 MovieClipUses:433Used by:436
Symbol 435 GraphicUsed by:436
Symbol 436 MovieClipUses:434 435Used by:438
Symbol 437 GraphicUsed by:438
Symbol 438 MovieClipUses:432 436 437Used by:453
Symbol 439 GraphicUsed by:445
Symbol 440 GraphicUsed by:443
Symbol 441 GraphicUsed by:442
Symbol 442 MovieClipUses:441Used by:443
Symbol 443 MovieClipUses:440 442Used by:445
Symbol 444 GraphicUsed by:445
Symbol 445 MovieClipUses:439 443 444Used by:453
Symbol 446 GraphicUsed by:451
Symbol 447 GraphicUsed by:448
Symbol 448 MovieClipUses:447Used by:451
Symbol 449 GraphicUsed by:450
Symbol 450 MovieClipUses:449Used by:451
Symbol 451 MovieClipUses:446 448 450Used by:453
Symbol 452 MovieClipUses:274 292Used by:453
Symbol 453 MovieClipUses:431 438 445 451 452Used by:Timeline
Symbol 454 GraphicUsed by:Timeline
Symbol 455 GraphicUsed by:456
Symbol 456 MovieClipUses:455Used by:Timeline
Symbol 457 MovieClipUsed by:Timeline
Symbol 458 GraphicUsed by:Timeline
Symbol 459 GraphicUsed by:460
Symbol 460 MovieClipUses:459Used by:Timeline
Symbol 461 GraphicUsed by:467
Symbol 462 MovieClipUses:338Used by:465 466
Symbol 463 BitmapUsed by:464
Symbol 464 GraphicUses:463Used by:465 466
Symbol 465 MovieClipUses:462 464Used by:467
Symbol 466 MovieClipUses:462 464Used by:467
Symbol 467 MovieClipUses:461 465 466Used by:Timeline
Symbol 468 GraphicUsed by:469
Symbol 469 MovieClipUses:468Used by:Timeline
Symbol 470 GraphicUsed by:471
Symbol 471 MovieClipUses:470Used by:Timeline
Symbol 472 GraphicUsed by:Timeline
Symbol 473 GraphicUsed by:476  Timeline
Symbol 474 BitmapUsed by:475
Symbol 475 GraphicUses:474Used by:Timeline
Symbol 476 MovieClipUses:473Used by:Timeline
Symbol 477 GraphicUsed by:478
Symbol 478 MovieClipUses:477Used by:479 480  Timeline
Symbol 479 MovieClipUses:478Used by:Timeline
Symbol 480 MovieClipUses:478Used by:Timeline
Symbol 481 GraphicUsed by:482
Symbol 482 MovieClipUses:481Used by:556
Symbol 483 GraphicUsed by:484
Symbol 484 MovieClipUses:483Used by:556
Symbol 485 GraphicUsed by:488
Symbol 486 GraphicUsed by:487
Symbol 487 MovieClipUses:486Used by:488
Symbol 488 MovieClipUses:485 487Used by:537
Symbol 489 GraphicUsed by:490
Symbol 490 MovieClipUses:489Used by:537
Symbol 491 GraphicUsed by:495
Symbol 492 ShapeTweeningUsed by:495
Symbol 493 ShapeTweeningUsed by:495
Symbol 494 GraphicUsed by:495
Symbol 495 MovieClipUses:491 492 493 494Used by:536
Symbol 496 GraphicUsed by:497
Symbol 497 MovieClipUses:496Used by:533
Symbol 498 GraphicUsed by:504
Symbol 499 GraphicUsed by:500
Symbol 500 MovieClipUses:499Used by:504
Symbol 501 GraphicUsed by:502
Symbol 502 MovieClipUses:501Used by:503
Symbol 503 MovieClipUses:502Used by:504
Symbol 504 MovieClipUses:498 500 503Used by:533
Symbol 505 GraphicUsed by:511
Symbol 506 GraphicUsed by:507
Symbol 507 MovieClipUses:506Used by:511
Symbol 508 GraphicUsed by:509
Symbol 509 MovieClipUses:508Used by:510
Symbol 510 MovieClipUses:509Used by:511
Symbol 511 MovieClipUses:505 507 510Used by:533
Symbol 512 ShapeTweeningUsed by:514
Symbol 513 GraphicUsed by:514
Symbol 514 MovieClipUses:512 513Used by:533
Symbol 515 ShapeTweeningUsed by:517
Symbol 516 GraphicUsed by:517
Symbol 517 MovieClipUses:515 516Used by:533
Symbol 518 ShapeTweeningUsed by:520
Symbol 519 GraphicUsed by:520
Symbol 520 MovieClipUses:518 519Used by:533
Symbol 521 ShapeTweeningUsed by:523
Symbol 522 GraphicUsed by:523
Symbol 523 MovieClipUses:521 522Used by:533
Symbol 524 ShapeTweeningUsed by:526
Symbol 525 GraphicUsed by:526
Symbol 526 MovieClipUses:524 525Used by:533
Symbol 527 ShapeTweeningUsed by:529
Symbol 528 GraphicUsed by:529
Symbol 529 MovieClipUses:527 528Used by:533
Symbol 530 ShapeTweeningUsed by:532
Symbol 531 GraphicUsed by:532
Symbol 532 MovieClipUses:530 531Used by:533
Symbol 533 MovieClipUses:497 504 511 514 517 520 523 526 529 532Used by:535
Symbol 534 GraphicUsed by:535
Symbol 535 MovieClipUses:533 534Used by:536
Symbol 536 MovieClipUses:495 535Used by:537
Symbol 537 MovieClipUses:488 490 536Used by:556
Symbol 538 GraphicUsed by:556
Symbol 539 GraphicUsed by:542
Symbol 540 GraphicUsed by:541
Symbol 541 MovieClipUses:540Used by:542
Symbol 542 MovieClipUses:539 541Used by:556
Symbol 543 GraphicUsed by:556
Symbol 544 GraphicUsed by:545
Symbol 545 MovieClipUses:544Used by:547
Symbol 546 GraphicUsed by:547
Symbol 547 MovieClipUses:545 546Used by:556
Symbol 548 GraphicUsed by:551
Symbol 549 GraphicUsed by:550
Symbol 550 MovieClipUses:549Used by:551
Symbol 551 MovieClipUses:548 550Used by:556
Symbol 552 GraphicUsed by:555
Symbol 553 GraphicUsed by:554
Symbol 554 MovieClipUses:553Used by:555
Symbol 555 MovieClipUses:552 554Used by:556
Symbol 556 MovieClipUses:482 484 537 538 542 543 547 551 555Used by:Timeline
Symbol 557 GraphicUsed by:558
Symbol 558 MovieClipUses:557Used by:564
Symbol 559 GraphicUsed by:564
Symbol 560 GraphicUsed by:561
Symbol 561 MovieClipUses:560Used by:564
Symbol 562 GraphicUsed by:563
Symbol 563 MovieClipUses:562Used by:564
Symbol 564 MovieClipUses:558 559 561 563Used by:567
Symbol 565 GraphicUsed by:566
Symbol 566 MovieClipUses:565Used by:567
Symbol 567 MovieClipUses:564 566Used by:Timeline
Symbol 568 GraphicUsed by:569
Symbol 569 MovieClipUses:568Used by:570 571 572
Symbol 570 MovieClipUses:569Used by:Timeline
Symbol 571 MovieClipUses:569Used by:Timeline
Symbol 572 MovieClipUses:569Used by:Timeline
Symbol 573 GraphicUsed by:574
Symbol 574 MovieClipUses:573Used by:Timeline
Symbol 575 GraphicUsed by:Timeline
Symbol 576 GraphicUsed by:577
Symbol 577 MovieClipUses:576Used by:578
Symbol 578 MovieClipUses:577 134Used by:Timeline
Symbol 579 GraphicUsed by:580
Symbol 580 MovieClipUses:579Used by:Timeline
Symbol 581 GraphicUsed by:582
Symbol 582 MovieClipUses:581Used by:Timeline
Symbol 583 GraphicUsed by:Timeline
Symbol 584 MovieClipUses:407Used by:Timeline
Symbol 585 GraphicUsed by:588
Symbol 586 BitmapUsed by:587
Symbol 587 GraphicUses:586Used by:588
Symbol 588 MovieClipUses:585 587Used by:Timeline
Symbol 589 GraphicUsed by:590
Symbol 590 MovieClipUses:589Used by:Timeline
Symbol 591 ShapeTweeningUsed by:604
Symbol 592 GraphicUsed by:604
Symbol 593 ShapeTweeningUsed by:604
Symbol 594 GraphicUsed by:604
Symbol 595 ShapeTweeningUsed by:604
Symbol 596 ShapeTweeningUsed by:604
Symbol 597 ShapeTweeningUsed by:604
Symbol 598 ShapeTweeningUsed by:604
Symbol 599 ShapeTweeningUsed by:604
Symbol 600 ShapeTweeningUsed by:604
Symbol 601 ShapeTweeningUsed by:604
Symbol 602 GraphicUsed by:604
Symbol 603 GraphicUsed by:604
Symbol 604 MovieClipUses:591 592 593 594 595 596 597 598 599 600 601 602 603Used by:Timeline
Symbol 605 GraphicUsed by:606
Symbol 606 MovieClipUses:605Used by:Timeline
Symbol 607 BitmapUsed by:608
Symbol 608 GraphicUses:607Used by:609
Symbol 609 MovieClipUses:608Used by:610
Symbol 610 MovieClipUses:609Used by:Timeline
Symbol 611 GraphicUsed by:614
Symbol 612 GraphicUsed by:613
Symbol 613 MovieClipUses:612Used by:614
Symbol 614 MovieClipUses:611 613Used by:Timeline
Symbol 615 GraphicUsed by:616
Symbol 616 MovieClipUses:615Used by:617
Symbol 617 MovieClipUses:616Used by:Timeline
Symbol 618 GraphicUsed by:Timeline
Symbol 619 BitmapUsed by:620
Symbol 620 GraphicUses:619Used by:Timeline
Symbol 621 GraphicUsed by:Timeline
Symbol 622 GraphicUsed by:633
Symbol 623 GraphicUsed by:624
Symbol 624 MovieClipUses:623Used by:633
Symbol 625 GraphicUsed by:633
Symbol 626 GraphicUsed by:627
Symbol 627 MovieClipUses:626Used by:633
Symbol 628 GraphicUsed by:633
Symbol 629 GraphicUsed by:630
Symbol 630 MovieClipUses:629Used by:633
Symbol 631 GraphicUsed by:632
Symbol 632 MovieClipUses:631Used by:633
Symbol 633 MovieClipUses:622 624 625 627 628 630 632Used by:Timeline
Symbol 634 GraphicUsed by:635
Symbol 635 MovieClipUses:634Used by:Timeline
Symbol 636 BitmapUsed by:637
Symbol 637 GraphicUses:636Used by:646
Symbol 638 BitmapUsed by:639
Symbol 639 GraphicUses:638Used by:646
Symbol 640 BitmapUsed by:641
Symbol 641 GraphicUses:640Used by:646
Symbol 642 BitmapUsed by:643
Symbol 643 GraphicUses:642Used by:646
Symbol 644 BitmapUsed by:645
Symbol 645 GraphicUses:644Used by:646
Symbol 646 MovieClipUses:637 639 641 643 645Used by:647 650
Symbol 647 MovieClipUses:646Used by:Timeline
Symbol 648 MovieClipUses:4 109Used by:650
Symbol 649 MovieClipUses:109Used by:650
Symbol 650 MovieClipUses:648 649 646Used by:Timeline

Instance Names

"loading"Frame 1Symbol 8 MovieClip
"sideNav"Frame 3Symbol 49 MovieClip
"titleNav"Frame 3Symbol 64 MovieClip
"body"Frame 3Symbol 129 MovieClip
"drexel"Frame 3Symbol 133 MovieClip
"forestTrack01"Frame 3Symbol 134 MovieClip
"forestTrack02"Frame 3Symbol 134 MovieClip
"forestTrack03"Frame 3Symbol 134 MovieClip
"oceanTrack01"Frame 3Symbol 134 MovieClip
"oceanTrack02"Frame 3Symbol 134 MovieClip
"oceanTrack03"Frame 3Symbol 134 MovieClip
"marshTrack01"Frame 3Symbol 134 MovieClip
"marshTrack02"Frame 3Symbol 134 MovieClip
"marshTrack03"Frame 3Symbol 134 MovieClip
"mountainTrack01"Frame 3Symbol 134 MovieClip
"mountainTrack02"Frame 3Symbol 134 MovieClip
"mountainTrack03"Frame 3Symbol 134 MovieClip
"cavernTrack01"Frame 3Symbol 134 MovieClip
"cavernTrack02"Frame 3Symbol 134 MovieClip
"cavernTrack03"Frame 3Symbol 134 MovieClip
"walrus"Frame 4Symbol 166 MovieClip
"bird"Frame 4Symbol 174 MovieClip
"walrusDrag"Frame 4Symbol 166 MovieClip
"snowFlake"Frame 4Symbol 197 MovieClip
"controls"Frame 4Symbol 202 MovieClip
"options"Frame 4Symbol 243 MovieClip
"cursors"Frame 4Symbol 249 MovieClip
"birdMain"Frame 5Symbol 293 MovieClip
"wallA"Frame 5Symbol 297 MovieClip
"camelionA"Frame 5Symbol 335 MovieClip
"birdMain"Frame 5Symbol 293 MovieClip
"string"Frame 5Symbol 351 MovieClip
"spider"Frame 5Symbol 361 MovieClip
"wallB"Frame 5Symbol 364 MovieClip
"camelionB"Frame 5Symbol 335 MovieClip
"waterBugB"Frame 6Symbol 389 MovieClip
"waterBugC"Frame 6Symbol 389 MovieClip
"waterBugA"Frame 6Symbol 389 MovieClip
"salmonA"Frame 6Symbol 413 MovieClip
"salmonB"Frame 6Symbol 413 MovieClip
"salmonC"Frame 6Symbol 413 MovieClip
"ostLeft"Frame 6Symbol 420 MovieClip
"head"Frame 6Symbol 422 MovieClip
"head"Frame 6Symbol 422 MovieClip
"birdB"Frame 6Symbol 453 MovieClip
"birdA"Frame 6Symbol 453 MovieClip
"birdC"Frame 6Symbol 453 MovieClip
"antLeftDust"Frame 7Symbol 479 MovieClip
"antRightDust"Frame 7Symbol 480 MovieClip
"deer"Frame 7Symbol 556 MovieClip
"snowFlake"Frame 7Symbol 197 MovieClip
"owl"Frame 7Symbol 567 MovieClip
"coneDragA"Frame 7Symbol 574 MovieClip
"branchA"Frame 7Symbol 578 MovieClip
"branchB"Frame 7Symbol 580 MovieClip
"branchDragB"Frame 7Symbol 582 MovieClip
"bfishB"Frame 8Symbol 584 MovieClip
"bfishA"Frame 8Symbol 584 MovieClip
"bfishC"Frame 8Symbol 584 MovieClip
"bfishE"Frame 8Symbol 584 MovieClip
"bfishF"Frame 8Symbol 584 MovieClip
"bfishG"Frame 8Symbol 584 MovieClip
"bfishD"Frame 8Symbol 584 MovieClip
"whaleB"Frame 8Symbol 604 MovieClip
"whaleC"Frame 8Symbol 604 MovieClip
"whale"Frame 8Symbol 604 MovieClip
"fishB"Frame 8Symbol 584 MovieClip
"fishA"Frame 8Symbol 584 MovieClip
"fishD"Frame 8Symbol 584 MovieClip
"fishC"Frame 8Symbol 584 MovieClip
"fishE"Frame 8Symbol 584 MovieClip
"fishF"Frame 8Symbol 584 MovieClip
"bubbles"Frame 8Symbol 617 MovieClip
"mask"Symbol 73 MovieClip Frame 1Symbol 68 MovieClip
"box"Symbol 73 MovieClip Frame 1Symbol 70 MovieClip
"marker"Symbol 73 MovieClip Frame 1Symbol 72 MovieClip
"barA"Symbol 104 MovieClip Frame 1Symbol 83 MovieClip
"barB"Symbol 104 MovieClip Frame 1Symbol 83 MovieClip
"barC"Symbol 104 MovieClip Frame 1Symbol 83 MovieClip
"glow"Symbol 166 MovieClip Frame 1Symbol 164 MovieClip
"qMeter"Symbol 243 MovieClip Frame 1Symbol 237 MovieClip
"tail"Symbol 290 MovieClip Frame 1Symbol 287 MovieClip
"wingRight"Symbol 293 MovieClip Frame 1Symbol 274 MovieClip
"body"Symbol 293 MovieClip Frame 1Symbol 290 MovieClip
"wingLeft"Symbol 293 MovieClip Frame 1Symbol 292 MovieClip
"inner"Symbol 304 MovieClip Frame 1Symbol 303 MovieClip
"inner"Symbol 305 MovieClip Frame 1Symbol 304 MovieClip
"inner"Symbol 306 MovieClip Frame 1Symbol 303 MovieClip
"inner"Symbol 307 MovieClip Frame 1Symbol 306 MovieClip
"inner"Symbol 310 MovieClip Frame 1Symbol 309 MovieClip
"inner"Symbol 311 MovieClip Frame 1Symbol 310 MovieClip
"legFrontLeft"Symbol 323 MovieClip Frame 1Symbol 305 MovieClip
"legFrontRight"Symbol 323 MovieClip Frame 1Symbol 305 MovieClip
"legMiddleLeft"Symbol 323 MovieClip Frame 1Symbol 307 MovieClip
"legMiddleRight"Symbol 323 MovieClip Frame 1Symbol 307 MovieClip
"legBackLeft"Symbol 323 MovieClip Frame 1Symbol 311 MovieClip
"legBackRight"Symbol 323 MovieClip Frame 1Symbol 311 MovieClip
"head"Symbol 323 MovieClip Frame 1Symbol 314 MovieClip
"tail"Symbol 323 MovieClip Frame 1Symbol 322 MovieClip
"head"Symbol 334 MovieClip Frame 1Symbol 327 MovieClip
"body"Symbol 335 MovieClip Frame 1Symbol 323 MovieClip
"stripe"Symbol 335 MovieClip Frame 1Symbol 334 MovieClip
"birdMain"Symbol 349 MovieClip Frame 1Symbol 293 MovieClip
"salmon"Symbol 412 MovieClip Frame 1Symbol 411 MovieClip
"salmon"Symbol 413 MovieClip Frame 1Symbol 412 MovieClip
"foot"Symbol 436 MovieClip Frame 1Symbol 434 MovieClip
"lower"Symbol 438 MovieClip Frame 1Symbol 436 MovieClip
"foot"Symbol 443 MovieClip Frame 1Symbol 442 MovieClip
"lower"Symbol 445 MovieClip Frame 1Symbol 443 MovieClip
"head"Symbol 451 MovieClip Frame 1Symbol 448 MovieClip
"featherB"Symbol 451 MovieClip Frame 1Symbol 450 MovieClip
"featherC"Symbol 451 MovieClip Frame 1Symbol 450 MovieClip
"featherA"Symbol 451 MovieClip Frame 1Symbol 450 MovieClip
"wingRight"Symbol 452 MovieClip Frame 1Symbol 274 MovieClip
"wingLeft"Symbol 452 MovieClip Frame 1Symbol 292 MovieClip
"legRight"Symbol 453 MovieClip Frame 1Symbol 438 MovieClip
"legLeft"Symbol 453 MovieClip Frame 1Symbol 445 MovieClip
"body"Symbol 453 MovieClip Frame 1Symbol 451 MovieClip
"wings"Symbol 453 MovieClip Frame 1Symbol 452 MovieClip
"glow"Symbol 504 MovieClip Frame 2Symbol 503 MovieClip
"glow"Symbol 511 MovieClip Frame 2Symbol 510 MovieClip
"butt"Symbol 533 MovieClip Frame 1Symbol 497 MovieClip
"antLeft"Symbol 533 MovieClip Frame 1Symbol 504 MovieClip
"antRight"Symbol 533 MovieClip Frame 1Symbol 511 MovieClip
"ant"Symbol 535 MovieClip Frame 1Symbol 533 MovieClip
"head"Symbol 536 MovieClip Frame 1Symbol 535 MovieClip
"neck"Symbol 537 MovieClip Frame 1Symbol 536 MovieClip
"upper"Symbol 542 MovieClip Frame 1Symbol 541 MovieClip
"upper"Symbol 547 MovieClip Frame 1Symbol 545 MovieClip
"upper"Symbol 551 MovieClip Frame 1Symbol 550 MovieClip
"upper"Symbol 555 MovieClip Frame 1Symbol 554 MovieClip
"shade"Symbol 556 MovieClip Frame 1Symbol 482 MovieClip
"shadeHead"Symbol 556 MovieClip Frame 1Symbol 484 MovieClip
"body"Symbol 556 MovieClip Frame 1Symbol 537 MovieClip
"legFrontLeft"Symbol 556 MovieClip Frame 1Symbol 542 MovieClip
"legFrontRight"Symbol 556 MovieClip Frame 1Symbol 547 MovieClip
"legBackRight"Symbol 556 MovieClip Frame 1Symbol 551 MovieClip
"legBackLeft"Symbol 556 MovieClip Frame 1Symbol 555 MovieClip
"wings"Symbol 567 MovieClip Frame 1Symbol 564 MovieClip
"land"Symbol 567 MovieClip Frame 1Symbol 566 MovieClip
"coneA"Symbol 570 MovieClip Frame 1Symbol 569 MovieClip
"coneB"Symbol 571 MovieClip Frame 1Symbol 569 MovieClip
"coneC"Symbol 572 MovieClip Frame 1Symbol 569 MovieClip
"nodeC"Symbol 578 MovieClip Frame 1Symbol 134 MovieClip
"nodeB"Symbol 578 MovieClip Frame 1Symbol 134 MovieClip
"nodeA"Symbol 578 MovieClip Frame 1Symbol 134 MovieClip
"legA"Symbol 614 MovieClip Frame 1Symbol 613 MovieClip
"legB"Symbol 614 MovieClip Frame 1Symbol 613 MovieClip
"legC"Symbol 614 MovieClip Frame 1Symbol 613 MovieClip
"envirOrigin"Symbol 647 MovieClip Frame 1Symbol 646 MovieClip
"envirDestination"Symbol 647 MovieClip Frame 2Symbol 646 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 2Symbol 19 as "forestTrack01"
ExportAssets (56)Timeline Frame 2Symbol 20 as "forestTrack02"
ExportAssets (56)Timeline Frame 2Symbol 21 as "forestTrack03"
ExportAssets (56)Timeline Frame 2Symbol 22 as "oceanTrack01"
ExportAssets (56)Timeline Frame 2Symbol 23 as "oceanTrack02"
ExportAssets (56)Timeline Frame 2Symbol 24 as "oceanTrack03"
ExportAssets (56)Timeline Frame 2Symbol 25 as "cavernTrack01"
ExportAssets (56)Timeline Frame 2Symbol 26 as "cavernTrack02"
ExportAssets (56)Timeline Frame 2Symbol 27 as "cavernTrack03"
ExportAssets (56)Timeline Frame 2Symbol 28 as "mountainTrack01"
ExportAssets (56)Timeline Frame 2Symbol 29 as "mountainTrack02"
ExportAssets (56)Timeline Frame 2Symbol 30 as "mountainTrack03"
ExportAssets (56)Timeline Frame 2Symbol 31 as "marshTrack01"
ExportAssets (56)Timeline Frame 2Symbol 32 as "marshTrack02"
ExportAssets (56)Timeline Frame 2Symbol 33 as "marshTrack03"

Labels

"version"Frame 2
"main"Frame 3
"cavern"Frame 4
"forest"Frame 5
"marsh"Frame 6
"mountain"Frame 7
"ocean"Frame 8
"zoom"Frame 9
"intro"Frame 10
"blank"Symbol 49 MovieClip Frame 1
"nav"Symbol 49 MovieClip Frame 2
"blank"Symbol 129 MovieClip Frame 1
"syno"Symbol 129 MovieClip Frame 2
"musi"Symbol 129 MovieClip Frame 3
"team"Symbol 129 MovieClip Frame 4
"prod"Symbol 129 MovieClip Frame 5
"default"Symbol 249 MovieClip Frame 1
"hand"Symbol 249 MovieClip Frame 2
"load"Symbol 249 MovieClip Frame 3
"loadClick"Symbol 249 MovieClip Frame 4
"drag"Symbol 249 MovieClip Frame 5
"inner"Symbol 305 MovieClip Frame 40
"stopped"Symbol 361 MovieClip Frame 16
"head"Symbol 497 MovieClip Frame 1
"blank"Symbol 497 MovieClip Frame 2
"none"Symbol 533 MovieClip Frame 1
"a"Symbol 533 MovieClip Frame 10
"b"Symbol 533 MovieClip Frame 20
"c"Symbol 533 MovieClip Frame 29
"d"Symbol 533 MovieClip Frame 39
"e"Symbol 533 MovieClip Frame 49
"full"Symbol 533 MovieClip Frame 60
"cavern"Symbol 646 MovieClip Frame 1
"mountain"Symbol 646 MovieClip Frame 2
"forest"Symbol 646 MovieClip Frame 3
"marsh"Symbol 646 MovieClip Frame 4
"ocean"Symbol 646 MovieClip Frame 5




http://swfchan.com/8/38030/info.shtml
Created: 13/5 -2019 15:24:57 Last modified: 13/5 -2019 15:24:57 Server time: 19/05 -2024 00:31:12