STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229595 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2595 · P5190 |
A Very Merry Christmas! |
This is the info page for Flash #38030 |
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 |
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 1function 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 2stop();Frame 3stop(); _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 3onClipEvent (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 3onClipEvent (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 3onClipEvent (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 3onClipEvent (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 3onClipEvent (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 3onClipEvent (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 3onClipEvent (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 3onClipEvent (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 3onClipEvent (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 3onClipEvent (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 3onClipEvent (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 3onClipEvent (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 3onClipEvent (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 3onClipEvent (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 3onClipEvent (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 3onClipEvent (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 3onClipEvent (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 3onClipEvent (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 3onClipEvent (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 4onClipEvent (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 4onClipEvent (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 4onClipEvent (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 4onClipEvent (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 4onClipEvent (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 4onClipEvent (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 4onClipEvent (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 4onClipEvent (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 4onClipEvent (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 4onClipEvent (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 4onClipEvent (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 4onClipEvent (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 4onClipEvent (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 4onClipEvent (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 4onClipEvent (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 4onClipEvent (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 4onClipEvent (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 4onClipEvent (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 4onClipEvent (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 4onClipEvent (load) { this.useHandCursor = false; _root.batActive = false; } on (rollOver) { _root.batActive = true; }Instance of Symbol 197 MovieClip "snowFlake" in Frame 4onClipEvent (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 4onClipEvent (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 4onClipEvent (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 4onClipEvent (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 4onClipEvent (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 4onClipEvent (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 4onClipEvent (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 4onClipEvent (enterFrame) { this._x = _parent._xmouse; this._y = _parent._ymouse; }Frame 5function 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 5onClipEvent (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 5onClipEvent (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 5onClipEvent (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 5onClipEvent (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 5onClipEvent (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 5onClipEvent (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 5onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (enterFrame) { this._y = _parent.waterBugB._y; this._x = _parent.waterBugB._x; }Instance of Symbol 390 MovieClip in Frame 6onClipEvent (enterFrame) { this._y = _parent.waterBugC._y; this._x = _parent.waterBugC._x; }Instance of Symbol 390 MovieClip in Frame 6onClipEvent (enterFrame) { this._y = _parent.waterBugA._y; this._x = _parent.waterBugA._x; }Instance of Symbol 401 MovieClip in Frame 6onClipEvent (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 6onClipEvent (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 6onClipEvent (load) { stop(); }Instance of Symbol 413 MovieClip "salmonB" in Frame 6onClipEvent (load) { stop(); }Instance of Symbol 413 MovieClip "salmonC" in Frame 6onClipEvent (load) { stop(); }Instance of Symbol 422 MovieClip "head" in Frame 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 6onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 7onClipEvent (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 8onClipEvent (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 8onClipEvent (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 8onClipEvent (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 8onClipEvent (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 8onClipEvent (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 8onClipEvent (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 8onClipEvent (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 8onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { this._y = (Math.cos(i + 1) * 5) - 150; i = i + 0.05; }Instance of Symbol 590 MovieClip in Frame 8onClipEvent (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 8onClipEvent (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 8onClipEvent (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 8onClipEvent (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 8onClipEvent (load) { i = 0; } onClipEvent (enterFrame) { this._y = (Math.cos(i) * 5) - 100; i = i + 0.05; }Instance of Symbol 590 MovieClip in Frame 8onClipEvent (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 8onClipEvent (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 8onClipEvent (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 8onClipEvent (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 8onClipEvent (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 8onClipEvent (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 8onClipEvent (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 8onClipEvent (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 8onClipEvent (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 8onClipEvent (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 1onClipEvent (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 1stop();Symbol 17 MovieClip Frame 10stop();Instance of Symbol 17 MovieClip in Symbol 18 MovieClip Frame 1on (release) { getURL ("http://www.macromedia.com/go/getflashplayer", "getflash"); }Instance of Symbol 17 MovieClip in Symbol 18 MovieClip Frame 1on (release) { getURL ("http://www.echogenesis.com"); }Symbol 34 MovieClip Frame 1stop();Symbol 38 MovieClip Frame 1stop();Symbol 38 MovieClip Frame 10stop();Symbol 41 MovieClip Frame 1stop();Symbol 41 MovieClip Frame 10stop();Symbol 44 MovieClip Frame 1stop();Symbol 44 MovieClip Frame 10stop();Symbol 47 MovieClip Frame 1stop();Symbol 47 MovieClip Frame 10stop();Instance of Symbol 38 MovieClip in Symbol 48 MovieClip Frame 1on (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 1on (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 1on (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 1on (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 1stop();Instance of Symbol 48 MovieClip in Symbol 49 MovieClip Frame 2on (release) { } onClipEvent (load) { this.useHandCursor = false; }Symbol 55 MovieClip Frame 1stop();Symbol 55 MovieClip Frame 10stop();Symbol 62 MovieClip Frame 1stop();Symbol 62 MovieClip Frame 10stop();Instance of Symbol 55 MovieClip in Symbol 63 MovieClip Frame 1on (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 1on (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 1on (release) { } onClipEvent (load) { this.useHandCursor = false; }Instance of Symbol 68 MovieClip "mask" in Symbol 73 MovieClip Frame 1onClipEvent (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 1on (press) { this.startDrag(false, 278, 0, 278, _parent.mask._height - _parent.marker._height); updateAfterEvent(); } on (release, releaseOutside) { this.stopDrag(); }Symbol 100 Buttonon (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 Buttonon (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 Buttonon (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 Buttonon (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 1on (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 1on (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 1on (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 1on (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 1on (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 1on (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 1on (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 1on (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 1on (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 Buttonon (release) { getURL ("http://www.bellbrothers.net", "john"); }Symbol 113 Buttonon (release) { getURL ("mailto:john@bellbrothers.net"); }Symbol 114 Buttonon (release) { getURL ("http://www.bellbrothers.net", "dan"); }Symbol 115 Buttonon (release) { getURL ("mailto:dan@bellbrothers.net"); }Symbol 116 Buttonon (release) { getURL ("http://www.mindsculpt.com/ksbportfolio", "kevin"); }Symbol 117 Buttonon (release) { getURL ("mailto:nivek005@yahoo.com"); }Symbol 118 Buttonon (release) { getURL ("mailto:njz22@drexel.edu"); }Symbol 119 Buttonon (release) { getURL ("http://www.bagden.com", "ed"); }Symbol 120 Buttonon (release) { getURL ("mailto:ed@bagden.com"); }Symbol 127 MovieClip Frame 1stop();Symbol 127 MovieClip Frame 10stop();Instance of Symbol 127 MovieClip in Symbol 128 MovieClip Frame 1on (rollOver) { this.gotoAndPlay(2); } on (rollOut) { this.gotoAndPlay(11); } on (release) { getURL ("http://www.echogenesis.com/production", "prod"); }Symbol 129 MovieClip Frame 1stop();Symbol 129 MovieClip Frame 2stop();Instance of Symbol 73 MovieClip in Symbol 129 MovieClip Frame 2on (release) { } onClipEvent (load) { this.useHandCursor = false; }Symbol 129 MovieClip Frame 3stop(); stop();Instance of Symbol 104 MovieClip in Symbol 129 MovieClip Frame 3on (release) { } onClipEvent (load) { this.useHandCursor = false; }Symbol 129 MovieClip Frame 4stop();Instance of Symbol 121 MovieClip in Symbol 129 MovieClip Frame 4on (release) { } onClipEvent (load) { this.useHandCursor = false; }Symbol 129 MovieClip Frame 5stop(); stop();Instance of Symbol 128 MovieClip in Symbol 129 MovieClip Frame 5on (release) { } onClipEvent (load) { this.useHandCursor = false; }Instance of Symbol 169 MovieClip in Symbol 174 MovieClip Frame 1onClipEvent (enterFrame) { this._rotation = -_parent._rotation; }Instance of Symbol 171 MovieClip in Symbol 174 MovieClip Frame 1onClipEvent (enterFrame) { this._rotation = -_parent._rotation; }Instance of Symbol 173 MovieClip in Symbol 174 MovieClip Frame 1onClipEvent (enterFrame) { this._rotation = _parent._rotation; }Instance of Symbol 199 MovieClip in Symbol 202 MovieClip Frame 1on (release) { _root.gotoAndStop("main"); }Instance of Symbol 201 MovieClip in Symbol 202 MovieClip Frame 1on (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 1onClipEvent (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 1onClipEvent (load) { this.useHandCursor = false; } on (release) { }Instance of Symbol 228 MovieClip in Symbol 243 MovieClip Frame 1on (release) { _parent._visible = false; }Symbol 247 MovieClip Frame 40stop(); _root.gotoAndStop("zoom"); _parent.gotoAndStop("default");Symbol 249 MovieClip Frame 1stop();Symbol 287 MovieClip Frame 1stop();Symbol 322 MovieClip Frame 1if (!_parent._parent.moving) { stop(); }Symbol 322 MovieClip Frame 21if (!_parent._parent.moving) { stop(); }Instance of Symbol 305 MovieClip "legFrontLeft" in Symbol 323 MovieClip Frame 1onClipEvent (load) { this.gotoAndPlay(1); this.inner.gotoAndPlay(1); this.inner.inner.gotoAndPlay(1); }Instance of Symbol 305 MovieClip "legFrontRight" in Symbol 323 MovieClip Frame 1onClipEvent (load) { this.gotoAndPlay(20); this.inner.gotoAndPlay(20); this.inner.inner.gotoAndPlay(20); }Instance of Symbol 307 MovieClip "legMiddleLeft" in Symbol 323 MovieClip Frame 1onClipEvent (load) { this.gotoAndPlay(20); this.inner.gotoAndPlay(20); this.inner.inner.gotoAndPlay(20); }Instance of Symbol 307 MovieClip "legMiddleRight" in Symbol 323 MovieClip Frame 1onClipEvent (load) { this.gotoAndPlay(1); this.inner.gotoAndPlay(1); this.inner.inner.gotoAndPlay(1); }Instance of Symbol 311 MovieClip "legBackLeft" in Symbol 323 MovieClip Frame 1onClipEvent (load) { this.gotoAndPlay(1); this.inner.gotoAndPlay(1); this.inner.inner.gotoAndPlay(1); }Instance of Symbol 311 MovieClip "legBackRight" in Symbol 323 MovieClip Frame 1onClipEvent (load) { this.gotoAndPlay(20); this.inner.gotoAndPlay(20); this.inner.inner.gotoAndPlay(20); }Instance of Symbol 314 MovieClip "head" in Symbol 323 MovieClip Frame 1onClipEvent (load) { destination = 0; } onClipEvent (enterFrame) { if (this._rotation != this.destination) { this._rotation = this._rotation - ((this._rotation - this.destination) / 15); } }Symbol 334 MovieClip Frame 1if (!_parent.moving) { stop(); }Instance of Symbol 327 MovieClip "head" in Symbol 334 MovieClip Frame 1onClipEvent (load) { destination = 0; } onClipEvent (enterFrame) { if (this._rotation != this.destination) { this._rotation = this._rotation - ((this._rotation - this.destination) / 15); } }Symbol 334 MovieClip Frame 21if (!_parent.moving) { stop(); }Instance of Symbol 323 MovieClip "body" in Symbol 335 MovieClip Frame 1onClipEvent (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 1onClipEvent (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 1onClipEvent (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 15gotoAndPlay (1);Symbol 361 MovieClip Frame 16stop();Symbol 389 MovieClip Frame 1momentum = 1.5;Symbol 389 MovieClip Frame 28momentum = 1.5;Symbol 413 MovieClip Frame 60gotoAndStop (1);Instance of Symbol 417 MovieClip in Symbol 420 MovieClip Frame 1onClipEvent (load) { gotoAndPlay(random(119) + 1); }Instance of Symbol 425 MovieClip in Symbol 426 MovieClip Frame 1onClipEvent (load) { gotoAndPlay(random(200) + 1); }Instance of Symbol 425 MovieClip in Symbol 426 MovieClip Frame 1onClipEvent (load) { gotoAndPlay(random(200) + 1); }Instance of Symbol 425 MovieClip in Symbol 426 MovieClip Frame 1onClipEvent (load) { gotoAndPlay(random(200) + 1); }Instance of Symbol 425 MovieClip in Symbol 426 MovieClip Frame 1onClipEvent (load) { gotoAndPlay(random(200) + 1); }Instance of Symbol 425 MovieClip in Symbol 426 MovieClip Frame 1onClipEvent (load) { gotoAndPlay(random(200) + 1); }Instance of Symbol 425 MovieClip in Symbol 426 MovieClip Frame 1onClipEvent (load) { gotoAndPlay(random(200) + 1); }Instance of Symbol 425 MovieClip in Symbol 426 MovieClip Frame 1onClipEvent (load) { gotoAndPlay(random(200) + 1); }Instance of Symbol 425 MovieClip in Symbol 426 MovieClip Frame 1onClipEvent (load) { gotoAndPlay(random(200) + 1); }Instance of Symbol 425 MovieClip in Symbol 426 MovieClip Frame 1onClipEvent (load) { gotoAndPlay(random(200) + 1); }Instance of Symbol 425 MovieClip in Symbol 426 MovieClip Frame 1onClipEvent (load) { gotoAndPlay(random(200) + 1); }Instance of Symbol 425 MovieClip in Symbol 426 MovieClip Frame 1onClipEvent (load) { gotoAndPlay(random(200) + 1); }Instance of Symbol 425 MovieClip in Symbol 426 MovieClip Frame 1onClipEvent (load) { gotoAndPlay(random(200) + 1); }Instance of Symbol 425 MovieClip in Symbol 426 MovieClip Frame 1onClipEvent (load) { gotoAndPlay(random(200) + 1); }Instance of Symbol 425 MovieClip in Symbol 426 MovieClip Frame 1onClipEvent (load) { gotoAndPlay(random(200) + 1); }Instance of Symbol 425 MovieClip in Symbol 426 MovieClip Frame 1onClipEvent (load) { gotoAndPlay(random(200) + 1); }Instance of Symbol 417 MovieClip in Symbol 430 MovieClip Frame 1onClipEvent (load) { gotoAndPlay(random(119) + 1); }Symbol 479 MovieClip Frame 1stop();Symbol 480 MovieClip Frame 1stop();Symbol 504 MovieClip Frame 1stop();Instance of Symbol 500 MovieClip in Symbol 504 MovieClip Frame 2onClipEvent (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 1stop();Instance of Symbol 507 MovieClip in Symbol 511 MovieClip Frame 2onClipEvent (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 10stop();Symbol 517 MovieClip Frame 10stop();Symbol 520 MovieClip Frame 10stop();Symbol 523 MovieClip Frame 10stop();Symbol 526 MovieClip Frame 10stop();Symbol 529 MovieClip Frame 10stop();Symbol 532 MovieClip Frame 10stop();Symbol 533 MovieClip Frame 1stop();Instance of Symbol 497 MovieClip "butt" in Symbol 533 MovieClip Frame 1onClipEvent (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 1onClipEvent (load) { this._visible = false; }Instance of Symbol 511 MovieClip "antRight" in Symbol 533 MovieClip Frame 1onClipEvent (load) { this._visible = false; }Symbol 604 MovieClip Frame 18momentum = 1;Symbol 617 MovieClip Frame 1stop();Symbol 647 MovieClip Frame 1envirOrigin.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 2envirDestination.gotoAndStop(_root.envirDestination);Instance of Symbol 646 MovieClip "envirDestination" in Symbol 647 MovieClip Frame 2onClipEvent (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 1startEnvir = 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 11onClipEvent (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 Graphic | Used by:2 | |
Symbol 2 MovieClip | Uses:1 | Used by:Timeline |
Symbol 3 Graphic | Used by:4 | |
Symbol 4 MovieClip | Uses:3 | Used by:8 18 49 64 129 204 648 |
Symbol 5 Graphic | Used by:6 126 | |
Symbol 6 MovieClip | Uses:5 | Used by:8 |
Symbol 7 Graphic | Used by:8 | |
Symbol 8 MovieClip | Uses:4 6 7 | Used by:Timeline |
Symbol 9 Font | Used by:11 106 123 | |
Symbol 10 Font | Used 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 Text | Uses:9 10 | Used by:18 |
Symbol 12 Bitmap | Used by:13 | |
Symbol 13 Graphic | Uses:12 | Used by:18 |
Symbol 14 Graphic | Used by:17 38 41 44 47 55 62 70 254 | |
Symbol 15 Text | Uses:10 | Used by:16 |
Symbol 16 MovieClip | Uses:15 | Used by:17 |
Symbol 17 MovieClip | Uses:14 16 | Used by:18 |
Symbol 18 MovieClip | Uses:11 4 13 17 | Used 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 MovieClip | Uses:19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | Used by:Timeline |
Symbol 35 Font | Used by:36 39 42 45 52 53 59 66 75 105 122 | |
Symbol 36 Text | Uses:35 | Used by:37 |
Symbol 37 MovieClip | Uses:36 | Used by:38 |
Symbol 38 MovieClip | Uses:37 14 | Used by:48 |
Symbol 39 Text | Uses:35 | Used by:40 |
Symbol 40 MovieClip | Uses:39 | Used by:41 |
Symbol 41 MovieClip | Uses:40 14 | Used by:48 |
Symbol 42 Text | Uses:35 | Used by:43 |
Symbol 43 MovieClip | Uses:42 | Used by:44 |
Symbol 44 MovieClip | Uses:43 14 | Used by:48 |
Symbol 45 Text | Uses:35 | Used by:46 |
Symbol 46 MovieClip | Uses:45 | Used by:47 |
Symbol 47 MovieClip | Uses:46 14 | Used by:48 |
Symbol 48 MovieClip | Uses:38 41 44 47 | Used by:49 |
Symbol 49 MovieClip | Uses:4 48 | Used by:Timeline |
Symbol 50 Graphic | Used by:51 | |
Symbol 51 MovieClip | Uses:50 | Used by:63 |
Symbol 52 Text | Uses:35 | Used by:63 |
Symbol 53 Text | Uses:35 | Used by:54 |
Symbol 54 MovieClip | Uses:53 | Used by:55 |
Symbol 55 MovieClip | Uses:54 14 | Used by:63 |
Symbol 56 Graphic | Used by:57 | |
Symbol 57 MovieClip | Uses:56 | Used by:58 |
Symbol 58 MovieClip | Uses:57 | Used by:62 |
Symbol 59 Text | Uses:35 | Used by:60 |
Symbol 60 MovieClip | Uses:59 | Used by:61 |
Symbol 61 MovieClip | Uses:60 | Used by:62 |
Symbol 62 MovieClip | Uses:58 61 14 | Used by:63 |
Symbol 63 MovieClip | Uses:51 52 55 62 | Used by:64 |
Symbol 64 MovieClip | Uses:4 63 | Used by:Timeline |
Symbol 65 Graphic | Used by:73 121 128 | |
Symbol 66 Text | Uses:35 | Used by:73 |
Symbol 67 Graphic | Used by:68 | |
Symbol 68 MovieClip | Uses:67 | Used by:73 |
Symbol 69 Text | Uses:10 | Used by:70 |
Symbol 70 MovieClip | Uses:14 69 | Used by:73 |
Symbol 71 Graphic | Used by:72 | |
Symbol 72 MovieClip | Uses:71 | Used by:73 |
Symbol 73 MovieClip | Uses:65 66 68 70 72 | Used by:129 |
Symbol 74 Graphic | Used by:104 | |
Symbol 75 Text | Uses:35 | Used by:104 |
Symbol 76 Text | Uses:10 | Used by:104 |
Symbol 77 Graphic | Used by:104 | |
Symbol 78 Text | Uses:10 | Used by:104 |
Symbol 79 Text | Uses:10 | Used by:104 |
Symbol 80 Text | Uses:10 | Used by:104 |
Symbol 81 Text | Uses:10 | Used by:104 |
Symbol 82 Graphic | Used by:83 | |
Symbol 83 MovieClip | Uses:82 | Used by:104 |
Symbol 84 Graphic | Used by:85 | |
Symbol 85 MovieClip | Uses:84 | Used by:104 |
Symbol 86 Graphic | Used by:88 90 92 94 96 | |
Symbol 87 Text | Uses:10 | Used by:88 |
Symbol 88 MovieClip | Uses:86 87 | Used by:104 |
Symbol 89 Text | Uses:10 | Used by:90 |
Symbol 90 MovieClip | Uses:86 89 | Used by:104 |
Symbol 91 Text | Uses:10 | Used by:92 |
Symbol 92 MovieClip | Uses:86 91 | Used by:104 |
Symbol 93 Text | Uses:10 | Used by:94 |
Symbol 94 MovieClip | Uses:86 93 | Used by:104 |
Symbol 95 Text | Uses:10 | Used by:96 |
Symbol 96 MovieClip | Uses:86 95 | Used by:104 |
Symbol 97 Text | Uses:10 | Used by:100 101 102 103 |
Symbol 98 Text | Uses:10 | Used by:100 101 102 103 |
Symbol 99 Graphic | Used by:100 101 102 103 | |
Symbol 100 Button | Uses:97 98 99 | Used by:104 |
Symbol 101 Button | Uses:97 98 99 | Used by:104 |
Symbol 102 Button | Uses:97 98 99 | Used by:104 |
Symbol 103 Button | Uses:97 98 99 | Used by:104 |
Symbol 104 MovieClip | Uses:74 75 76 77 78 79 80 81 83 85 88 90 92 94 96 100 101 102 103 | Used by:129 |
Symbol 105 Text | Uses:35 | Used by:121 |
Symbol 106 Text | Uses:9 10 | Used by:121 |
Symbol 107 Text | Uses:10 | Used by:110 114 116 119 |
Symbol 108 Text | Uses:10 | Used by:110 114 116 119 |
Symbol 109 Graphic | Used by:110 113 114 115 116 117 118 119 120 205 246 648 649 | |
Symbol 110 Button | Uses:107 108 109 | Used by:121 |
Symbol 111 Text | Uses:10 | Used by:113 115 117 118 120 |
Symbol 112 Text | Uses:10 | Used by:113 115 117 118 120 |
Symbol 113 Button | Uses:111 112 109 | Used by:121 |
Symbol 114 Button | Uses:107 108 109 | Used by:121 |
Symbol 115 Button | Uses:111 112 109 | Used by:121 |
Symbol 116 Button | Uses:107 108 109 | Used by:121 |
Symbol 117 Button | Uses:111 112 109 | Used by:121 |
Symbol 118 Button | Uses:111 112 109 | Used by:121 |
Symbol 119 Button | Uses:107 108 109 | Used by:121 |
Symbol 120 Button | Uses:111 112 109 | Used by:121 |
Symbol 121 MovieClip | Uses:65 105 106 110 113 114 115 116 117 118 119 120 | Used by:129 |
Symbol 122 Text | Uses:35 | Used by:128 |
Symbol 123 Text | Uses:10 9 | Used by:128 |
Symbol 124 Bitmap | Used by:125 | |
Symbol 125 Graphic | Uses:124 | Used by:127 |
Symbol 126 MovieClip | Uses:5 | Used by:127 |
Symbol 127 MovieClip | Uses:125 126 | Used by:128 |
Symbol 128 MovieClip | Uses:65 122 123 127 | Used by:129 |
Symbol 129 MovieClip | Uses:4 73 104 121 128 | Used by:Timeline |
Symbol 130 Graphic | Used by:133 | |
Symbol 131 Font | Used by:132 212 213 214 215 216 221 222 223 227 229 | |
Symbol 132 Text | Uses:131 | Used by:133 |
Symbol 133 MovieClip | Uses:130 132 | Used by:Timeline |
Symbol 134 MovieClip | Used by:578 Timeline | |
Symbol 135 Graphic | Used by:136 | |
Symbol 136 MovieClip | Uses:135 | Used by:144 |
Symbol 137 Graphic | Used by:138 | |
Symbol 138 MovieClip | Uses:137 | Used by:144 |
Symbol 139 Graphic | Used by:140 | |
Symbol 140 MovieClip | Uses:139 | Used by:144 |
Symbol 141 Graphic | Used by:142 | |
Symbol 142 MovieClip | Uses:141 | Used by:144 |
Symbol 143 Graphic | Used by:144 | |
Symbol 144 MovieClip | Uses:136 138 140 142 143 | Used by:Timeline |
Symbol 145 Bitmap | Used by:146 | |
Symbol 146 Graphic | Uses:145 | Used by:Timeline |
Symbol 147 Graphic | Used by:148 | |
Symbol 148 MovieClip | Uses:147 | Used by:Timeline |
Symbol 149 Graphic | Used by:Timeline | |
Symbol 150 Graphic | Used by:151 | |
Symbol 151 MovieClip | Uses:150 | Used by:Timeline |
Symbol 152 Graphic | Used by:153 | |
Symbol 153 MovieClip | Uses:152 | Used by:Timeline |
Symbol 154 Graphic | Used by:155 | |
Symbol 155 MovieClip | Uses:154 | Used by:Timeline |
Symbol 156 Graphic | Used by:Timeline | |
Symbol 157 Bitmap | Used by:158 | |
Symbol 158 Graphic | Uses:157 | Used by:Timeline |
Symbol 159 Graphic | Used by:160 | |
Symbol 160 MovieClip | Uses:159 | Used by:Timeline |
Symbol 161 Graphic | Used by:Timeline | |
Symbol 162 Graphic | Used by:Timeline | |
Symbol 163 Graphic | Used by:164 | |
Symbol 164 MovieClip | Uses:163 | Used by:166 |
Symbol 165 Graphic | Used by:166 | |
Symbol 166 MovieClip | Uses:164 165 | Used by:Timeline |
Symbol 167 Graphic | Used by:174 | |
Symbol 168 Graphic | Used by:169 | |
Symbol 169 MovieClip | Uses:168 | Used by:174 |
Symbol 170 Graphic | Used by:171 | |
Symbol 171 MovieClip | Uses:170 | Used by:174 |
Symbol 172 Graphic | Used by:173 | |
Symbol 173 MovieClip | Uses:172 | Used by:174 |
Symbol 174 MovieClip | Uses:167 169 171 173 | Used by:Timeline |
Symbol 175 Graphic | Used by:Timeline | |
Symbol 176 Graphic | Used by:177 | |
Symbol 177 MovieClip | Uses:176 | Used by:Timeline |
Symbol 178 Graphic | Used by:Timeline | |
Symbol 179 Bitmap | Used by:180 | |
Symbol 180 Graphic | Uses:179 | Used by:Timeline |
Symbol 181 Graphic | Used by:Timeline | |
Symbol 182 Graphic | Used by:183 | |
Symbol 183 MovieClip | Uses:182 | Used by:Timeline |
Symbol 184 Graphic | Used by:Timeline | |
Symbol 185 Graphic | Used by:Timeline | |
Symbol 186 Bitmap | Used by:187 | |
Symbol 187 Graphic | Uses:186 | Used by:188 |
Symbol 188 MovieClip | Uses:187 | Used by:Timeline |
Symbol 189 Graphic | Used by:190 | |
Symbol 190 MovieClip | Uses:189 | Used by:Timeline |
Symbol 191 Graphic | Used by:Timeline | |
Symbol 192 Bitmap | Used by:193 | |
Symbol 193 Graphic | Uses:192 | Used by:Timeline |
Symbol 194 Graphic | Used by:195 | |
Symbol 195 MovieClip | Uses:194 | Used by:Timeline |
Symbol 196 Graphic | Used by:197 | |
Symbol 197 MovieClip | Uses:196 | Used by:Timeline |
Symbol 198 Graphic | Used by:199 | |
Symbol 199 MovieClip | Uses:198 | Used by:202 |
Symbol 200 Graphic | Used by:201 | |
Symbol 201 MovieClip | Uses:200 | Used by:202 |
Symbol 202 MovieClip | Uses:199 201 | Used by:Timeline |
Symbol 203 Graphic | Used by:204 | |
Symbol 204 MovieClip | Uses:4 203 | Used by:Timeline |
Symbol 205 MovieClip | Uses:109 | Used by:243 |
Symbol 206 Graphic | Used by:207 | |
Symbol 207 MovieClip | Uses:206 | Used by:243 |
Symbol 208 Graphic | Used by:243 | |
Symbol 209 Graphic | Used by:210 | |
Symbol 210 MovieClip | Uses:209 | Used by:211 |
Symbol 211 MovieClip | Uses:210 | Used by:243 |
Symbol 212 Text | Uses:131 | Used by:243 |
Symbol 213 Text | Uses:131 | Used by:243 |
Symbol 214 Text | Uses:131 | Used by:243 |
Symbol 215 Text | Uses:131 | Used by:243 |
Symbol 216 Text | Uses:131 | Used by:243 |
Symbol 217 Text | Uses:10 | Used by:243 |
Symbol 218 Text | Uses:10 | Used by:243 |
Symbol 219 Text | Uses:10 | Used by:243 |
Symbol 220 Text | Uses:10 | Used by:243 |
Symbol 221 Text | Uses:131 | Used by:243 |
Symbol 222 Text | Uses:131 | Used by:243 |
Symbol 223 Text | Uses:131 | Used by:243 |
Symbol 224 Text | Uses:10 | Used by:243 |
Symbol 225 Text | Uses:10 | Used by:243 |
Symbol 226 Graphic | Used by:228 | |
Symbol 227 Text | Uses:131 | Used by:228 |
Symbol 228 MovieClip | Uses:226 227 | Used by:243 |
Symbol 229 Text | Uses:131 | Used by:243 |
Symbol 230 Text | Uses:10 | Used by:243 |
Symbol 231 Text | Uses:10 | Used by:243 |
Symbol 232 Graphic | Used by:233 | |
Symbol 233 MovieClip | Uses:232 | Used by:243 |
Symbol 234 Graphic | Used by:237 | |
Symbol 235 Graphic | Used by:236 | |
Symbol 236 MovieClip | Uses:235 | Used by:237 |
Symbol 237 MovieClip | Uses:234 236 | Used by:243 |
Symbol 238 Bitmap | Used by:242 248 | |
Symbol 239 Bitmap | Used by:242 245 | |
Symbol 240 Bitmap | Used by:242 244 | |
Symbol 241 Bitmap | Used by:242 | |
Symbol 242 Graphic | Uses:238 239 240 241 | Used by:243 |
Symbol 243 MovieClip | Uses:205 207 208 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 228 229 230 231 233 237 242 | Used by:Timeline |
Symbol 244 Graphic | Uses:240 | Used by:249 |
Symbol 245 Graphic | Uses:239 | Used by:247 249 |
Symbol 246 MovieClip | Uses:109 | Used by:247 |
Symbol 247 MovieClip | Uses:245 246 | Used by:249 |
Symbol 248 Graphic | Uses:238 | Used by:249 |
Symbol 249 MovieClip | Uses:244 245 247 248 | Used by:Timeline |
Symbol 250 Bitmap | Used by:251 | |
Symbol 251 Graphic | Uses:250 | Used by:Timeline |
Symbol 252 Graphic | Used by:253 | |
Symbol 253 MovieClip | Uses:252 | Used by:Timeline |
Symbol 254 MovieClip | Uses:14 | Used by:Timeline |
Symbol 255 Graphic | Used by:Timeline | |
Symbol 256 Graphic | Used by:259 | |
Symbol 257 Bitmap | Used by:258 | |
Symbol 258 Graphic | Uses:257 | Used by:259 |
Symbol 259 MovieClip | Uses:256 258 | Used by:Timeline |
Symbol 260 Graphic | Used by:Timeline | |
Symbol 261 Graphic | Used by:265 | |
Symbol 262 Bitmap | Used by:263 | |
Symbol 263 Graphic | Uses:262 | Used by:265 |
Symbol 264 Graphic | Used by:265 | |
Symbol 265 MovieClip | Uses:261 263 264 | Used by:Timeline |
Symbol 266 Graphic | Used by:267 | |
Symbol 267 MovieClip | Uses:266 | Used by:Timeline |
Symbol 268 Graphic | Used by:269 | |
Symbol 269 MovieClip | Uses:268 | Used by:Timeline |
Symbol 270 Graphic | Used by:271 | |
Symbol 271 MovieClip | Uses:270 | Used by:Timeline |
Symbol 272 Graphic | Used by:293 | |
Symbol 273 Graphic | Used by:274 | |
Symbol 274 MovieClip | Uses:273 | Used by:293 452 |
Symbol 275 Graphic | Used by:276 | |
Symbol 276 MovieClip | Uses:275 | Used by:290 |
Symbol 277 Graphic | Used by:287 | |
Symbol 278 Graphic | Used by:279 | |
Symbol 279 MovieClip | Uses:278 | Used by:287 |
Symbol 280 ShapeTweening | Used by:287 | |
Symbol 281 ShapeTweening | Used by:287 | |
Symbol 282 ShapeTweening | Used by:287 | |
Symbol 283 ShapeTweening | Used by:287 | |
Symbol 284 ShapeTweening | Used by:287 | |
Symbol 285 ShapeTweening | Used by:287 | |
Symbol 286 ShapeTweening | Used by:287 | |
Symbol 287 MovieClip | Uses:277 279 280 281 282 283 284 285 286 | Used by:290 |
Symbol 288 Graphic | Used by:289 | |
Symbol 289 MovieClip | Uses:288 | Used by:290 |
Symbol 290 MovieClip | Uses:276 287 289 | Used by:293 |
Symbol 291 Graphic | Used by:292 | |
Symbol 292 MovieClip | Uses:291 | Used by:293 452 |
Symbol 293 MovieClip | Uses:272 274 290 292 | Used by:349 Timeline |
Symbol 294 Graphic | Used by:295 | |
Symbol 295 MovieClip | Uses:294 | Used by:Timeline |
Symbol 296 Graphic | Used by:297 | |
Symbol 297 MovieClip | Uses:296 | Used by:Timeline |
Symbol 298 Graphic | Used by:323 | |
Symbol 299 Graphic | Used by:304 306 310 | |
Symbol 300 Graphic | Used by:303 309 | |
Symbol 301 Graphic | Used by:302 | |
Symbol 302 MovieClip | Uses:301 | Used by:303 309 |
Symbol 303 MovieClip | Uses:300 302 | Used by:304 306 |
Symbol 304 MovieClip | Uses:299 303 | Used by:305 |
Symbol 305 MovieClip | Uses:304 | Used by:323 |
Symbol 306 MovieClip | Uses:299 303 | Used by:307 |
Symbol 307 MovieClip | Uses:306 | Used by:323 |
Symbol 308 Graphic | Used by:323 | |
Symbol 309 MovieClip | Uses:300 302 | Used by:310 |
Symbol 310 MovieClip | Uses:299 309 | Used by:311 |
Symbol 311 MovieClip | Uses:310 | Used by:323 |
Symbol 312 Graphic | Used by:323 | |
Symbol 313 Graphic | Used by:314 | |
Symbol 314 MovieClip | Uses:313 | Used by:323 |
Symbol 315 ShapeTweening | Used by:322 | |
Symbol 316 ShapeTweening | Used by:322 | |
Symbol 317 ShapeTweening | Used by:322 | |
Symbol 318 ShapeTweening | Used by:322 | |
Symbol 319 ShapeTweening | Used by:322 | |
Symbol 320 ShapeTweening | Used by:322 | |
Symbol 321 Graphic | Used by:322 | |
Symbol 322 MovieClip | Uses:315 316 317 318 319 320 321 | Used by:323 |
Symbol 323 MovieClip | Uses:298 305 307 308 311 312 314 322 | Used by:335 |
Symbol 324 ShapeTweening | Used by:334 | |
Symbol 325 Graphic | Used by:334 | |
Symbol 326 Graphic | Used by:327 | |
Symbol 327 MovieClip | Uses:326 | Used by:334 |
Symbol 328 ShapeTweening | Used by:334 | |
Symbol 329 ShapeTweening | Used by:334 | |
Symbol 330 ShapeTweening | Used by:334 | |
Symbol 331 ShapeTweening | Used by:334 | |
Symbol 332 ShapeTweening | Used by:334 | |
Symbol 333 Graphic | Used by:334 | |
Symbol 334 MovieClip | Uses:324 325 327 328 329 330 331 332 333 | Used by:335 |
Symbol 335 MovieClip | Uses:323 334 | Used by:Timeline |
Symbol 336 Bitmap | Used by:337 | |
Symbol 337 Graphic | Uses:336 | Used by:340 341 342 |
Symbol 338 Graphic | Used by:339 462 | |
Symbol 339 MovieClip | Uses:338 | Used by:340 341 342 |
Symbol 340 MovieClip | Uses:337 339 | Used by:Timeline |
Symbol 341 MovieClip | Uses:337 339 | Used by:Timeline |
Symbol 342 MovieClip | Uses:337 339 | Used by:Timeline |
Symbol 343 Graphic | Used by:344 | |
Symbol 344 MovieClip | Uses:343 | Used by:Timeline |
Symbol 345 Graphic | Used by:346 | |
Symbol 346 MovieClip | Uses:345 | Used by:Timeline |
Symbol 347 Graphic | Used by:348 | |
Symbol 348 MovieClip | Uses:347 | Used by:Timeline |
Symbol 349 MovieClip | Uses:293 | Used by:Timeline |
Symbol 350 Graphic | Used by:351 | |
Symbol 351 MovieClip | Uses:350 | Used by:Timeline |
Symbol 352 Graphic | Used by:353 | |
Symbol 353 MovieClip | Uses:352 | Used by:361 |
Symbol 354 Graphic | Used by:355 | |
Symbol 355 MovieClip | Uses:354 | Used by:361 |
Symbol 356 Graphic | Used by:357 | |
Symbol 357 MovieClip | Uses:356 | Used by:361 |
Symbol 358 Graphic | Used by:359 | |
Symbol 359 MovieClip | Uses:358 | Used by:361 |
Symbol 360 Graphic | Used by:361 | |
Symbol 361 MovieClip | Uses:353 355 357 359 360 | Used by:Timeline |
Symbol 362 Graphic | Used by:Timeline | |
Symbol 363 Graphic | Used by:364 | |
Symbol 364 MovieClip | Uses:363 | Used by:Timeline |
Symbol 365 Graphic | Used by:Timeline | |
Symbol 366 Graphic | Used by:367 | |
Symbol 367 MovieClip | Uses:366 | Used by:Timeline |
Symbol 368 Graphic | Used by:369 | |
Symbol 369 MovieClip | Uses:368 | Used by:Timeline |
Symbol 370 Bitmap | Used by:371 | |
Symbol 371 Graphic | Uses:370 | Used by:Timeline |
Symbol 372 Graphic | Used by:Timeline | |
Symbol 373 Graphic | Used by:389 | |
Symbol 374 Graphic | Used by:375 | |
Symbol 375 MovieClip | Uses:374 | Used by:389 |
Symbol 376 Graphic | Used by:377 | |
Symbol 377 MovieClip | Uses:376 | Used by:389 |
Symbol 378 Graphic | Used by:379 | |
Symbol 379 MovieClip | Uses:378 | Used by:389 |
Symbol 380 Graphic | Used by:381 | |
Symbol 381 MovieClip | Uses:380 | Used by:389 |
Symbol 382 Graphic | Used by:389 | |
Symbol 383 Graphic | Used by:389 | |
Symbol 384 Graphic | Used by:389 390 | |
Symbol 385 Graphic | Used by:386 | |
Symbol 386 MovieClip | Uses:385 | Used by:389 |
Symbol 387 Graphic | Used by:388 | |
Symbol 388 MovieClip | Uses:387 | Used by:389 |
Symbol 389 MovieClip | Uses:373 375 377 379 381 382 383 384 386 388 | Used by:Timeline |
Symbol 390 MovieClip | Uses:384 | Used by:Timeline |
Symbol 391 Graphic | Used by:Timeline | |
Symbol 392 Graphic | Used by:Timeline | |
Symbol 393 Graphic | Used by:Timeline | |
Symbol 394 Graphic | Used by:Timeline | |
Symbol 395 Graphic | Used by:396 | |
Symbol 396 MovieClip | Uses:395 | Used by:Timeline |
Symbol 397 Graphic | Used by:Timeline | |
Symbol 398 Graphic | Used by:399 | |
Symbol 399 MovieClip | Uses:398 | Used by:Timeline |
Symbol 400 Graphic | Used by:401 | |
Symbol 401 MovieClip | Uses:400 | Used by:Timeline |
Symbol 402 Graphic | Used by:403 Timeline | |
Symbol 403 MovieClip | Uses:402 | Used by:Timeline |
Symbol 404 Graphic | Used by:Timeline | |
Symbol 405 Graphic | Used by:Timeline | |
Symbol 406 ShapeTweening | Used by:411 | |
Symbol 407 Graphic | Used by:411 584 | |
Symbol 408 Graphic | Used by:411 | |
Symbol 409 ShapeTweening | Used by:411 | |
Symbol 410 Graphic | Used by:411 | |
Symbol 411 MovieClip | Uses:406 407 408 409 410 | Used by:412 |
Symbol 412 MovieClip | Uses:411 | Used by:413 |
Symbol 413 MovieClip | Uses:412 | Used by:Timeline |
Symbol 414 Graphic | Used by:420 430 | |
Symbol 415 Graphic | Used by:416 | |
Symbol 416 MovieClip | Uses:415 | Used by:417 |
Symbol 417 MovieClip | Uses:416 | Used by:420 430 |
Symbol 418 Graphic | Used by:419 | |
Symbol 419 MovieClip | Uses:418 | Used by:420 430 |
Symbol 420 MovieClip | Uses:414 417 419 | Used by:Timeline |
Symbol 421 Graphic | Used by:422 | |
Symbol 422 MovieClip | Uses:421 | Used by:Timeline |
Symbol 423 Graphic | Used by:424 | |
Symbol 424 MovieClip | Uses:423 | Used by:425 |
Symbol 425 MovieClip | Uses:424 | Used by:426 |
Symbol 426 MovieClip | Uses:425 | Used by:Timeline |
Symbol 427 Graphic | Used by:428 | |
Symbol 428 MovieClip | Uses:427 | Used by:Timeline |
Symbol 429 Graphic | Used by:Timeline | |
Symbol 430 MovieClip | Uses:414 417 419 | Used by:Timeline |
Symbol 431 Graphic | Used by:453 | |
Symbol 432 Graphic | Used by:438 | |
Symbol 433 Graphic | Used by:434 | |
Symbol 434 MovieClip | Uses:433 | Used by:436 |
Symbol 435 Graphic | Used by:436 | |
Symbol 436 MovieClip | Uses:434 435 | Used by:438 |
Symbol 437 Graphic | Used by:438 | |
Symbol 438 MovieClip | Uses:432 436 437 | Used by:453 |
Symbol 439 Graphic | Used by:445 | |
Symbol 440 Graphic | Used by:443 | |
Symbol 441 Graphic | Used by:442 | |
Symbol 442 MovieClip | Uses:441 | Used by:443 |
Symbol 443 MovieClip | Uses:440 442 | Used by:445 |
Symbol 444 Graphic | Used by:445 | |
Symbol 445 MovieClip | Uses:439 443 444 | Used by:453 |
Symbol 446 Graphic | Used by:451 | |
Symbol 447 Graphic | Used by:448 | |
Symbol 448 MovieClip | Uses:447 | Used by:451 |
Symbol 449 Graphic | Used by:450 | |
Symbol 450 MovieClip | Uses:449 | Used by:451 |
Symbol 451 MovieClip | Uses:446 448 450 | Used by:453 |
Symbol 452 MovieClip | Uses:274 292 | Used by:453 |
Symbol 453 MovieClip | Uses:431 438 445 451 452 | Used by:Timeline |
Symbol 454 Graphic | Used by:Timeline | |
Symbol 455 Graphic | Used by:456 | |
Symbol 456 MovieClip | Uses:455 | Used by:Timeline |
Symbol 457 MovieClip | Used by:Timeline | |
Symbol 458 Graphic | Used by:Timeline | |
Symbol 459 Graphic | Used by:460 | |
Symbol 460 MovieClip | Uses:459 | Used by:Timeline |
Symbol 461 Graphic | Used by:467 | |
Symbol 462 MovieClip | Uses:338 | Used by:465 466 |
Symbol 463 Bitmap | Used by:464 | |
Symbol 464 Graphic | Uses:463 | Used by:465 466 |
Symbol 465 MovieClip | Uses:462 464 | Used by:467 |
Symbol 466 MovieClip | Uses:462 464 | Used by:467 |
Symbol 467 MovieClip | Uses:461 465 466 | Used by:Timeline |
Symbol 468 Graphic | Used by:469 | |
Symbol 469 MovieClip | Uses:468 | Used by:Timeline |
Symbol 470 Graphic | Used by:471 | |
Symbol 471 MovieClip | Uses:470 | Used by:Timeline |
Symbol 472 Graphic | Used by:Timeline | |
Symbol 473 Graphic | Used by:476 Timeline | |
Symbol 474 Bitmap | Used by:475 | |
Symbol 475 Graphic | Uses:474 | Used by:Timeline |
Symbol 476 MovieClip | Uses:473 | Used by:Timeline |
Symbol 477 Graphic | Used by:478 | |
Symbol 478 MovieClip | Uses:477 | Used by:479 480 Timeline |
Symbol 479 MovieClip | Uses:478 | Used by:Timeline |
Symbol 480 MovieClip | Uses:478 | Used by:Timeline |
Symbol 481 Graphic | Used by:482 | |
Symbol 482 MovieClip | Uses:481 | Used by:556 |
Symbol 483 Graphic | Used by:484 | |
Symbol 484 MovieClip | Uses:483 | Used by:556 |
Symbol 485 Graphic | Used by:488 | |
Symbol 486 Graphic | Used by:487 | |
Symbol 487 MovieClip | Uses:486 | Used by:488 |
Symbol 488 MovieClip | Uses:485 487 | Used by:537 |
Symbol 489 Graphic | Used by:490 | |
Symbol 490 MovieClip | Uses:489 | Used by:537 |
Symbol 491 Graphic | Used by:495 | |
Symbol 492 ShapeTweening | Used by:495 | |
Symbol 493 ShapeTweening | Used by:495 | |
Symbol 494 Graphic | Used by:495 | |
Symbol 495 MovieClip | Uses:491 492 493 494 | Used by:536 |
Symbol 496 Graphic | Used by:497 | |
Symbol 497 MovieClip | Uses:496 | Used by:533 |
Symbol 498 Graphic | Used by:504 | |
Symbol 499 Graphic | Used by:500 | |
Symbol 500 MovieClip | Uses:499 | Used by:504 |
Symbol 501 Graphic | Used by:502 | |
Symbol 502 MovieClip | Uses:501 | Used by:503 |
Symbol 503 MovieClip | Uses:502 | Used by:504 |
Symbol 504 MovieClip | Uses:498 500 503 | Used by:533 |
Symbol 505 Graphic | Used by:511 | |
Symbol 506 Graphic | Used by:507 | |
Symbol 507 MovieClip | Uses:506 | Used by:511 |
Symbol 508 Graphic | Used by:509 | |
Symbol 509 MovieClip | Uses:508 | Used by:510 |
Symbol 510 MovieClip | Uses:509 | Used by:511 |
Symbol 511 MovieClip | Uses:505 507 510 | Used by:533 |
Symbol 512 ShapeTweening | Used by:514 | |
Symbol 513 Graphic | Used by:514 | |
Symbol 514 MovieClip | Uses:512 513 | Used by:533 |
Symbol 515 ShapeTweening | Used by:517 | |
Symbol 516 Graphic | Used by:517 | |
Symbol 517 MovieClip | Uses:515 516 | Used by:533 |
Symbol 518 ShapeTweening | Used by:520 | |
Symbol 519 Graphic | Used by:520 | |
Symbol 520 MovieClip | Uses:518 519 | Used by:533 |
Symbol 521 ShapeTweening | Used by:523 | |
Symbol 522 Graphic | Used by:523 | |
Symbol 523 MovieClip | Uses:521 522 | Used by:533 |
Symbol 524 ShapeTweening | Used by:526 | |
Symbol 525 Graphic | Used by:526 | |
Symbol 526 MovieClip | Uses:524 525 | Used by:533 |
Symbol 527 ShapeTweening | Used by:529 | |
Symbol 528 Graphic | Used by:529 | |
Symbol 529 MovieClip | Uses:527 528 | Used by:533 |
Symbol 530 ShapeTweening | Used by:532 | |
Symbol 531 Graphic | Used by:532 | |
Symbol 532 MovieClip | Uses:530 531 | Used by:533 |
Symbol 533 MovieClip | Uses:497 504 511 514 517 520 523 526 529 532 | Used by:535 |
Symbol 534 Graphic | Used by:535 | |
Symbol 535 MovieClip | Uses:533 534 | Used by:536 |
Symbol 536 MovieClip | Uses:495 535 | Used by:537 |
Symbol 537 MovieClip | Uses:488 490 536 | Used by:556 |
Symbol 538 Graphic | Used by:556 | |
Symbol 539 Graphic | Used by:542 | |
Symbol 540 Graphic | Used by:541 | |
Symbol 541 MovieClip | Uses:540 | Used by:542 |
Symbol 542 MovieClip | Uses:539 541 | Used by:556 |
Symbol 543 Graphic | Used by:556 | |
Symbol 544 Graphic | Used by:545 | |
Symbol 545 MovieClip | Uses:544 | Used by:547 |
Symbol 546 Graphic | Used by:547 | |
Symbol 547 MovieClip | Uses:545 546 | Used by:556 |
Symbol 548 Graphic | Used by:551 | |
Symbol 549 Graphic | Used by:550 | |
Symbol 550 MovieClip | Uses:549 | Used by:551 |
Symbol 551 MovieClip | Uses:548 550 | Used by:556 |
Symbol 552 Graphic | Used by:555 | |
Symbol 553 Graphic | Used by:554 | |
Symbol 554 MovieClip | Uses:553 | Used by:555 |
Symbol 555 MovieClip | Uses:552 554 | Used by:556 |
Symbol 556 MovieClip | Uses:482 484 537 538 542 543 547 551 555 | Used by:Timeline |
Symbol 557 Graphic | Used by:558 | |
Symbol 558 MovieClip | Uses:557 | Used by:564 |
Symbol 559 Graphic | Used by:564 | |
Symbol 560 Graphic | Used by:561 | |
Symbol 561 MovieClip | Uses:560 | Used by:564 |
Symbol 562 Graphic | Used by:563 | |
Symbol 563 MovieClip | Uses:562 | Used by:564 |
Symbol 564 MovieClip | Uses:558 559 561 563 | Used by:567 |
Symbol 565 Graphic | Used by:566 | |
Symbol 566 MovieClip | Uses:565 | Used by:567 |
Symbol 567 MovieClip | Uses:564 566 | Used by:Timeline |
Symbol 568 Graphic | Used by:569 | |
Symbol 569 MovieClip | Uses:568 | Used by:570 571 572 |
Symbol 570 MovieClip | Uses:569 | Used by:Timeline |
Symbol 571 MovieClip | Uses:569 | Used by:Timeline |
Symbol 572 MovieClip | Uses:569 | Used by:Timeline |
Symbol 573 Graphic | Used by:574 | |
Symbol 574 MovieClip | Uses:573 | Used by:Timeline |
Symbol 575 Graphic | Used by:Timeline | |
Symbol 576 Graphic | Used by:577 | |
Symbol 577 MovieClip | Uses:576 | Used by:578 |
Symbol 578 MovieClip | Uses:577 134 | Used by:Timeline |
Symbol 579 Graphic | Used by:580 | |
Symbol 580 MovieClip | Uses:579 | Used by:Timeline |
Symbol 581 Graphic | Used by:582 | |
Symbol 582 MovieClip | Uses:581 | Used by:Timeline |
Symbol 583 Graphic | Used by:Timeline | |
Symbol 584 MovieClip | Uses:407 | Used by:Timeline |
Symbol 585 Graphic | Used by:588 | |
Symbol 586 Bitmap | Used by:587 | |
Symbol 587 Graphic | Uses:586 | Used by:588 |
Symbol 588 MovieClip | Uses:585 587 | Used by:Timeline |
Symbol 589 Graphic | Used by:590 | |
Symbol 590 MovieClip | Uses:589 | Used by:Timeline |
Symbol 591 ShapeTweening | Used by:604 | |
Symbol 592 Graphic | Used by:604 | |
Symbol 593 ShapeTweening | Used by:604 | |
Symbol 594 Graphic | Used by:604 | |
Symbol 595 ShapeTweening | Used by:604 | |
Symbol 596 ShapeTweening | Used by:604 | |
Symbol 597 ShapeTweening | Used by:604 | |
Symbol 598 ShapeTweening | Used by:604 | |
Symbol 599 ShapeTweening | Used by:604 | |
Symbol 600 ShapeTweening | Used by:604 | |
Symbol 601 ShapeTweening | Used by:604 | |
Symbol 602 Graphic | Used by:604 | |
Symbol 603 Graphic | Used by:604 | |
Symbol 604 MovieClip | Uses:591 592 593 594 595 596 597 598 599 600 601 602 603 | Used by:Timeline |
Symbol 605 Graphic | Used by:606 | |
Symbol 606 MovieClip | Uses:605 | Used by:Timeline |
Symbol 607 Bitmap | Used by:608 | |
Symbol 608 Graphic | Uses:607 | Used by:609 |
Symbol 609 MovieClip | Uses:608 | Used by:610 |
Symbol 610 MovieClip | Uses:609 | Used by:Timeline |
Symbol 611 Graphic | Used by:614 | |
Symbol 612 Graphic | Used by:613 | |
Symbol 613 MovieClip | Uses:612 | Used by:614 |
Symbol 614 MovieClip | Uses:611 613 | Used by:Timeline |
Symbol 615 Graphic | Used by:616 | |
Symbol 616 MovieClip | Uses:615 | Used by:617 |
Symbol 617 MovieClip | Uses:616 | Used by:Timeline |
Symbol 618 Graphic | Used by:Timeline | |
Symbol 619 Bitmap | Used by:620 | |
Symbol 620 Graphic | Uses:619 | Used by:Timeline |
Symbol 621 Graphic | Used by:Timeline | |
Symbol 622 Graphic | Used by:633 | |
Symbol 623 Graphic | Used by:624 | |
Symbol 624 MovieClip | Uses:623 | Used by:633 |
Symbol 625 Graphic | Used by:633 | |
Symbol 626 Graphic | Used by:627 | |
Symbol 627 MovieClip | Uses:626 | Used by:633 |
Symbol 628 Graphic | Used by:633 | |
Symbol 629 Graphic | Used by:630 | |
Symbol 630 MovieClip | Uses:629 | Used by:633 |
Symbol 631 Graphic | Used by:632 | |
Symbol 632 MovieClip | Uses:631 | Used by:633 |
Symbol 633 MovieClip | Uses:622 624 625 627 628 630 632 | Used by:Timeline |
Symbol 634 Graphic | Used by:635 | |
Symbol 635 MovieClip | Uses:634 | Used by:Timeline |
Symbol 636 Bitmap | Used by:637 | |
Symbol 637 Graphic | Uses:636 | Used by:646 |
Symbol 638 Bitmap | Used by:639 | |
Symbol 639 Graphic | Uses:638 | Used by:646 |
Symbol 640 Bitmap | Used by:641 | |
Symbol 641 Graphic | Uses:640 | Used by:646 |
Symbol 642 Bitmap | Used by:643 | |
Symbol 643 Graphic | Uses:642 | Used by:646 |
Symbol 644 Bitmap | Used by:645 | |
Symbol 645 Graphic | Uses:644 | Used by:646 |
Symbol 646 MovieClip | Uses:637 639 641 643 645 | Used by:647 650 |
Symbol 647 MovieClip | Uses:646 | Used by:Timeline |
Symbol 648 MovieClip | Uses:4 109 | Used by:650 |
Symbol 649 MovieClip | Uses:109 | Used by:650 |
Symbol 650 MovieClip | Uses:648 649 646 | Used by:Timeline |
Instance Names
"loading" | Frame 1 | Symbol 8 MovieClip |
"sideNav" | Frame 3 | Symbol 49 MovieClip |
"titleNav" | Frame 3 | Symbol 64 MovieClip |
"body" | Frame 3 | Symbol 129 MovieClip |
"drexel" | Frame 3 | Symbol 133 MovieClip |
"forestTrack01" | Frame 3 | Symbol 134 MovieClip |
"forestTrack02" | Frame 3 | Symbol 134 MovieClip |
"forestTrack03" | Frame 3 | Symbol 134 MovieClip |
"oceanTrack01" | Frame 3 | Symbol 134 MovieClip |
"oceanTrack02" | Frame 3 | Symbol 134 MovieClip |
"oceanTrack03" | Frame 3 | Symbol 134 MovieClip |
"marshTrack01" | Frame 3 | Symbol 134 MovieClip |
"marshTrack02" | Frame 3 | Symbol 134 MovieClip |
"marshTrack03" | Frame 3 | Symbol 134 MovieClip |
"mountainTrack01" | Frame 3 | Symbol 134 MovieClip |
"mountainTrack02" | Frame 3 | Symbol 134 MovieClip |
"mountainTrack03" | Frame 3 | Symbol 134 MovieClip |
"cavernTrack01" | Frame 3 | Symbol 134 MovieClip |
"cavernTrack02" | Frame 3 | Symbol 134 MovieClip |
"cavernTrack03" | Frame 3 | Symbol 134 MovieClip |
"walrus" | Frame 4 | Symbol 166 MovieClip |
"bird" | Frame 4 | Symbol 174 MovieClip |
"walrusDrag" | Frame 4 | Symbol 166 MovieClip |
"snowFlake" | Frame 4 | Symbol 197 MovieClip |
"controls" | Frame 4 | Symbol 202 MovieClip |
"options" | Frame 4 | Symbol 243 MovieClip |
"cursors" | Frame 4 | Symbol 249 MovieClip |
"birdMain" | Frame 5 | Symbol 293 MovieClip |
"wallA" | Frame 5 | Symbol 297 MovieClip |
"camelionA" | Frame 5 | Symbol 335 MovieClip |
"birdMain" | Frame 5 | Symbol 293 MovieClip |
"string" | Frame 5 | Symbol 351 MovieClip |
"spider" | Frame 5 | Symbol 361 MovieClip |
"wallB" | Frame 5 | Symbol 364 MovieClip |
"camelionB" | Frame 5 | Symbol 335 MovieClip |
"waterBugB" | Frame 6 | Symbol 389 MovieClip |
"waterBugC" | Frame 6 | Symbol 389 MovieClip |
"waterBugA" | Frame 6 | Symbol 389 MovieClip |
"salmonA" | Frame 6 | Symbol 413 MovieClip |
"salmonB" | Frame 6 | Symbol 413 MovieClip |
"salmonC" | Frame 6 | Symbol 413 MovieClip |
"ostLeft" | Frame 6 | Symbol 420 MovieClip |
"head" | Frame 6 | Symbol 422 MovieClip |
"head" | Frame 6 | Symbol 422 MovieClip |
"birdB" | Frame 6 | Symbol 453 MovieClip |
"birdA" | Frame 6 | Symbol 453 MovieClip |
"birdC" | Frame 6 | Symbol 453 MovieClip |
"antLeftDust" | Frame 7 | Symbol 479 MovieClip |
"antRightDust" | Frame 7 | Symbol 480 MovieClip |
"deer" | Frame 7 | Symbol 556 MovieClip |
"snowFlake" | Frame 7 | Symbol 197 MovieClip |
"owl" | Frame 7 | Symbol 567 MovieClip |
"coneDragA" | Frame 7 | Symbol 574 MovieClip |
"branchA" | Frame 7 | Symbol 578 MovieClip |
"branchB" | Frame 7 | Symbol 580 MovieClip |
"branchDragB" | Frame 7 | Symbol 582 MovieClip |
"bfishB" | Frame 8 | Symbol 584 MovieClip |
"bfishA" | Frame 8 | Symbol 584 MovieClip |
"bfishC" | Frame 8 | Symbol 584 MovieClip |
"bfishE" | Frame 8 | Symbol 584 MovieClip |
"bfishF" | Frame 8 | Symbol 584 MovieClip |
"bfishG" | Frame 8 | Symbol 584 MovieClip |
"bfishD" | Frame 8 | Symbol 584 MovieClip |
"whaleB" | Frame 8 | Symbol 604 MovieClip |
"whaleC" | Frame 8 | Symbol 604 MovieClip |
"whale" | Frame 8 | Symbol 604 MovieClip |
"fishB" | Frame 8 | Symbol 584 MovieClip |
"fishA" | Frame 8 | Symbol 584 MovieClip |
"fishD" | Frame 8 | Symbol 584 MovieClip |
"fishC" | Frame 8 | Symbol 584 MovieClip |
"fishE" | Frame 8 | Symbol 584 MovieClip |
"fishF" | Frame 8 | Symbol 584 MovieClip |
"bubbles" | Frame 8 | Symbol 617 MovieClip |
"mask" | Symbol 73 MovieClip Frame 1 | Symbol 68 MovieClip |
"box" | Symbol 73 MovieClip Frame 1 | Symbol 70 MovieClip |
"marker" | Symbol 73 MovieClip Frame 1 | Symbol 72 MovieClip |
"barA" | Symbol 104 MovieClip Frame 1 | Symbol 83 MovieClip |
"barB" | Symbol 104 MovieClip Frame 1 | Symbol 83 MovieClip |
"barC" | Symbol 104 MovieClip Frame 1 | Symbol 83 MovieClip |
"glow" | Symbol 166 MovieClip Frame 1 | Symbol 164 MovieClip |
"qMeter" | Symbol 243 MovieClip Frame 1 | Symbol 237 MovieClip |
"tail" | Symbol 290 MovieClip Frame 1 | Symbol 287 MovieClip |
"wingRight" | Symbol 293 MovieClip Frame 1 | Symbol 274 MovieClip |
"body" | Symbol 293 MovieClip Frame 1 | Symbol 290 MovieClip |
"wingLeft" | Symbol 293 MovieClip Frame 1 | Symbol 292 MovieClip |
"inner" | Symbol 304 MovieClip Frame 1 | Symbol 303 MovieClip |
"inner" | Symbol 305 MovieClip Frame 1 | Symbol 304 MovieClip |
"inner" | Symbol 306 MovieClip Frame 1 | Symbol 303 MovieClip |
"inner" | Symbol 307 MovieClip Frame 1 | Symbol 306 MovieClip |
"inner" | Symbol 310 MovieClip Frame 1 | Symbol 309 MovieClip |
"inner" | Symbol 311 MovieClip Frame 1 | Symbol 310 MovieClip |
"legFrontLeft" | Symbol 323 MovieClip Frame 1 | Symbol 305 MovieClip |
"legFrontRight" | Symbol 323 MovieClip Frame 1 | Symbol 305 MovieClip |
"legMiddleLeft" | Symbol 323 MovieClip Frame 1 | Symbol 307 MovieClip |
"legMiddleRight" | Symbol 323 MovieClip Frame 1 | Symbol 307 MovieClip |
"legBackLeft" | Symbol 323 MovieClip Frame 1 | Symbol 311 MovieClip |
"legBackRight" | Symbol 323 MovieClip Frame 1 | Symbol 311 MovieClip |
"head" | Symbol 323 MovieClip Frame 1 | Symbol 314 MovieClip |
"tail" | Symbol 323 MovieClip Frame 1 | Symbol 322 MovieClip |
"head" | Symbol 334 MovieClip Frame 1 | Symbol 327 MovieClip |
"body" | Symbol 335 MovieClip Frame 1 | Symbol 323 MovieClip |
"stripe" | Symbol 335 MovieClip Frame 1 | Symbol 334 MovieClip |
"birdMain" | Symbol 349 MovieClip Frame 1 | Symbol 293 MovieClip |
"salmon" | Symbol 412 MovieClip Frame 1 | Symbol 411 MovieClip |
"salmon" | Symbol 413 MovieClip Frame 1 | Symbol 412 MovieClip |
"foot" | Symbol 436 MovieClip Frame 1 | Symbol 434 MovieClip |
"lower" | Symbol 438 MovieClip Frame 1 | Symbol 436 MovieClip |
"foot" | Symbol 443 MovieClip Frame 1 | Symbol 442 MovieClip |
"lower" | Symbol 445 MovieClip Frame 1 | Symbol 443 MovieClip |
"head" | Symbol 451 MovieClip Frame 1 | Symbol 448 MovieClip |
"featherB" | Symbol 451 MovieClip Frame 1 | Symbol 450 MovieClip |
"featherC" | Symbol 451 MovieClip Frame 1 | Symbol 450 MovieClip |
"featherA" | Symbol 451 MovieClip Frame 1 | Symbol 450 MovieClip |
"wingRight" | Symbol 452 MovieClip Frame 1 | Symbol 274 MovieClip |
"wingLeft" | Symbol 452 MovieClip Frame 1 | Symbol 292 MovieClip |
"legRight" | Symbol 453 MovieClip Frame 1 | Symbol 438 MovieClip |
"legLeft" | Symbol 453 MovieClip Frame 1 | Symbol 445 MovieClip |
"body" | Symbol 453 MovieClip Frame 1 | Symbol 451 MovieClip |
"wings" | Symbol 453 MovieClip Frame 1 | Symbol 452 MovieClip |
"glow" | Symbol 504 MovieClip Frame 2 | Symbol 503 MovieClip |
"glow" | Symbol 511 MovieClip Frame 2 | Symbol 510 MovieClip |
"butt" | Symbol 533 MovieClip Frame 1 | Symbol 497 MovieClip |
"antLeft" | Symbol 533 MovieClip Frame 1 | Symbol 504 MovieClip |
"antRight" | Symbol 533 MovieClip Frame 1 | Symbol 511 MovieClip |
"ant" | Symbol 535 MovieClip Frame 1 | Symbol 533 MovieClip |
"head" | Symbol 536 MovieClip Frame 1 | Symbol 535 MovieClip |
"neck" | Symbol 537 MovieClip Frame 1 | Symbol 536 MovieClip |
"upper" | Symbol 542 MovieClip Frame 1 | Symbol 541 MovieClip |
"upper" | Symbol 547 MovieClip Frame 1 | Symbol 545 MovieClip |
"upper" | Symbol 551 MovieClip Frame 1 | Symbol 550 MovieClip |
"upper" | Symbol 555 MovieClip Frame 1 | Symbol 554 MovieClip |
"shade" | Symbol 556 MovieClip Frame 1 | Symbol 482 MovieClip |
"shadeHead" | Symbol 556 MovieClip Frame 1 | Symbol 484 MovieClip |
"body" | Symbol 556 MovieClip Frame 1 | Symbol 537 MovieClip |
"legFrontLeft" | Symbol 556 MovieClip Frame 1 | Symbol 542 MovieClip |
"legFrontRight" | Symbol 556 MovieClip Frame 1 | Symbol 547 MovieClip |
"legBackRight" | Symbol 556 MovieClip Frame 1 | Symbol 551 MovieClip |
"legBackLeft" | Symbol 556 MovieClip Frame 1 | Symbol 555 MovieClip |
"wings" | Symbol 567 MovieClip Frame 1 | Symbol 564 MovieClip |
"land" | Symbol 567 MovieClip Frame 1 | Symbol 566 MovieClip |
"coneA" | Symbol 570 MovieClip Frame 1 | Symbol 569 MovieClip |
"coneB" | Symbol 571 MovieClip Frame 1 | Symbol 569 MovieClip |
"coneC" | Symbol 572 MovieClip Frame 1 | Symbol 569 MovieClip |
"nodeC" | Symbol 578 MovieClip Frame 1 | Symbol 134 MovieClip |
"nodeB" | Symbol 578 MovieClip Frame 1 | Symbol 134 MovieClip |
"nodeA" | Symbol 578 MovieClip Frame 1 | Symbol 134 MovieClip |
"legA" | Symbol 614 MovieClip Frame 1 | Symbol 613 MovieClip |
"legB" | Symbol 614 MovieClip Frame 1 | Symbol 613 MovieClip |
"legC" | Symbol 614 MovieClip Frame 1 | Symbol 613 MovieClip |
"envirOrigin" | Symbol 647 MovieClip Frame 1 | Symbol 646 MovieClip |
"envirDestination" | Symbol 647 MovieClip Frame 2 | Symbol 646 MovieClip |
Special Tags
FileAttributes (69) | Timeline Frame 1 | Access local files only, Metadata not present, AS1/AS2. |
ExportAssets (56) | Timeline Frame 2 | Symbol 19 as "forestTrack01" |
ExportAssets (56) | Timeline Frame 2 | Symbol 20 as "forestTrack02" |
ExportAssets (56) | Timeline Frame 2 | Symbol 21 as "forestTrack03" |
ExportAssets (56) | Timeline Frame 2 | Symbol 22 as "oceanTrack01" |
ExportAssets (56) | Timeline Frame 2 | Symbol 23 as "oceanTrack02" |
ExportAssets (56) | Timeline Frame 2 | Symbol 24 as "oceanTrack03" |
ExportAssets (56) | Timeline Frame 2 | Symbol 25 as "cavernTrack01" |
ExportAssets (56) | Timeline Frame 2 | Symbol 26 as "cavernTrack02" |
ExportAssets (56) | Timeline Frame 2 | Symbol 27 as "cavernTrack03" |
ExportAssets (56) | Timeline Frame 2 | Symbol 28 as "mountainTrack01" |
ExportAssets (56) | Timeline Frame 2 | Symbol 29 as "mountainTrack02" |
ExportAssets (56) | Timeline Frame 2 | Symbol 30 as "mountainTrack03" |
ExportAssets (56) | Timeline Frame 2 | Symbol 31 as "marshTrack01" |
ExportAssets (56) | Timeline Frame 2 | Symbol 32 as "marshTrack02" |
ExportAssets (56) | Timeline Frame 2 | Symbol 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 |
|