﻿ACTIONSCRIPT (AS1/AS2) FOR FLASH #264383
https://swfchan.com/53/264383/

	frame 1 {
		var urlString = _root._url;
		if (urlString.indexOf('armorgames.com') == -1) {
			_root.locker.gotoAndStop(2);
		}
	}
	frame 1 {
		mochi.as2.MochiServices.connect('830f63272a4a7929');
		var kongregate = _global.kongregate;
		kongregate.services.connect();
		var NoMenu = new ContextMenu();
		NoMenu.hideBuiltInItems();
		this.menu = NoMenu;
	}
	frame 1 {
		function Lbar() {
			_root.spinamount = (getBytesLoaded() / getBytesTotal()) * 100;
			txtx = Math.ceil(((getBytesLoaded() / getBytesTotal()) * 100 + loadcheat) / 2) + '%';
			if (_root.spinamount > 99) {
				loadcheat = Number(loadcheat + 0.25);
			}
			if (txtx == '100%' or Math.ceil(((getBytesLoaded() / getBytesTotal()) * 100 + loadcheat) / 2) > 99) {
				txtx = '';
				playb._visible = true;
				clearInterval(LoaderInt);
			}
		}
		stop();
		loadcheat = 0;
		LoaderInt = setInterval(Lbar, 10);
	}
	
	// unknown tag 88 length 175
	movieClip 9	{
	}
	movieClip 11	{
	}
	movieClip 13	{
	}
	movieClip 14	{
	}
	movieClip 16	{
	}
	movieClip 18	{
	}
	instance of movieClip 18	{
		onClipEvent (load) {
			xspeed = 0;
		}
		onClipEvent (enterFrame) {
			this._rotation += _root.spinamount / 2;
		}
	}
	
	// unknown tag 88 length 152
	movieClip 22	{
	}
	instance playb of movieClip 22	{
		onClipEvent (load) {
			_visible = false;
		}
		onClipEvent (rollOver) {
			_alpha = 50;
		}
		onClipEvent (rollOut) {
			_alpha = 100;
		}
		onClipEvent (release) {
			_root.nextFrame();
		}
	}
	movieClip 27	{
	}
	movieClip 30	{
	}
	movieClip 31	{
	}
	button 32 {
		on (release) {
			getURL('http://armorgames.com', '_blank');
		}
	}
	
	// unknown tag 88 length 164
	movieClip 38	{
		frame 1 {
			stop();
		}
		frame 2 {
			stopAllSounds();
		}
	}
	instance locker of movieClip 38	{
		onClipEvent (rollOver) {
			this.useHandCursor = false;
		}
	}
	movieClip 3330 __Packages.mochi.as2.MochiEventDispatcher {
		#initclip
			if (!_global.mochi) {
				_global.mochi = new Object();
			}
			if (!_global.mochi.as2) {
				_global.mochi.as2 = new Object();
			}
			if (!_global.mochi.as2.MochiEventDispatcher) {
				var v1 = function () {
					this.eventTable = {};
				};
				mochi.as2.MochiEventDispatcher = v1;
				var v2 = v1.prototype;
				v2.buildDelegate = function (thisObject, thatObject) {
					var v2 = {'thisObject': thisObject, 'thatObject': thatObject};
					if (thatObject != undefined) {
						var funct = (typeof thatObject == 'string') ? thisObject[thatObject] : thatObject;
						v2.delegate = function (args) {
							funct.call(thisObject, args);
						};
						return v2;
					}
					v2.delegate = thisObject;
					return v2;
				};
				v2.compareDelegate = function (d_A, d_B) {
					if (d_A.thisObject != d_B.thisObject || d_A.thatObject != d_B.thatObject) {
						return false;
					}
					return true;
				};
				v2.addEventListener = function (event, thisObject, thatObject) {
					this.removeEventListener(event, thisObject, thatObject);
					this.eventTable[event].push(this.buildDelegate(thisObject, thatObject));
				};
				v2.removeEventListener = function (event, thisObject, thatObject) {
					var v3 = this.buildDelegate(thisObject, thatObject);
					if (this.eventTable[event] == undefined) {
						this.eventTable[event] = [];
						return undefined;
					}
					for (var v4 in this.eventTable[event]) {
						if (!this.compareDelegate(this.eventTable[event][v4], v3)) {
							continue;
						}
						this.eventTable[event].splice(Number(v4), 1);
					}
				};
				v2.triggerEvent = function (event, args) {
					if (this.eventTable[event] == undefined) {
						return undefined;
					}
					for (var v4 in this.eventTable[event]) {
						this.eventTable[event][v4].delegate(args);
					}
				};
				ASSetPropFlags(mochi.as2.MochiEventDispatcher.prototype, null, 1);
			}
		#endinitclip
	}
	movieClip 3331 __Packages.mochi.as2.MochiServices {
		#initclip
			if (!_global.mochi) {
				_global.mochi = new Object();
			}
			if (!_global.mochi.as2) {
				_global.mochi.as2 = new Object();
			}
			if (!_global.mochi.as2.MochiServices) {
				var v1 = function () {};
				mochi.as2.MochiServices = v1;
				var v2 = v1.prototype;
				v1.__get__id = function () {
					return mochi.as2.MochiServices._id;
				};
				v1.__get__clip = function () {
					return mochi.as2.MochiServices._container;
				};
				v1.__get__childClip = function () {
					return mochi.as2.MochiServices._clip;
				};
				v1.getVersion = function () {
					return '3.9.2 as2';
				};
				v1.allowDomains = function (server) {
					var v1 = ((server.split('/'))[2].split(':'))[0];
					if (System.security) {
						if (System.security.allowDomain) {
							System.security.allowDomain('*');
							System.security.allowDomain(v1);
						}
						if (System.security.allowInsecureDomain) {
							System.security.allowInsecureDomain('*');
							System.security.allowInsecureDomain(v1);
						}
					}
					return v1;
				};
				v1.__get__isNetworkAvailable = function () {
					if (System.security) {
						var v1 = System.security;
						if (v1.sandboxType == 'localWithFile') {
							return false;
						}
					}
					return true;
				};
				v1.__set__comChannelName = function (val) {
					if (val != undefined) {
						if (val.length > 3) {
							mochi.as2.MochiServices._sendChannelName = val + '_fromgame';
							mochi.as2.MochiServices.initComChannels();
						}
					}
					return mochi.as2.MochiServices.__get__comChannelName();
				};
				v1.__get__connected = function () {
					return mochi.as2.MochiServices._connected;
				};
				v1.connect = function (id, clip, onError) {
					mochi.as2.MochiServices.warnID(id, false);
					if (!mochi.as2.MochiServices._connected && mochi.as2.MochiServices._clip == undefined) {
						trace('MochiServices Connecting...');
						mochi.as2.MochiServices._connecting = true;
						mochi.as2.MochiServices.init(id, clip);
					}
					if (onError != undefined) {
						mochi.as2.MochiServices.onError = onError;
					} else {
						if (mochi.as2.MochiServices.onError == undefined) {
							mochi.as2.MochiServices.onError = function (errorCode) {
								trace(errorCode);
							};
						}
					}
				};
				v1.disconnect = function () {
					if (mochi.as2.MochiServices._connected || mochi.as2.MochiServices._connecting) {
						mochi.as2.MochiServices._connected = false;
						mochi.as2.MochiServices._connecting = mochi.as2.MochiServices._connected;
						mochi.as2.MochiServices.flush(true);
						if (mochi.as2.MochiServices._clip != undefined) {
							mochi.as2.MochiServices._clip.removeMovieClip();
							delete mochi.as2.MochiServices._clip;
						}
						mochi.as2.MochiServices._listenChannel.close();
					}
				};
				v1.init = function (id, clip) {
					mochi.as2.MochiServices._id = id;
					if (clip != undefined) {
						mochi.as2.MochiServices._container = clip;
					} else {
						mochi.as2.MochiServices._container = _root;
					}
					mochi.as2.MochiServices.loadCommunicator(id, mochi.as2.MochiServices._container);
				};
				v1.loadCommunicator = function (id, clip) {
					var v6 = '_mochiservices_com_' + id;
					var v5 = new MovieClipLoader();
					var v3 = {};
					if (mochi.as2.MochiServices._clip != null) {
						return mochi.as2.MochiServices._clip;
					}
					if (!mochi.as2.MochiServices.__get__isNetworkAvailable()) {
						return null;
					}
					if ((mochi.as2.MochiServices.urlOptions()).servURL) {
						mochi.as2.MochiServices._servURL = (mochi.as2.MochiServices.urlOptions()).servURL;
					}
					var v4 = mochi.as2.MochiServices._servURL + mochi.as2.MochiServices._services;
					if ((mochi.as2.MochiServices.urlOptions()).servicesURL) {
						v4 = (mochi.as2.MochiServices.urlOptions()).servicesURL;
					}
					mochi.as2.MochiServices.allowDomains(v4);
					mochi.as2.MochiServices._clip = clip.createEmptyMovieClip(v6, 10336, false);
					mochi.as2.MochiServices._listenChannelName += Math.floor((new Date()).getTime()) + '_' + Math.floor(Math.random() * 99999);
					mochi.as2.MochiServices.listen();
					if (v3.waitInterval != null) {
						clearInterval(v3.waitInterval);
					}
					v3.onLoadError = mochi.as2.MochiServices.loadError;
					v3.onLoadStart = function (target_mc) {
						this.isLoading = true;
					};
					v3.onLoadComplete = function (target_mc) {
						target_mc.MochiServices = mochi.as2.MochiServices;
					};
					v3.startTime = getTimer();
					v3.wait = function () {
						if (getTimer() - this.startTime > 10000) {
							if (!this.isLoading) {
								mochi.as2.MochiServices.disconnect();
								mochi.as2.MochiServices.onError.apply(null, ['IOError']);
							}
							clearInterval(this.waitInterval);
						}
					};
					v3.waitInterval = setInterval(v3, 'wait', 1000);
					v5.addListener(v3);
					v5.loadClip(v4 + '?listenLC=' + mochi.as2.MochiServices._listenChannelName + '&mochiad_options=' + escape(_root.mochiad_options) + '&api_version=' + mochi.as2.MochiServices.getVersion(), mochi.as2.MochiServices._clip);
					mochi.as2.MochiServices._sendChannel = new LocalConnection();
					mochi.as2.MochiServices._sendChannel._queue = [];
					return mochi.as2.MochiServices._clip;
				};
				v1.loadError = function (target_mc, errorCode, httpStatus) {
					trace('MochiServices could not load.');
					mochi.as2.MochiServices.disconnect();
					mochi.as2.MochiServices.onError.apply(null, [errorCode]);
				};
				v1.onStatus = function (infoObject) {
					if (infoObject.level !== 'error') {
					} else {
						mochi.as2.MochiServices._connected = false;
						mochi.as2.MochiServices._listenChannel.connect(mochi.as2.MochiServices._listenChannelName);
					}
				};
				v1.listen = function () {
					mochi.as2.MochiServices._listenChannel = new LocalConnection();
					mochi.as2.MochiServices._listenChannel.handshake = function (args) {
						mochi.as2.MochiServices.__set__comChannelName(args.newChannel);
					};
					mochi.as2.MochiServices._listenChannel.allowDomain = function (d) {
						return true;
					};
					mochi.as2.MochiServices._listenChannel.allowInsecureDomain = mochi.as2.MochiServices._listenChannel.allowDomain;
					mochi.as2.MochiServices._listenChannel._nextcallbackID = 0;
					mochi.as2.MochiServices._listenChannel._callbacks = {};
					mochi.as2.MochiServices._listenChannel.connect(mochi.as2.MochiServices._listenChannelName);
					trace('Waiting for MochiAds services to connect...');
				};
				v1.initComChannels = function () {
					if (!mochi.as2.MochiServices._connected) {
						mochi.as2.MochiServices._sendChannel.onStatus = function (infoObject) {
							mochi.as2.MochiServices.onStatus(infoObject);
						};
						mochi.as2.MochiServices._sendChannel.send(mochi.as2.MochiServices._sendChannelName, 'onReceive', {'methodName': 'handshakeDone'});
						mochi.as2.MochiServices._sendChannel.send(mochi.as2.MochiServices._sendChannelName, 'onReceive', {'methodName': 'registerGame', 'id': mochi.as2.MochiServices._id, 'version': mochi.as2.MochiServices.getVersion()});
						mochi.as2.MochiServices._listenChannel.onStatus = function (infoObject) {
							mochi.as2.MochiServices.onStatus(infoObject);
						};
						mochi.as2.MochiServices._listenChannel.onReceive = function (pkg) {
							var v5 = pkg.callbackID;
							var v4 = this._callbacks[v5];
							if (!v4) {
								return undefined;
							}
							var v2 = v4.callbackMethod;
							var v3 = v4.callbackObject;
							if (v3 && typeof v2 == 'string') {
								v2 = v3[v2];
							}
							if (v2 != undefined) {
								v2.apply(v3, pkg.args);
							}
							delete this._callbacks[v5];
						};
						mochi.as2.MochiServices._listenChannel.onEvent = function (pkg) {
							switch (pkg.target) {
								case 'services':
									mochi.as2.MochiServices.triggerEvent(pkg.event, pkg.args);
									break;
								case 'events':
									mochi.as2.MochiEvents.triggerEvent(pkg.event, pkg.args);
									break;
								case 'coins':
									mochi.as2.MochiCoins.triggerEvent(pkg.event, pkg.args);
									break;
								case 'social':
									mochi.as2.MochiSocial.triggerEvent(pkg.event, pkg.args);
							}
						};
						mochi.as2.MochiServices._listenChannel.onError = function () {
							mochi.as2.MochiServices.onError.apply(null, ['IOError']);
						};
						trace('[SERVICES_API] connected!');
						mochi.as2.MochiServices._connecting = false;
						mochi.as2.MochiServices._connected = true;
						while (mochi.as2.MochiServices._sendChannel._queue.length > 0) {
							mochi.as2.MochiServices._sendChannel.send(mochi.as2.MochiServices._sendChannelName, 'onReceive', mochi.as2.MochiServices._sendChannel._queue.shift());
						}
					}
				};
				v1.flush = function (error) {
					var v1;
					var v2;
					while (mochi.as2.MochiServices._sendChannel._queue.length > 0) {
						v1 = mochi.as2.MochiServices._sendChannel._queue.shift();
						false;
						if (v1.callbackID != null) {
							v2 = mochi.as2.MochiServices._listenChannel._callbacks[v1.callbackID];
						}
						delete mochi.as2.MochiServices._listenChannel._callbacks[v1.callbackID];
						if (error) {
							mochi.as2.MochiServices.handleError(v1.args, v2.callbackObject, v2.callbackMethod);
						}
					}
				};
				v1.handleError = function (args, callbackObject, callbackMethod) {
					if (args != null) {
						if (args.onError != null) {
							args.onError.apply(null, ['NotConnected']);
						}
						if (args.options != null && args.options.onError != null) {
							args.options.onError.apply(null, ['NotConnected']);
						}
					}
					if (callbackMethod != null) {
						args = {};
						args.error = true;
						args.errorCode = 'NotConnected';
						if (callbackObject != null && typeof callbackMethod == 'string') {
							callbackObject[callbackMethod](args);
						} else {
							if (callbackMethod != null) {
								callbackMethod.apply(args);
							}
						}
					}
				};
				v1.send = function (methodName, args, callbackObject, callbackMethod) {
					if (mochi.as2.MochiServices._connected) {
						mochi.as2.MochiServices._sendChannel.send(mochi.as2.MochiServices._sendChannelName, 'onReceive', {'methodName': methodName, 'args': args, 'callbackID': mochi.as2.MochiServices._listenChannel._nextcallbackID});
					} else {
						if (mochi.as2.MochiServices._clip == undefined || !mochi.as2.MochiServices._connecting) {
							trace('Error: MochiServices not connected. 	Please call MochiServices.connect().	Function: ' + methodName);
							mochi.as2.MochiServices.handleError(args, callbackObject, callbackMethod);
							mochi.as2.MochiServices.flush(true);
							return undefined;
						} else {
							mochi.as2.MochiServices._sendChannel._queue.push({'methodName': methodName, 'args': args, 'callbackID': mochi.as2.MochiServices._listenChannel._nextcallbackID});
						}
					}
					mochi.as2.MochiServices._listenChannel._callbacks[mochi.as2.MochiServices._listenChannel._nextcallbackID] = {'callbackObject': callbackObject, 'callbackMethod': callbackMethod};
					++mochi.as2.MochiServices._listenChannel._nextcallbackID;
				};
				v1.urlOptions = function () {
					var v5 = {};
					var v6;
					if (_root._url.indexOf('mochiad_options') != -1) {
						var v2 = _root._url.indexOf('mochiad_options') + 'mochiad_options'.length + 1;
						v6 = _root._url.substr(v2, _root._url.length);
					} else {
						if (_root.mochiad_options) {
							v6 = _root.mochiad_options;
						}
					}
					if (v6) {
						var v4 = _root.mochiad_options.split('&');
						var v2 = 0;
						while (v2 < v4.length) {
							var v3 = v4[v2].split('=');
							v5[unescape(v3[0])] = unescape(v3[1]);
							++v2;
						}
					}
					return v5;
				};
				v1.warnID = function (bid, leaderboard) {
					bid = bid.toLowerCase();
					if (bid.length != 16) {
						trace('WARNING: ' + (leaderboard ? 'board' : 'game') + ' ID is not the appropriate length');
						return undefined;
					} else {
						if (bid == '1e113c7239048b3f') {
							if (leaderboard) {
								trace('WARNING: Using testing board ID');
							} else {
								trace('WARNING: Using testing board ID as game ID');
							}
							return undefined;
						} else {
							if (bid == '84993a1de4031cd8') {
								if (leaderboard) {
									trace('WARNING: Using testing game ID as board ID');
								} else {
									trace('WARNING: Using testing game ID');
								}
								return undefined;
							}
						}
					}
					var v1 = 0;
					while (v1 < bid.length) {
						switch (bid.charAt(v1)) {
								if (bid.charAt(v1) !== 'f') {
								} else {
								case '0':
								case '1':
								case '2':
								case '3':
								case '4':
								case '5':
								case '6':
								case '7':
								case '8':
								case '9':
								case 'a':
									break;
								case 'b':
								case 'c':
								case 'd':
								case 'e':
								}
							default:
								trace('WARNING: Board ID contains illegal characters: ' + bid);
								return undefined;
						}
						++v1;
					}
				};
				v1.addLinkEvent = function (url, burl, btn, onClick) {
					var timeout = 1500;
					var t0 = getTimer();
					var v2 = new Object();
					v2.mav = mochi.as2.MochiServices.getVersion();
					v2.swfv = btn.getSWFVersion() || 6;
					v2.swfurl = btn._url;
					v2.fv = System.capabilities.version;
					v2.os = System.capabilities.os;
					v2.lang = System.capabilities.language;
					v2.scres = System.capabilities.screenResolutionX + 'x' + System.capabilities.screenResolutionY;
					var s = '?';
					var v3 = 0;
					for (var v6 in v2) {
						if (v3 != 0) {
							s += '&';
						}
						++v3;
						s = s + v6 + '=' + escape(v2[v6]);
					}
					if (!(mochi.as2.MochiServices.netupAttempted || mochi.as2.MochiServices._connected)) {
						var ping = btn.createEmptyMovieClip('ping', 777);
						var v7 = btn.createEmptyMovieClip('nettest', 778);
						mochi.as2.MochiServices.netupAttempted = true;
						ping.loadMovie('http://link.mochiads.com/linkping.swf?t=' + getTimer());
						v7.onEnterFrame = function () {
							if (ping._totalframes > 0 && ping._totalframes == ping._framesloaded) {
								delete this.onEnterFrame;
							} else {
								if (getTimer() - t0 > timeout) {
									delete this.onEnterFrame;
									mochi.as2.MochiServices.netup = false;
								}
							}
						};
					}
					var v4 = btn.createEmptyMovieClip('clk', 1001);
					v4._alpha = 0;
					v4.beginFill(1044735);
					v4.moveTo(0, 0);
					v4.lineTo(0, btn._height);
					v4.lineTo(btn._width, btn._height);
					v4.lineTo(btn._width, 0);
					v4.lineTo(0, 0);
					v4.endFill();
					v4.onRelease = function () {
						if (mochi.as2.MochiServices.netup) {
							getURL(url + s, '_blank');
						} else {
							getURL(burl, '_blank');
						}
						if (onClick != undefined) {
							onClick();
						}
					};
				};
				v1.setContainer = function (clip) {};
				v1.stayOnTop = function (clip) {};
				v1.addEventListener = function (eventType, thisObject, thatObject) {
					mochi.as2.MochiServices._dispatcher.addEventListener(eventType, thisObject, thatObject);
				};
				v1.triggerEvent = function (eventType, args) {
					mochi.as2.MochiServices._dispatcher.triggerEvent(eventType, args);
				};
				v1.removeEventListener = function (eventType, thisObject, thatObject) {
					mochi.as2.MochiServices._dispatcher.removeEventListener(eventType, thisObject, thatObject);
				};
				v1.CONNECTED = 'onConnected';
				v1._servURL = 'http://www.mochiads.com/static/lib/services/';
				v1._services = 'services.swf';
				v1._mochiLC = 'MochiLC.swf';
				v1._listenChannelName = '__ms_';
				v1._connecting = false;
				v1._connected = false;
				v1.netup = true;
				v1.netupAttempted = false;
				v1._dispatcher = new mochi.as2.MochiEventDispatcher();
				v1.addProperty('childClip', v1.__get__childClip, function () {});
				v1.addProperty('clip', v1.__get__clip, function () {});
				v1.addProperty('comChannelName', function () {}, v1.__set__comChannelName);
				v1.addProperty('connected', v1.__get__connected, function () {});
				v1.addProperty('id', v1.__get__id, function () {});
				v1.addProperty('isNetworkAvailable', v1.__get__isNetworkAvailable, function () {});
				ASSetPropFlags(mochi.as2.MochiServices.prototype, null, 1);
			}
		#endinitclip
	}
	movieClip 3332 __Packages.mochi.as2.MochiEvents {
		#initclip
			if (!_global.mochi) {
				_global.mochi = new Object();
			}
			if (!_global.mochi.as2) {
				_global.mochi.as2 = new Object();
			}
			if (!_global.mochi.as2.MochiEvents) {
				var v1 = function () {};
				mochi.as2.MochiEvents = v1;
				var v2 = v1.prototype;
				v1.getVersion = function () {
					return mochi.as2.MochiServices.getVersion();
				};
				v1.startSession = function (achievementID) {
					mochi.as2.MochiServices.send('events_beginSession', {'achievementID': achievementID}, null, null);
				};
				v1.setNotifications = function (clip, style) {
					var v2 = {};
					for (var v3 in style) {
						v2[v3] = style[v3];
					}
					v2.clip = clip;
					mochi.as2.MochiServices.send('events_setNotifications', v2, null, null);
				};
				v1.addEventListener = function (eventType, thisObject, thatObject) {
					mochi.as2.MochiEvents._dispatcher.addEventListener(eventType, thisObject, thatObject);
				};
				v1.triggerEvent = function (eventType, args) {
					mochi.as2.MochiEvents._dispatcher.triggerEvent(eventType, args);
				};
				v1.removeEventListener = function (eventType, thisObject, thatObject) {
					mochi.as2.MochiEvents._dispatcher.removeEventListener(eventType, thisObject, thatObject);
				};
				v1.startPlay = function (tag) {
					if (tag == undefined) {
						tag = 'gameplay';
					}
					mochi.as2.MochiServices.send('events_setRoundID', {'tag': String(tag)}, null, null);
				};
				v1.endPlay = function () {
					mochi.as2.MochiServices.send('events_clearRoundID', null, null, null);
				};
				v1.trackEvent = function (tag, value) {
					mochi.as2.MochiServices.send('events_trackEvent', {'tag': tag, 'value': value}, null, null);
				};
				v1.ACHIEVEMENT_RECEIVED = 'AchievementReceived';
				v1.ALIGN_TOP_LEFT = 'ALIGN_TL';
				v1.ALIGN_TOP = 'ALIGN_T';
				v1.ALIGN_TOP_RIGHT = 'ALIGN_TR';
				v1.ALIGN_LEFT = 'ALIGN_L';
				v1.ALIGN_CENTER = 'ALIGN_C';
				v1.ALIGN_RIGHT = 'ALIGN_R';
				v1.ALIGN_BOTTOM_LEFT = 'ALIGN_BL';
				v1.ALIGN_BOTTOM = 'ALIGN_B';
				v1.ALIGN_BOTTOM_RIGHT = 'ALIGN_BR';
				v1.FORMAT_SHORT = 'ShortForm';
				v1.FORMAT_LONG = 'LongForm';
				v1._dispatcher = new mochi.as2.MochiEventDispatcher();
				ASSetPropFlags(mochi.as2.MochiEvents.prototype, null, 1);
			}
		#endinitclip
	}
	movieClip 3333 __Packages.mochi.as2.MochiCoins {
		#initclip
			if (!_global.mochi) {
				_global.mochi = new Object();
			}
			if (!_global.mochi.as2) {
				_global.mochi.as2 = new Object();
			}
			if (!_global.mochi.as2.MochiCoins) {
				var v1 = function () {};
				mochi.as2.MochiCoins = v1;
				var v2 = v1.prototype;
				v1.getVersion = function () {
					return mochi.as2.MochiServices.getVersion();
				};
				v1.showStore = function (options) {
					mochi.as2.MochiServices.send('coins_showStore', {'options': options}, null, null);
				};
				v1.showItem = function (options) {
					if (options == undefined || typeof options.item != 'string') {
						trace('ERROR: showItem call must pass an Object with an item key');
						return undefined;
					}
					mochi.as2.MochiServices.send('coins_showItem', {'options': options}, null, null);
				};
				v1.showVideo = function (options) {
					if (options == undefined || typeof options.item != 'string') {
						trace('ERROR: showVideo call must pass an Object with an item key');
						return undefined;
					}
					mochi.as2.MochiServices.send('coins_showVideo', {'options': options}, null, null);
				};
				v1.getStoreItems = function () {
					mochi.as2.MochiServices.send('coins_getStoreItems');
				};
				v1.requestFunding = function (properties) {
					mochi.as2.MochiServices.send('social_requestFunding', properties);
				};
				v1.addEventListener = function (eventType, delegate) {
					mochi.as2.MochiCoins._dispatcher.addEventListener(eventType, delegate);
				};
				v1.triggerEvent = function (eventType, args) {
					mochi.as2.MochiCoins._dispatcher.triggerEvent(eventType, args);
				};
				v1.removeEventListener = function (eventType, delegate) {
					mochi.as2.MochiCoins._dispatcher.removeEventListener(eventType, delegate);
				};
				v1.STORE_SHOW = 'StoreShow';
				v1.STORE_HIDE = 'StoreHide';
				v1.ITEM_OWNED = 'ItemOwned';
				v1.ITEM_NEW = 'ItemNew';
				v1.STORE_ITEMS = 'StoreItems';
				v1.ERROR = 'Error';
				v1.IO_ERROR = 'IOError';
				v1.NO_USER = 'NoUser';
				v1._dispatcher = new mochi.as2.MochiEventDispatcher();
				ASSetPropFlags(mochi.as2.MochiCoins.prototype, null, 1);
			}
		#endinitclip
	}
	movieClip 3334 __Packages.mochi.as2.MochiSocial {
		#initclip
			if (!_global.mochi) {
				_global.mochi = new Object();
			}
			if (!_global.mochi.as2) {
				_global.mochi.as2 = new Object();
			}
			if (!_global.mochi.as2.MochiSocial) {
				var v1 = function () {};
				mochi.as2.MochiSocial = v1;
				var v2 = v1.prototype;
				v1.getVersion = function () {
					return mochi.as2.MochiServices.getVersion();
				};
				v1.showLoginWidget = function (options) {
					mochi.as2.MochiServices.setContainer();
					mochi.as2.MochiServices.stayOnTop();
					mochi.as2.MochiServices.send('social_showLoginWidget', {'options': options});
				};
				v1.hideLoginWidget = function () {
					mochi.as2.MochiServices.send('social_hideLoginWidget');
				};
				v1.requestLogin = function (properties) {
					mochi.as2.MochiServices.send('social_requestLogin', properties);
				};
				v1.getFriendsList = function (properties) {
					mochi.as2.MochiServices.send('social_getFriendsList', properties);
				};
				v1.postToStream = function (properties) {
					mochi.as2.MochiServices.send('social_postToStream', properties);
				};
				v1.inviteFriends = function (properties) {
					mochi.as2.MochiServices.send('social_inviteFriends', properties);
				};
				v1.requestFan = function (properties) {
					mochi.as2.MochiServices.send('social_requestFan', properties);
				};
				v1.saveUserProperties = function (properties) {
					mochi.as2.MochiServices.send('social_saveUserProperties', properties);
				};
				v1.addEventListener = function (eventType, delegate) {
					mochi.as2.MochiSocial._dispatcher.addEventListener(eventType, delegate);
				};
				v1.triggerEvent = function (eventType, args) {
					mochi.as2.MochiSocial._dispatcher.triggerEvent(eventType, args);
				};
				v1.removeEventListener = function (eventType, delegate) {
					mochi.as2.MochiSocial._dispatcher.removeEventListener(eventType, delegate);
				};
				v1.LOGGED_IN = 'LoggedIn';
				v1.LOGGED_OUT = 'LoggedOut';
				v1.LOGIN_SHOW = 'LoginShow';
				v1.LOGIN_HIDE = 'LoginHide';
				v1.LOGIN_SHOWN = 'LoginShown';
				v1.PROFILE_SHOW = 'ProfileShow';
				v1.PROFILE_HIDE = 'ProfileHide';
				v1.PROPERTIES_SAVED = 'PropertySaved';
				v1.WIDGET_LOADED = 'WidgetLoaded';
				v1.FRIEND_LIST = 'FriendsList';
				v1.PROFILE_DATA = 'ProfileData';
				v1.GAMEPLAY_DATA = 'GameplayData';
				v1.ACTION_CANCELED = 'onCancel';
				v1.ACTION_COMPLETE = 'onComplete';
				v1.USER_INFO = 'UserInfo';
				v1.ERROR = 'Error';
				v1.IO_ERROR = 'IOError';
				v1.NO_USER = 'NoUser';
				v1.PROPERTIES_SIZE = 'PropertiesSize';
				v1._dispatcher = new mochi.as2.MochiEventDispatcher();
				ASSetPropFlags(mochi.as2.MochiSocial.prototype, null, 1);
			}
		#endinitclip
	}
	movieClip 3335 __Packages.mochi.as2.MochiScores {
		#initclip
			if (!_global.mochi) {
				_global.mochi = new Object();
			}
			if (!_global.mochi.as2) {
				_global.mochi.as2 = new Object();
			}
			if (!_global.mochi.as2.MochiScores) {
				var v1 = function () {};
				mochi.as2.MochiScores = v1;
				var v2 = v1.prototype;
				v1.setBoardID = function (boardID) {
					mochi.as2.MochiServices.warnID(boardID, true);
					mochi.as2.MochiScores.boardID = boardID;
					mochi.as2.MochiServices.send('scores_setBoardID', {'boardID': boardID});
				};
				v1.showLeaderboard = function (options) {
					options.clip = mochi.as2.MochiServices.clip;
					if (options.clip != mochi.as2.MochiServices.__get__clip() || (mochi.as2.MochiServices.__get__childClip())._target == undefined) {
						mochi.as2.MochiServices.disconnect();
						trace('WARNING!	This application is attempting to connect to MochiServices inside a showLeaderboard call!');
						trace('make sure MochiServices.connect is called as early in the application runtime as possible.');
						mochi.as2.MochiServices.connect(mochi.as2.MochiServices.__get__id(), options.clip);
					}
					delete options.clip;
					if (options.name != null) {
						if (typeof options.name == 'object') {
							if (options.name.text != undefined) {
								options.name = options.name.text;
							}
						}
					}
					if (options.score != null) {
						if (options.score instanceof TextField) {
							if (options.score.text != undefined) {
								options.score = options.score.text;
							}
						} else {
							if (options.score instanceof mochi.as2.MochiDigits) {
								options.score = options.score.value;
							}
						}
						var v1 = Number(options.score);
						if (isNaN(v1)) {
							trace('ERROR: Submitted score \'' + options.score + '\' will be rejected, score is \'Not a Number\'');
						} else {
							if (v1 == Number.NEGATIVE_INFINITY || v1 == Number.POSITIVE_INFINITY) {
								trace('ERROR: Submitted score \'' + options.score + '\' will be rejected, score is an infinite');
							} else {
								if (Math.floor(v1) != v1) {
									trace('WARNING: Submitted score \'' + options.score + '\' will be truncated');
								}
								options.score = v1;
							}
						}
					}
					if (options.onDisplay != null) {
						options.onDisplay();
					} else {
						(mochi.as2.MochiServices.__get__clip()).stop();
					}
					if (options.onClose != null) {
						mochi.as2.MochiScores.onClose = options.onClose;
					} else {
						mochi.as2.MochiScores.onClose = function () {
							(mochi.as2.MochiServices.__get__clip()).play();
						};
					}
					if (options.onError != null) {
						mochi.as2.MochiScores.onError = options.onError;
					} else {
						mochi.as2.MochiScores.onError = mochi.as2.MochiScores.onClose;
					}
					if (options.boardID == null) {
						if (mochi.as2.MochiScores.boardID != null) {
							options.boardID = mochi.as2.MochiScores.boardID;
						}
					}
					mochi.as2.MochiServices.warnID(options.boardID, true);
					trace('[MochiScores] NOTE: Security Sandbox Violation errors below are normal');
					mochi.as2.MochiServices.send('scores_showLeaderboard', {'options': options}, null, mochi.as2.MochiScores.doClose);
				};
				v1.closeLeaderboard = function () {
					mochi.as2.MochiServices.send('scores_closeLeaderboard');
				};
				v1.getPlayerInfo = function (callbackObj, callbackMethod) {
					mochi.as2.MochiServices.send('scores_getPlayerInfo', null, callbackObj, callbackMethod);
				};
				v1.submit = function (score, name, callbackObj, callbackMethod) {
					score = Number(score);
					if (isNaN(score)) {
						trace('ERROR: Submitted score \'' + String(score) + '\' will be rejected, score is \'Not a Number\'');
					} else {
						if (score == Number.NEGATIVE_INFINITY || score == Number.POSITIVE_INFINITY) {
							trace('ERROR: Submitted score \'' + String(score) + '\' will be rejected, score is an infinite');
						} else {
							if (Math.floor(score) != score) {
								trace('WARNING: Submitted score \'' + String(score) + '\' will be truncated');
							}
							score = Number(score);
						}
					}
					mochi.as2.MochiServices.send('scores_submit', {'score': score, 'name': name}, callbackObj, callbackMethod);
				};
				v1.requestList = function (callbackObj, callbackMethod) {
					mochi.as2.MochiServices.send('scores_requestList', null, callbackObj, callbackMethod);
				};
				v1.scoresArrayToObjects = function (scores) {
					var v5 = {};
					var v1;
					var v4;
					var v2;
					var v6;
					for (var v8 in scores) {
						if (typeof scores[v8] == 'object') {
							if (scores[v8].cols != null && scores[v8].rows != null) {
								v5[v8] = [];
								v2 = scores[v8];
								v4 = 0;
								while (v4 < v2.rows.length) {
									v6 = {};
									v1 = 0;
									while (v1 < v2.cols.length) {
										v6[v2.cols[v1]] = v2.rows[v4][v1];
										++v1;
									}
									v5[v8].push(v6);
									++v4;
								}
							} else {
								v5[v8] = {};
								for (var v7 in scores[v8]) {
									v5[v8][v7] = scores[v8][v7];
								}
							}
						} else {
							v5[v8] = scores[v8];
						}
					}
					return v5;
				};
				v1.doClose = function (args) {
					if (args.error == true) {
						if (args.errorCode == undefined) {
							args.errorCode = 'IOError';
						}
						mochi.as2.MochiScores.onError.apply(null, [args.errorCode]);
					} else {
						mochi.as2.MochiScores.onClose.apply();
					}
				};
				ASSetPropFlags(mochi.as2.MochiScores.prototype, null, 1);
			}
		#endinitclip
	}
	movieClip 3336 __Packages.mochi.as2.MochiDigits {
		#initclip
			if (!_global.mochi) {
				_global.mochi = new Object();
			}
			if (!_global.mochi.as2) {
				_global.mochi.as2 = new Object();
			}
			if (!_global.mochi.as2.MochiDigits) {
				var v1 = function (digit, index) {
					this.Encoder = 0;
					this.setValue(digit, index);
				};
				mochi.as2.MochiDigits = v1;
				var v2 = v1.prototype;
				v2.__get__value = function () {
					return Number(this.toString());
				};
				v2.__set__value = function (v) {
					this.setValue(v);
					return this.__get__value();
				};
				v2.addValue = function (v) {
					this.value += v;
				};
				v2.setValue = function (digit, index) {
					var v3 = digit.toString();
					if (index == undefined || isNaN(index)) {
						index = 0;
					}
					this.Fragment = v3.charCodeAt(index++) ^ this.Encoder;
					if (index < v3.length) {
						this.Sibling = new mochi.as2.MochiDigits(digit, index);
					} else {
						this.Sibling = null;
					}
					this.reencode();
				};
				v2.reencode = function () {
					var v2 = int(2147483647 * Math.random());
					this.Fragment ^= v2 ^ this.Encoder;
					this.Encoder = v2;
				};
				v2.toString = function () {
					var v2 = String.fromCharCode(this.Fragment ^ this.Encoder);
					return (this.Sibling != null) ? v2.concat(this.Sibling.toString()) : v2;
				};
				v2.addProperty('value', v2.__get__value, v2.__set__value);
				ASSetPropFlags(mochi.as2.MochiDigits.prototype, null, 1);
			}
		#endinitclip
	}
	frame 2 {
		stop();
	}
	movieClip 40	{
	}
	movieClip 49	{
	}
	movieClip 55	{
	}
	movieClip 59	{
	}
	
	// unknown tag 88 length 563
	movieClip 62	{
	}
	movieClip 63	{
		frame 1 {
			_root.stop();
			gotoAndPlay(2);
		}
		instance of movieClip 62	{
			onClipEvent (release) {
				getURL('http://www.wixgames.co.uk/', '_blank');
			}
		}
		frame 346 {
			_root.nextFrame();
		}
	}
	frame 3 {
		game = SharedObject.getLocal('mydata');
		if (game.data.runbest == undefined) {
			runbest = 0;
		} else {
			runbest = game.data.runbest;
		}
		if (game.data.swimbest == undefined) {
			swimbest = 0;
		} else {
			swimbest = game.data.swimbest;
		}
		if (game.data.climbbest == undefined) {
			climbbest = 0;
		} else {
			climbbest = game.data.climbbest;
		}
		if (game.data.flybest == undefined) {
			flybest = 0;
		} else {
			flybest = game.data.flybest;
		}
		if (game.data.domobest == undefined) {
			domobest = 0;
		} else {
			domobest = game.data.domobest;
		}
		if (game.data.stalvl == undefined) {
			stalvl = 0;
		} else {
			stalvl = game.data.stalvl;
		}
		if (game.data.clilvl == undefined) {
			clilvl = 0;
		} else {
			clilvl = game.data.clilvl;
		}
		if (game.data.runlvl == undefined) {
			runlvl = 0;
		} else {
			runlvl = game.data.runlvl;
		}
		if (game.data.flylvl == undefined) {
			flylvl = 0;
		} else {
			flylvl = game.data.flylvl;
		}
		if (game.data.swilvl == undefined) {
			swilvl = 0;
		} else {
			swilvl = game.data.swilvl;
		}
		if (game.data.money == undefined) {
			money = 5;
		} else {
			money = game.data.money;
		}
		if (game.data.race == undefined) {
			race = 0;
		} else {
			race = game.data.race;
		}
		if (game.data.maxi == undefined) {
			maxi = 50;
		} else {
			maxi = game.data.maxi;
		}
		if (game.data.dt == undefined) {
			dt = 0;
		} else {
			dt = game.data.dt;
		}
		if (game.data.strf == undefined) {
			sthf = 0;
		} else {
			sthf = game.data.sthf;
		}
		if (game.data.athf == undefined) {
			athf = 0;
		} else {
			athf = game.data.athf;
		}
		if (game.data.flyf == undefined) {
			flyf = 0;
		} else {
			flyf = game.data.flyf;
		}
		if (game.data.swif == undefined) {
			swif = 0;
		} else {
			swif = game.data.swif;
		}
		if (game.data.a1 == undefined) {
			a1 = 0;
		} else {
			a1 = game.data.a1;
		}
		if (game.data.a2 == undefined) {
			a2 = 0;
		} else {
			a2 = game.data.a2;
		}
		if (game.data.a3 == undefined) {
			a3 = 0;
		} else {
			a3 = game.data.a3;
		}
		if (game.data.a4 == undefined) {
			a4 = 0;
		} else {
			a4 = game.data.a4;
		}
		if (game.data.a5 == undefined) {
			a5 = 0;
		} else {
			a5 = game.data.a5;
		}
		if (game.data.a6 == undefined) {
			a6 = 0;
		} else {
			a6 = game.data.a6;
		}
		if (game.data.a7 == undefined) {
			a7 = 0;
		} else {
			a7 = game.data.a7;
		}
		if (game.data.a8 == undefined) {
			a8 = 0;
		} else {
			a8 = game.data.a8;
		}
		if (game.data.a9 == undefined) {
			a9 = 0;
		} else {
			a9 = game.data.a9;
		}
		if (game.data.a10 == undefined) {
			a10 = 0;
		} else {
			a10 = game.data.a10;
		}
		if (money == NaN) {
			money = 5;
		}
		if (race > 5 or flyf > 0 or athf > 0 or swif > 0 or strf > 0) {
			kongregate.stats.submit('FirstEvolution', 1);
		}
		if (flyf > 0 or athf > 0 or swif > 0 or strf > 0) {
			kongregate.stats.submit('GameComplete', 1);
		}
		playsounds = true;
		stop();
	}
	movieClip 70	{
	}
	button 76 {
		on (release) {
			_root.logo.play();
		}
	}
	movieClip 78	{
	}
	movieClip 79	{
	}
	movieClip 81	{
		frame 1 {
			stop();
		}
		frame 15 {
			if (_root.money !== 5) {
				_root.gotoAndStop(8);
			} else {
				_root.nextFrame();
			}
		}
		frame 30 {
			_root.gotoAndStop(400);
		}
	}
	movieClip 83	{
		frame 1 {
			stop();
		}
	}
	instance of movieClip 83	{
		onClipEvent (release) {
			getURL('http://www.wixgames.co.uk', '_blank');
		}
		onClipEvent (rollOver) {
			_alpha = 50;
		}
		onClipEvent (releaseOutside, rollOut) {
			_alpha = 100;
		}
	}
	movieClip 85	{
	}
	instance of movieClip 85	{
		onClipEvent (enterFrame) {
			if (_root.race < 6) {
				_root.maxi = 50;
			} else {
				if (_root.race < 12) {
					_root.maxi = 100;
				} else {
					if (_root.race < 25) {
						_root.maxi = 150;
					}
				}
			}
		}
	}
	frame 4 {
		if (music._currentframe !== 1) {
			stopAllSounds();
			music.gotoAndStop(1);
		}
	}
	frame 4 {
	}
	button 89 {
		on (release) {
			_root.nextFrame();
		}
	}
	
	// unknown tag 88 length 127
	movieClip 96	{
	}
	
	// unknown tag 88 length 73
	movieClip 100	{
	}
	movieClip 101	{
		frame 10 {
			stop();
		}
	}
	movieClip 103	{
	}
	movieClip 104	{
		frame 11 {
			stop();
		}
	}
	movieClip 106	{
	}
	
	// unknown tag 88 length 51
	button 134 {
		on (release) {
			prevFrame();
		}
	}
	movieClip 137	{
	}
	movieClip 139	{
	}
	movieClip 141	{
	}
	movieClip 143	{
	}
	movieClip 145	{
	}
	movieClip 147	{
	}
	movieClip 149	{
	}
	movieClip 151	{
	}
	movieClip 153	{
	}
	movieClip 155	{
	}
	movieClip 156	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
			if (_root.a1 == 1) {
				ad1 = 'WEALTHY';
			} else {
				ad1 = '???';
			}
			if (_root.a2 == 1) {
				ad2 = 'WINNER';
			} else {
				ad2 = '???';
			}
			if (_root.a3 == 1) {
				ad3 = 'UNHELPFUL';
			} else {
				ad3 = '???';
			}
			if (_root.a4 == 1) {
				ad4 = 'RELENTLESS';
			} else {
				ad4 = '???';
			}
			if (_root.a5 == 1) {
				ad5 = 'ADVANCED';
			} else {
				ad5 = '???';
			}
			if (_root.a6 == 1) {
				ad6 = 'PROFESSIONAL';
			} else {
				ad6 = '???';
			}
			if (_root.a7 == 1) {
				ad7 = 'ULTIMATE';
			} else {
				ad7 = '???';
			}
			if (_root.a8 == 1) {
				ad8 = 'TRAVELLER';
			} else {
				ad8 = '???';
			}
			if (_root.a9 == 1) {
				ad9 = 'CHAMPION';
			} else {
				ad9 = '???';
			}
			if (_root.a10 == 1) {
				ad10 = 'GODLY';
			} else {
				ad10 = '???';
			}
		}
		instance of movieClip 106	{
			onClipEvent (rollOver) {
				this.useHandCursor = false;
			}
		}
		instance of movieClip 137	{
			onClipEvent (load) {
				if (_root.a1 == 1) {
					gotoAndStop(2);
				} else {
					gotoAndStop(1);
				}
			}
		}
		instance of movieClip 139	{
			onClipEvent (load) {
				if (_root.a2 == 1) {
					gotoAndStop(2);
				} else {
					gotoAndStop(1);
				}
			}
		}
		instance of movieClip 141	{
			onClipEvent (load) {
				if (_root.a3 == 1) {
					gotoAndStop(2);
				} else {
					gotoAndStop(1);
				}
			}
		}
		instance of movieClip 143	{
			onClipEvent (load) {
				if (_root.a4 == 1) {
					gotoAndStop(2);
				} else {
					gotoAndStop(1);
				}
			}
		}
		instance of movieClip 145	{
			onClipEvent (load) {
				if (_root.a5 == 1) {
					gotoAndStop(2);
				} else {
					gotoAndStop(1);
				}
			}
		}
		instance of movieClip 147	{
			onClipEvent (load) {
				if (_root.a6 == 1) {
					gotoAndStop(2);
				} else {
					gotoAndStop(1);
				}
			}
		}
		instance of movieClip 149	{
			onClipEvent (load) {
				if (_root.a7 == 1) {
					gotoAndStop(2);
				} else {
					gotoAndStop(1);
				}
			}
		}
		instance of movieClip 151	{
			onClipEvent (load) {
				if (_root.a8 == 1) {
					gotoAndStop(2);
				} else {
					gotoAndStop(1);
				}
			}
		}
		instance of movieClip 153	{
			onClipEvent (load) {
				if (_root.a9 == 1) {
					gotoAndStop(2);
				} else {
					gotoAndStop(1);
				}
			}
		}
		instance of movieClip 155	{
			onClipEvent (load) {
				if (_root.a10 == 1) {
					gotoAndStop(2);
				} else {
					gotoAndStop(1);
				}
			}
		}
	}
	instance achieve of movieClip 156	{
		onClipEvent (enterFrame) {
			if (_currentframe == 2) {
				if (wfiio !== _root._currentframe) {
					gotoAndStop(1);
				}
			}
		}
	}
	movieClip 159	{
	}
	movieClip 171	{
	}
	instance music of movieClip 171	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.playsounds == false) {
				stopAllSounds();
				gotoAndStop(1);
			}
		}
	}
	frame 5 {
		if (music._currentframe !== 1) {
			stopAllSounds();
			music.gotoAndStop(1);
		}
	}
	movieClip 174	{
		frame 1 {
			stop();
		}
	}
	instance of movieClip 174	{
		onClipEvent (enterFrame) {
			if (_root.daytime == 1) {
				gotoAndStop(1);
			}
			if (_root.daytime == 2) {
				gotoAndStop(2);
			}
			if (_root.daytime == 3) {
				gotoAndStop(3);
			}
		}
	}
	movieClip 176	{
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	movieClip 180	{
		frame 1 {
			stop();
		}
	}
	instance of movieClip 180	{
		onClipEvent (enterFrame) {
			if (_root.daytime == 1) {
				gotoAndStop(1);
			}
			if (_root.daytime == 2) {
				gotoAndStop(2);
			}
			if (_root.daytime == 3) {
				gotoAndStop(3);
			}
		}
	}
	movieClip 184	{
	}
	movieClip 185	{
		instance of movieClip 184	{
			onClipEvent (enterFrame) {
				_rotation = _rotation + 2;
			}
		}
	}
	movieClip 186	{
	}
	movieClip 190	{
	}
	instance of movieClip 190	{
		onClipEvent (rollOver) {
			_root.info.gotoAndStop(2);
		}
		onClipEvent (rollOut) {
			_root.info.gotoAndStop(1);
		}
		onClipEvent (release) {
			_root.dt = 1;
			_root.nextFrame();
		}
		onClipEvent (load) {
			if (_root.strf == 1) {
				_visible = false;
			} else {
				_visible = true;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (rollOver) {
			_root.info.gotoAndStop(3);
		}
		onClipEvent (rollOut) {
			_root.info.gotoAndStop(1);
		}
		onClipEvent (release) {
			_root.dt = 2;
			_root.nextFrame();
		}
		onClipEvent (load) {
			if (_root.athf == 1) {
				_visible = false;
			} else {
				_visible = true;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (rollOver) {
			_root.info.gotoAndStop(4);
		}
		onClipEvent (rollOut) {
			_root.info.gotoAndStop(1);
		}
		onClipEvent (release) {
			_root.dt = 3;
			_root.nextFrame();
		}
		onClipEvent (load) {
			if (_root.flyf == 1) {
				_visible = false;
			} else {
				_visible = true;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (rollOver) {
			_root.info.gotoAndStop(5);
		}
		onClipEvent (rollOut) {
			_root.info.gotoAndStop(1);
		}
		onClipEvent (release) {
			_root.dt = 4;
			_root.nextFrame();
		}
		onClipEvent (load) {
			if (_root.swif == 1) {
				_visible = false;
			} else {
				_visible = true;
			}
		}
	}
	movieClip 196	{
	}
	movieClip 209	{
	}
	instance info of movieClip 209	{
		onClipEvent (load) {
			stop();
		}
	}
	frame 6 {
		if (music._currentframe !== 1) {
			stopAllSounds();
			music.gotoAndStop(1);
		}
	}
	frame 6 {
		if (dt == 1) {
			dd = 'STRENGTH DUCK';
		}
		if (dt == 2) {
			dd = 'ATHLETIC DUCK';
		}
		if (dt == 4) {
			dd = 'SWIMMING DUCK';
		}
		if (dt == 3) {
			dd = 'FLYING DUCK';
		}
	}
	button 213 {
		on (release) {
			_root.prevFrame();
		}
	}
	button 216 {
		on (release) {
			_root.nextFrame();
		}
	}
	frame 7 {
		if (music._currentframe !== 11) {
			stopAllSounds();
			music.gotoAndStop(11);
		}
	}
	frame 7 {
		if (dt == 1) {
			title = 'YOU BOUGHT A STRENGTH DUCK';
		}
		if (dt == 2) {
			title = 'YOU BOUGHT A ATHLETIC DUCK';
		}
		if (dt == 4) {
			title = 'YOU BOUGHT A SWIMMING DUCK';
		}
		if (dt == 3) {
			title = 'YOU BOUGHT A FLYING DUCK';
		}
		game = SharedObject.getLocal('mydata');
		game.data.dt = dt;
		game.flush();
	}
	button 223 {
		on (release) {
			_root.nextFrame();
		}
	}
	movieClip 225	{
	}
	frame 8 {
		if (music._currentframe !== 10) {
			stopAllSounds();
			music.gotoAndStop(10);
		}
	}
	movieClip 231	{
	}
	instance of movieClip 231	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (rollOver) {
			gotoAndStop(2);
		}
		onClipEvent (rollOut) {
			gotoAndStop(1);
		}
		onClipEvent (release) {
			_root.nextFrame();
		}
	}
	movieClip 239	{
	}
	instance of movieClip 239	{
		onClipEvent (load) {
			if (_root.race > 5) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
		onClipEvent (load) {
			stop();
		}
		onClipEvent (rollOver) {
			if (_root.race > 5) {
				gotoAndStop(3);
			}
		}
		onClipEvent (rollOut) {
			if (_root.race > 5) {
				gotoAndStop(2);
			}
		}
		onClipEvent (release) {
			if (_root.race > 5) {
				_root.gotoAndStop(41);
			}
		}
	}
	movieClip 244	{
	}
	instance of movieClip 244	{
		onClipEvent (load) {
			if (_root.race > 11) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
		onClipEvent (load) {
			stop();
		}
		onClipEvent (rollOver) {
			if (_root.race > 11) {
				gotoAndStop(3);
			}
		}
		onClipEvent (rollOut) {
			if (_root.race > 11) {
				gotoAndStop(2);
			}
		}
		onClipEvent (release) {
			if (_root.race > 11) {
				_root.gotoAndStop(166);
			}
		}
	}
	movieClip 247	{
	}
	instance of movieClip 247	{
		onClipEvent (load) {
			stop();
			if (_root.strf == 1) {
				_visible = true;
			} else {
				if (_root.athf == 1) {
					_visible = true;
				} else {
					if (_root.flyf == 1) {
						_visible = true;
					} else {
						if (_root.swif == 1) {
							_visible = true;
						} else {
							_visible = false;
						}
					}
				}
			}
		}
		onClipEvent (release) {
			_root.gotoAndStop(298);
		}
		onClipEvent (rollOver) {
			gotoAndStop(2);
		}
		onClipEvent (rollOut) {
			gotoAndStop(1);
		}
	}
	frame 9 {
		if (music._currentframe !== 2) {
			stopAllSounds();
			music.gotoAndStop(2);
		}
	}
	frame 9 {
		stop();
	}
	movieClip 249	{
	}
	instance of movieClip 174	{
		onClipEvent (enterFrame) {
			if (_root.daytime == 1) {
				gotoAndStop(1);
			}
			if (_root.daytime == 2) {
				gotoAndStop(2);
			}
			if (_root.daytime == 3) {
				gotoAndStop(3);
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			_x = _x - 1;
			if (_x < -150) {
				_x = _x + 1340;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			_x = _x - 1;
			if (_x < -150) {
				_x = _x + 1340;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	instance of movieClip 180	{
		onClipEvent (enterFrame) {
			if (_root.daytime == 1) {
				gotoAndStop(1);
			}
			if (_root.daytime == 2) {
				gotoAndStop(2);
			}
			if (_root.daytime == 3) {
				gotoAndStop(3);
			}
		}
	}
	movieClip 254	{
	}
	instance corn2 of movieClip 254	{
		onClipEvent (load) {
			drag = false;
			yspeed = 0;
			xspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_x < -960) {
				_x = -60;
			}
			if (_x == -20 and drag == false) {
				xspeed = 0;
			}
			if (_x < -10) {
				_y = 400;
			}
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe == 1 and _root.chick.qwe._currentframe > 8) {
					_root.chick._x += 50;
				}
				if (_root.chick._currentframe == 2 and _root.chick.qwe._currentframe > 8) {
					_root.chick._x -= 50;
				}
				_root.chick.skill = 1;
				if (_x > _root.chick._x) {
					_root.chick.gotoAndStop(3);
				}
				if (_x < _root.chick._x) {
					_root.chick.gotoAndStop(4);
				}
				_x = -860;
				drag = false;
				xspeed = 10;
			}
			_x = _x + xspeed;
			_y = _y + yspeed;
			if (drag == true) {
				xspeed = -(_x - _root._xmouse) / 2;
				yspeed = -(_y - _root._ymouse) / 2;
			}
			if (drag == false) {
				yspeed += 1;
				if (_y > 420) {
					_y = 420;
					yspeed = -yspeed / 2;
				}
				if (_x > 740) {
					_x = 740;
					xspeed = -xspeed / 2;
				}
			}
		}
		onClipEvent (mouseUp) {
			if (drag == true) {
				drag = false;
			}
		}
		onClipEvent (press) {
			drag = true;
		}
	}
	instance corn of movieClip 254	{
		onClipEvent (load) {
			drag = false;
			yspeed = 0;
			xspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_x > 1710) {
				_x = 810;
			}
			if (_x == 770 and drag == false) {
				xspeed = 0;
			}
			if (_x > 760) {
				_y = 400;
			}
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe == 1 and _root.chick.qwe._currentframe > 8) {
					_root.chick._x += 50;
				}
				if (_root.chick._currentframe == 2 and _root.chick.qwe._currentframe > 8) {
					_root.chick._x -= 50;
				}
				_root.chick.skill = 0;
				if (_x > _root.chick._x) {
					_root.chick.gotoAndStop(3);
				}
				if (_x < _root.chick._x) {
					_root.chick.gotoAndStop(4);
				}
				_x = 1500;
				drag = false;
				xspeed = -10;
			}
			_x = _x + xspeed;
			_y = _y + yspeed;
			if (drag == true) {
				xspeed = -(_x - _root._xmouse) / 2;
				yspeed = -(_y - _root._ymouse) / 2;
			}
			if (drag == false) {
				yspeed += 1;
				if (_y > 420) {
					_y = 420;
					yspeed = -yspeed / 2;
				}
				if (_x < 10) {
					_x = 10;
					xspeed = -xspeed / 2;
				}
			}
		}
		onClipEvent (mouseUp) {
			if (drag == true) {
				drag = false;
			}
		}
		onClipEvent (press) {
			drag = true;
		}
	}
	
	// unknown tag 88 length 106
	
	// unknown tag 88 length 70
	movieClip 263	{
	}
	movieClip 265	{
	}
	instance of movieClip 265	{
		onClipEvent (press) {
			if (_root.corn2._x > -360 and _root.corn2._x < 0 and _root.money > 14) {
				_root.corn2._x = 67;
				_root.corn2._y = 325;
				_root.corn2.xspeed = 0;
				_root.corn2.yspeed = 5;
				_root.money = Number(_root.money - 15);
			}
			if (_root.corn2._x > -360 and _root.corn2._x < 0 and _root.freeseed == 1) {
				_root.corn2._x = 67;
				_root.corn2._y = 325;
				_root.corn2.xspeed = 0;
				_root.corn2.yspeed = 5;
			}
		}
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'SuperSeed - this greatly increases my energy level. Click to dispense';
		}
		onClipEvent (rollOut, dragOut) {
			_root.speech._visible = false;
		}
		onClipEvent (enterFrame) {
			if (_root.freeseed == 1) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	movieClip 267	{
	}
	instance of movieClip 267	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x + _root.chick.qwe._x, _root.chick._y + _root.chick.qwe._y + 25, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
			}
		}
		onClipEvent (enterFrame) {
			if (_root.daytime == 1) {
				gotoAndStop(1);
			}
			if (_root.daytime == 2) {
				gotoAndStop(2);
			}
			if (_root.daytime == 3) {
				gotoAndStop(3);
			}
		}
	}
	movieClip 284	{
		frame 1 {
			stop();
		}
	}
	movieClip 285	{
		instance of movieClip 284	{
			onClipEvent (load) {
				if (_parent._parent._name == 'chick' or _parent._parent._parent._name == 'chick' or _parent._parent._parent._parent._name == 'chick' or _parent._parent._parent._parent._parent._name == 'chick') {
					if (_root.colour == 0) {
						gotoAndStop(1);
					}
					if (_root.colour == 1) {
						gotoAndStop(2);
					}
					if (_root.colour == 2) {
						gotoAndStop(3);
					}
					if (_root.colour == 3) {
						gotoAndStop(4);
					}
					if (_root.colour == 4) {
						gotoAndStop(5);
					}
					if (_root.colour == 5) {
						gotoAndStop(6);
					}
					if (_root.colour == 6) {
						gotoAndStop(7);
					}
					if (_root.colour == 7) {
						gotoAndStop(8);
					}
					if (_root.colour == 8) {
						gotoAndStop(9);
					}
					if (_root.colour == 9) {
						gotoAndStop(10);
					}
					if (_root.colour == 10) {
						gotoAndStop(11);
					}
					if (_root.colour == 11) {
						gotoAndStop(12);
					}
					if (_root.colour == 12) {
						gotoAndStop(13);
					}
					if (_root.colour == 13) {
						gotoAndStop(14);
					}
					if (_root.colour == 14) {
						gotoAndStop(15);
					}
					if (_root.colour == 15) {
						gotoAndStop(16);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_root._currentframe == 10) {
					if (_root.colour == 0) {
						gotoAndStop(1);
					}
					if (_root.colour == 1) {
						gotoAndStop(2);
					}
					if (_root.colour == 2) {
						gotoAndStop(3);
					}
					if (_root.colour == 3) {
						gotoAndStop(4);
					}
					if (_root.colour == 4) {
						gotoAndStop(5);
					}
					if (_root.colour == 5) {
						gotoAndStop(6);
					}
					if (_root.colour == 6) {
						gotoAndStop(7);
					}
					if (_root.colour == 7) {
						gotoAndStop(8);
					}
					if (_root.colour == 8) {
						gotoAndStop(9);
					}
					if (_root.colour == 9) {
						gotoAndStop(10);
					}
					if (_root.colour == 10) {
						gotoAndStop(11);
					}
					if (_root.colour == 11) {
						gotoAndStop(12);
					}
					if (_root.colour == 12) {
						gotoAndStop(13);
					}
					if (_root.colour == 13) {
						gotoAndStop(14);
					}
					if (_root.colour == 14) {
						gotoAndStop(15);
					}
					if (_root.colour == 15) {
						gotoAndStop(16);
					}
				}
			}
		}
	}
	movieClip 287	{
	}
	movieClip 289	{
	}
	movieClip 291	{
	}
	movieClip 292	{
		instance of movieClip 291	{
			onClipEvent (load) {
				if (_parent._parent._parent._parent._parent._parent._name == 'chick' or _parent._parent._parent._parent._parent._name == 'chick' or _parent._parent._parent._parent._name == 'chick' or _parent._parent._parent._name == 'chick' or _parent._parent._name == 'chick') {
					if (_root.hat == 0) {
						gotoAndStop(1);
					} else {
						if (_root.hat == 1) {
							gotoAndStop(2);
						} else {
							if (_root.hat == 2) {
								gotoAndStop(3);
							} else {
								if (_root.hat == 3) {
									gotoAndStop(4);
								} else {
									if (_root.hat == 4) {
										gotoAndStop(5);
									} else {
										if (_root.hat == 5) {
											gotoAndStop(6);
										} else {
											if (_root.hat == 6) {
												gotoAndStop(7);
											} else {
												if (_root.hat == 7) {
													gotoAndStop(8);
												} else {
													if (_root.hat == 8) {
														gotoAndStop(9);
													} else {
														if (_root.hat == 9) {
															gotoAndStop(10);
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				} else {
					gotoAndStop(1);
				}
			}
			onClipEvent (enterFrame) {
				if (_parent._parent._parent._parent._parent._parent._name == 'chick' or _parent._parent._parent._parent._parent._name == 'chick' or _parent._parent._parent._parent._name == 'chick' or _parent._parent._parent._name == 'chick' or _parent._parent._name == 'chick') {
					if (_root.hat == 0) {
						gotoAndStop(1);
					} else {
						if (_root.hat == 1) {
							gotoAndStop(2);
						} else {
							if (_root.hat == 2) {
								gotoAndStop(3);
							} else {
								if (_root.hat == 3) {
									gotoAndStop(4);
								} else {
									if (_root.hat == 4) {
										gotoAndStop(5);
									} else {
										if (_root.hat == 5) {
											gotoAndStop(6);
										} else {
											if (_root.hat == 6) {
												gotoAndStop(7);
											} else {
												if (_root.hat == 7) {
													gotoAndStop(8);
												} else {
													if (_root.hat == 8) {
														gotoAndStop(9);
													} else {
														if (_root.hat == 9) {
															gotoAndStop(10);
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				} else {
					gotoAndStop(1);
				}
			}
		}
	}
	movieClip 306	{
		instance of movieClip 285	{
			onClipEvent (load) {
				if (_root.colour == 0) {
					gotoAndStop(1);
				}
				if (_root.colour == 1) {
					gotoAndStop(2);
				}
				if (_root.colour == 2) {
					gotoAndStop(3);
				}
				if (_root.colour == 3) {
					gotoAndStop(4);
				}
				if (_root.colour == 4) {
					gotoAndStop(5);
				}
				if (_root.colour == 5) {
					gotoAndStop(6);
				}
				if (_root.colour == 6) {
					gotoAndStop(7);
				}
				if (_root.colour == 7) {
					gotoAndStop(8);
				}
				if (_root.colour == 8) {
					gotoAndStop(9);
				}
				if (_root.colour == 9) {
					gotoAndStop(10);
				}
				if (_root.colour == 10) {
					gotoAndStop(11);
				}
				if (_root.colour == 11) {
					gotoAndStop(12);
				}
				if (_root.colour == 12) {
					gotoAndStop(13);
				}
				if (_root.colour == 13) {
					gotoAndStop(14);
				}
				if (_root.colour == 14) {
					gotoAndStop(15);
				}
				if (_root.colour == 15) {
					gotoAndStop(16);
				}
			}
		}
	}
	movieClip 307	{
		frame 1 {
			_parent.timerstop = 1;
		}
		frame 50 {
			_root.nextFrame();
		}
	}
	movieClip 308	{
		frame 1 {
			stop();
		}
		instance of movieClip 285	{
			onClipEvent (load) {
				if (_root.colour == 0) {
					gotoAndStop(1);
				}
				if (_root.colour == 1) {
					gotoAndStop(2);
				}
				if (_root.colour == 2) {
					gotoAndStop(3);
				}
				if (_root.colour == 3) {
					gotoAndStop(4);
				}
				if (_root.colour == 4) {
					gotoAndStop(5);
				}
				if (_root.colour == 5) {
					gotoAndStop(6);
				}
				if (_root.colour == 6) {
					gotoAndStop(7);
				}
				if (_root.colour == 7) {
					gotoAndStop(8);
				}
				if (_root.colour == 8) {
					gotoAndStop(9);
				}
				if (_root.colour == 9) {
					gotoAndStop(10);
				}
				if (_root.colour == 10) {
					gotoAndStop(11);
				}
				if (_root.colour == 11) {
					gotoAndStop(12);
				}
				if (_root.colour == 12) {
					gotoAndStop(13);
				}
				if (_root.colour == 13) {
					gotoAndStop(14);
				}
				if (_root.colour == 14) {
					gotoAndStop(15);
				}
				if (_root.colour == 15) {
					gotoAndStop(16);
				}
			}
		}
		instance of movieClip 287	{
			onClipEvent (load) {
				_rotation = 0;
			}
			onClipEvent (enterFrame) {
				if (_parent._parent._currentframe == 1) {
					if (_root.corn._x < 640 and _root.corn.drag == false or _root.corn2._x > 0 and _root.corn2.drag == false) {
					} else {
						rx = _root._xmouse;
						ry = _root._ymouse;
						cx = _parent._parent._x + _parent._x + _x;
						cy = _parent._parent._y + _parent._y + _y;
						angle = Math.atan2(ry - cy, rx - cx) / 0.0174532925199433;
						roto = angle;
						_rotation = roto;
					}
				}
				if (_parent._parent._currentframe == 2) {
					if (_root.corn._x < 640 and _root.corn.drag == false) {
					} else {
						rx = _root._xmouse;
						ry = _root._ymouse;
						cx = _parent._parent._x + _parent._x + _x;
						cy = _parent._parent._y + _parent._y + _y;
						angle = Math.atan2(ry - cy, rx - cx) / 0.0174532925199433;
						_rotation = -angle + 180;
					}
				}
			}
		}
		instance of movieClip 289	{
			onClipEvent (load) {
				num = 0;
			}
			onClipEvent (enterFrame) {
				if (_parent._parent._x < 530 or _parent._parent._currentframe == 2) {
					if (_parent._parent._x > 110 or _parent._parent._currentframe == 1) {
						num = Math.round(Math.random() * 40);
						if (num == 5) {
							_parent.play();
							num = 0;
						}
						if (_root.corn._x < 640) {
							_parent.play();
							num = 0;
						}
						if (_root.corn2._x > 0) {
							_parent.play();
							num = 0;
						}
					}
				}
			}
		}
		instance of movieClip 285	{
			onClipEvent (load) {
				if (_root.colour == 0) {
					gotoAndStop(1);
				}
				if (_root.colour == 1) {
					gotoAndStop(2);
				}
				if (_root.colour == 2) {
					gotoAndStop(3);
				}
				if (_root.colour == 3) {
					gotoAndStop(4);
				}
				if (_root.colour == 4) {
					gotoAndStop(5);
				}
				if (_root.colour == 5) {
					gotoAndStop(6);
				}
				if (_root.colour == 6) {
					gotoAndStop(7);
				}
				if (_root.colour == 7) {
					gotoAndStop(8);
				}
				if (_root.colour == 8) {
					gotoAndStop(9);
				}
				if (_root.colour == 9) {
					gotoAndStop(10);
				}
				if (_root.colour == 10) {
					gotoAndStop(11);
				}
				if (_root.colour == 11) {
					gotoAndStop(12);
				}
				if (_root.colour == 12) {
					gotoAndStop(13);
				}
				if (_root.colour == 13) {
					gotoAndStop(14);
				}
				if (_root.colour == 14) {
					gotoAndStop(15);
				}
				if (_root.colour == 15) {
					gotoAndStop(16);
				}
			}
		}
		instance of movieClip 292	{
			onClipEvent (load) {
				if (_root.hat == 0) {
					gotoAndStop(1);
				}
				if (_root.hat == 1) {
					gotoAndStop(2);
				}
				if (_root.hat == 2) {
					gotoAndStop(3);
				}
				if (_root.hat == 3) {
					gotoAndStop(4);
				}
				if (_root.hat == 4) {
					gotoAndStop(5);
				}
			}
		}
		frame 12 {
			if (_root._currentframe == 9) {
				if (_parent._currentframe == 1) {
					_parent._x += 50;
				}
				if (_parent._currentframe == 2) {
					_parent._x -= 50;
				}
			} else {
				_x = _x + 50;
			}
			gotoAndStop(1);
		}
		frame 14 {
			prevFrame();
		}
		frame 15 {
			stop();
		}
	}
	movieClip 310	{
	}
	movieClip 312	{
		instance of movieClip 285	{
			onClipEvent (load) {
				if (_root.colour == 0) {
					gotoAndStop(1);
				}
				if (_root.colour == 1) {
					gotoAndStop(2);
				}
				if (_root.colour == 2) {
					gotoAndStop(3);
				}
				if (_root.colour == 3) {
					gotoAndStop(4);
				}
				if (_root.colour == 4) {
					gotoAndStop(5);
				}
				if (_root.colour == 5) {
					gotoAndStop(6);
				}
				if (_root.colour == 6) {
					gotoAndStop(7);
				}
				if (_root.colour == 7) {
					gotoAndStop(8);
				}
				if (_root.colour == 8) {
					gotoAndStop(9);
				}
				if (_root.colour == 9) {
					gotoAndStop(10);
				}
				if (_root.colour == 10) {
					gotoAndStop(11);
				}
			}
		}
		instance of movieClip 292	{
			onClipEvent (load) {
				if (_root.hat == 0) {
					gotoAndStop(1);
				}
				if (_root.hat == 1) {
					gotoAndStop(2);
				}
				if (_root.hat == 2) {
					gotoAndStop(3);
				}
				if (_root.hat == 3) {
					gotoAndStop(4);
				}
				if (_root.hat == 4) {
					gotoAndStop(5);
				}
			}
		}
	}
	movieClip 315	{
	}
	movieClip 318	{
	}
	movieClip 319	{
		instance of movieClip 310	{
			onClipEvent (load) {
				if (_parent._parent.skill == 1) {
					gotoAndStop(2);
				} else {
					gotoAndStop(1);
				}
			}
		}
		frame 10 {
			if (_parent.skill == 1) {
				_root.stalvl = Number(_root.stalvl + 8);
			}
			_root.stalvl = Number(_root.stalvl + 2);
		}
		instance of movieClip 315	{
			onClipEvent (load) {
				if (_parent._parent.skill == 1) {
					gotoAndStop(2);
				} else {
					gotoAndStop(1);
				}
			}
		}
		frame 29 {
			if (_parent.skill == 1) {
				_root.stalvl = Number(_root.stalvl + 8);
			}
			_root.stalvl = Number(_root.stalvl + 2);
		}
		instance of movieClip 318	{
			onClipEvent (load) {
				if (_parent._parent.skill == 1) {
					gotoAndStop(2);
				} else {
					gotoAndStop(1);
				}
			}
		}
		frame 49 {
			if (_parent.skill == 1) {
				_root.stalvl = Number(_root.stalvl + 8);
			}
			_root.stalvl = Number(_root.stalvl + 2);
		}
		frame 60 {
			if (_root._xmouse > _root.chick._x) {
				_parent.gotoAndStop(1);
			}
			if (_root._xmouse < _root.chick._x) {
				_parent.gotoAndStop(2);
			}
			_root.corn._x = 700;
		}
	}
	movieClip 320	{
		frame 1 {
			stop();
		}
		instance qwe of movieClip 308	{
			onClipEvent (enterFrame) {
				if (_root.corn._x < 750) {
					if (_root.corn._x < _parent._x) {
						if (_currentframe == 1) {
							_parent.nextFrame();
						}
					}
				} else {
					if (_root.corn2._x > 0) {
						if (_root.corn2._x < _parent._x) {
							if (_currentframe == 1) {
								_parent.nextFrame();
							}
						}
					} else {
						if (_root._xmouse < _parent._x) {
							if (_currentframe == 1) {
								_parent.nextFrame();
							}
						}
					}
				}
			}
		}
		frame 2 {
			stop();
		}
		instance qwe of movieClip 308	{
			onClipEvent (enterFrame) {
				if (_root.corn._x < 750) {
					if (_root.corn._x > _parent._x) {
						if (_currentframe == 1) {
							_parent.prevFrame();
						}
					}
				} else {
					if (_root.corn2._x > 0) {
						if (_root.corn2._x > _parent._x) {
							if (_currentframe == 1) {
								_parent.prevFrame();
							}
						}
					} else {
						if (_root._xmouse > _parent._x) {
							if (_currentframe == 1) {
								_parent.prevFrame();
							}
						}
					}
				}
			}
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
	}
	instance chick of movieClip 320	{
		onClipEvent (load) {
			yspeed = 0;
			skill = 0;
		}
		onClipEvent (enterFrame) {
			_y = _y + yspeed;
			yspeed += 1;
		}
	}
	movieClip 326	{
	}
	instance of movieClip 326	{
		onClipEvent (press) {
			if (_root.corn._x < 1000 and _root.corn._x > 750 and _root.money > 0) {
				_root.corn._x = 683;
				_root.corn._y = 325;
				_root.corn.xspeed = 0;
				_root.corn.yspeed = 5;
				_root.money = Number(_root.money - 1);
			}
			if (_root.corn._x < 1000 and _root.corn._x > 750 and _root.freeseed == 1) {
				_root.corn._x = 683;
				_root.corn._y = 325;
				_root.corn.xspeed = 0;
				_root.corn.yspeed = 5;
			}
		}
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'Seed - this increases my energy level. Click to dispense';
		}
		onClipEvent (rollOut, dragOut) {
			_root.speech._visible = false;
		}
		onClipEvent (enterFrame) {
			if (_root.freeseed == 1) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	movieClip 329	{
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	movieClip 331	{
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.runninglevel / 1.5;
			_root.runninglevel = Math.floor(_root.runlvl / 10);
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.climblevel / 1.5;
			_root.climblevel = Math.floor(_root.clilvl / 10);
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	movieClip 332	{
	}
	instance of movieClip 332	{
		onClipEvent (enterFrame) {
			this._xscale = _root.staminalevel * 2;
			_root.staminalevel = Math.floor(_root.stalvl / 10);
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.flyinglevel / 1.5;
			_root.flyinglevel = Math.floor(_root.flylvl / 10);
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.swimlevel / 1.5;
			_root.swimlevel = Math.floor(_root.swilvl / 10);
		}
	}
	movieClip 344	{
	}
	instance of movieClip 344	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > 500) {
				_root.stalvl = 500;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	button 349 {
		on (release) {
			gotoAndStop(23);
		}
		on (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'The quest to become world champion starts here. Don\'t forget to train first!';
		}
		on (rollOut, dragOut) {
			_root.speech._visible = false;
		}
	}
	button 354 {
		on (release) {
			if (_root.race < 6) {
				gotoAndStop(22);
			} else {
				_root.speech.data = 'CLOSED - You are too good for amateur training. Try entering a different league';
			}
		}
		on (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'Train me to increase my skill levels so I will perform better in races!';
		}
		on (rollOut, dragOut) {
			_root.speech._visible = false;
		}
	}
	button 359 {
		on (release) {
			_root.backframe = _currentframe;
			gotoAndStop(378);
		}
	}
	movieClip 365	{
	}
	instance of movieClip 365	{
		onClipEvent (rollOver) {
			_alpha = 50;
		}
		onClipEvent (releaseOutside, rollOut) {
			_alpha = 100;
		}
		onClipEvent (release) {
			if (_root.playsounds == true) {
				_root.playsounds = false;
			} else {
				if (_root.playsounds == false) {
					_root.playsounds = true;
					_root.music.gotoAndStop(2);
				}
			}
		}
		onClipEvent (load) {
			if (_root.playsounds == true) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
		onClipEvent (enterFrame) {
			if (_root.playsounds == true) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
	}
	movieClip 375	{
	}
	instance speech of movieClip 375	{
		onClipEvent (load) {
			_visible = false;
			stop();
		}
		onClipEvent (enterFrame) {
			if (_x > 470) {
				gotoAndStop(2);
			}
			if (_x < 270) {
				gotoAndStop(1);
			}
			_x = _x + (_root.chick._x - _x) / 20;
			_y = _y + (_root.chick._y - _y) / 20;
		}
	}
	button 378 {
		on (release) {
			prevFrame();
		}
	}
	instance of movieClip 344	{
		onClipEvent (enterFrame) {
			_root.clibonus = '';
			_root.runbonus = '';
			_root.flybonus = '';
			_root.swibonus = '';
			if (_root.dt == 1) {
				_root.clibonus = '+' + (Math.round(_root.climblevel * 1.5) - _root.climblevel);
				if (_root.flyinglevel > 5) {
					_root.flybonus = Math.round(_root.flyinglevel * 0.9) - _root.flyinglevel;
				} else {
					_root.flybonus = '-0';
				}
			}
			if (_root.dt == 2) {
				_root.runbonus = '+' + (Math.round(_root.runninglevel * 1.25) - _root.runninglevel);
				if (_root.flyinglevel > 5) {
					_root.flybonus = Math.round(_root.flyinglevel * 0.9) - _root.flyinglevel;
				} else {
					_root.flybonus = '-0';
				}
				if (_root.climblevel > 5) {
					_root.clibonus = Math.round(_root.climblevel * 0.9) - _root.climblevel;
				} else {
					_root.clibonus = '-0';
				}
				_root.swibonus = '+' + (Math.round(_root.swimlevel * 1.25) - _root.swimlevel);
			}
			if (_root.dt == 4) {
				if (_root.runninglevel > 5) {
					_root.runbonus = Math.round(_root.runninglevel * 0.9) - _root.runninglevel;
				} else {
					_root.runbonus = '-0';
				}
				if (_root.climblevel > 5) {
					_root.clibonus = Math.round(_root.climblevel * 0.9) - _root.climblevel;
				} else {
					_root.clibonus = '-0';
				}
				_root.swibonus = '+' + (Math.round(_root.swimlevel * 1.5) - _root.swimlevel);
			}
			if (_root.dt == 3) {
				if (_root.runninglevel > 5) {
					_root.runbonus = Math.round(_root.runninglevel * 0.9) - _root.runninglevel;
				} else {
					_root.runbonus = '-0';
				}
				if (_root.climblevel > 5) {
					_root.clibonus = Math.round(_root.climblevel * 0.9) - _root.climblevel;
				} else {
					_root.clibonus = '-0';
				}
				_root.flybonus = '+' + (Math.round(_root.flyinglevel * 1.5) - _root.flyinglevel);
			}
		}
	}
	button 385 {
		on (release) {
			if (_root.achieve._currentframe == 1) {
				_root.achieve.play();
				_root.achieve.wfiio = _root._currentframe;
			}
		}
		on (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'Collect them all!';
		}
		on (rollOut, dragOut) {
			_root.speech._visible = false;
		}
	}
	button 386 {
		on (release) {
			getURL('http://armorgames.com', '_blank');
		}
	}
	movieClip 388	{
	}
	movieClip 390	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
		instance of movieClip 388	{
			onClipEvent (rollOver) {
				this.useHandCursor = false;
			}
			onClipEvent (keyDown) {
				prevFrame();
			}
			onClipEvent (mouseDown) {
				prevFrame();
			}
		}
	}
	movieClip 393	{
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			if (_root.clibonus == '') {
				_root.speech.data = 'Your skill in climbing up cliffs! Train this for speedier climbs!';
			} else {
				_root.speech.data = 'Your skill in climbing up cliffs! The ' + _root.clibonus + ' is your evolution type bonus';
			}
		}
		onClipEvent (rollOut, dragOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			if (_root.flybonus == '') {
				_root.speech.data = 'Your skill in flying! Train it to fly further and faster!';
			} else {
				_root.speech.data = 'Your skill in flying! The ' + _root.flybonus + ' is your evolution type bonus';
			}
		}
		onClipEvent (rollOut, dragOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			if (_root.runbonus == '') {
				_root.speech.data = 'Your skill in running! Train it for faster running (or hopping) in races!';
			} else {
				_root.speech.data = 'Your skill in running! The ' + _root.runbonus + ' is your evolution type bonus';
			}
		}
		onClipEvent (rollOut, dragOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			if (_root.swibonus == '') {
				_root.speech.data = 'Your swimming level is how good you are at swimming. Train it to go faster in water!';
			} else {
				_root.speech.data = 'Your skill in swimming! The ' + _root.swibonus + ' is your evolution type bonus';
			}
		}
		onClipEvent (rollOut, dragOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'Energy is needed to complete races. To train it, just feed your duck some seed or skill seed';
		}
		onClipEvent (rollOut, dragOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 83	{
		onClipEvent (release) {
			getURL('http://www.wixgames.co.uk', '_blank');
		}
		onClipEvent (rollOver) {
			_alpha = 50;
		}
		onClipEvent (releaseOutside, rollOut) {
			_alpha = 100;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'This is how many coins you have to spend on seed. Collect coins during training!';
		}
		onClipEvent (rollOut, dragOut) {
			_root.speech._visible = false;
		}
	}
	frame 10 {
	}
	frame 10 {
		stop();
		coins = 0;
	}
	instance of movieClip 174	{
		onClipEvent (enterFrame) {
			if (_root.daytime == 1) {
				gotoAndStop(1);
			}
			if (_root.daytime == 2) {
				gotoAndStop(2);
			}
			if (_root.daytime == 3) {
				gotoAndStop(3);
			}
		}
	}
	instance of movieClip 180	{
		onClipEvent (enterFrame) {
			if (_root.daytime == 1) {
				gotoAndStop(1);
			}
			if (_root.daytime == 2) {
				gotoAndStop(2);
			}
			if (_root.daytime == 3) {
				gotoAndStop(3);
			}
		}
	}
	movieClip 408	{
		instance of movieClip 285	{
			onClipEvent (load) {
				if (_root.colour == 0) {
					gotoAndStop(1);
				}
				if (_root.colour == 1) {
					gotoAndStop(2);
				}
				if (_root.colour == 2) {
					gotoAndStop(3);
				}
				if (_root.colour == 3) {
					gotoAndStop(4);
				}
				if (_root.colour == 4) {
					gotoAndStop(5);
				}
				if (_root.colour == 5) {
					gotoAndStop(6);
				}
				if (_root.colour == 6) {
					gotoAndStop(7);
				}
				if (_root.colour == 7) {
					gotoAndStop(8);
				}
				if (_root.colour == 8) {
					gotoAndStop(9);
				}
				if (_root.colour == 9) {
					gotoAndStop(10);
				}
				if (_root.colour == 10) {
					gotoAndStop(11);
				}
				if (_root.colour == 11) {
					gotoAndStop(12);
				}
				if (_root.colour == 12) {
					gotoAndStop(13);
				}
				if (_root.colour == 13) {
					gotoAndStop(14);
				}
				if (_root.colour == 14) {
					gotoAndStop(15);
				}
				if (_root.colour == 15) {
					gotoAndStop(16);
				}
			}
		}
		instance of movieClip 292	{
			onClipEvent (load) {
				if (_root.hat == 0) {
					gotoAndStop(1);
				}
				if (_root.hat == 1) {
					gotoAndStop(2);
				}
				if (_root.hat == 2) {
					gotoAndStop(3);
				}
				if (_root.hat == 3) {
					gotoAndStop(4);
				}
				if (_root.hat == 4) {
					gotoAndStop(5);
				}
				if (_root.hat == 5) {
					gotoAndStop(6);
				}
			}
		}
	}
	movieClip 409	{
		frame 1 {
			stop();
		}
		instance of movieClip 285	{
			onClipEvent (load) {
				if (_root.colour == 0) {
					gotoAndStop(1);
				}
				if (_root.colour == 1) {
					gotoAndStop(2);
				}
				if (_root.colour == 2) {
					gotoAndStop(3);
				}
				if (_root.colour == 3) {
					gotoAndStop(4);
				}
				if (_root.colour == 4) {
					gotoAndStop(5);
				}
				if (_root.colour == 5) {
					gotoAndStop(6);
				}
				if (_root.colour == 6) {
					gotoAndStop(7);
				}
				if (_root.colour == 7) {
					gotoAndStop(8);
				}
				if (_root.colour == 8) {
					gotoAndStop(9);
				}
				if (_root.colour == 9) {
					gotoAndStop(10);
				}
				if (_root.colour == 10) {
					gotoAndStop(11);
				}
				if (_root.colour == 11) {
					gotoAndStop(12);
				}
				if (_root.colour == 12) {
					gotoAndStop(13);
				}
				if (_root.colour == 13) {
					gotoAndStop(14);
				}
				if (_root.colour == 14) {
					gotoAndStop(15);
				}
				if (_root.colour == 15) {
					gotoAndStop(16);
				}
			}
		}
		instance of movieClip 292	{
			onClipEvent (load) {
				if (_root.hat == 0) {
					gotoAndStop(1);
				}
				if (_root.hat == 1) {
					gotoAndStop(2);
				}
				if (_root.hat == 2) {
					gotoAndStop(3);
				}
				if (_root.hat == 3) {
					gotoAndStop(4);
				}
				if (_root.hat == 4) {
					gotoAndStop(5);
				}
				if (_root.hat == 5) {
					gotoAndStop(6);
				}
			}
		}
		frame 40 {
			_root.nextFrame();
		}
	}
	instance chick of movieClip 409	{
		onClipEvent (keyPress '<Space>') {
			play();
		}
		onClipEvent (rollOver) {
			this.useHandCursor = false;
		}
	}
	movieClip 411	{
	}
	instance of movieClip 411	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl > 1500) {
				_root.stalvl = 1500;
			}
			if (_root.runlvl > 1500) {
				_root.runlvl = 1500;
			}
			if (_root.flylvl > 1500) {
				_root.flylvl = 1500;
			}
			if (_root.swilvl > 1500) {
				_root.swilvl = 1500;
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.stalvl = _root.stalvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.seed = _root.seed;
				game.data.skill = _root.skill;
				game.data.money = _root.money;
				game.data.colour = _root.colour;
				game.data.hat = _root.hat;
				game.flush();
				delay = 100;
			}
		}
	}
	frame 11 {
		if (music._currentframe !== 2) {
			stopAllSounds();
			music.gotoAndStop(2);
		}
	}
	frame 11 {
		dist = 0;
	}
	
	// unknown tag 88 length 62
	movieClip 416	{
		frame 1 {
			stop();
		}
		frame 2 {
			if (_root.a3 == 0) {
				_root.a1 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a1 = 1;
				game.flush();
			}
		}
	}
	instance of movieClip 416	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
			if (this.hitTest(_root.chick)) {
				play();
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 1340;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	movieClip 426	{
	}
	movieClip 427	{
		instance of movieClip 285	{
			onClipEvent (load) {
				if (_root.colour == 0) {
					gotoAndStop(1);
				}
				if (_root.colour == 1) {
					gotoAndStop(2);
				}
				if (_root.colour == 2) {
					gotoAndStop(3);
				}
				if (_root.colour == 3) {
					gotoAndStop(4);
				}
				if (_root.colour == 4) {
					gotoAndStop(5);
				}
				if (_root.colour == 5) {
					gotoAndStop(6);
				}
				if (_root.colour == 6) {
					gotoAndStop(7);
				}
				if (_root.colour == 7) {
					gotoAndStop(8);
				}
				if (_root.colour == 8) {
					gotoAndStop(9);
				}
				if (_root.colour == 9) {
					gotoAndStop(10);
				}
				if (_root.colour == 10) {
					gotoAndStop(11);
				}
				if (_root.colour == 11) {
					gotoAndStop(12);
				}
				if (_root.colour == 12) {
					gotoAndStop(13);
				}
				if (_root.colour == 13) {
					gotoAndStop(14);
				}
				if (_root.colour == 14) {
					gotoAndStop(15);
				}
				if (_root.colour == 15) {
					gotoAndStop(16);
				}
			}
		}
		instance of movieClip 292	{
			onClipEvent (load) {
				if (_root.hat == 0) {
					gotoAndStop(1);
				}
				if (_root.hat == 1) {
					gotoAndStop(2);
				}
				if (_root.hat == 2) {
					gotoAndStop(3);
				}
				if (_root.hat == 3) {
					gotoAndStop(4);
				}
				if (_root.hat == 4) {
					gotoAndStop(5);
				}
			}
		}
		frame 30 {
			stop();
		}
		instance of movieClip 285	{
			onClipEvent (load) {
				if (_root.colour == 0) {
					gotoAndStop(1);
				}
				if (_root.colour == 1) {
					gotoAndStop(2);
				}
				if (_root.colour == 2) {
					gotoAndStop(3);
				}
				if (_root.colour == 3) {
					gotoAndStop(4);
				}
				if (_root.colour == 4) {
					gotoAndStop(5);
				}
				if (_root.colour == 5) {
					gotoAndStop(6);
				}
				if (_root.colour == 6) {
					gotoAndStop(7);
				}
				if (_root.colour == 7) {
					gotoAndStop(8);
				}
				if (_root.colour == 8) {
					gotoAndStop(9);
				}
				if (_root.colour == 9) {
					gotoAndStop(10);
				}
				if (_root.colour == 10) {
					gotoAndStop(11);
				}
			}
		}
		instance of movieClip 292	{
			onClipEvent (load) {
				if (_root.hat == 0) {
					gotoAndStop(1);
				}
				if (_root.hat == 1) {
					gotoAndStop(2);
				}
				if (_root.hat == 2) {
					gotoAndStop(3);
				}
				if (_root.hat == 3) {
					gotoAndStop(4);
				}
				if (_root.hat == 4) {
					gotoAndStop(5);
				}
			}
		}
	}
	instance chick of movieClip 427	{
		onClipEvent (load) {
			xspeed = 20 + _root.flylvl / 10;
			if (_root.xtrain == 1) {
				xspeed = 20 + _root.flylvl / 5;
			}
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (xspeed < 0 and _root.a3 < 1) {
				_root.a3 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a3 = 1;
				game.flush();
			}
			_root.speed = Math.round(_root.xspeed / 2) + 'MPH';
			if (_root.rock.hitTest(_x + 30, _y, true) or _root.rock.hitTest(_x + 30, _y + 15, true) or _root.rock.hitTest(_x + 30, _y - 15, true)) {
				_x = _x - _root.xspeed;
			}
			if (_x < -20) {
				_root.nextFrame();
			}
			if (_y < 25) {
				_y = 25;
				yspeed = 0;
			}
			if (_y > 430) {
				_root.nextFrame();
			}
			if (_rotation < -90) {
				_rotation = -90;
			}
			if (_rotation > 90) {
				_rotation = 90;
			}
			_root.dist = Number(_root.dist + Math.round(xspeed));
			xspeed *= 0.999;
			_y = _y + yspeed;
			speed = 20 - xspeed;
			if (speed < 0) {
				speed = 0;
			}
			yspeed += speed / 40;
			_root.xspeed = xspeed;
			if (Key.isDown(38)) {
				yspeed -= 0.5;
				xspeed -= 0.05;
			}
			if (Key.isDown(40)) {
				yspeed += 0.5;
				xspeed += 0.05;
			}
			angle = Math.atan(yspeed / xspeed) / 0.0174532925199433;
			if (xspeed < 0) {
				angle += 180;
			}
			_rotation = angle;
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 1340;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	movieClip 430	{
	}
	movieClip 432	{
		instance of movieClip 430	{
			onClipEvent (enterFrame) {
				if (_root.xspeed > 40) {
					gotoAndStop(2);
				} else {
					gotoAndStop(1);
				}
			}
		}
	}
	instance rock of movieClip 432	{
		onClipEvent (load) {
			_x = 1000 + (20 + _root.flylvl / 10) * 100;
			where = Math.round(Math.random());
		}
		onClipEvent (enterFrame) {
			if (where == 1) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
			_x = _x - _root.xspeed;
			if (_x < -100) {
				_x = Math.random() * 2000 + 640 + _root.xspeed * 100;
				where = Math.round(Math.random());
			}
			if (_x > 1000 and _x < 640 + _root.xspeed * 50) {
				_root.warning.play();
			}
		}
	}
	movieClip 438	{
		frame 1 {
			stop();
		}
	}
	instance of movieClip 438	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 2000;
				_y = 10 + Math.random() * 420;
			}
			if (this.hitTest(_root.chick)) {
				_root.chick.xspeed += 5;
				play();
				_x = _x + 5000;
				_y = 10 + Math.random() * 420;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	movieClip 440	{
	}
	movieClip 441	{
		frame 1 {
			stop();
		}
	}
	instance warning of movieClip 441	{
		onClipEvent (enterFrame) {
			if (_root.rock.where == 1) {
				_y = 350;
			} else {
				_y = 100;
			}
		}
	}
	frame 12 {
		if (music._currentframe !== 2) {
			stopAllSounds();
			music.gotoAndStop(2);
		}
	}
	frame 12 {
		xp = Math.round(dist / 250);
		flylvl = Number(flylvl + _root.dist / 250);
		_root.money = Number(_root.coins + _root.money);
		flvl = Math.floor(flylvl / 10);
		tlvl = flvl + runninglevel + swimlevel + climblevel;
		kongregate.stats.submit('FlyingLevel', flvl);
		kongregate.stats.submit('TotalLevel', tlvl);
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	button 449 {
		on (release) {
			gotoAndStop(9);
		}
	}
	button 453 {
		on (release) {
			gotoAndStop(10);
		}
		on (keyPress '<Space>') {
			gotoAndStop(10);
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.flyinglevel * 1.16;
			_root.flyinglevel = Math.floor(_root.flylvl / 10);
		}
	}
	instance of movieClip 344	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > _root.maxi * 10) {
				_root.stalvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	frame 13 {
		if (music._currentframe !== 2) {
			stopAllSounds();
			music.gotoAndStop(2);
		}
	}
	frame 13 {
		stop();
		dist = 0;
		xp = 0;
		coins = 0;
	}
	movieClip 464	{
		frame 1 {
			stop();
		}
	}
	instance of movieClip 464	{
		onClipEvent (enterFrame) {
			if (_root.daytime == 1) {
				gotoAndStop(1);
			}
			if (_root.daytime == 2) {
				gotoAndStop(2);
			}
			if (_root.daytime == 3) {
				gotoAndStop(3);
			}
		}
	}
	movieClip 465	{
		frame 1 {
			stop();
		}
	}
	instance of movieClip 465	{
		onClipEvent (enterFrame) {
			if (_root.daytime == 1) {
				gotoAndStop(1);
			}
			if (_root.daytime == 2) {
				gotoAndStop(2);
			}
			if (_root.daytime == 3) {
				gotoAndStop(3);
			}
		}
	}
	movieClip 467	{
	}
	instance of movieClip 467	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 1240;
				_y = 10 + Math.random() * 340;
			}
		}
	}
	instance of movieClip 467	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 1240;
				_y = 10 + Math.random() * 340;
			}
		}
	}
	movieClip 471	{
		frame 1 {
			stop();
		}
	}
	movieClip 472	{
		instance of movieClip 471	{
			onClipEvent (load) {
				if (_parent._parent._name == 'chick' or _parent._parent._parent._name == 'chick' or _parent._parent._parent._parent._name == 'chick' or _parent._parent._parent._parent._parent._name == 'chick') {
					if (_root.colour == 0) {
						gotoAndStop(1);
					}
					if (_root.colour == 1) {
						gotoAndStop(2);
					}
					if (_root.colour == 2) {
						gotoAndStop(3);
					}
					if (_root.colour == 3) {
						gotoAndStop(4);
					}
					if (_root.colour == 4) {
						gotoAndStop(5);
					}
					if (_root.colour == 5) {
						gotoAndStop(6);
					}
					if (_root.colour == 6) {
						gotoAndStop(7);
					}
					if (_root.colour == 7) {
						gotoAndStop(8);
					}
					if (_root.colour == 8) {
						gotoAndStop(9);
					}
					if (_root.colour == 9) {
						gotoAndStop(10);
					}
					if (_root.colour == 10) {
						gotoAndStop(11);
					}
					if (_root.colour == 11) {
						gotoAndStop(12);
					}
					if (_root.colour == 12) {
						gotoAndStop(13);
					}
					if (_root.colour == 13) {
						gotoAndStop(14);
					}
					if (_root.colour == 14) {
						gotoAndStop(15);
					}
					if (_root.colour == 15) {
						gotoAndStop(16);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_root._currentframe == 10) {
					if (_root.colour == 0) {
						gotoAndStop(1);
					}
					if (_root.colour == 1) {
						gotoAndStop(2);
					}
					if (_root.colour == 2) {
						gotoAndStop(3);
					}
					if (_root.colour == 3) {
						gotoAndStop(4);
					}
					if (_root.colour == 4) {
						gotoAndStop(5);
					}
					if (_root.colour == 5) {
						gotoAndStop(6);
					}
					if (_root.colour == 6) {
						gotoAndStop(7);
					}
					if (_root.colour == 7) {
						gotoAndStop(8);
					}
					if (_root.colour == 8) {
						gotoAndStop(9);
					}
					if (_root.colour == 9) {
						gotoAndStop(10);
					}
					if (_root.colour == 10) {
						gotoAndStop(11);
					}
					if (_root.colour == 11) {
						gotoAndStop(12);
					}
					if (_root.colour == 12) {
						gotoAndStop(13);
					}
					if (_root.colour == 13) {
						gotoAndStop(14);
					}
					if (_root.colour == 14) {
						gotoAndStop(15);
					}
					if (_root.colour == 15) {
						gotoAndStop(16);
					}
				}
			}
		}
	}
	movieClip 473	{
	}
	movieClip 474	{
	}
	movieClip 475	{
	}
	movieClip 476	{
		instance of movieClip 475	{
			onClipEvent (load) {
				if (_parent._parent._parent._parent._parent._parent._name == 'chick' or _parent._parent._parent._parent._parent._name == 'chick' or _parent._parent._parent._parent._name == 'chick' or _parent._parent._parent._name == 'chick' or _parent._parent._name == 'chick') {
					if (_root.hat == 0) {
						gotoAndStop(1);
					} else {
						if (_root.hat == 1) {
							gotoAndStop(2);
						} else {
							if (_root.hat == 2) {
								gotoAndStop(3);
							} else {
								if (_root.hat == 3) {
									gotoAndStop(4);
								} else {
									if (_root.hat == 4) {
										gotoAndStop(5);
									} else {
										if (_root.hat == 5) {
											gotoAndStop(6);
										} else {
											if (_root.hat == 6) {
												gotoAndStop(7);
											} else {
												if (_root.hat == 7) {
													gotoAndStop(8);
												} else {
													if (_root.hat == 8) {
														gotoAndStop(9);
													} else {
														if (_root.hat == 9) {
															gotoAndStop(10);
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				} else {
					gotoAndStop(1);
				}
			}
			onClipEvent (enterFrame) {
				if (_parent._parent._parent._parent._parent._parent._name == 'chick' or _parent._parent._parent._parent._parent._name == 'chick' or _parent._parent._parent._parent._name == 'chick' or _parent._parent._parent._name == 'chick' or _parent._parent._name == 'chick') {
					if (_root.hat == 0) {
						gotoAndStop(1);
					} else {
						if (_root.hat == 1) {
							gotoAndStop(2);
						} else {
							if (_root.hat == 2) {
								gotoAndStop(3);
							} else {
								if (_root.hat == 3) {
									gotoAndStop(4);
								} else {
									if (_root.hat == 4) {
										gotoAndStop(5);
									} else {
										if (_root.hat == 5) {
											gotoAndStop(6);
										} else {
											if (_root.hat == 6) {
												gotoAndStop(7);
											} else {
												if (_root.hat == 7) {
													gotoAndStop(8);
												} else {
													if (_root.hat == 8) {
														gotoAndStop(9);
													} else {
														if (_root.hat == 9) {
															gotoAndStop(10);
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				} else {
					gotoAndStop(1);
				}
			}
		}
	}
	movieClip 479	{
		instance of movieClip 472	{
			onClipEvent (load) {
				if (_root.colour == 0) {
					gotoAndStop(1);
				}
				if (_root.colour == 1) {
					gotoAndStop(2);
				}
				if (_root.colour == 2) {
					gotoAndStop(3);
				}
				if (_root.colour == 3) {
					gotoAndStop(4);
				}
				if (_root.colour == 4) {
					gotoAndStop(5);
				}
				if (_root.colour == 5) {
					gotoAndStop(6);
				}
				if (_root.colour == 6) {
					gotoAndStop(7);
				}
				if (_root.colour == 7) {
					gotoAndStop(8);
				}
				if (_root.colour == 8) {
					gotoAndStop(9);
				}
				if (_root.colour == 9) {
					gotoAndStop(10);
				}
				if (_root.colour == 10) {
					gotoAndStop(11);
				}
				if (_root.colour == 11) {
					gotoAndStop(12);
				}
				if (_root.colour == 12) {
					gotoAndStop(13);
				}
				if (_root.colour == 13) {
					gotoAndStop(14);
				}
				if (_root.colour == 14) {
					gotoAndStop(15);
				}
				if (_root.colour == 15) {
					gotoAndStop(16);
				}
			}
		}
	}
	movieClip 480	{
		frame 1 {
			_parent.timerstop = 1;
		}
		frame 50 {
			_root.nextFrame();
		}
	}
	movieClip 481	{
		frame 1 {
			stop();
		}
		instance of movieClip 472	{
			onClipEvent (load) {
				if (_root.colour == 0) {
					gotoAndStop(1);
				}
				if (_root.colour == 1) {
					gotoAndStop(2);
				}
				if (_root.colour == 2) {
					gotoAndStop(3);
				}
				if (_root.colour == 3) {
					gotoAndStop(4);
				}
				if (_root.colour == 4) {
					gotoAndStop(5);
				}
				if (_root.colour == 5) {
					gotoAndStop(6);
				}
				if (_root.colour == 6) {
					gotoAndStop(7);
				}
				if (_root.colour == 7) {
					gotoAndStop(8);
				}
				if (_root.colour == 8) {
					gotoAndStop(9);
				}
				if (_root.colour == 9) {
					gotoAndStop(10);
				}
				if (_root.colour == 10) {
					gotoAndStop(11);
				}
				if (_root.colour == 11) {
					gotoAndStop(12);
				}
				if (_root.colour == 12) {
					gotoAndStop(13);
				}
				if (_root.colour == 13) {
					gotoAndStop(14);
				}
				if (_root.colour == 14) {
					gotoAndStop(15);
				}
				if (_root.colour == 15) {
					gotoAndStop(16);
				}
			}
		}
		instance of movieClip 474	{
			onClipEvent (load) {
				num = 0;
			}
			onClipEvent (enterFrame) {
				if (_parent._parent._x < 530 or _parent._parent._currentframe == 2) {
					if (_parent._parent._x > 110 or _parent._parent._currentframe == 1) {
						num = Math.round(Math.random() * 40);
						if (num == 5) {
							_parent.play();
							num = 0;
						}
						if (_root.corn._x < 640) {
							_parent.play();
							num = 0;
						}
						if (_root.corn2._x > 0) {
							_parent.play();
							num = 0;
						}
					}
				}
			}
		}
		instance of movieClip 472	{
			onClipEvent (load) {
				if (_root.colour == 0) {
					gotoAndStop(1);
				}
				if (_root.colour == 1) {
					gotoAndStop(2);
				}
				if (_root.colour == 2) {
					gotoAndStop(3);
				}
				if (_root.colour == 3) {
					gotoAndStop(4);
				}
				if (_root.colour == 4) {
					gotoAndStop(5);
				}
				if (_root.colour == 5) {
					gotoAndStop(6);
				}
				if (_root.colour == 6) {
					gotoAndStop(7);
				}
				if (_root.colour == 7) {
					gotoAndStop(8);
				}
				if (_root.colour == 8) {
					gotoAndStop(9);
				}
				if (_root.colour == 9) {
					gotoAndStop(10);
				}
				if (_root.colour == 10) {
					gotoAndStop(11);
				}
				if (_root.colour == 11) {
					gotoAndStop(12);
				}
				if (_root.colour == 12) {
					gotoAndStop(13);
				}
				if (_root.colour == 13) {
					gotoAndStop(14);
				}
				if (_root.colour == 14) {
					gotoAndStop(15);
				}
				if (_root.colour == 15) {
					gotoAndStop(16);
				}
			}
		}
		instance of movieClip 476	{
			onClipEvent (load) {
				if (_root.hat == 0) {
					gotoAndStop(1);
				}
				if (_root.hat == 1) {
					gotoAndStop(2);
				}
				if (_root.hat == 2) {
					gotoAndStop(3);
				}
				if (_root.hat == 3) {
					gotoAndStop(4);
				}
				if (_root.hat == 4) {
					gotoAndStop(5);
				}
			}
		}
		frame 12 {
			if (_root._currentframe == 9) {
				if (_parent._currentframe == 1) {
					_parent._x += 50;
				}
				if (_parent._currentframe == 2) {
					_parent._x -= 50;
				}
			} else {
				_x = _x + 50;
			}
			gotoAndStop(1);
		}
		frame 14 {
			prevFrame();
		}
		frame 15 {
			stop();
		}
	}
	instance chick of movieClip 481	{
		onClipEvent (load) {
			xspeed = 1;
		}
		onClipEvent (enterFrame) {
			_root.xspeed = xspeed;
			_x = _x - xspeed;
			if (_x < 100) {
				play();
			}
		}
	}
	button 487 {
		on (keyPress '<Space>') {
			nextFrame();
		}
		on (rollOver) {
			this.useHandCursor = false;
		}
	}
	movieClip 489	{
	}
	instance of movieClip 489	{
		onClipEvent (enterFrame) {
			_x = _x - _root.xspeed;
			if (_x < 0) {
				_x = _x + 750;
			}
		}
		onClipEvent (enterFrame) {
			if (_root.daytime == 1) {
				gotoAndStop(1);
			}
			if (_root.daytime == 2) {
				gotoAndStop(2);
			}
			if (_root.daytime == 3) {
				gotoAndStop(3);
			}
		}
	}
	movieClip 490	{
	}
	instance of movieClip 490	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl > 1500) {
				_root.stalvl = 1500;
			}
			if (_root.runlvl > 1500) {
				_root.runlvl = 1500;
			}
			if (_root.flylvl > 1500) {
				_root.flylvl = 1500;
			}
			if (_root.swilvl > 1500) {
				_root.swilvl = 1500;
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.stalvl = _root.stalvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.seed = _root.seed;
				game.data.skill = _root.skill;
				game.data.money = _root.money;
				game.data.colour = _root.colour;
				game.data.hat = _root.hat;
				game.flush();
				delay = 100;
			}
		}
	}
	frame 14 {
		if (music._currentframe !== 2) {
			stopAllSounds();
			music.gotoAndStop(2);
		}
	}
	frame 14 {
		stop();
	}
	instance of movieClip 489	{
		onClipEvent (enterFrame) {
			_x = _x - _root.xspeed;
			if (_x < 0) {
				_x = _x + 750;
			}
		}
		onClipEvent (enterFrame) {
			if (_root.daytime == 1) {
				gotoAndStop(1);
			}
			if (_root.daytime == 2) {
				gotoAndStop(2);
			}
			if (_root.daytime == 3) {
				gotoAndStop(3);
			}
		}
	}
	movieClip 492	{
		frame 1 {
			stop();
		}
	}
	instance of movieClip 492	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 1140;
				_y = 250 + Math.random() * 130;
			}
			if (this.hitTest(_root.chick)) {
				play();
				_x = _x + 940;
				_y = 150 + Math.random() * 230;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance of movieClip 492	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 1140;
				_y = 250 + Math.random() * 130;
			}
			if (this.hitTest(_root.chick)) {
				play();
				_x = _x + 940;
				_y = 250 + Math.random() * 130;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	movieClip 500	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
	}
	instance log1 of movieClip 500	{
		onClipEvent (load) {
			yspeed = 0;
			high = 42;
		}
		onClipEvent (enterFrame) {
			high2 = high / 2;
			if (_x < 770) {
				yspeed += 1;
			}
			_y = _y + yspeed;
			if (_y > 420 - high / 2) {
				_y = 420 - high / 2;
				if (no == 8) {
					yspeed = -yspeed;
				} else {
					yspeed = -yspeed / 2;
				}
			}
			if (this.hitTest(_root.log1)) {
				_x = _x + 1;
			}
			if (no == 8) {
				_x = _x - 5;
			} else {
				_x = _x - _root.xspeed * 4;
			}
			_rotation = _rotation - _root.xspeed * 8;
			if (_x < -30) {
				_x = _x + (750 + Math.random() * 640);
				no = Math.ceil(Math.random() * 8);
				yspeed = 0;
				if (no == 1) {
					gotoAndStop(1);
					_y = 398;
					high = 42;
				}
				if (no == 2) {
					gotoAndStop(2);
					_y = 398;
					high = 42;
				}
				if (no == 3) {
					gotoAndStop(3);
					_y = 398;
					high = 42;
				}
				if (no == 4) {
					gotoAndStop(4);
					_y = 398;
					high = 42;
				}
				if (no == 5) {
					gotoAndStop(5);
					_y = 100;
					high = 42;
				}
				if (no == 6) {
					gotoAndStop(6);
					_y = 398;
					high = 42;
				}
				if (no == 7) {
					gotoAndStop(7);
					_y = 200;
					high = 42;
				}
				if (no == 8) {
					gotoAndStop(8);
					_y = 200;
					_x = 1100;
					high = 21;
				}
			}
			if (_root.chick.hitTest(_x - high2, _y, true)) {
				if (_root.chick._currentframe < 13) {
					_root.chick._x -= Number(_root.chick._currentframe * 5);
				}
				_root.chick.gotoAndStop(15);
			}
			if (_root.chick.hitTest(_x, _y - high2, true)) {
				_root.chick._y = _y - (high2 + _root.chick._height / 2 + 2);
				_root.chick.yspeed = -5;
			}
			while (_root.chick.hitTest(_x + high2, _y, true)) {
				_root.chick._x += 2;
			}
		}
	}
	instance chick of movieClip 481	{
		onClipEvent (load) {
			xspeed = 1 + _root.runlvl / 500;
			if (_root.xtrain == 1) {
				xspeed = 1 + _root.runlvl / 250;
			}
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_x < 0) {
				_root.nextFrame();
			}
			if (_y < 0) {
				_root.nextFrame();
			}
			_root.xspeed = xspeed;
			_root.speed = Math.round(_root.xspeed) + 'MPH';
			if (timerstop !== 1) {
				_root.dist = Number(_root.dist + Math.round(xspeed * 2));
			}
			if (_currentframe < 15) {
				_y = _y + yspeed;
				yspeed += 0.5;
				if (_y > 391) {
					_y = 390;
					yspeed = 0;
					gotoAndStop(1);
				}
				if (_y > 390) {
					_y = 390;
					yspeed = 0;
				}
				if (_y < 388) {
					_x = _x + xspeed;
					if (_x < 125) {
						_x = _x + 1;
					}
					if (yspeed < 0) {
						gotoAndStop(2);
					}
					if (yspeed > 0) {
						gotoAndStop(13);
					}
				}
				xspeed += 0.001;
				_x = _x - xspeed;
				if (xspeed > 4) {
					xspeed = 4;
				}
				if (_x < 100 and _currentframe == 1) {
					play();
				}
				if (Key.isDown(38)) {
					if (_y > 388) {
						if (_currentframe == 1 or _currentframe == 2 or _currentframe == 3 or _currentframe == 4 or _currentframe == 5) {
							yspeed = -10;
						}
					}
				}
			} else {
				if (nojump == 1) {
				} else {
					yspeed = -5;
					nojump = 1;
				}
				_y = _y + yspeed;
				yspeed += 1;
				_x = _x - _root.xspeed * 4;
				_rotation = _rotation - 10;
			}
		}
	}
	instance of movieClip 500	{
		onClipEvent (load) {
			yspeed = 0;
			high = 42;
			gotoAndStop(4);
		}
		onClipEvent (enterFrame) {
			high2 = high / 2;
			if (_x < 770) {
				yspeed += 1;
			}
			_y = _y + yspeed;
			if (_y > 420 - high / 2) {
				_y = 420 - high / 2;
				if (no == 8) {
					yspeed = -yspeed;
				} else {
					yspeed = -yspeed / 2;
				}
			}
			if (this.hitTest(_root.log1)) {
				_x = _x + 1;
			}
			if (no == 8) {
				_x = _x - 5;
			} else {
				_x = _x - _root.xspeed * 4;
			}
			_rotation = _rotation - _root.xspeed * 8;
			if (_x < -30) {
				_x = _x + (750 + Math.random() * 640);
				no = Math.ceil(Math.random() * 8);
				yspeed = 0;
				if (no == 1) {
					gotoAndStop(1);
					_y = 398;
					high = 42;
				}
				if (no == 2) {
					gotoAndStop(2);
					_y = 398;
					high = 42;
				}
				if (no == 3) {
					gotoAndStop(3);
					_y = 398;
					high = 42;
				}
				if (no == 4) {
					gotoAndStop(4);
					_y = 398;
					high = 42;
				}
				if (no == 5) {
					gotoAndStop(5);
					_y = 100;
					high = 42;
				}
				if (no == 6) {
					gotoAndStop(6);
					_y = 398;
					high = 42;
				}
				if (no == 7) {
					gotoAndStop(7);
					_y = 200;
					high = 42;
				}
				if (no == 8) {
					gotoAndStop(8);
					_y = 200;
					_x = 1100;
					high = 21;
				}
			}
			if (_root.chick.hitTest(_x - high2, _y, true)) {
				if (_root.chick._currentframe < 13) {
					_root.chick._x -= Number(_root.chick._currentframe * 5);
				}
				_root.chick.gotoAndStop(15);
			}
			if (_root.chick.hitTest(_x, _y - high2, true)) {
				_root.chick._y = _y - (high2 + _root.chick._height / 2 + 2);
				_root.chick.yspeed = -5;
			}
			while (_root.chick.hitTest(_x + high2, _y, true)) {
				_root.chick._x += 2;
			}
		}
	}
	frame 15 {
		if (music._currentframe !== 2) {
			stopAllSounds();
			music.gotoAndStop(2);
		}
	}
	frame 15 {
		xp = Math.round(dist / 100);
		runlvl = Number(runlvl + _root.dist / 100);
		_root.money = Number(_root.coins + _root.money);
		rlvl = Math.floor(runlvl / 10);
		tlvl = rlvl + flyinglevel + swimlevel + climblevel;
		kongregate.stats.submit('RunningLevel', rlvl);
		kongregate.stats.submit('TotalLevel', tlvl);
	}
	instance of movieClip 492	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
			if (this.hitTest(_root.chick)) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance of movieClip 492	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
			if (this.hitTest(_root.chick)) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	movieClip 506	{
	}
	instance of movieClip 506	{
		onClipEvent (enterFrame) {
			this._xscale = _root.runninglevel * 1.16;
			_root.runninglevel = Math.floor(_root.runlvl / 10);
		}
	}
	movieClip 507	{
	}
	instance of movieClip 507	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 507	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 507	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 507	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 507	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	button 513 {
		on (release) {
			gotoAndStop(9);
		}
	}
	button 514 {
		on (release) {
			gotoAndStop(13);
		}
		on (keyPress '<Space>') {
			gotoAndStop(13);
		}
	}
	movieClip 515	{
	}
	instance of movieClip 515	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > _root.maxi * 10) {
				_root.stalvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	movieClip 517	{
	}
	button 518 {
		on (release) {
			prevFrame();
		}
	}
	movieClip 519	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
		instance of movieClip 517	{
			onClipEvent (rollOver) {
				this.useHandCursor = false;
			}
			onClipEvent (keyDown) {
				prevFrame();
			}
			onClipEvent (mouseDown) {
				prevFrame();
			}
		}
	}
	frame 16 {
		if (music._currentframe !== 2) {
			stopAllSounds();
			music.gotoAndStop(2);
		}
	}
	frame 16 {
		stop();
	}
	frame 16 {
		dist = 0;
		xspeed = -4;
		coins = 0;
	}
	instance of movieClip 174	{
		onClipEvent (enterFrame) {
			if (_x < -760) {
				_x = _x + 760;
			}
			_x = _x + _root.xspeed / 10;
		}
		onClipEvent (enterFrame) {
			if (_root.daytime == 1) {
				gotoAndStop(1);
			}
			if (_root.daytime == 2) {
				gotoAndStop(2);
			}
			if (_root.daytime == 3) {
				gotoAndStop(3);
			}
		}
	}
	instance of movieClip 180	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			_x = _x + _root.xspeed / 2;
		}
		onClipEvent (enterFrame) {
			if (_root.daytime == 1) {
				gotoAndStop(1);
			}
			if (_root.daytime == 2) {
				gotoAndStop(2);
			}
			if (_root.daytime == 3) {
				gotoAndStop(3);
			}
		}
	}
	movieClip 529	{
	}
	movieClip 530	{
		instance of movieClip 285	{
			onClipEvent (load) {
				if (_root.colour == 0) {
					gotoAndStop(1);
				}
				if (_root.colour == 1) {
					gotoAndStop(2);
				}
				if (_root.colour == 2) {
					gotoAndStop(3);
				}
				if (_root.colour == 3) {
					gotoAndStop(4);
				}
				if (_root.colour == 4) {
					gotoAndStop(5);
				}
				if (_root.colour == 5) {
					gotoAndStop(6);
				}
				if (_root.colour == 6) {
					gotoAndStop(7);
				}
				if (_root.colour == 7) {
					gotoAndStop(8);
				}
				if (_root.colour == 8) {
					gotoAndStop(9);
				}
				if (_root.colour == 9) {
					gotoAndStop(10);
				}
				if (_root.colour == 10) {
					gotoAndStop(11);
				}
				if (_root.colour == 11) {
					gotoAndStop(12);
				}
				if (_root.colour == 12) {
					gotoAndStop(13);
				}
				if (_root.colour == 13) {
					gotoAndStop(14);
				}
				if (_root.colour == 14) {
					gotoAndStop(15);
				}
				if (_root.colour == 15) {
					gotoAndStop(16);
				}
			}
		}
		instance of movieClip 287	{
			onClipEvent (enterFrame) {
				_rotation = -_parent._rotation;
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 1340;
				_y = Math.random() * 180;
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 1340;
				_y = Math.random() * 180;
			}
		}
	}
	button 535 {
		on (keyPress '<Space>') {
			nextFrame();
		}
		on (rollOver) {
			this.useHandCursor = false;
		}
	}
	instance of movieClip 411	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl > 1500) {
				_root.stalvl = 1500;
			}
			if (_root.runlvl > 1500) {
				_root.runlvl = 1500;
			}
			if (_root.flylvl > 1500) {
				_root.flylvl = 1500;
			}
			if (_root.swilvl > 1500) {
				_root.swilvl = 1500;
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.stalvl = _root.stalvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.seed = _root.seed;
				game.data.skill = _root.skill;
				game.data.money = _root.money;
				game.data.colour = _root.colour;
				game.data.hat = _root.hat;
				game.flush();
				delay = 100;
			}
		}
	}
	frame 17 {
		if (music._currentframe !== 2) {
			stopAllSounds();
			music.gotoAndStop(2);
		}
	}
	frame 17 {
		stop();
	}
	frame 17 {
		dist = 0;
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 1340;
				_y = Math.random() * 180;
			}
		}
	}
	instance coin of movieClip 416	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 50 + Math.random() * 300;
			}
			if (this.hitTest(_root.chick)) {
				play();
				_x = _x + 940;
				_y = 50 + Math.random() * 300;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 1340;
				_y = Math.random() * 180;
			}
		}
	}
	instance chick of movieClip 530	{
		onClipEvent (load) {
			targrot = 10;
			where = 2;
			xspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_x < -20) {
				_root.nextFrame();
			}
			xspeed *= 0.85;
			_x = _x + xspeed;
			if (Key.isDown(37)) {
				if (_x > 70) {
					xspeed -= 1;
				}
			}
			if (Key.isDown(39)) {
				if (_x < 580) {
					xspeed += 1;
				}
			}
			if (where == 1) {
				targrot = 0;
				targy = 70;
			}
			if (where == 2) {
				if (_y < 210) {
					yspeed += 0.5;
				} else {
					yspeed -= 0.45;
				}
				_y = _y + yspeed;
			}
			if (where == 3) {
				targrot = 100;
				targy = 350;
			}
			if (where == 4) {
				targrot = 270;
				targy = 210;
			}
			if (where !== 2) {
				_rotation = _rotation + (targrot - _rotation) / 8;
				_y = _y + (targy - _y) / 8;
			}
			if (_y < 0) {
				yspeed = 1;
			}
			if (_y < 71) {
				where = 2;
			}
			if (_y > 349) {
				where = 2;
			}
			if (_y > 205 and _y < 215) {
				where = 0;
				targrot = 10;
				targy = 210;
				if (where !== 4) {
					if (Key.isDown(38)) {
						where = 1;
						yspeed = 0;
					}
					if (Key.isDown(40)) {
						where = 3;
						yspeed = 0;
					}
				}
			}
		}
	}
	movieClip 544	{
	}
	movieClip 551	{
	}
	instance of movieClip 551	{
		onClipEvent (load) {
			xspeed = -(4 + _root.swilvl / 100);
			if (_root.xtrain == 1) {
				xspeed = -(3 + _root.swilvl / 50);
			}
			stop();
		}
		onClipEvent (enterFrame) {
			_x = _x + xspeed;
			xspeed -= 0.0025;
			_root.xspeed = xspeed;
			_root.speed = -Math.round(_root.xspeed) + 'MPH';
			_root.dist = Number(_root.dist - Math.round(xspeed / 2));
			while (this.hitTest(_root.chick._x, _root.chick._y - _root.chick._height / 2, true)) {
				_root.chick.yspeed += 1;
				_root.chick._y += 1;
			}
			while (this.hitTest(_root.chick._x + _root.chick._width / 2, _root.chick._y, true)) {
				_root.chick.xspeed -= 1;
				_root.chick._x -= 1;
			}
			while (this.hitTest(_root.chick._x, _root.chick._y + _root.chick._height / 2, true)) {
				_root.chick.yspeed -= 1;
				_root.chick._y -= 1;
			}
			while (this.hitTest(_root.chick._x - _root.chick._width / 2, _root.chick._y, true)) {
				_root.chick.xspeed += 1;
				_root.chick._x += 1;
			}
			if (_x < -250) {
				_x = _x + 1300;
				num = Math.ceil(Math.random() * 7);
				if (num == 1) {
					gotoAndStop(1);
					coin._y = 70;
				}
				if (num == 2) {
					gotoAndStop(2);
					coin._y = 350;
				}
				if (num == 3) {
					gotoAndStop(3);
					coin._y = 70;
				}
				if (num == 4) {
					gotoAndStop(4);
					coin._y = 350;
				}
				if (num == 5) {
					gotoAndStop(5);
					coin._y = 70;
				}
				if (num == 6) {
					gotoAndStop(6);
					coin._y = 350;
				}
				if (num == 7) {
					gotoAndStop(7);
					coin._y = 350;
				}
			}
		}
	}
	frame 18 {
		if (music._currentframe !== 2) {
			stopAllSounds();
			music.gotoAndStop(2);
		}
	}
	frame 18 {
		stop();
	}
	frame 18 {
		xp = Math.round(dist / 100);
		swilvl = Number(swilvl + _root.dist / 100);
		_root.money = Number(_root.coins + _root.money);
		slvl = Math.floor(swilvl / 10);
		tlvl = slvl + runninglevel + flyinglevel + climblevel;
		kongregate.stats.submit('SwimmingLevel', slvl);
		kongregate.stats.submit('TotalLevel', tlvl);
	}
	instance coin of movieClip 416	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
			if (this.hitTest(_root.chick)) {
				_x = _x + 940;
				_y = 50 + Math.random() * 350;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance of movieClip 551	{
		onClipEvent (load) {
			xspeed = -4;
			stop();
		}
		onClipEvent (enterFrame) {
			_x = _x + xspeed;
			xspeed -= 0.0025;
			_root.xspeed = xspeed;
			if (_root._currentframe == 19) {
				_root.dist = Number(_root.dist + Math.round(xspeed));
			}
			while (this.hitTest(_root.chick._x, _root.chick._y - _root.chick._height / 2, true)) {
				_root.chick.yspeed += 1;
				_root.chick._y += 1;
			}
			while (this.hitTest(_root.chick._x + _root.chick._width / 2, _root.chick._y, true)) {
				_root.chick.xspeed -= 1;
				_root.chick._x -= 1;
			}
			while (this.hitTest(_root.chick._x, _root.chick._y + _root.chick._height / 2, true)) {
				_root.chick.yspeed -= 1;
				_root.chick._y -= 1;
			}
			while (this.hitTest(_root.chick._x - _root.chick._width / 2, _root.chick._y, true)) {
				_root.chick.xspeed += 1;
				_root.chick._x += 1;
			}
			if (_x < -200) {
				_x = _x + 1040;
				num = Math.ceil(Math.random() * 6);
				if (num == 1) {
					gotoAndStop(1);
					coin._y = 70;
				}
				if (num == 2) {
					gotoAndStop(2);
					coin._y = 350;
				}
				if (num == 3) {
					gotoAndStop(3);
					coin._y = 70;
				}
				if (num == 4) {
					gotoAndStop(4);
					coin._y = 350;
				}
				if (num == 5) {
					gotoAndStop(5);
					coin._y = 70;
				}
				if (num == 6) {
					gotoAndStop(6);
					coin._y = 350;
				}
			}
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.swimlevel * 1.16;
			_root.swimlevel = Math.floor(_root.swilvl / 10);
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	button 558 {
		on (release) {
			gotoAndStop(16);
		}
		on (keyPress '<Space>') {
			gotoAndStop(16);
		}
	}
	instance of movieClip 344	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > _root.maxi * 10) {
				_root.stalvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	frame 19 {
		if (music._currentframe !== 2) {
			stopAllSounds();
			music.gotoAndStop(2);
		}
	}
	frame 19 {
		stop();
	}
	frame 19 {
		dist = 0;
		xspeed = -4;
		coins = 0;
	}
	movieClip 563	{
	}
	instance bg of movieClip 563	{
		onClipEvent (enterFrame) {
			if (_root.daytime == 1) {
				gotoAndStop(1);
			}
			if (_root.daytime == 2) {
				gotoAndStop(2);
			}
			if (_root.daytime == 3) {
				gotoAndStop(3);
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = Math.random() * 200;
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = Math.random() * 200;
			}
		}
	}
	movieClip 568	{
	}
	movieClip 571	{
		instance of movieClip 285	{
			onClipEvent (load) {
				if (_root.colour == 0) {
					gotoAndStop(1);
				}
				if (_root.colour == 1) {
					gotoAndStop(2);
				}
				if (_root.colour == 2) {
					gotoAndStop(3);
				}
				if (_root.colour == 3) {
					gotoAndStop(4);
				}
				if (_root.colour == 4) {
					gotoAndStop(5);
				}
				if (_root.colour == 5) {
					gotoAndStop(6);
				}
				if (_root.colour == 6) {
					gotoAndStop(7);
				}
				if (_root.colour == 7) {
					gotoAndStop(8);
				}
				if (_root.colour == 8) {
					gotoAndStop(9);
				}
				if (_root.colour == 9) {
					gotoAndStop(10);
				}
				if (_root.colour == 10) {
					gotoAndStop(11);
				}
				if (_root.colour == 11) {
					gotoAndStop(12);
				}
				if (_root.colour == 12) {
					gotoAndStop(13);
				}
				if (_root.colour == 13) {
					gotoAndStop(14);
				}
				if (_root.colour == 14) {
					gotoAndStop(15);
				}
				if (_root.colour == 15) {
					gotoAndStop(16);
				}
			}
		}
		instance of movieClip 287	{
			onClipEvent (load) {
				timer = 0;
				up = 1;
			}
			onClipEvent (enterFrame) {
			}
		}
	}
	button 576 {
		on (keyPress '<Space>') {
			nextFrame();
		}
	}
	instance of movieClip 411	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl > 1500) {
				_root.stalvl = 1500;
			}
			if (_root.runlvl > 1500) {
				_root.runlvl = 1500;
			}
			if (_root.flylvl > 1500) {
				_root.flylvl = 1500;
			}
			if (_root.swilvl > 1500) {
				_root.swilvl = 1500;
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.stalvl = _root.stalvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.seed = _root.seed;
				game.data.skill = _root.skill;
				game.data.money = _root.money;
				game.data.colour = _root.colour;
				game.data.hat = _root.hat;
				game.flush();
				delay = 100;
			}
		}
	}
	frame 20 {
		if (music._currentframe !== 2) {
			stopAllSounds();
			music.gotoAndStop(2);
		}
	}
	frame 20 {
		stop();
	}
	frame 20 {
		dist = 0;
		yspeed = 3 + climblevel / 10;
		if (_root.xtrain == 1) {
			yspeed = 3 + climblevel / 5;
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			yspeed = _root.yspeed / 4;
			_y = _y + yspeed;
			if (_y > 600) {
				_y = _y - 940;
				_x = Math.random() * 750;
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			yspeed = _root.yspeed / 4;
			_y = _y + yspeed;
			if (_y > 600) {
				_y = _y - 940;
				_x = Math.random() * 750;
			}
		}
	}
	movieClip 581	{
		instance of movieClip 285	{
			onClipEvent (load) {
				if (_root.colour == 0) {
					gotoAndStop(1);
				}
				if (_root.colour == 1) {
					gotoAndStop(2);
				}
				if (_root.colour == 2) {
					gotoAndStop(3);
				}
				if (_root.colour == 3) {
					gotoAndStop(4);
				}
				if (_root.colour == 4) {
					gotoAndStop(5);
				}
				if (_root.colour == 5) {
					gotoAndStop(6);
				}
				if (_root.colour == 6) {
					gotoAndStop(7);
				}
				if (_root.colour == 7) {
					gotoAndStop(8);
				}
				if (_root.colour == 8) {
					gotoAndStop(9);
				}
				if (_root.colour == 9) {
					gotoAndStop(10);
				}
				if (_root.colour == 10) {
					gotoAndStop(11);
				}
				if (_root.colour == 11) {
					gotoAndStop(12);
				}
				if (_root.colour == 12) {
					gotoAndStop(13);
				}
				if (_root.colour == 13) {
					gotoAndStop(14);
				}
				if (_root.colour == 14) {
					gotoAndStop(15);
				}
				if (_root.colour == 15) {
					gotoAndStop(16);
				}
			}
		}
		instance of movieClip 287	{
			onClipEvent (load) {
				timer = 0;
				up = 1;
			}
			onClipEvent (enterFrame) {
			}
		}
		instance of movieClip 287	{
			onClipEvent (load) {
				timer = 0;
				up = 1;
			}
			onClipEvent (enterFrame) {
			}
		}
	}
	instance chick of movieClip 581	{
		onClipEvent (load) {
			targrot = 10;
			where = 2;
			xspeed = 0;
			yspeed = 0;
			_root.scoreclip.dist = 0;
			_root.dist = 0;
		}
		onClipEvent (enterFrame) {
			oldx = _x;
			if (_y > 500) {
				_root.nextFrame();
			}
			_root.dist = Number(_root.scoreclip.dist + _root.yspeed / 4);
			_root.scoreclip.dist = Math.round(_root.dist);
			_root.scoreclip.speed = Math.round(_root.yspeed) + 'MPH';
			_root.yspeed = Number(_root.yspeed + 0.002);
			_root.where = where;
			_y = _y + yspeed;
			_x = _x + xspeed;
			if (_y > 250) {
				yspeed -= 1;
			}
			if (Key.isDown(37)) {
				if (_root.walls.hitTest(_x - 22, _y, true) or _root.walls.hitTest(_x + 22, _y, true)) {
					where = 1;
				}
			}
			if (Key.isDown(39)) {
				if (_root.walls.hitTest(_x - 22, _y, true) or _root.walls.hitTest(_x + 22, _y, true)) {
					where = 2;
				}
			}
			if (_root.walls.hitTest(_x - 22, _y, true) or _root.walls.hitTest(_x + 22, _y, true)) {
				yspeed = 0;
				if (_y > 300) {
					_y = _y - 4;
				}
			} else {
				yspeed += 1.5;
			}
			if (where == 1) {
				gotoAndStop(2);
				if (!_root.walls.hitTest(_x - 17, _y, true)) {
					_x = _x - 10;
				}
				while (_root.walls.hitTest(_x - 17, _y, true)) {
					_x = _x + 1;
				}
				if (!_root.walls.hitTest(_x - 25, _y - 20, true)) {
					_y = _y + yspeed;
				}
			}
			if (where == 2) {
				gotoAndStop(1);
				if (!_root.walls.hitTest(_x + 17, _y, true)) {
					_x = _x + 10;
				}
				while (_root.walls.hitTest(_x + 17, _y, true)) {
					_x = _x - 1;
				}
				if (!_root.walls.hitTest(_x + 25, _y - 20, true)) {
					_y = _y + yspeed;
				}
			}
			while (_root.walls.hitTest(_x, _y - 28, true)) {
				_y = _y + 1;
			}
			newx = _x;
			_rotation = _rotation + ((newx - oldx) * 10 - _rotation) / 4;
		}
	}
	instance coin of movieClip 416	{
		onClipEvent (enterFrame) {
			if (!_root.walls.hitTest(_x, _y, true)) {
				_y = _y + int(_root.yspeed);
			}
			if (_y > 500) {
				_y = _y - (Math.random() * 500 + 600);
				_x = Math.random() * 640;
			}
			if (_root.walls.hitTest(_x, _y, true)) {
				_x = Math.random() * 1000 - 200;
			}
			if (this.hitTest(_root.chick)) {
				play();
				_y = 501;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	movieClip 602	{
	}
	movieClip 603	{
		frame 1 {
			lcr = 1;
		}
		instance part1 of movieClip 602	{
			onClipEvent (load) {
				gotoAndStop(6);
			}
			onClipEvent (enterFrame) {
				_y = _y + int(_root.yspeed);
				_parent.part2._y += int(_root.yspeed);
				if (_y > 240) {
					_y = _y - 960;
					_root.part = 1;
					if (_parent.part2._currentframe < 6) {
						_x = _parent.part2._x + 220;
						_parent.pose = 1;
					} else {
						if (_parent.part2._currentframe > 5 and _parent.part2._currentframe < 16) {
							_x = _parent.part2._x;
							_parent.pose = 2;
						} else {
							if (_parent.part2._currentframe > 15) {
								_x = _parent.part2._x - 220;
								_parent.pose = 3;
							}
						}
					}
					if (_x < 200) {
						rand = Math.ceil(random(15));
					} else {
						if (_x > 200) {
							rand = 5 + Math.ceil(random(15));
						} else {
							rand = Math.ceil(Math.random() * 20);
						}
					}
					if (rand == 1) {
						gotoAndStop(1);
					}
					if (rand == 2) {
						gotoAndStop(2);
					}
					if (rand == 3) {
						gotoAndStop(3);
					}
					if (rand == 4) {
						gotoAndStop(4);
					}
					if (rand == 5) {
						gotoAndStop(5);
					}
					if (rand == 6) {
						gotoAndStop(6);
					}
					if (rand == 7) {
						gotoAndStop(7);
					}
					if (rand == 8) {
						gotoAndStop(8);
					}
					if (rand == 9) {
						gotoAndStop(9);
					}
					if (rand == 10) {
						gotoAndStop(10);
					}
					if (rand == 11) {
						gotoAndStop(11);
					}
					if (rand == 12) {
						gotoAndStop(12);
					}
					if (rand == 13) {
						gotoAndStop(13);
					}
					if (rand == 14) {
						gotoAndStop(14);
					}
					if (rand == 15) {
						gotoAndStop(15);
					}
					if (rand == 16) {
						gotoAndStop(16);
					}
					if (rand == 17) {
						gotoAndStop(17);
					}
					if (rand == 18) {
						gotoAndStop(18);
					}
					if (rand == 19) {
						gotoAndStop(19);
					}
					if (rand == 20) {
						gotoAndStop(20);
					}
				}
			}
		}
		instance part2 of movieClip 602	{
			onClipEvent (load) {
				gotoAndStop(1);
			}
			onClipEvent (enterFrame) {
				if (_y > 240) {
					_y = _y - 960;
					_root.part = 2;
					if (_parent.part1._currentframe < 6) {
						_x = _parent.part1._x + 220;
					} else {
						if (_parent.part1._currentframe > 5 and _parent.part1._currentframe < 16) {
							_x = _parent.part1._x;
						} else {
							if (_parent.part1._currentframe > 15) {
								_x = _parent.part1._x - 220;
							}
						}
					}
					if (_x < 200) {
						rand = Math.ceil(random(15));
					} else {
						if (_x > 200) {
							rand = 5 + Math.ceil(random(15));
						} else {
							rand = Math.ceil(Math.random() * 20);
						}
					}
					if (rand == 1) {
						gotoAndStop(1);
					}
					if (rand == 2) {
						gotoAndStop(2);
					}
					if (rand == 3) {
						gotoAndStop(3);
					}
					if (rand == 4) {
						gotoAndStop(4);
					}
					if (rand == 5) {
						gotoAndStop(5);
					}
					if (rand == 6) {
						gotoAndStop(6);
					}
					if (rand == 7) {
						gotoAndStop(7);
					}
					if (rand == 8) {
						gotoAndStop(8);
					}
					if (rand == 9) {
						gotoAndStop(9);
					}
					if (rand == 10) {
						gotoAndStop(10);
					}
					if (rand == 11) {
						gotoAndStop(11);
					}
					if (rand == 12) {
						gotoAndStop(12);
					}
					if (rand == 13) {
						gotoAndStop(13);
					}
					if (rand == 14) {
						gotoAndStop(14);
					}
					if (rand == 15) {
						gotoAndStop(15);
					}
					if (rand == 16) {
						gotoAndStop(16);
					}
					if (rand == 17) {
						gotoAndStop(17);
					}
					if (rand == 18) {
						gotoAndStop(18);
					}
					if (rand == 19) {
						gotoAndStop(19);
					}
					if (rand == 20) {
						gotoAndStop(20);
					}
				}
			}
		}
	}
	movieClip 606	{
	}
	movieClip 608	{
		frame 1 {
			function camControl() {
				parentColor.setTransform(camColor.getTransform());
				var v4 = sX / this._width;
				var v3 = sY / this._height;
				_parent._x = cX - this._x * v4;
				_parent._y = cY - this._y * v3;
				_parent._xscale = 100 * v4;
				_parent._yscale = 100 * v3;
			}
			function resetStage() {
				var v2 = {'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0, 'aa': 100, 'ab': 0};
				parentColor.setTransform(v2);
				_parent._xscale = 100;
				_parent._yscale = 100;
				_parent._x = 0;
				_parent._y = 0;
			}
			this._visible = false;
			var oldMode = Stage.scaleMode;
			Stage.scaleMode = 'exactFit';
			var cX = Stage.width / 2;
			var cY = Stage.height / 2;
			var sX = Stage.width;
			var sY = Stage.height;
			Stage.scaleMode = oldMode;
			var camColor = new Color(this);
			var parentColor = new Color(_parent);
			this.onEnterFrame = camControl;
			camControl();
			this.onUnload = resetStage;
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 100;
			_root.shad._x = _x;
			_root.bg._x = _x;
			_root.scoreclip._x = _x;
			_root.energy._x = _x;
		}
	}
	frame 21 {
		if (music._currentframe !== 2) {
			stopAllSounds();
			music.gotoAndStop(2);
		}
	}
	frame 21 {
		stop();
	}
	frame 21 {
		xp = Math.round(dist / 25);
		clilvl = Number(clilvl + xp);
		dist = Math.round(dist);
		_root.money = Number(_root.coins + _root.money);
		walls.part1._x = 0;
		walls.part2._x = 0;
		scoreclip._alpha = 0;
		clvl = Math.floor(clilvl / 10);
		tlvl = clvl + runninglevel + swimlevel + flyinglevel;
		kongregate.stats.submit('ClimbingLevel', clvl);
		kongregate.stats.submit('TotalLevel', tlvl);
	}
	instance of movieClip 344	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > _root.maxi * 10) {
				_root.stalvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	button 615 {
		on (release) {
			gotoAndStop(19);
		}
		on (keyPress '<Space>') {
			gotoAndStop(19);
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.climblevel * 2;
			_root.climblevel = Math.floor(_root.clilvl / 10);
		}
	}
	frame 22 {
		if (music._currentframe !== 2) {
			stopAllSounds();
			music.gotoAndStop(2);
		}
	}
	button 624 {
		on (release) {
			gotoAndStop(16);
		}
	}
	button 627 {
		on (release) {
			gotoAndStop(19);
		}
	}
	button 630 {
		on (release) {
			gotoAndStop(13);
		}
	}
	button 633 {
		on (release) {
			gotoAndStop(10);
		}
	}
	button 636 {
		on (release) {
			gotoAndStop(9);
		}
	}
	frame 23 {
		if (music._currentframe !== 2) {
			stopAllSounds();
			music.gotoAndStop(2);
		}
	}
	button 640 {
		on (release) {
			if (_root.race > -1) {
				gotoAndStop(24);
			}
		}
	}
	button 643 {
		on (release) {
			if (_root.race > 2) {
				gotoAndStop(32);
			}
		}
	}
	movieClip 645	{
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 2) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 0) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 5) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 3) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	frame 24 {
		if (music._currentframe !== 2) {
			stopAllSounds();
			music.gotoAndStop(2);
		}
	}
	button 647 {
		on (release) {
			gotoAndStop(23);
		}
	}
	button 654 {
		on (release) {
			if (_root.race >= 0) {
				gotoAndStop(25);
			}
		}
	}
	button 661 {
		on (release) {
			if (_root.race >= 1) {
				gotoAndStop(27);
			}
		}
	}
	button 666 {
		on (release) {
			if (_root.race >= 2) {
				gotoAndStop(29);
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 0) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 0) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 1) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 1) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 2) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 2) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	frame 25 {
		if (music._currentframe !== 3) {
			stopAllSounds();
			music.gotoAndStop(3);
		}
	}
	frame 25 {
		enelvl = 100;
		go = 0;
	}
	instance of movieClip 174	{
		onClipEvent (enterFrame) {
			if (_root.daytime == 1) {
				gotoAndStop(1);
			}
			if (_root.daytime == 2) {
				gotoAndStop(2);
			}
			if (_root.daytime == 3) {
				gotoAndStop(3);
			}
		}
	}
	instance of movieClip 180	{
		onClipEvent (enterFrame) {
			if (_root.daytime == 1) {
				gotoAndStop(1);
			}
			if (_root.daytime == 2) {
				gotoAndStop(2);
			}
			if (_root.daytime == 3) {
				gotoAndStop(3);
			}
		}
	}
	movieClip 670	{
		frame 1 {
			gotoAndStop(2);
		}
		instance of movieClip 285	{
			onClipEvent (load) {
				if (_parent._parent._name == 'chick' or _parent._parent._parent._name == 'chick') {
					if (_root.colour == 0) {
						gotoAndStop(1);
					}
					if (_root.colour == 1) {
						gotoAndStop(2);
					}
					if (_root.colour == 2) {
						gotoAndStop(3);
					}
					if (_root.colour == 3) {
						gotoAndStop(4);
					}
					if (_root.colour == 4) {
						gotoAndStop(5);
					}
					if (_root.colour == 5) {
						gotoAndStop(6);
					}
					if (_root.colour == 6) {
						gotoAndStop(7);
					}
					if (_root.colour == 7) {
						gotoAndStop(8);
					}
					if (_root.colour == 8) {
						gotoAndStop(9);
					}
					if (_root.colour == 9) {
						gotoAndStop(10);
					}
					if (_root.colour == 10) {
						gotoAndStop(11);
					}
				} else {
					gotoAndStop(1);
				}
			}
		}
		instance of movieClip 289	{
			onClipEvent (load) {
				num = 0;
			}
			onClipEvent (enterFrame) {
				if (_parent._parent._x < 480 or _parent._parent._currentframe == 2) {
					if (_parent._parent._x > 160 or _parent._parent._currentframe == 1) {
						num = Math.round(Math.random() * 40);
						if (num == 5) {
							_parent.play();
							num = 0;
						}
						if (_root.corn._x < 640) {
							_parent.play();
							num = 0;
						}
						if (_root.corn2._x > 0) {
							_parent.play();
							num = 0;
						}
					}
				}
			}
		}
	}
	movieClip 682	{
		frame 1 {
			gotoAndStop(2);
		}
		instance of movieClip 285	{
			onClipEvent (load) {
				if (_parent._parent._parent._name == 'chick' or _parent._parent._parent._parent._name == 'chick' or _parent._parent._parent._parent._parent._name == 'chick') {
					if (_root.colour == 0) {
						gotoAndStop(1);
					}
					if (_root.colour == 1) {
						gotoAndStop(2);
					}
					if (_root.colour == 2) {
						gotoAndStop(3);
					}
					if (_root.colour == 3) {
						gotoAndStop(4);
					}
					if (_root.colour == 4) {
						gotoAndStop(5);
					}
					if (_root.colour == 5) {
						gotoAndStop(6);
					}
					if (_root.colour == 6) {
						gotoAndStop(7);
					}
					if (_root.colour == 7) {
						gotoAndStop(8);
					}
					if (_root.colour == 8) {
						gotoAndStop(9);
					}
					if (_root.colour == 9) {
						gotoAndStop(10);
					}
					if (_root.colour == 10) {
						gotoAndStop(11);
					}
				} else {
					gotoAndStop(1);
				}
			}
		}
		instance of movieClip 289	{
			onClipEvent (load) {
				num = 0;
			}
			onClipEvent (enterFrame) {
				if (_parent._parent._x < 480 or _parent._parent._currentframe == 2) {
					if (_parent._parent._x > 160 or _parent._parent._currentframe == 1) {
						num = Math.round(Math.random() * 40);
						if (num == 5) {
							_parent.play();
							num = 0;
						}
						if (_root.corn._x < 640) {
							_parent.play();
							num = 0;
						}
						if (_root.corn2._x > 0) {
							_parent.play();
							num = 0;
						}
					}
				}
			}
		}
	}
	movieClip 683	{
	}
	movieClip 684	{
		frame 20 {
			stop();
		}
	}
	movieClip 718	{
		frame 1 {
			stop();
		}
		frame 2 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		instance of movieClip 285	{
			onClipEvent (load) {
				if (_parent._parent._name == 'chick' or _parent._name == 'chick') {
					if (_root.colour == 0) {
						gotoAndStop(1);
					}
					if (_root.colour == 1) {
						gotoAndStop(2);
					}
					if (_root.colour == 2) {
						gotoAndStop(3);
					}
					if (_root.colour == 3) {
						gotoAndStop(4);
					}
					if (_root.colour == 4) {
						gotoAndStop(5);
					}
					if (_root.colour == 5) {
						gotoAndStop(6);
					}
					if (_root.colour == 6) {
						gotoAndStop(7);
					}
					if (_root.colour == 7) {
						gotoAndStop(8);
					}
					if (_root.colour == 8) {
						gotoAndStop(9);
					}
					if (_root.colour == 9) {
						gotoAndStop(10);
					}
					if (_root.colour == 10) {
						gotoAndStop(11);
					}
				} else {
					gotoAndStop(1);
				}
			}
		}
		instance of movieClip 292	{
			onClipEvent (load) {
				if (_parent._parent._parent._parent._name == 'chick' or _parent._parent._parent._name == 'chick' or _parent._parent._name == 'chick' or _parent._name == 'chick') {
					if (_root.hat == 0) {
						gotoAndStop(1);
					} else {
						if (_root.hat == 1) {
							gotoAndStop(2);
						} else {
							if (_root.hat == 2) {
								gotoAndStop(3);
							} else {
								if (_root.hat == 3) {
									gotoAndStop(4);
								} else {
									if (_root.hat == 4) {
										gotoAndStop(5);
									}
								}
							}
						}
					}
				} else {
					gotoAndStop(1);
				}
			}
		}
		frame 3 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 4 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 5 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 6 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 7 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 8 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 9 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		instance of movieClip 285	{
			onClipEvent (load) {
				if (_parent._parent._name == 'chick' or _parent._name == 'chick') {
					if (_root.colour == 0) {
						gotoAndStop(1);
					}
					if (_root.colour == 1) {
						gotoAndStop(2);
					}
					if (_root.colour == 2) {
						gotoAndStop(3);
					}
					if (_root.colour == 3) {
						gotoAndStop(4);
					}
					if (_root.colour == 4) {
						gotoAndStop(5);
					}
					if (_root.colour == 5) {
						gotoAndStop(6);
					}
					if (_root.colour == 6) {
						gotoAndStop(7);
					}
					if (_root.colour == 7) {
						gotoAndStop(8);
					}
					if (_root.colour == 8) {
						gotoAndStop(9);
					}
					if (_root.colour == 9) {
						gotoAndStop(10);
					}
					if (_root.colour == 10) {
						gotoAndStop(11);
					}
				} else {
					gotoAndStop(1);
				}
			}
		}
		frame 10 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		instance of movieClip 285	{
			onClipEvent (load) {
				if (_parent._parent._name == 'chick' or _parent._name == 'chick') {
					if (_root.colour == 0) {
						gotoAndStop(1);
					}
					if (_root.colour == 1) {
						gotoAndStop(2);
					}
					if (_root.colour == 2) {
						gotoAndStop(3);
					}
					if (_root.colour == 3) {
						gotoAndStop(4);
					}
					if (_root.colour == 4) {
						gotoAndStop(5);
					}
					if (_root.colour == 5) {
						gotoAndStop(6);
					}
					if (_root.colour == 6) {
						gotoAndStop(7);
					}
					if (_root.colour == 7) {
						gotoAndStop(8);
					}
					if (_root.colour == 8) {
						gotoAndStop(9);
					}
					if (_root.colour == 9) {
						gotoAndStop(10);
					}
					if (_root.colour == 10) {
						gotoAndStop(11);
					}
				} else {
					gotoAndStop(1);
				}
			}
		}
		frame 11 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 12 {
			_x = _x + 50;
			gotoAndStop(1);
		}
		instance of movieClip 285	{
			onClipEvent (load) {
				if (_parent._parent._name == 'chick' or _parent._name == 'chick') {
					if (_root.colour == 0) {
						gotoAndStop(1);
					}
					if (_root.colour == 1) {
						gotoAndStop(2);
					}
					if (_root.colour == 2) {
						gotoAndStop(3);
					}
					if (_root.colour == 3) {
						gotoAndStop(4);
					}
					if (_root.colour == 4) {
						gotoAndStop(5);
					}
					if (_root.colour == 5) {
						gotoAndStop(6);
					}
					if (_root.colour == 6) {
						gotoAndStop(7);
					}
					if (_root.colour == 7) {
						gotoAndStop(8);
					}
					if (_root.colour == 8) {
						gotoAndStop(9);
					}
					if (_root.colour == 9) {
						gotoAndStop(10);
					}
					if (_root.colour == 10) {
						gotoAndStop(11);
					}
				} else {
					gotoAndStop(1);
				}
			}
		}
		instance of movieClip 289	{
			onClipEvent (load) {
				num = 0;
			}
			onClipEvent (enterFrame) {
				if (_parent._parent._x < 480 or _parent._parent._currentframe == 2) {
					if (_parent._parent._x > 160 or _parent._parent._currentframe == 1) {
						num = Math.round(Math.random() * 40);
						if (num == 5) {
							_parent.play();
							num = 0;
						}
						if (_root.corn._x < 640) {
							_parent.play();
							num = 0;
						}
						if (_root.corn2._x > 0) {
							_parent.play();
							num = 0;
						}
					}
				}
			}
		}
		frame 23 {
			_x = _x + 70;
			mode = 2;
			stop();
		}
		frame 30 {
			mode = 1;
		}
		frame 31 {
			stop();
		}
		instance of movieClip 285	{
			onClipEvent (load) {
				if (_parent._parent._name == 'chick' or _parent._name == 'chick') {
					if (_root.colour == 0) {
						gotoAndStop(1);
					}
					if (_root.colour == 1) {
						gotoAndStop(2);
					}
					if (_root.colour == 2) {
						gotoAndStop(3);
					}
					if (_root.colour == 3) {
						gotoAndStop(4);
					}
					if (_root.colour == 4) {
						gotoAndStop(5);
					}
					if (_root.colour == 5) {
						gotoAndStop(6);
					}
					if (_root.colour == 6) {
						gotoAndStop(7);
					}
					if (_root.colour == 7) {
						gotoAndStop(8);
					}
					if (_root.colour == 8) {
						gotoAndStop(9);
					}
					if (_root.colour == 9) {
						gotoAndStop(10);
					}
					if (_root.colour == 10) {
						gotoAndStop(11);
					}
				} else {
					gotoAndStop(1);
				}
			}
		}
		instance of movieClip 287	{
			onClipEvent (enterFrame) {
				_rotation = -_parent._rotation;
			}
		}
		frame 32 {
			stop();
		}
		instance of movieClip 287	{
		}
		instance of movieClip 287	{
		}
		instance of movieClip 287	{
		}
		frame 66 {
			mode = 1;
			_x = _x + 70;
			_y = _y - 30;
			gotoAndStop(1);
		}
		instance of movieClip 287	{
			onClipEvent (enterFrame) {
				_rotation = -_parent._rotation;
			}
		}
	}
	instance chick2 of movieClip 718	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 718	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick3 of movieClip 718	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 718	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	movieClip 720	{
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	movieClip 723	{
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	movieClip 725	{
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	movieClip 727	{
	}
	instance of movieClip 727	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	movieClip 729	{
	}
	instance of movieClip 729	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	movieClip 732	{
	}
	movieClip 733	{
		instance of movieClip 732	{
			onClipEvent (load) {
				chick1 = 0;
				chick2 = 0;
				chick3 = 0;
				chick4 = 0;
				idn = 1;
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.chick) && _root.chick._currentframe > 33) {
					_root.chick._x = _parent._x + _x - 17;
					_root.chick.mode = 4;
					_root.chick.gotoAndStop(32);
				}
				if (this.hitTest(_root.chick) && chick1 == 0) {
					chick1 = 1;
					_root.chick._x = _parent._x + _x - 17;
					_root.chick.mode = 4;
					_root.chick.gotoAndStop(32);
				}
				if (_root.chick.mode == 4) {
					if (!this.hitTest(_root.chick)) {
						_root.chick.mode = 0;
						_root.chick.play();
					}
				}
				if (this.hitTest(_root.chick2) && _root.chick2._currentframe > 33) {
					_root.chick2._x = _parent._x + _x - 17;
					_root.chick2.mode = 4;
					_root.chick2.gotoAndStop(32);
				}
				if (this.hitTest(_root.chick2) && chick2 == 0) {
					chick2 = 1;
					_root.chick2._x = _parent._x + _x - 17;
					_root.chick2.mode = 4;
					_root.chick2.gotoAndStop(32);
				}
				if (_root.chick2.mode == 4) {
					if (!this.hitTest(_root.chick2)) {
						_root.chick2.mode = 0;
						_root.chick2.play();
					}
				}
				if (this.hitTest(_root.chick3) && _root.chick3._currentframe > 33) {
					_root.chick3._x = _parent._x + _x - 17;
					_root.chick3.mode = 4;
					_root.chick3.gotoAndStop(32);
				}
				if (this.hitTest(_root.chick3) && chick3 == 0) {
					chick3 = 1;
					_root.chick3._x = _parent._x + _x - 14;
					_root.chick3.mode = 4;
					_root.chick3.gotoAndStop(32);
				}
				if (_root.chick3.mode == 4) {
					if (!this.hitTest(_root.chick3)) {
						_root.chick3.mode = 0;
						_root.chick3.play();
					}
				}
				if (this.hitTest(_root.chick4) && _root.chick4._currentframe > 33) {
					_root.chick4._x = _parent._x + _x - 17;
					_root.chick4.mode = 4;
					_root.chick4.gotoAndStop(32);
				}
				if (this.hitTest(_root.chick4) && chick4 == 0) {
					chick4 = 1;
					_root.chick4._x = _parent._x + _x - 17;
					_root.chick4.mode = 4;
					_root.chick4.gotoAndStop(32);
				}
				if (_root.chick4.mode == 4) {
					if (!this.hitTest(_root.chick4)) {
						_root.chick4.mode = 0;
						_root.chick4.play();
					}
				}
			}
		}
	}
	instance terrain of movieClip 733	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			if (_x < -975) {
				_x = -975;
			}
			if (_x > 15) {
				_x = 15;
			}
			_root.energy._x = _x;
		}
	}
	
	// unknown tag 88 length 44
	movieClip 739	{
		frame 200 {
			_root.go = 1;
			stop();
		}
	}
	movieClip 744	{
	}
	movieClip 745	{
		frame 1 {
			stop();
		}
		frame 388 {
			_root.nextFrame();
		}
	}
	movieClip 746	{
		instance of movieClip 331	{
			onClipEvent (load) {
				level = 1 + _root.staminalevel;
				clevel = level;
			}
			onClipEvent (enterFrame) {
				if (_root.go == 1) {
					if (_root.first !== 1 and _root.second !== 1 and _root.third !== 1) {
						this._xscale = (clevel / level) * 100;
						clevel -= 0.01;
						if (clevel <= 0) {
							_root.gotoAndStop(31);
						}
					}
				}
			}
		}
		instance of movieClip 744	{
			onClipEvent (release) {
				if (_root._currentframe < 40) {
					_root.gotoAndStop(9);
				} else {
					if (_root._currentframe < 72) {
						_root.gotoAndStop(42);
					} else {
						if (_root._currentframe < 103) {
							_root.gotoAndStop(73);
						} else {
							if (_root._currentframe < 134) {
								_root.gotoAndStop(104);
							} else {
								if (_root._currentframe < 166) {
									_root.gotoAndStop(135);
								} else {
									if (_root._currentframe < 196) {
										_root.gotoAndStop(167);
									} else {
										if (_root._currentframe < 224) {
											_root.gotoAndStop(196);
										} else {
											if (_root._currentframe < 254) {
												_root.gotoAndStop(225);
											} else {
												if (_root._currentframe < 282) {
													_root.gotoAndStop(254);
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
			onClipEvent (rollOver) {
				_alpha = 50;
			}
			onClipEvent (releaseOutside, rollOut) {
				_alpha = 100;
			}
		}
		instance of movieClip 745	{
			onClipEvent (enterFrame) {
				if (_root.first > 0) {
					play();
				}
			}
		}
	}
	frame 26 {
		if (music._currentframe !== 2) {
			stopAllSounds();
			music.gotoAndStop(2);
		}
	}
	frame 26 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 0) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 1;
				game.flush();
				_root.race = 1;
				_root.a2 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a2 = 1;
				game.flush();
			}
		}
		if (second == 1) {
			position = '2nd';
			results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
		}
		if (third == 1) {
			position = '3rd';
			results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
		}
		if (forth == 1) {
			position = '4th';
			results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
		}
	}
	
	// unknown tag 88 length 87
	movieClip 754	{
	}
	movieClip 756	{
	}
	movieClip 758	{
	}
	movieClip 767	{
		instance of movieClip 285	{
			onClipEvent (load) {
				if (_root.colour == 0) {
					gotoAndStop(1);
				}
				if (_root.colour == 1) {
					gotoAndStop(2);
				}
				if (_root.colour == 2) {
					gotoAndStop(3);
				}
				if (_root.colour == 3) {
					gotoAndStop(4);
				}
				if (_root.colour == 4) {
					gotoAndStop(5);
				}
				if (_root.colour == 5) {
					gotoAndStop(6);
				}
				if (_root.colour == 6) {
					gotoAndStop(7);
				}
				if (_root.colour == 7) {
					gotoAndStop(8);
				}
				if (_root.colour == 8) {
					gotoAndStop(9);
				}
				if (_root.colour == 9) {
					gotoAndStop(10);
				}
				if (_root.colour == 10) {
					gotoAndStop(11);
				}
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(1);
			}
			if (_root.first == 2) {
				gotoAndStop(2);
			}
			if (_root.first == 3) {
				gotoAndStop(3);
			}
			if (_root.first == 4) {
				gotoAndStop(4);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(1);
			}
			if (_root.second == 2) {
				gotoAndStop(2);
			}
			if (_root.second == 3) {
				gotoAndStop(3);
			}
			if (_root.second == 4) {
				gotoAndStop(4);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(1);
			}
			if (_root.third == 2) {
				gotoAndStop(2);
			}
			if (_root.third == 3) {
				gotoAndStop(3);
			}
			if (_root.third == 4) {
				gotoAndStop(4);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(1);
			}
			if (_root.forth == 2) {
				gotoAndStop(2);
			}
			if (_root.forth == 3) {
				gotoAndStop(3);
			}
			if (_root.forth == 4) {
				gotoAndStop(4);
			}
		}
	}
	frame 27 {
		if (music._currentframe !== 3) {
			stopAllSounds();
			music.gotoAndStop(3);
		}
	}
	frame 27 {
		enelvl = 150;
		go = 0;
	}
	instance of movieClip 174	{
		onClipEvent (enterFrame) {
			if (_root.daytime == 1) {
				gotoAndStop(1);
			}
			if (_root.daytime == 2) {
				gotoAndStop(2);
			}
			if (_root.daytime == 3) {
				gotoAndStop(3);
			}
		}
	}
	instance of movieClip 180	{
		onClipEvent (enterFrame) {
			if (_root.daytime == 1) {
				gotoAndStop(1);
			}
			if (_root.daytime == 2) {
				gotoAndStop(2);
			}
			if (_root.daytime == 3) {
				gotoAndStop(3);
			}
		}
	}
	instance chick2 of movieClip 718	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 718	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick3 of movieClip 718	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 718	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			if (_x < -975) {
				_x = -975;
			}
			if (_x > 1285) {
				_x = 1285;
			}
			_root.energy._x = _x;
		}
	}
	instance terrain of movieClip 733	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 727	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance of movieClip 729	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	frame 28 {
		if (music._currentframe !== 2) {
			stopAllSounds();
			music.gotoAndStop(2);
		}
	}
	frame 28 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 1) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 2;
				game.flush();
				_root.race = 2;
			}
		}
		if (second == 1) {
			position = '2nd';
			results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
		}
		if (third == 1) {
			position = '3rd';
			results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
		}
		if (forth == 1) {
			position = '4th';
			results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(1);
			}
			if (_root.first == 2) {
				gotoAndStop(2);
			}
			if (_root.first == 3) {
				gotoAndStop(3);
			}
			if (_root.first == 4) {
				gotoAndStop(4);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(1);
			}
			if (_root.second == 2) {
				gotoAndStop(2);
			}
			if (_root.second == 3) {
				gotoAndStop(3);
			}
			if (_root.second == 4) {
				gotoAndStop(4);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(1);
			}
			if (_root.third == 2) {
				gotoAndStop(2);
			}
			if (_root.third == 3) {
				gotoAndStop(3);
			}
			if (_root.third == 4) {
				gotoAndStop(4);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(1);
			}
			if (_root.forth == 2) {
				gotoAndStop(2);
			}
			if (_root.forth == 3) {
				gotoAndStop(3);
			}
			if (_root.forth == 4) {
				gotoAndStop(4);
			}
		}
	}
	frame 29 {
		if (music._currentframe !== 3) {
			stopAllSounds();
			music.gotoAndStop(3);
		}
	}
	frame 29 {
		enelvl = 200;
		go = 0;
	}
	instance of movieClip 174	{
		onClipEvent (enterFrame) {
			if (_root.daytime == 1) {
				gotoAndStop(1);
			}
			if (_root.daytime == 2) {
				gotoAndStop(2);
			}
			if (_root.daytime == 3) {
				gotoAndStop(3);
			}
		}
	}
	instance of movieClip 180	{
		onClipEvent (enterFrame) {
			if (_root.daytime == 1) {
				gotoAndStop(1);
			}
			if (_root.daytime == 2) {
				gotoAndStop(2);
			}
			if (_root.daytime == 3) {
				gotoAndStop(3);
			}
		}
	}
	instance chick2 of movieClip 718	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 718	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick3 of movieClip 718	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 718	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			if (_x < -975) {
				_x = -975;
			}
			if (_x > 1285) {
				_x = 1285;
			}
			_root.energy._x = _x;
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 727	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance of movieClip 729	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance terrain of movieClip 733	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	frame 30 {
		if (music._currentframe !== 2) {
			stopAllSounds();
			music.gotoAndStop(2);
		}
	}
	frame 30 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 2) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 3;
				game.flush();
				_root.race = 3;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(1);
			}
			if (_root.first == 2) {
				gotoAndStop(2);
			}
			if (_root.first == 3) {
				gotoAndStop(3);
			}
			if (_root.first == 4) {
				gotoAndStop(4);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(1);
			}
			if (_root.second == 2) {
				gotoAndStop(2);
			}
			if (_root.second == 3) {
				gotoAndStop(3);
			}
			if (_root.second == 4) {
				gotoAndStop(4);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(1);
			}
			if (_root.third == 2) {
				gotoAndStop(2);
			}
			if (_root.third == 3) {
				gotoAndStop(3);
			}
			if (_root.third == 4) {
				gotoAndStop(4);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(1);
			}
			if (_root.forth == 2) {
				gotoAndStop(2);
			}
			if (_root.forth == 3) {
				gotoAndStop(3);
			}
			if (_root.forth == 4) {
				gotoAndStop(4);
			}
		}
	}
	frame 31 {
		if (music._currentframe !== 2) {
			stopAllSounds();
			music.gotoAndStop(2);
		}
	}
	movieClip 781	{
	}
	frame 32 {
		if (music._currentframe !== 2) {
			stopAllSounds();
			music.gotoAndStop(2);
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 3) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 3) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 4) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 4) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 5) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 5) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	button 791 {
		on (release) {
			if (_root.race >= 3) {
				gotoAndStop(33);
			}
		}
	}
	button 797 {
		on (release) {
			if (_root.race >= 4) {
				gotoAndStop(35);
			}
		}
	}
	button 800 {
		on (release) {
			if (_root.race >= 5) {
				gotoAndStop(37);
			}
		}
	}
	frame 33 {
		if (music._currentframe !== 3) {
			stopAllSounds();
			music.gotoAndStop(3);
		}
	}
	frame 33 {
		enelvl = 350;
		go = 0;
	}
	instance of movieClip 174	{
		onClipEvent (enterFrame) {
			if (_root.daytime == 1) {
				gotoAndStop(1);
			}
			if (_root.daytime == 2) {
				gotoAndStop(2);
			}
			if (_root.daytime == 3) {
				gotoAndStop(3);
			}
		}
	}
	instance of movieClip 180	{
		onClipEvent (enterFrame) {
			if (_root.daytime == 1) {
				gotoAndStop(1);
			}
			if (_root.daytime == 2) {
				gotoAndStop(2);
			}
			if (_root.daytime == 3) {
				gotoAndStop(3);
			}
		}
	}
	instance of movieClip 174	{
		onClipEvent (enterFrame) {
			if (_root.daytime == 1) {
				gotoAndStop(1);
			}
			if (_root.daytime == 2) {
				gotoAndStop(2);
			}
			if (_root.daytime == 3) {
				gotoAndStop(3);
			}
		}
	}
	instance of movieClip 180	{
		onClipEvent (enterFrame) {
			if (_root.daytime == 1) {
				gotoAndStop(1);
			}
			if (_root.daytime == 2) {
				gotoAndStop(2);
			}
			if (_root.daytime == 3) {
				gotoAndStop(3);
			}
		}
	}
	instance of movieClip 174	{
		onClipEvent (enterFrame) {
			if (_root.daytime == 1) {
				gotoAndStop(1);
			}
			if (_root.daytime == 2) {
				gotoAndStop(2);
			}
			if (_root.daytime == 3) {
				gotoAndStop(3);
			}
		}
	}
	instance chick2 of movieClip 718	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 718	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick3 of movieClip 718	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 718	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			if (_x < -135) {
				_x = -135;
			}
			if (_x > 220) {
				_x = 220;
			}
			_root.energy._x = _x;
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	movieClip 803	{
		instance of movieClip 732	{
			onClipEvent (load) {
				chick1 = 0;
				chick2 = 0;
				chick3 = 0;
				chick4 = 0;
				idn = 1;
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.chick) && _root.chick._currentframe > 33) {
					_root.chick._x = _parent._x + _x - 17;
					_root.chick.mode = 4;
					_root.chick.gotoAndStop(32);
				}
				if (this.hitTest(_root.chick) && chick1 == 0) {
					chick1 = 1;
					_root.chick._x = _parent._x + _x - 17;
					_root.chick.mode = 4;
					_root.chick.gotoAndStop(32);
				}
				if (_root.chick.mode == 4) {
					if (!this.hitTest(_root.chick)) {
						_root.chick.mode = 0;
						_root.chick.play();
					}
				}
				if (this.hitTest(_root.chick2) && _root.chick2._currentframe > 33) {
					_root.chick2._x = _parent._x + _x - 17;
					_root.chick2.mode = 4;
					_root.chick2.gotoAndStop(32);
				}
				if (this.hitTest(_root.chick2) && chick2 == 0) {
					chick2 = 1;
					_root.chick2._x = _parent._x + _x - 17;
					_root.chick2.mode = 4;
					_root.chick2.gotoAndStop(32);
				}
				if (_root.chick2.mode == 4) {
					if (!this.hitTest(_root.chick2)) {
						_root.chick2.mode = 0;
						_root.chick2.play();
					}
				}
				if (this.hitTest(_root.chick3) && _root.chick3._currentframe > 33) {
					_root.chick3._x = _parent._x + _x - 17;
					_root.chick3.mode = 4;
					_root.chick3.gotoAndStop(32);
				}
				if (this.hitTest(_root.chick3) && chick3 == 0) {
					chick3 = 1;
					_root.chick3._x = _parent._x + _x - 14;
					_root.chick3.mode = 4;
					_root.chick3.gotoAndStop(32);
				}
				if (_root.chick3.mode == 4) {
					if (!this.hitTest(_root.chick3)) {
						_root.chick3.mode = 0;
						_root.chick3.play();
					}
				}
				if (this.hitTest(_root.chick4) && _root.chick4._currentframe > 33) {
					_root.chick4._x = _parent._x + _x - 17;
					_root.chick4.mode = 4;
					_root.chick4.gotoAndStop(32);
				}
				if (this.hitTest(_root.chick4) && chick4 == 0) {
					chick4 = 1;
					_root.chick4._x = _parent._x + _x - 17;
					_root.chick4.mode = 4;
					_root.chick4.gotoAndStop(32);
				}
				if (_root.chick4.mode == 4) {
					if (!this.hitTest(_root.chick4)) {
						_root.chick4.mode = 0;
						_root.chick4.play();
					}
				}
			}
		}
	}
	instance of movieClip 803	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	movieClip 805	{
	}
	instance of movieClip 805	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	frame 34 {
		if (music._currentframe !== 2) {
			stopAllSounds();
			music.gotoAndStop(2);
		}
	}
	frame 34 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 3) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 4;
				game.flush();
				_root.race = 4;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(1);
			}
			if (_root.first == 2) {
				gotoAndStop(2);
			}
			if (_root.first == 3) {
				gotoAndStop(3);
			}
			if (_root.first == 4) {
				gotoAndStop(4);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(1);
			}
			if (_root.second == 2) {
				gotoAndStop(2);
			}
			if (_root.second == 3) {
				gotoAndStop(3);
			}
			if (_root.second == 4) {
				gotoAndStop(4);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(1);
			}
			if (_root.third == 2) {
				gotoAndStop(2);
			}
			if (_root.third == 3) {
				gotoAndStop(3);
			}
			if (_root.third == 4) {
				gotoAndStop(4);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(1);
			}
			if (_root.forth == 2) {
				gotoAndStop(2);
			}
			if (_root.forth == 3) {
				gotoAndStop(3);
			}
			if (_root.forth == 4) {
				gotoAndStop(4);
			}
		}
	}
	frame 35 {
		if (music._currentframe !== 3) {
			stopAllSounds();
			music.gotoAndStop(3);
		}
	}
	frame 35 {
		enelvl = 400;
		go = 0;
	}
	instance of movieClip 174	{
		onClipEvent (enterFrame) {
			if (_root.daytime == 1) {
				gotoAndStop(1);
			}
			if (_root.daytime == 2) {
				gotoAndStop(2);
			}
			if (_root.daytime == 3) {
				gotoAndStop(3);
			}
		}
	}
	instance of movieClip 180	{
		onClipEvent (enterFrame) {
			if (_root.daytime == 1) {
				gotoAndStop(1);
			}
			if (_root.daytime == 2) {
				gotoAndStop(2);
			}
			if (_root.daytime == 3) {
				gotoAndStop(3);
			}
		}
	}
	instance of movieClip 174	{
		onClipEvent (enterFrame) {
			if (_root.daytime == 1) {
				gotoAndStop(1);
			}
			if (_root.daytime == 2) {
				gotoAndStop(2);
			}
			if (_root.daytime == 3) {
				gotoAndStop(3);
			}
		}
	}
	instance of movieClip 180	{
		onClipEvent (enterFrame) {
			if (_root.daytime == 1) {
				gotoAndStop(1);
			}
			if (_root.daytime == 2) {
				gotoAndStop(2);
			}
			if (_root.daytime == 3) {
				gotoAndStop(3);
			}
		}
	}
	instance of movieClip 174	{
		onClipEvent (enterFrame) {
			if (_root.daytime == 1) {
				gotoAndStop(1);
			}
			if (_root.daytime == 2) {
				gotoAndStop(2);
			}
			if (_root.daytime == 3) {
				gotoAndStop(3);
			}
		}
	}
	instance chick2 of movieClip 718	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 718	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick3 of movieClip 718	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 718	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			if (_x < 845) {
				_x = 845;
			}
			if (_x > 1365) {
				_x = 1365;
			}
			_root.energy._x = _x;
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 803	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance of movieClip 805	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	frame 36 {
		if (music._currentframe !== 2) {
			stopAllSounds();
			music.gotoAndStop(2);
		}
	}
	frame 36 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 4) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 5;
				game.flush();
				_root.race = 5;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(1);
			}
			if (_root.first == 2) {
				gotoAndStop(2);
			}
			if (_root.first == 3) {
				gotoAndStop(3);
			}
			if (_root.first == 4) {
				gotoAndStop(4);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(1);
			}
			if (_root.second == 2) {
				gotoAndStop(2);
			}
			if (_root.second == 3) {
				gotoAndStop(3);
			}
			if (_root.second == 4) {
				gotoAndStop(4);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(1);
			}
			if (_root.third == 2) {
				gotoAndStop(2);
			}
			if (_root.third == 3) {
				gotoAndStop(3);
			}
			if (_root.third == 4) {
				gotoAndStop(4);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(1);
			}
			if (_root.forth == 2) {
				gotoAndStop(2);
			}
			if (_root.forth == 3) {
				gotoAndStop(3);
			}
			if (_root.forth == 4) {
				gotoAndStop(4);
			}
		}
	}
	frame 37 {
		if (music._currentframe !== 3) {
			stopAllSounds();
			music.gotoAndStop(3);
		}
	}
	frame 37 {
		enelvl = 450;
		go = 0;
	}
	instance of movieClip 174	{
		onClipEvent (enterFrame) {
			if (_root.daytime == 1) {
				gotoAndStop(1);
			}
			if (_root.daytime == 2) {
				gotoAndStop(2);
			}
			if (_root.daytime == 3) {
				gotoAndStop(3);
			}
		}
	}
	instance of movieClip 180	{
		onClipEvent (enterFrame) {
			if (_root.daytime == 1) {
				gotoAndStop(1);
			}
			if (_root.daytime == 2) {
				gotoAndStop(2);
			}
			if (_root.daytime == 3) {
				gotoAndStop(3);
			}
		}
	}
	instance of movieClip 174	{
		onClipEvent (enterFrame) {
			if (_root.daytime == 1) {
				gotoAndStop(1);
			}
			if (_root.daytime == 2) {
				gotoAndStop(2);
			}
			if (_root.daytime == 3) {
				gotoAndStop(3);
			}
		}
	}
	instance of movieClip 180	{
		onClipEvent (enterFrame) {
			if (_root.daytime == 1) {
				gotoAndStop(1);
			}
			if (_root.daytime == 2) {
				gotoAndStop(2);
			}
			if (_root.daytime == 3) {
				gotoAndStop(3);
			}
		}
	}
	instance of movieClip 174	{
		onClipEvent (enterFrame) {
			if (_root.daytime == 1) {
				gotoAndStop(1);
			}
			if (_root.daytime == 2) {
				gotoAndStop(2);
			}
			if (_root.daytime == 3) {
				gotoAndStop(3);
			}
		}
	}
	instance chick2 of movieClip 718	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 718	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick3 of movieClip 718	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 718	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			if (_x < -975) {
				_x = -975;
			}
			if (_x > 2275) {
				_x = 2275;
			}
			_root.energy._x = _x;
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 803	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance of movieClip 805	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	frame 38 {
		if (music._currentframe !== 2) {
			stopAllSounds();
			music.gotoAndStop(2);
		}
	}
	frame 38 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 5) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 6;
				game.flush();
				_root.race = 6;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(1);
			}
			if (_root.first == 2) {
				gotoAndStop(2);
			}
			if (_root.first == 3) {
				gotoAndStop(3);
			}
			if (_root.first == 4) {
				gotoAndStop(4);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(1);
			}
			if (_root.second == 2) {
				gotoAndStop(2);
			}
			if (_root.second == 3) {
				gotoAndStop(3);
			}
			if (_root.second == 4) {
				gotoAndStop(4);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(1);
			}
			if (_root.third == 2) {
				gotoAndStop(2);
			}
			if (_root.third == 3) {
				gotoAndStop(3);
			}
			if (_root.third == 4) {
				gotoAndStop(4);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(1);
			}
			if (_root.forth == 2) {
				gotoAndStop(2);
			}
			if (_root.forth == 3) {
				gotoAndStop(3);
			}
			if (_root.forth == 4) {
				gotoAndStop(4);
			}
		}
	}
	movieClip 816	{
	}
	instance of movieClip 816	{
		onClipEvent (release) {
			if (_currentframe == 1) {
				_root.gotoAndStop(23);
			} else {
				_root.nextFrame();
			}
		}
		onClipEvent (enterFrame) {
			if (_root.race > 5) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	frame 39 {
		if (music._currentframe !== 1) {
			stopAllSounds();
			music.gotoAndStop(1);
		}
	}
	frame 39 {
		stop();
	}
	movieClip 819	{
	}
	frame 40 {
		if (music._currentframe !== 11) {
			stopAllSounds();
			music.gotoAndStop(11);
		}
	}
	frame 40 {
		if (dt == 1) {
			title = 'YOUR BABY DUCK IS NOW A STRONG DUCK';
		}
		if (dt == 2) {
			title = 'YOUR BABY DUCK IS NOW A LANKY DUCK';
		}
		if (dt == 4) {
			title = 'YOUR BABY DUCK IS NOW A UGLY DUCK';
		}
		if (dt == 3) {
			title = 'YOUR BABY DUCK IS NOW A BIRDY DUCK';
		}
		kongregate.stats.submit('FirstEvolution', 1);
	}
	button 821 {
		on (release) {
			_root.gotoAndStop(8);
		}
	}
	movieClip 824	{
	}
	instance of movieClip 824	{
		onClipEvent (load) {
			if (_root.dt == 1) {
				gotoAndStop(1);
			}
			if (_root.dt == 2) {
				gotoAndStop(2);
			}
			if (_root.dt == 3) {
				gotoAndStop(3);
			}
			if (_root.dt == 4) {
				gotoAndStop(4);
			}
		}
	}
	frame 41 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 41 {
		if (_root.a5 < 1) {
			_root.a5 = 1;
			game = SharedObject.getLocal('mydata');
			game.data.a5 = 1;
			game.flush();
		}
	}
	frame 41 {
		maxi = 100;
	}
	instance of movieClip 174	{
		onClipEvent (enterFrame) {
			if (_x < -760) {
				_x = _x + 760;
			}
			_x = _x - _root.xspeed / 10;
		}
	}
	movieClip 829	{
	}
	button 834 {
		on (release) {
			if (_root.dt == 1) {
				_root.nextFrame();
			}
			if (_root.dt == 2) {
				_root.gotoAndStop(73);
			}
			if (_root.dt == 3) {
				_root.gotoAndStop(104);
			}
			if (_root.dt == 4) {
				_root.gotoAndStop(135);
			}
		}
	}
	frame 42 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 42 {
		stop();
	}
	instance corn2 of movieClip 254	{
		onClipEvent (load) {
			drag = false;
			yspeed = 0;
			xspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_x < -960) {
				_x = -60;
			}
			if (_x == -20 and drag == false) {
				xspeed = 0;
			}
			if (_x < -10) {
				_y = 400;
			}
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe == 1 and _root.chick.qwe._currentframe > 8) {
					_root.chick._x += 50;
				}
				if (_root.chick._currentframe == 2 and _root.chick.qwe._currentframe > 8) {
					_root.chick._x -= 50;
				}
				_root.chick.skill = 1;
				if (_x > _root.chick._x) {
					_root.chick.gotoAndStop(3);
				}
				if (_x < _root.chick._x) {
					_root.chick.gotoAndStop(4);
				}
				_x = -860;
				drag = false;
				xspeed = 10;
			}
			_x = _x + xspeed;
			_y = _y + yspeed;
			if (drag == true) {
				xspeed = -(_x - _root._xmouse) / 2;
				yspeed = -(_y - _root._ymouse) / 2;
			}
			if (drag == false) {
				yspeed += 1;
				if (_y > 420) {
					_y = 420;
					yspeed = -yspeed / 2;
				}
				if (_x > 740) {
					_x = 740;
					xspeed = -xspeed / 2;
				}
			}
		}
		onClipEvent (mouseUp) {
			if (drag == true) {
				drag = false;
			}
		}
		onClipEvent (press) {
			drag = true;
		}
	}
	instance corn of movieClip 254	{
		onClipEvent (load) {
			drag = false;
			yspeed = 0;
			xspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_x > 1710) {
				_x = 810;
			}
			if (_x == 770 and drag == false) {
				xspeed = 0;
			}
			if (_x > 760) {
				_y = 400;
			}
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe == 1 and _root.chick.qwe._currentframe > 8) {
					_root.chick._x += 50;
				}
				if (_root.chick._currentframe == 2 and _root.chick.qwe._currentframe > 8) {
					_root.chick._x -= 50;
				}
				_root.chick.skill = 0;
				if (_x > _root.chick._x) {
					_root.chick.gotoAndStop(3);
				}
				if (_x < _root.chick._x) {
					_root.chick.gotoAndStop(4);
				}
				_x = 1500;
				drag = false;
				xspeed = -10;
			}
			_x = _x + xspeed;
			_y = _y + yspeed;
			if (drag == true) {
				xspeed = -(_x - _root._xmouse) / 2;
				yspeed = -(_y - _root._ymouse) / 2;
			}
			if (drag == false) {
				yspeed += 1;
				if (_y > 420) {
					_y = 420;
					yspeed = -yspeed / 2;
				}
				if (_x < 10) {
					_x = 10;
					xspeed = -xspeed / 2;
				}
			}
		}
		onClipEvent (mouseUp) {
			if (drag == true) {
				drag = false;
			}
		}
		onClipEvent (press) {
			drag = true;
		}
	}
	instance of movieClip 265	{
		onClipEvent (press) {
			if (_root.corn2._x > -360 and _root.corn2._x < 0 and _root.money > 14) {
				_root.corn2._x = 67;
				_root.corn2._y = 325;
				_root.corn2.xspeed = 0;
				_root.corn2.yspeed = 5;
				_root.money = Number(_root.money - 15);
			}
			if (_root.corn2._x > -360 and _root.corn2._x < 0 and _root.freeseed == 1) {
				_root.corn2._x = 67;
				_root.corn2._y = 325;
				_root.corn2.xspeed = 0;
				_root.corn2.yspeed = 5;
			}
		}
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'SuperSeed - this greatly increases my energy level. Click to dispense';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
		onClipEvent (enterFrame) {
			if (_root.freeseed == 1) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 326	{
		onClipEvent (press) {
			if (_root.corn._x < 1000 and _root.corn._x > 750 and _root.money > 0) {
				_root.corn._x = 683;
				_root.corn._y = 325;
				_root.corn.xspeed = 0;
				_root.corn.yspeed = 5;
				_root.money = Number(_root.money - 1);
			}
			if (_root.corn._x < 1000 and _root.corn._x > 750 and _root.freeseed == 1) {
				_root.corn._x = 683;
				_root.corn._y = 325;
				_root.corn.xspeed = 0;
				_root.corn.yspeed = 5;
			}
		}
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'Seed - this increases my energy level. Click to dispense';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
		onClipEvent (enterFrame) {
			if (_root.freeseed == 1) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.runninglevel / 1.5;
			_root.runninglevel = Math.floor(_root.runlvl / 10);
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.climblevel / 1.5;
			_root.climblevel = Math.floor(_root.clilvl / 10);
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 332	{
		onClipEvent (enterFrame) {
			this._xscale = _root.staminalevel * 2;
			_root.staminalevel = Math.floor(_root.stalvl / 10);
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.flyinglevel / 1.5;
			_root.flyinglevel = Math.floor(_root.flylvl / 10);
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.swimlevel / 1.5;
			_root.swimlevel = Math.floor(_root.swilvl / 10);
		}
	}
	instance of movieClip 344	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > 500) {
				_root.stalvl = 500;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	button 837 {
		on (release) {
			gotoAndStop(56);
		}
		on (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'The quest to become world champion starts here. Don\'t forget to train first!';
		}
		on (rollOut) {
			_root.speech._visible = false;
		}
	}
	button 838 {
		on (release) {
			if (_root.race < 12) {
				gotoAndStop(43);
			} else {
				_root.speech.data = 'CLOSED - You are too good for advanced training. Try entering the professional league';
			}
		}
		on (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'Train me to increase my skill levels so I will perform better in races!';
		}
		on (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 365	{
		onClipEvent (rollOver) {
			_alpha = 50;
		}
		onClipEvent (releaseOutside, rollOut) {
			_alpha = 100;
		}
		onClipEvent (release) {
			if (_root.playsounds == true) {
				_root.playsounds = false;
			} else {
				if (_root.playsounds == false) {
					_root.playsounds = true;
					_root.music.gotoAndStop(4);
				}
			}
		}
		onClipEvent (load) {
			if (_root.playsounds == true) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
		onClipEvent (enterFrame) {
			if (_root.playsounds == true) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
	}
	instance speech of movieClip 375	{
		onClipEvent (load) {
			_visible = false;
			stop();
		}
		onClipEvent (enterFrame) {
			if (_x > 470) {
				gotoAndStop(2);
			}
			if (_x < 270) {
				gotoAndStop(1);
			}
			_x = _x + (_root.chick._x - _x) / 20;
			_y = _y + (_root.chick._y - _y) / 20;
		}
	}
	movieClip 840	{
	}
	instance of movieClip 840	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x + _root.chick.qwe._x, _root.chick._y + _root.chick.qwe._y + 25, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
			}
		}
	}
	button 841 {
		on (release) {
			gotoAndStop(8);
		}
	}
	movieClip 843	{
	}
	movieClip 844	{
	}
	movieClip 855	{
		frame 1 {
			stop();
		}
		instance of movieClip 843	{
			onClipEvent (load) {
				num = 0;
			}
			onClipEvent (enterFrame) {
				if (_parent._parent._x < 530 or _parent._parent._currentframe == 2) {
					if (_parent._parent._x > 110 or _parent._parent._currentframe == 1) {
						num = Math.round(Math.random() * 40);
						if (num == 5) {
							_parent.play();
							num = 0;
						}
						if (_root.corn._x < 640) {
							_parent.play();
							num = 0;
						}
						if (_root.corn2._x > 0) {
							_parent.play();
							num = 0;
						}
					}
				}
			}
		}
		instance of movieClip 844	{
			onClipEvent (load) {
				_rotation = 0;
			}
			onClipEvent (enterFrame) {
				if (_parent._parent._currentframe == 1) {
					if (_root.corn._x < 640 and _root.corn.drag == false or _root.corn2._x > 0 and _root.corn2.drag == false) {
					} else {
						rx = _root._xmouse;
						ry = _root._ymouse;
						cx = _parent._parent._x + _parent._x + _x;
						cy = _parent._parent._y + _parent._y + _y;
						angle = Math.atan2(ry - cy, rx - cx) / 0.0174532925199433;
						roto = angle;
						_rotation = roto;
					}
				}
				if (_parent._parent._currentframe == 2) {
					if (_root.corn._x < 640 and _root.corn.drag == false) {
					} else {
						rx = _root._xmouse;
						ry = _root._ymouse;
						cx = _parent._parent._x + _parent._x + _x;
						cy = _parent._parent._y + _parent._y + _y;
						angle = Math.atan2(ry - cy, rx - cx) / 0.0174532925199433;
						_rotation = -angle + 180;
					}
				}
			}
		}
		frame 12 {
			if (_root._currentframe == 42) {
				if (_parent._currentframe == 1) {
					_parent._x += 50;
				}
				if (_parent._currentframe == 2) {
					_parent._x -= 50;
				}
			} else {
				_x = _x + 50;
			}
			gotoAndStop(1);
		}
	}
	movieClip 856	{
	}
	movieClip 858	{
	}
	movieClip 859	{
	}
	movieClip 861	{
	}
	movieClip 862	{
		instance of movieClip 856	{
			onClipEvent (load) {
				if (_parent._parent.skill == 1) {
					gotoAndStop(2);
				} else {
					gotoAndStop(1);
				}
			}
		}
		frame 10 {
			if (_parent.skill == 1) {
				_root.stalvl = Number(_root.stalvl + 8);
			}
			_root.stalvl = Number(_root.stalvl + 2);
		}
		instance of movieClip 859	{
			onClipEvent (load) {
				if (_parent._parent.skill == 1) {
					gotoAndStop(2);
				} else {
					gotoAndStop(1);
				}
			}
		}
		frame 29 {
			if (_parent.skill == 1) {
				_root.stalvl = Number(_root.stalvl + 8);
			}
			_root.stalvl = Number(_root.stalvl + 2);
		}
		instance of movieClip 861	{
			onClipEvent (load) {
				if (_parent._parent.skill == 1) {
					gotoAndStop(2);
				} else {
					gotoAndStop(1);
				}
			}
		}
		frame 49 {
			if (_parent.skill == 1) {
				_root.stalvl = Number(_root.stalvl + 8);
			}
			_root.stalvl = Number(_root.stalvl + 2);
		}
		frame 60 {
			if (_root._xmouse > _root.chick._x) {
				_parent.gotoAndStop(1);
			}
			if (_root._xmouse < _root.chick._x) {
				_parent.gotoAndStop(2);
			}
			_root.corn._x = 700;
		}
	}
	movieClip 863	{
		frame 1 {
			stop();
		}
		instance qwe of movieClip 855	{
			onClipEvent (enterFrame) {
				if (_root.corn._x < 640) {
					if (_root.corn._x < _parent._x) {
						if (_currentframe == 1) {
							_parent.nextFrame();
						}
					}
				} else {
					if (_root.corn2._x > 0) {
						if (_root.corn2._x < _parent._x) {
							if (_currentframe == 1) {
								_parent.nextFrame();
							}
						}
					} else {
						if (_root._xmouse < _parent._x) {
							if (_currentframe == 1) {
								_parent.nextFrame();
							}
						}
					}
				}
			}
		}
		frame 2 {
			stop();
		}
		instance qwe of movieClip 855	{
			onClipEvent (enterFrame) {
				if (_root.corn._x < 640) {
					if (_root.corn._x > _parent._x) {
						if (_currentframe == 1) {
							_parent.prevFrame();
						}
					}
				} else {
					if (_root.corn2._x > 0) {
						if (_root.corn2._x > _parent._x) {
							if (_currentframe == 1) {
								_parent.prevFrame();
							}
						}
					} else {
						if (_root._xmouse > _parent._x) {
							if (_currentframe == 1) {
								_parent.prevFrame();
							}
						}
					}
				}
			}
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
	}
	instance chick of movieClip 863	{
		onClipEvent (load) {
			yspeed = 0;
			skill = 0;
		}
		onClipEvent (enterFrame) {
			_y = _y + yspeed;
			yspeed += 1;
		}
	}
	instance of movieClip 344	{
		onClipEvent (enterFrame) {
			_root.clibonus = '';
			_root.runbonus = '';
			_root.flybonus = '';
			_root.swibonus = '';
			if (_root.dt == 1) {
				_root.clibonus = '+' + (Math.round(_root.climblevel * 1.5) - _root.climblevel);
				_root.flybonus = Math.round(_root.flyinglevel * 0.9) - _root.flyinglevel;
			}
			if (_root.dt == 2) {
				_root.runbonus = '+' + (Math.round(_root.runninglevel * 1.25) - _root.runninglevel);
				_root.flybonus = Math.round(_root.flyinglevel * 0.9) - _root.flyinglevel;
				_root.clibonus = Math.round(_root.climblevel * 0.9) - _root.climblevel;
				_root.swibonus = '+' + (Math.round(_root.swimlevel * 1.25) - _root.swimlevel);
			}
			if (_root.dt == 4) {
				_root.runbonus = Math.round(_root.runninglevel * 0.9) - _root.runninglevel;
				_root.clibonus = Math.round(_root.climblevel * 0.9) - _root.climblevel;
				_root.swibonus = '+' + (Math.round(_root.swimlevel * 1.5) - _root.swimlevel);
			}
			if (_root.dt == 3) {
				_root.runbonus = Math.round(_root.runninglevel * 0.9) - _root.runninglevel;
				_root.clibonus = Math.round(_root.climblevel * 0.9) - _root.climblevel;
				_root.flybonus = '+' + (Math.round(_root.flyinglevel * 1.5) - _root.flyinglevel);
			}
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'Energy is needed to complete races. To train it, just feed your duck some seed or skill seed';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'This is how many coins you have to spend on seed. Collect coins during training!';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			if (_root.clibonus == '') {
				_root.speech.data = 'Your skill in climbing up cliffs! Train this for speedier climbs!';
			} else {
				_root.speech.data = 'Your skill in climbing up cliffs! The ' + _root.clibonus + ' is your evolution type bonus';
			}
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			if (_root.flybonus == '') {
				_root.speech.data = 'Your skill in flying! Train it to fly further and faster!';
			} else {
				_root.speech.data = 'Your skill in flying! The ' + _root.flybonus + ' is your evolution type bonus';
			}
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			if (_root.runbonus == '') {
				_root.speech.data = 'Your skill in running! Train it for faster running (or hopping) in races!';
			} else {
				_root.speech.data = 'Your skill in running! The ' + _root.runbonus + ' is your evolution type bonus';
			}
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			if (_root.swibonus == '') {
				_root.speech.data = 'Your swimming level is how good you are at swimming. Train it to go faster in water!';
			} else {
				_root.speech.data = 'Your skill in swimming! The ' + _root.swibonus + ' is your evolution type bonus';
			}
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 83	{
		onClipEvent (release) {
			getURL('http://www.wixgames.co.uk', '_blank');
		}
		onClipEvent (rollOver) {
			_alpha = 50;
		}
		onClipEvent (releaseOutside, rollOut) {
			_alpha = 100;
		}
	}
	frame 43 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	button 874 {
		on (release) {
			gotoAndStop(50);
		}
	}
	button 875 {
		on (release) {
			gotoAndStop(53);
		}
	}
	button 876 {
		on (release) {
			gotoAndStop(47);
		}
	}
	button 877 {
		on (release) {
			gotoAndStop(44);
		}
	}
	button 878 {
		on (release) {
			prevFrame();
		}
	}
	frame 44 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 44 {
		stop();
		coins = 0;
	}
	movieClip 883	{
	}
	movieClip 885	{
		frame 1 {
			stop();
		}
		frame 15 {
			_root.nextFrame();
		}
	}
	instance chick of movieClip 885	{
		onClipEvent (keyPress '<Space>') {
			play();
		}
		onClipEvent (rollOver) {
			this.useHandCursor = false;
		}
	}
	instance of movieClip 411	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl > 1500) {
				_root.stalvl = 1500;
			}
			if (_root.runlvl > 1500) {
				_root.runlvl = 1500;
			}
			if (_root.flylvl > 1500) {
				_root.flylvl = 1500;
			}
			if (_root.swilvl > 1500) {
				_root.swilvl = 1500;
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.stalvl = _root.stalvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.seed = _root.seed;
				game.data.skill = _root.skill;
				game.data.money = _root.money;
				game.data.colour = _root.colour;
				game.data.hat = _root.hat;
				game.flush();
				delay = 100;
			}
		}
	}
	frame 45 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 45 {
		dist = 0;
	}
	instance of movieClip 174	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			_x = _x - _root.xspeed / 10;
		}
	}
	instance of movieClip 829	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			if (_x > 0) {
				_x = _x - 750;
			}
			_x = _x - _root.xspeed / 2;
		}
	}
	instance of movieClip 416	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
			if (this.hitTest(_root.chick)) {
				play();
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 1140;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 1140;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	movieClip 890	{
	}
	movieClip 893	{
	}
	movieClip 894	{
		frame 30 {
			stop();
		}
	}
	instance chick of movieClip 894	{
		onClipEvent (load) {
			xspeed = 20 + _root.flylvl / 10;
			if (_root.xtrain == 1) {
				xspeed = 20 + _root.flylvl / 5;
			}
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (xspeed < 0 and _root.a3 < 1) {
				_root.a3 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a3 = 1;
				game.flush();
			}
			_root.speed = Math.round(_root.xspeed / 2) + 'MPH';
			if (_root.rock.hitTest(_x + 30, _y, true) or _root.rock.hitTest(_x + 30, _y + 15, true) or _root.rock.hitTest(_x + 30, _y - 15, true)) {
				_x = _x - _root.xspeed;
			}
			if (_root.rock.hitTest(_x + 30, _y + 15, true)) {
				_root.nextFrame();
			}
			if (_root.rock.hitTest(_x + 30, _y - 15, true)) {
				_root.nextFrame();
			}
			if (_x < -20) {
				_root.nextFrame();
			}
			if (_y < 25) {
				_y = 25;
				yspeed = 0;
			}
			if (_y > 500) {
				_root.nextFrame();
			}
			if (_rotation < -90) {
				_rotation = -90;
			}
			if (_rotation > 90) {
				_rotation = 90;
			}
			_root.dist = Number(_root.dist + Math.round(xspeed));
			xspeed *= 0.999;
			_y = _y + yspeed;
			speed = 20 - xspeed;
			if (speed < 0) {
				speed = 0;
			}
			yspeed += speed / 40;
			_root.xspeed = xspeed;
			if (Key.isDown(38)) {
				yspeed -= 0.5;
				xspeed -= 0.05;
			}
			if (Key.isDown(40)) {
				yspeed += 0.5;
				xspeed += 0.05;
			}
			angle = Math.atan(yspeed / xspeed) / 0.0174532925199433;
			if (xspeed < 0) {
				angle += 180;
			}
			_rotation = angle;
		}
	}
	movieClip 896	{
		frame 1 {
			stop();
		}
	}
	movieClip 898	{
	}
	instance rock of movieClip 898	{
		onClipEvent (load) {
			_x = 1000 + (20 + _root.flylvl / 10) * 100;
			_y = 125 + Math.round(Math.random() * 225);
		}
		onClipEvent (enterFrame) {
			_root.warning._y = _y;
			_x = _x - _root.xspeed;
			if (_x < -170) {
				_x = Math.random() * 2000 + 750 + _root.xspeed * 100;
				_y = 125 + Math.round(Math.random() * 225);
			}
			if (_x > 1000 and _x < 640 + _root.xspeed * 50) {
				_root.warning.play();
			}
			_root.bgrr._x = _x;
		}
	}
	instance of movieClip 438	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 2000;
				_y = 10 + Math.random() * 420;
			}
			if (this.hitTest(_root.chick)) {
				_root.chick.xspeed += 5;
				play();
				_x = _x + 5000;
				_y = 10 + Math.random() * 420;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	frame 46 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 46 {
		xp = Math.round(dist / 500);
		flylvl = Number(flylvl + _root.dist / 500);
		_root.money = Number(_root.coins + _root.money);
		flvl = Math.floor(flylvl / 10);
		tlvl = flvl + runninglevel + swimlevel + climblevel;
		kongregate.stats.submit('FlyingLevel', flvl);
		kongregate.stats.submit('TotalLevel', tlvl);
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	button 904 {
		on (release) {
			gotoAndStop(42);
		}
	}
	button 905 {
		on (release) {
			gotoAndStop(44);
		}
		on (keyPress '<Space>') {
			gotoAndStop(44);
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.flyinglevel * 1.16;
			_root.flyinglevel = Math.floor(_root.flylvl / 10);
		}
	}
	instance of movieClip 344	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > _root.maxi * 10) {
				_root.stalvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	frame 47 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 47 {
		stop();
		dist = 0;
		xp = 0;
		coins = 0;
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 1140;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 1140;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	movieClip 915	{
	}
	instance of movieClip 915	{
		onClipEvent (keyPress '<Space>') {
			_root.nextFrame();
		}
		onClipEvent (rollOver) {
			this.useHandCursor = false;
		}
	}
	movieClip 929	{
		frame 1 {
			_parent.timerstop = 1;
		}
		frame 50 {
			_root.nextFrame();
		}
	}
	movieClip 930	{
		frame 1 {
			stop();
		}
		frame 12 {
			if (_root._currentframe == 9) {
				if (_parent._currentframe == 1) {
					_parent._x += 50;
				}
				if (_parent._currentframe == 2) {
					_parent._x -= 50;
				}
			} else {
				_x = _x + 50;
			}
			gotoAndStop(1);
		}
		frame 13 {
			dw = 0;
		}
		frame 14 {
			prevFrame();
		}
		frame 16 {
			prevFrame();
		}
	}
	instance chick of movieClip 930	{
		onClipEvent (load) {
			xspeed = 1;
		}
		onClipEvent (enterFrame) {
			_root.xspeed = xspeed;
			_x = _x - xspeed;
			if (_x < 100) {
				play();
			}
		}
	}
	instance of movieClip 411	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl > 1500) {
				_root.stalvl = 1500;
			}
			if (_root.runlvl > 1500) {
				_root.runlvl = 1500;
			}
			if (_root.flylvl > 1500) {
				_root.flylvl = 1500;
			}
			if (_root.swilvl > 1500) {
				_root.swilvl = 1500;
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.stalvl = _root.stalvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.seed = _root.seed;
				game.data.skill = _root.skill;
				game.data.money = _root.money;
				game.data.colour = _root.colour;
				game.data.hat = _root.hat;
				game.flush();
				delay = 100;
			}
		}
	}
	frame 48 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 48 {
		stop();
	}
	instance of movieClip 416	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 1140;
				_y = 150 + Math.random() * 230;
			}
			if (this.hitTest(_root.chick)) {
				play();
				_x = _x + 940;
				_y = 150 + Math.random() * 230;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance of movieClip 416	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 1140;
				_y = 150 + Math.random() * 230;
			}
			if (this.hitTest(_root.chick)) {
				play();
				_x = _x + 940;
				_y = 250 + Math.random() * 130;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 1340;
				_y = 10 + Math.random() * 350;
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 1340;
				_y = 10 + Math.random() * 350;
			}
		}
	}
	instance chick of movieClip 930	{
		onClipEvent (load) {
			xspeed = 1 + _root.runlvl / 500;
			if (_root.xtrain == 1) {
				xspeed = 1 + _root.runlvl / 250;
			}
			yspeed = 0;
			dw = 0;
		}
		onClipEvent (enterFrame) {
			if (_x < 0) {
				_root.nextFrame();
			}
			if (_y < 0) {
				_root.nextFrame();
			}
			if (_rotation < -90 or _x < -10) {
				_root.nextFrame();
			}
			_root.xspeed = xspeed;
			_root.speed = Math.round(_root.xspeed) + 'MPH';
			if (timerstop !== 1) {
				_root.dist = Number(_root.dist + Math.round(xspeed * 2));
			}
			if (_currentframe < 15) {
				_y = _y + yspeed;
				yspeed += 0.5;
				if (down == 0) {
					_x = _x + xspeed;
					if (_x < 125) {
						_x = _x + 1;
					}
					if (yspeed < 0) {
						gotoAndStop(2);
					}
					if (yspeed > 0 and !_root.floor1.hitTest(_x, _y + 22.5, true)) {
						gotoAndStop(13);
					}
				}
				xspeed += 0.001;
				_x = _x - xspeed;
				if (xspeed > 4) {
					xspeed = 4;
				}
				if (_x < 100 and _currentframe == 1 and dw == 0) {
					play();
				}
				if (Key.isDown(38)) {
					if (down == 1) {
						if (_currentframe == 1 or _currentframe == 2 or _currentframe == 3 or _currentframe == 4 or _currentframe == 5) {
							yspeed = -10;
							down = 0;
							dw = 0;
						}
					}
				}
			} else {
				if (nojump == 1) {
				} else {
					yspeed = -5;
					nojump = 1;
				}
				_y = _y + yspeed;
				yspeed += 1;
				_x = _x - _root.xspeed * 2.5;
				_rotation = _rotation - 10;
			}
		}
	}
	movieClip 934	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
	}
	instance log1 of movieClip 934	{
		onClipEvent (load) {
			yspeed = 0;
			high = 42;
		}
		onClipEvent (enterFrame) {
			high2 = high / 2;
			if (_x < 770) {
				yspeed += 1;
			}
			_y = _y + yspeed;
			if (_root.floor1.hitTest(_x, _y + high2, true) or _root.floor2.hitTest(_x, _y + high2, true)) {
				if (no == 8) {
					yspeed = -yspeed;
				} else {
					yspeed = -yspeed / 2;
				}
			}
			while (_root.floor1.hitTest(_x, _y + high2, true) or _root.floor2.hitTest(_x, _y + high2, true)) {
				_y = _y - 1;
				if (yspeed > 0) {
					yspeed = 0;
				}
			}
			if (this.hitTest(_root.log1)) {
				_x = _x + 1;
			}
			if (no == 8) {
				_x = _x - 5;
			} else {
				_x = _x - _root.xspeed * 2.5;
			}
			_rotation = _rotation - _root.xspeed * 3;
			if (_x < -30) {
				_x = _x + (750 + Math.random() * 640);
				no = Math.ceil(Math.random() * 8);
				yspeed = 0;
				if (no == 1) {
					gotoAndStop(1);
					_y = 398;
					high = 42;
				}
				if (no == 2) {
					gotoAndStop(2);
					_y = 398;
					high = 42;
				}
				if (no == 3) {
					gotoAndStop(3);
					_y = 398;
					high = 42;
				}
				if (no == 4) {
					gotoAndStop(4);
					_y = 398;
					high = 42;
				}
				if (no == 5) {
					gotoAndStop(5);
					_y = 100;
					high = 42;
				}
				if (no == 6) {
					gotoAndStop(6);
					_y = 398;
					high = 42;
				}
				if (no == 7) {
					gotoAndStop(7);
					_y = 200;
					high = 42;
				}
				if (no == 8) {
					gotoAndStop(8);
					_y = 200;
					_x = 1100;
					high = 21;
				}
			}
			if (_root.chick.hitTest(_x - high2, _y, true)) {
				if (_root.chick._currentframe < 13) {
					_root.chick._x -= Number(_root.chick._currentframe * 5);
				}
				_root.chick.gotoAndStop(15);
			}
			if (_root.chick.hitTest(_x, _y - high2, true)) {
				_root.chick._y = _y - (high2 + _root.chick._height / 2 + 2);
				_root.chick.yspeed = -5;
			}
			while (_root.chick.hitTest(_x + high2, _y, true)) {
				_root.chick._x += 2;
			}
		}
	}
	instance of movieClip 934	{
		onClipEvent (load) {
			yspeed = 0;
			high = 42;
		}
		onClipEvent (enterFrame) {
			high2 = high / 2;
			if (_x < 770) {
				yspeed += 1;
			}
			_y = _y + yspeed;
			if (_root.floor1.hitTest(_x, _y + high2, true) or _root.floor2.hitTest(_x, _y + high2, true)) {
				if (no == 8) {
					yspeed = -yspeed;
				} else {
					yspeed = -yspeed / 2;
				}
			}
			while (_root.floor1.hitTest(_x, _y + high2, true) or _root.floor2.hitTest(_x, _y + high2, true)) {
				_y = _y - 1;
				if (yspeed > 0) {
					yspeed = 0;
				}
			}
			if (this.hitTest(_root.log1)) {
				_x = _x + 1;
			}
			if (no == 8) {
				_x = _x - 5;
			} else {
				_x = _x - _root.xspeed * 2.5;
			}
			_rotation = _rotation - _root.xspeed * 3;
			if (_x < -30) {
				_x = _x + (750 + Math.random() * 640);
				no = Math.ceil(Math.random() * 8);
				yspeed = 0;
				if (no == 1) {
					gotoAndStop(1);
					_y = 398;
					high = 42;
				}
				if (no == 2) {
					gotoAndStop(2);
					_y = 398;
					high = 42;
				}
				if (no == 3) {
					gotoAndStop(3);
					_y = 398;
					high = 42;
				}
				if (no == 4) {
					gotoAndStop(4);
					_y = 398;
					high = 42;
				}
				if (no == 5) {
					gotoAndStop(5);
					_y = 100;
					high = 42;
				}
				if (no == 6) {
					gotoAndStop(6);
					_y = 398;
					high = 42;
				}
				if (no == 7) {
					gotoAndStop(7);
					_y = 200;
					high = 42;
				}
				if (no == 8) {
					gotoAndStop(8);
					_y = 200;
					_x = 1100;
					high = 21;
				}
			}
			if (_root.chick.hitTest(_x - high2, _y, true)) {
				if (_root.chick._currentframe < 13) {
					_root.chick._x -= Number(_root.chick._currentframe * 5);
				}
				_root.chick.gotoAndStop(15);
			}
			if (_root.chick.hitTest(_x, _y - high2, true)) {
				_root.chick._y = _y - (high2 + _root.chick._height / 2 + 2);
				_root.chick.yspeed = -5;
			}
			while (_root.chick.hitTest(_x + high2, _y, true)) {
				_root.chick._x += 2;
			}
		}
	}
	movieClip 937	{
	}
	instance floor1 of movieClip 937	{
		onClipEvent (load) {
			gotoAndStop(1);
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick._x, _root.chick._y + 27.5, true)) {
				_root.chick.down = 1;
				if (_root.chick._currentframe > 12) {
					_root.chick.gotoAndStop(1);
				}
			}
			while (this.hitTest(_root.chick._x + 20, _root.chick._y, true)) {
				--_root.chick._x;
				_root.chick.dw = 1;
			}
			if (this.hitTest(_root.chick._x + 40, _root.chick._y, true)) {
				_root.chick.dw = 1;
			}
			while (this.hitTest(_root.chick._x, _root.chick._y + 27.5, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
			}
			_x = _x - _root.xspeed;
			if (_x < 0) {
				_x = _x + 1500;
				orew = Math.ceil(Math.random() * 3);
				gotoAndStop(orew);
			}
		}
	}
	instance floor2 of movieClip 937	{
		onClipEvent (load) {
			gotoAndStop(2);
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick._x, _root.chick._y + 27.5, true)) {
				_root.chick.down = 1;
				if (_root.chick._currentframe > 12) {
					_root.chick.gotoAndStop(1);
				}
			}
			while (this.hitTest(_root.chick._x + 20, _root.chick._y, true)) {
				--_root.chick._x;
				_root.chick.dw = 1;
			}
			if (this.hitTest(_root.chick._x + 40, _root.chick._y, true)) {
				_root.chick.dw = 1;
			}
			while (this.hitTest(_root.chick._x, _root.chick._y + 27.5, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
			}
			_x = _x - _root.xspeed;
			if (_x < 0) {
				_x = _x + 1500;
				orew = Math.ceil(Math.random() * 3);
				gotoAndStop(orew);
			}
		}
	}
	frame 49 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 49 {
		xp = Math.round(dist / 50);
		runlvl = Number(runlvl + _root.dist / 50);
		_root.money = Number(_root.coins + _root.money);
		rlvl = Math.floor(runlvl / 10);
		tlvl = rlvl + flyinglevel + swimlevel + climblevel;
		kongregate.stats.submit('RunningLevel', rlvl);
		kongregate.stats.submit('TotalLevel', tlvl);
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 1350;
				_y = 10 + Math.random() * 350;
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 1340;
				_y = 10 + Math.random() * 350;
			}
		}
	}
	instance of movieClip 416	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
			if (this.hitTest(_root.chick)) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance of movieClip 416	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
			if (this.hitTest(_root.chick)) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance floor1 of movieClip 937	{
		onClipEvent (load) {
			gotoAndStop(1);
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick._x, _root.chick._y + 27.5, true)) {
				_root.chick.down = 1;
				if (_root.chick._currentframe > 12) {
					_root.chick.gotoAndStop(1);
				}
			}
			while (this.hitTest(_root.chick._x, _root.chick._y + 27.5, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
			}
			_x = _x - _root.xspeed;
			if (_x < 0) {
				_x = _x + 1500;
				orew = Math.ceil(Math.random() * 3);
				gotoAndStop(orew);
			}
		}
	}
	instance floor2 of movieClip 937	{
		onClipEvent (load) {
			orew = Math.ceil(Math.random() * 3);
			gotoAndStop(2);
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick._x, _root.chick._y + 27.5, true)) {
				_root.chick.down = 1;
				if (_root.chick._currentframe > 12) {
					_root.chick.gotoAndStop(1);
				}
			}
			while (this.hitTest(_root.chick._x, _root.chick._y + 27.5, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
			}
			_x = _x - _root.xspeed;
			if (_x < 0) {
				_x = _x + 1500;
				orew = Math.ceil(Math.random() * 3);
				gotoAndStop(orew);
			}
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.runninglevel * 1.16;
			_root.runninglevel = Math.floor(_root.runlvl / 10);
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	button 944 {
		on (release) {
			gotoAndStop(47);
		}
		on (keyPress '<Space>') {
			gotoAndStop(47);
		}
	}
	instance of movieClip 344	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > _root.maxi * 10) {
				_root.stalvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	frame 50 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 50 {
		stop();
	}
	frame 50 {
		dist = 0;
		xspeed = -4;
		coins = 0;
	}
	instance of movieClip 174	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			_x = _x + _root.xspeed / 10;
		}
	}
	instance of movieClip 829	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			_x = _x + _root.xspeed / 2;
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = Math.random() * 200;
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = Math.random() * 200;
			}
		}
	}
	movieClip 949	{
		instance of movieClip 287	{
			onClipEvent (enterFrame) {
				_rotation = -_parent._rotation;
			}
		}
	}
	movieClip 950	{
	}
	button 953 {
		on (keyPress '<Space>') {
			nextFrame();
		}
		on (rollOver) {
			this.useHandCursor = false;
		}
	}
	instance of movieClip 411	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl > 1500) {
				_root.stalvl = 1500;
			}
			if (_root.runlvl > 1500) {
				_root.runlvl = 1500;
			}
			if (_root.flylvl > 1500) {
				_root.flylvl = 1500;
			}
			if (_root.swilvl > 1500) {
				_root.swilvl = 1500;
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.stalvl = _root.stalvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.seed = _root.seed;
				game.data.skill = _root.skill;
				game.data.money = _root.money;
				game.data.colour = _root.colour;
				game.data.hat = _root.hat;
				game.flush();
				delay = 100;
			}
		}
	}
	frame 51 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 51 {
		stop();
	}
	frame 51 {
		dist = 0;
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 1140;
				_y = Math.random() * 200;
			}
		}
	}
	instance coin of movieClip 416	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 50 + Math.random() * 300;
			}
			if (this.hitTest(_root.chick)) {
				play();
				_x = _x + 940;
				_y = 50 + Math.random() * 300;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 1140;
				_y = Math.random() * 200;
			}
		}
	}
	movieClip 962	{
	}
	movieClip 964	{
	}
	movieClip 966	{
		instance of movieClip 962	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.chick)) {
					_root.nextFrame();
				}
			}
		}
		instance of movieClip 964	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.chick)) {
					_root.nextFrame();
				}
			}
		}
	}
	instance of movieClip 966	{
		onClipEvent (load) {
			xspeed = -(3 + _root.swilvl / 100);
			if (_root.xtrain == 1) {
				xspeed = -(3 + _root.swilvl / 50);
			}
			stop();
		}
		onClipEvent (enterFrame) {
			_x = _x + xspeed;
			xspeed -= 0.0025;
			_root.xspeed = xspeed;
			_root.speed = -Math.round(_root.xspeed) + 'MPH';
			_root.dist = Number(_root.dist - Math.round(xspeed / 2));
			while (this.hitTest(_root.chick._x, _root.chick._y - _root.chick._height / 2, true)) {
				_root.chick.yspeed += 1;
				_root.chick._y += 1;
			}
			while (this.hitTest(_root.chick._x + _root.chick._width / 2, _root.chick._y, true)) {
				_root.chick.xspeed -= 1;
				_root.chick._x -= 1;
			}
			while (this.hitTest(_root.chick._x, _root.chick._y + _root.chick._height / 2, true)) {
				_root.chick.yspeed -= 1;
				_root.chick._y -= 1;
			}
			while (this.hitTest(_root.chick._x - _root.chick._width / 2, _root.chick._y, true)) {
				_root.chick.xspeed += 1;
				_root.chick._x += 1;
			}
			if (_x < -250) {
				_x = _x + 1240;
				num = Math.ceil(Math.random() * 6);
				if (num == 1) {
					gotoAndStop(1);
					coin._y = 70;
				}
				if (num == 2) {
					gotoAndStop(2);
					coin._y = 350;
				}
				if (num == 3) {
					gotoAndStop(3);
					coin._y = 70;
				}
				if (num == 4) {
					gotoAndStop(4);
					coin._y = 350;
				}
				if (num == 5) {
					gotoAndStop(5);
					coin._y = 70;
				}
				if (num == 6) {
					gotoAndStop(6);
					coin._y = 350;
				}
			}
		}
	}
	instance chick of movieClip 949	{
		onClipEvent (load) {
			targrot = 10;
			where = 2;
			xspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_x < -20) {
				_root.nextFrame();
			}
			xspeed *= 0.85;
			_x = _x + xspeed;
			if (Key.isDown(37)) {
				if (_x > 70) {
					xspeed -= 1;
				}
			}
			if (Key.isDown(39)) {
				if (_x < 580) {
					xspeed += 1;
				}
			}
			if (where == 1) {
				targrot = 0;
				targy = 70;
			}
			if (where == 2) {
				if (_y < 210) {
					yspeed += 0.5;
				} else {
					yspeed -= 0.45;
				}
				_y = _y + yspeed;
			}
			if (where == 3) {
				targrot = 100;
				targy = 350;
			}
			if (where == 4) {
				targrot = 270;
				targy = 210;
			}
			if (where !== 2) {
				_rotation = _rotation + (targrot - _rotation) / 8;
				_y = _y + (targy - _y) / 8;
			}
			if (_y < 0) {
				yspeed = 1;
			}
			if (_y < 71) {
				where = 2;
			}
			if (_y > 349) {
				where = 2;
			}
			if (_y > 205 and _y < 215) {
				where = 0;
				targrot = 10;
				targy = 210;
				if (where !== 4) {
					if (Key.isDown(38)) {
						where = 1;
						yspeed = 0;
					}
					if (Key.isDown(40)) {
						where = 3;
						yspeed = 0;
					}
				}
			}
		}
	}
	frame 52 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 52 {
		stop();
	}
	frame 52 {
		xp = Math.round(dist / 100);
		swilvl = Number(swilvl + _root.dist / 100);
		_root.money = Number(_root.coins + _root.money);
		slvl = Math.floor(swilvl / 10);
		tlvl = slvl + runninglevel + flyinglevel + climblevel;
		kongregate.stats.submit('SwimmingLevel', slvl);
		kongregate.stats.submit('TotalLevel', tlvl);
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = Math.random() * 200;
			}
		}
	}
	instance coin of movieClip 416	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
			if (this.hitTest(_root.chick)) {
				_x = _x + 940;
				_y = 50 + Math.random() * 350;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = Math.random() * 200;
			}
		}
	}
	instance of movieClip 966	{
		onClipEvent (load) {
			xspeed = -(3 + _root.swilvl / 100);
			if (_root.xtrain == 1) {
				xspeed = -(3 + _root.swilvl / 50);
			}
			stop();
		}
		onClipEvent (enterFrame) {
			_x = _x + xspeed;
			xspeed -= 0.0025;
			_root.xspeed = xspeed;
			_root.speed = -Math.round(_root.xspeed) + 'MPH';
			while (this.hitTest(_root.chick._x, _root.chick._y - _root.chick._height / 2, true)) {
				_root.chick.yspeed += 1;
				_root.chick._y += 1;
			}
			while (this.hitTest(_root.chick._x + _root.chick._width / 2, _root.chick._y, true)) {
				_root.chick.xspeed -= 1;
				_root.chick._x -= 1;
			}
			while (this.hitTest(_root.chick._x, _root.chick._y + _root.chick._height / 2, true)) {
				_root.chick.yspeed -= 1;
				_root.chick._y -= 1;
			}
			while (this.hitTest(_root.chick._x - _root.chick._width / 2, _root.chick._y, true)) {
				_root.chick.xspeed += 1;
				_root.chick._x += 1;
			}
			if (_x < -250) {
				_x = _x + 1240;
				num = Math.ceil(Math.random() * 6);
				if (num == 1) {
					gotoAndStop(1);
					coin._y = 70;
				}
				if (num == 2) {
					gotoAndStop(2);
					coin._y = 350;
				}
				if (num == 3) {
					gotoAndStop(3);
					coin._y = 70;
				}
				if (num == 4) {
					gotoAndStop(4);
					coin._y = 350;
				}
				if (num == 5) {
					gotoAndStop(5);
					coin._y = 70;
				}
				if (num == 6) {
					gotoAndStop(6);
					coin._y = 350;
				}
			}
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.swimlevel * 1.16;
			_root.swimlevel = Math.floor(_root.swilvl / 10);
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	button 972 {
		on (release) {
			gotoAndStop(50);
		}
		on (keyPress '<Space>') {
			gotoAndStop(50);
		}
	}
	instance of movieClip 344	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > _root.maxi * 10) {
				_root.stalvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	frame 53 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 53 {
		stop();
	}
	frame 53 {
		dist = 0;
		xspeed = -4;
		coins = 0;
	}
	movieClip 978	{
	}
	instance bg of movieClip 978	{
		onClipEvent (enterFrame) {
			if (_root.daytime == 1) {
				gotoAndStop(1);
			}
			if (_root.daytime == 2) {
				gotoAndStop(2);
			}
			if (_root.daytime == 3) {
				gotoAndStop(3);
			}
		}
	}
	movieClip 984	{
	}
	instance chick of movieClip 984	{
		onClipEvent (load) {
			stop();
		}
	}
	button 987 {
		on (keyPress '<Space>') {
			nextFrame();
		}
	}
	instance of movieClip 411	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl > 1500) {
				_root.stalvl = 1500;
			}
			if (_root.runlvl > 1500) {
				_root.runlvl = 1500;
			}
			if (_root.flylvl > 1500) {
				_root.flylvl = 1500;
			}
			if (_root.swilvl > 1500) {
				_root.swilvl = 1500;
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.stalvl = _root.stalvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.seed = _root.seed;
				game.data.skill = _root.skill;
				game.data.money = _root.money;
				game.data.colour = _root.colour;
				game.data.hat = _root.hat;
				game.flush();
				delay = 100;
			}
		}
	}
	frame 54 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 54 {
		stop();
	}
	frame 54 {
		dist = 0;
		yspeed = 3 + climblevel / 10;
		if (_root.xtrain == 1) {
			yspeed = 3 + climblevel / 5;
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = -4;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = Math.random() * 200;
			}
		}
	}
	instance coin of movieClip 416	{
		onClipEvent (enterFrame) {
			if (!_root.walls.hitTest(_x, _y, true)) {
				_y = _y + int(_root.yspeed);
			}
			if (_y > 500) {
				_y = _y - (Math.random() * 500 + 600);
				_x = Math.random() * 640;
			}
			if (_root.walls.hitTest(_x, _y, true)) {
				_x = Math.random() * 1000 - 200;
			}
			if (this.hitTest(_root.chick)) {
				play();
				_y = 501;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 200;
			_root.shad._x = _x;
			_root.bg._x = _x;
			_root.scoreclip._x = _x;
			_root.energy._x = _x;
		}
	}
	movieClip 1006	{
	}
	movieClip 1007	{
		frame 1 {
			lcr = 1;
		}
		instance part1 of movieClip 1006	{
			onClipEvent (load) {
				gotoAndStop(6);
			}
			onClipEvent (enterFrame) {
				_y = _y + int(_root.yspeed);
				_parent.part2._y += int(_root.yspeed);
				if (_y > 240) {
					_y = _y - 960;
					_root.part = 1;
					if (_parent.part2._currentframe < 6) {
						_x = _parent.part2._x + 220;
						_parent.pose = 1;
					} else {
						if (_parent.part2._currentframe > 5 and _parent.part2._currentframe < 16) {
							_x = _parent.part2._x;
							_parent.pose = 2;
						} else {
							if (_parent.part2._currentframe > 15) {
								_x = _parent.part2._x - 220;
								_parent.pose = 3;
							}
						}
					}
					if (_x < 200) {
						rand = Math.ceil(random(15));
					} else {
						if (_x > 200) {
							rand = 5 + Math.ceil(random(15));
						} else {
							rand = Math.ceil(Math.random() * 20);
						}
					}
					if (rand == 1) {
						gotoAndStop(1);
					}
					if (rand == 2) {
						gotoAndStop(2);
					}
					if (rand == 3) {
						gotoAndStop(3);
					}
					if (rand == 4) {
						gotoAndStop(4);
					}
					if (rand == 5) {
						gotoAndStop(5);
					}
					if (rand == 6) {
						gotoAndStop(6);
					}
					if (rand == 7) {
						gotoAndStop(7);
					}
					if (rand == 8) {
						gotoAndStop(8);
					}
					if (rand == 9) {
						gotoAndStop(9);
					}
					if (rand == 10) {
						gotoAndStop(10);
					}
					if (rand == 11) {
						gotoAndStop(11);
					}
					if (rand == 12) {
						gotoAndStop(12);
					}
					if (rand == 13) {
						gotoAndStop(13);
					}
					if (rand == 14) {
						gotoAndStop(14);
					}
					if (rand == 15) {
						gotoAndStop(15);
					}
					if (rand == 16) {
						gotoAndStop(16);
					}
					if (rand == 17) {
						gotoAndStop(17);
					}
					if (rand == 18) {
						gotoAndStop(18);
					}
					if (rand == 19) {
						gotoAndStop(19);
					}
					if (rand == 20) {
						gotoAndStop(20);
					}
				}
			}
		}
		instance part2 of movieClip 1006	{
			onClipEvent (load) {
				gotoAndStop(1);
			}
			onClipEvent (enterFrame) {
				if (_y > 240) {
					_y = _y - 960;
					_root.part = 2;
					if (_parent.part1._currentframe < 6) {
						_x = _parent.part1._x + 220;
					} else {
						if (_parent.part1._currentframe > 5 and _parent.part1._currentframe < 16) {
							_x = _parent.part1._x;
						} else {
							if (_parent.part1._currentframe > 15) {
								_x = _parent.part1._x - 220;
							}
						}
					}
					if (_x < 200) {
						rand = Math.ceil(random(15));
					} else {
						if (_x > 200) {
							rand = 5 + Math.ceil(random(15));
						} else {
							rand = Math.ceil(Math.random() * 20);
						}
					}
					if (rand == 1) {
						gotoAndStop(1);
					}
					if (rand == 2) {
						gotoAndStop(2);
					}
					if (rand == 3) {
						gotoAndStop(3);
					}
					if (rand == 4) {
						gotoAndStop(4);
					}
					if (rand == 5) {
						gotoAndStop(5);
					}
					if (rand == 6) {
						gotoAndStop(6);
					}
					if (rand == 7) {
						gotoAndStop(7);
					}
					if (rand == 8) {
						gotoAndStop(8);
					}
					if (rand == 9) {
						gotoAndStop(9);
					}
					if (rand == 10) {
						gotoAndStop(10);
					}
					if (rand == 11) {
						gotoAndStop(11);
					}
					if (rand == 12) {
						gotoAndStop(12);
					}
					if (rand == 13) {
						gotoAndStop(13);
					}
					if (rand == 14) {
						gotoAndStop(14);
					}
					if (rand == 15) {
						gotoAndStop(15);
					}
					if (rand == 16) {
						gotoAndStop(16);
					}
					if (rand == 17) {
						gotoAndStop(17);
					}
					if (rand == 18) {
						gotoAndStop(18);
					}
					if (rand == 19) {
						gotoAndStop(19);
					}
					if (rand == 20) {
						gotoAndStop(20);
					}
				}
			}
		}
	}
	instance chick of movieClip 984	{
		onClipEvent (load) {
			targrot = 10;
			where = 2;
			xspeed = 0;
			yspeed = 0;
			_root.scoreclip.dist = 0;
			_root.dist = 0;
		}
		onClipEvent (enterFrame) {
			oldx = _x;
			if (_y > 500) {
				_root.nextFrame();
			}
			_root.dist = Number(_root.scoreclip.dist + _root.yspeed / 4);
			_root.scoreclip.dist = Math.round(_root.dist);
			_root.scoreclip.speed = Math.round(_root.yspeed) + 'MPH';
			_root.yspeed = Number(_root.yspeed + 0.002);
			_root.where = where;
			_y = _y + yspeed;
			_x = _x + xspeed;
			if (_y > 250) {
				yspeed -= 1;
			}
			if (Key.isDown(37)) {
				if (_root.walls.hitTest(_x - 22, _y, true) or _root.walls.hitTest(_x + 22, _y, true)) {
					where = 1;
				}
			}
			if (Key.isDown(39)) {
				if (_root.walls.hitTest(_x - 22, _y, true) or _root.walls.hitTest(_x + 22, _y, true)) {
					where = 2;
				}
			}
			if (_root.walls.hitTest(_x - 22, _y, true) or _root.walls.hitTest(_x + 22, _y, true)) {
				yspeed = 0;
				if (_y > 300) {
					_y = _y - 6;
				}
			} else {
				yspeed += 1.5;
			}
			if (where == 1) {
				gotoAndStop(2);
				if (!_root.walls.hitTest(_x - 17, _y, true)) {
					_x = _x - 12;
				}
				while (_root.walls.hitTest(_x - 17, _y, true)) {
					_x = _x + 1;
				}
				if (!_root.walls.hitTest(_x - 25, _y - 20, true)) {
					_y = _y + yspeed;
				}
			}
			if (where == 2) {
				gotoAndStop(1);
				if (!_root.walls.hitTest(_x + 17, _y, true)) {
					_x = _x + 12;
				}
				while (_root.walls.hitTest(_x + 17, _y, true)) {
					_x = _x - 1;
				}
				if (!_root.walls.hitTest(_x + 25, _y - 20, true)) {
					_y = _y + yspeed;
				}
			}
			while (_root.walls.hitTest(_x, _y - 28, true)) {
				_y = _y + 1;
			}
			newx = _x;
			_rotation = _rotation + ((newx - oldx) * 10 - _rotation) / 4;
			if (_rotation > 90) {
				_rotation = 90;
			}
			if (_rotation < -90) {
				_rotation = -90;
			}
		}
	}
	frame 55 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 55 {
		stop();
	}
	frame 55 {
		xp = Math.round(dist / 50);
		clilvl = Number(clilvl + _root.dist / 50);
		dist = Math.round(dist);
		_root.money = Number(_root.coins + _root.money);
		walls.part1._x = 0;
		walls.part2._x = 0;
		scoreclip._alpha = 0;
		clvl = Math.floor(clilvl / 10);
		tlvl = clvl + runninglevel + swimlevel + flyinglevel;
		kongregate.stats.submit('ClimbingLevel', clvl);
		kongregate.stats.submit('TotalLevel', tlvl);
	}
	instance of movieClip 344	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > _root.maxi * 10) {
				_root.stalvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	button 1012 {
		on (release) {
			gotoAndStop(53);
		}
		on (keyPress '<Space>') {
			gotoAndStop(53);
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.climblevel * 1.3333333333;
			_root.climblevel = Math.floor(_root.clilvl / 10);
		}
	}
	frame 56 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	button 1019 {
		on (release) {
			if (_root.race >= 6) {
				gotoAndStop(57);
			}
		}
	}
	button 1020 {
		on (release) {
			if (_root.race >= 9) {
				gotoAndStop(64);
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 8) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 6) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 11) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 9) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	button 1021 {
		on (release) {
			gotoAndStop(42);
		}
	}
	frame 57 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	button 1023 {
		on (release) {
			gotoAndStop(56);
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 6) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 6) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 7) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 7) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 8) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 8) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	button 1028 {
		on (release) {
			if (_root.race >= 6) {
				gotoAndStop(58);
			}
		}
	}
	button 1033 {
		on (release) {
			if (_root.race >= 7) {
				gotoAndStop(60);
			}
		}
	}
	button 1037 {
		on (release) {
			if (_root.race >= 8) {
				gotoAndStop(62);
			}
		}
	}
	frame 58 {
		if (music._currentframe !== 5) {
			stopAllSounds();
			music.gotoAndStop(5);
		}
	}
	frame 58 {
		enelvl = 600;
		go = 0;
	}
	movieClip 1041	{
	}
	instance of movieClip 1041	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	movieClip 1043	{
		instance of movieClip 732	{
			onClipEvent (load) {
				chick1 = 0;
				chick2 = 0;
				chick3 = 0;
				chick4 = 0;
				idn = 1;
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.chick) && _root.chick._currentframe > 33) {
					_root.chick._x = _parent._x + _x - 17;
					_root.chick.mode = 4;
					_root.chick.gotoAndStop(32);
				}
				if (this.hitTest(_root.chick) && chick1 == 0) {
					chick1 = 1;
					_root.chick._x = _parent._x + _x - 17;
					_root.chick.mode = 4;
					_root.chick.gotoAndStop(32);
				}
				if (_root.chick.mode == 4) {
					if (!this.hitTest(_root.chick)) {
						_root.chick.mode = 0;
						_root.chick.play();
					}
				}
				if (this.hitTest(_root.chick2) && _root.chick2._currentframe > 33) {
					_root.chick2._x = _parent._x + _x - 17;
					_root.chick2.mode = 4;
					_root.chick2.gotoAndStop(32);
				}
				if (this.hitTest(_root.chick2) && chick2 == 0) {
					chick2 = 1;
					_root.chick2._x = _parent._x + _x - 17;
					_root.chick2.mode = 4;
					_root.chick2.gotoAndStop(32);
				}
				if (_root.chick2.mode == 4) {
					if (!this.hitTest(_root.chick2)) {
						_root.chick2.mode = 0;
						_root.chick2.play();
					}
				}
				if (this.hitTest(_root.chick3) && _root.chick3._currentframe > 33) {
					_root.chick3._x = _parent._x + _x - 17;
					_root.chick3.mode = 4;
					_root.chick3.gotoAndStop(32);
				}
				if (this.hitTest(_root.chick3) && chick3 == 0) {
					chick3 = 1;
					_root.chick3._x = _parent._x + _x - 14;
					_root.chick3.mode = 4;
					_root.chick3.gotoAndStop(32);
				}
				if (_root.chick3.mode == 4) {
					if (!this.hitTest(_root.chick3)) {
						_root.chick3.mode = 0;
						_root.chick3.play();
					}
				}
				if (this.hitTest(_root.chick4) && _root.chick4._currentframe > 33) {
					_root.chick4._x = _parent._x + _x - 17;
					_root.chick4.mode = 4;
					_root.chick4.gotoAndStop(32);
				}
				if (this.hitTest(_root.chick4) && chick4 == 0) {
					chick4 = 1;
					_root.chick4._x = _parent._x + _x - 17;
					_root.chick4.mode = 4;
					_root.chick4.gotoAndStop(32);
				}
				if (_root.chick4.mode == 4) {
					if (!this.hitTest(_root.chick4)) {
						_root.chick4.mode = 0;
						_root.chick4.play();
					}
				}
			}
		}
	}
	instance terrain of movieClip 1043	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 25, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 25, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 25, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 25, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 25, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 25, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			if (_x < -440) {
				_x = -440;
			}
			if (_x > -90) {
				_x = -90;
			}
			_root.energy._x = _x;
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	movieClip 1045	{
	}
	movieClip 1046	{
	}
	movieClip 1066	{
	}
	movieClip 1067	{
	}
	movieClip 1068	{
		frame 20 {
			stop();
		}
	}
	movieClip 1070	{
	}
	movieClip 1072	{
	}
	movieClip 1074	{
	}
	movieClip 1075	{
	}
	movieClip 1078	{
	}
	movieClip 1080	{
	}
	movieClip 1082	{
	}
	movieClip 1084	{
	}
	movieClip 1085	{
	}
	movieClip 1088	{
		frame 8 {
			stop();
		}
	}
	movieClip 1089	{
		frame 1 {
			stop();
		}
		frame 2 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 3 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 4 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 5 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 6 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 7 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 8 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 9 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 10 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 11 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 12 {
			_x = _x + 50;
			gotoAndStop(1);
		}
		frame 23 {
			_x = _x + 70;
			mode = 2;
			stop();
		}
		frame 30 {
			mode = 1;
		}
		frame 31 {
			stop();
		}
		instance of movieClip 1075	{
			onClipEvent (enterFrame) {
				_rotation = -_parent._rotation;
			}
		}
		frame 32 {
			stop();
		}
		frame 65 {
			mode = 1;
			_x = _x + 70;
			_y = _y - 30;
			gotoAndStop(1);
		}
	}
	instance chick4 of movieClip 1089	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	movieClip 1111	{
	}
	movieClip 1112	{
	}
	movieClip 1114	{
	}
	movieClip 1115	{
	}
	movieClip 1116	{
		frame 20 {
			stop();
		}
	}
	movieClip 1118	{
	}
	movieClip 1119	{
	}
	movieClip 1121	{
	}
	movieClip 1122	{
	}
	movieClip 1123	{
	}
	movieClip 1124	{
	}
	movieClip 1125	{
		instance of movieClip 1123	{
			onClipEvent (load) {
				num = 0;
			}
			onClipEvent (enterFrame) {
				if (_parent._parent._x < 530 or _parent._parent._currentframe == 2) {
					if (_parent._parent._x > 110 or _parent._parent._currentframe == 1) {
						num = Math.round(Math.random() * 40);
						if (num == 5) {
							_parent.play();
							num = 0;
						}
						if (_root.corn._x < 640) {
							_parent.play();
							num = 0;
						}
						if (_root.corn2._x > 0) {
							_parent.play();
							num = 0;
						}
					}
				}
			}
		}
	}
	movieClip 1126	{
		frame 1 {
			stop();
		}
		frame 2 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 3 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 4 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 5 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 6 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 7 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 8 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 9 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 10 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 11 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 12 {
			_x = _x + 50;
			gotoAndStop(1);
		}
		frame 23 {
			_x = _x + 70;
			mode = 2;
			stop();
		}
		frame 30 {
			mode = 1;
		}
		frame 31 {
			stop();
		}
		instance of movieClip 1121	{
			onClipEvent (load) {
				num = 0;
			}
			onClipEvent (enterFrame) {
				if (_parent._parent._x < 530 or _parent._parent._currentframe == 2) {
					if (_parent._parent._x > 110 or _parent._parent._currentframe == 1) {
						num = Math.round(Math.random() * 40);
						if (num == 5) {
							_parent.play();
							num = 0;
						}
						if (_root.corn._x < 640) {
							_parent.play();
							num = 0;
						}
						if (_root.corn2._x > 0) {
							_parent.play();
							num = 0;
						}
					}
				}
			}
		}
		instance of movieClip 1122	{
			onClipEvent (enterFrame) {
				_rotation = -_parent._rotation;
			}
		}
		frame 32 {
			stop();
		}
		instance of movieClip 1123	{
			onClipEvent (load) {
				num = 0;
			}
			onClipEvent (enterFrame) {
				if (_parent._parent._x < 530 or _parent._parent._currentframe == 2) {
					if (_parent._parent._x > 110 or _parent._parent._currentframe == 1) {
						num = Math.round(Math.random() * 40);
						if (num == 5) {
							_parent.play();
							num = 0;
						}
						if (_root.corn._x < 640) {
							_parent.play();
							num = 0;
						}
						if (_root.corn2._x > 0) {
							_parent.play();
							num = 0;
						}
					}
				}
			}
		}
		frame 66 {
			mode = 1;
			_x = _x + 70;
			_y = _y - 30;
			gotoAndStop(1);
		}
	}
	instance chick2 of movieClip 1126	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	movieClip 1156	{
	}
	movieClip 1157	{
	}
	movieClip 1158	{
		frame 20 {
			stop();
		}
	}
	movieClip 1159	{
	}
	movieClip 1162	{
	}
	movieClip 1165	{
	}
	movieClip 1166	{
		frame 1 {
			stop();
		}
		frame 2 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 3 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 4 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 5 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 6 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 7 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 8 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 9 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 10 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 11 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 12 {
			_x = _x + 50;
			gotoAndStop(1);
		}
		frame 23 {
			_x = _x + 70;
			mode = 2;
			stop();
		}
		frame 30 {
			mode = 1;
		}
		frame 31 {
			stop();
		}
		instance of movieClip 1162	{
			onClipEvent (enterFrame) {
				_rotation = -_parent._rotation;
			}
		}
		frame 32 {
			stop();
		}
		frame 66 {
			mode = 1;
			_x = _x + 70;
			_y = _y - 30;
			gotoAndStop(1);
		}
	}
	instance chick3 of movieClip 1166	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	movieClip 1188	{
	}
	movieClip 1189	{
	}
	movieClip 1190	{
		frame 20 {
			stop();
		}
	}
	movieClip 1192	{
	}
	movieClip 1196	{
	}
	movieClip 1197	{
		frame 1 {
			stop();
		}
		frame 2 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 3 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 4 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 5 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 6 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 7 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 8 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 9 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 10 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 11 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 12 {
			_x = _x + 50;
			gotoAndStop(1);
		}
		frame 23 {
			_x = _x + 70;
			mode = 2;
			stop();
		}
		frame 30 {
			mode = 1;
		}
		frame 31 {
			stop();
		}
		frame 32 {
			stop();
		}
		frame 66 {
			mode = 1;
			_x = _x + 70;
			_y = _y - 30;
			gotoAndStop(1);
		}
	}
	instance chick of movieClip 1197	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	movieClip 1199	{
	}
	frame 59 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 59 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 6) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 7;
				game.flush();
				_root.race = 7;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(7);
			}
			if (_root.first == 2) {
				gotoAndStop(10);
			}
			if (_root.first == 3) {
				gotoAndStop(8);
			}
			if (_root.first == 4) {
				gotoAndStop(9);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(7);
			}
			if (_root.second == 2) {
				gotoAndStop(10);
			}
			if (_root.second == 3) {
				gotoAndStop(8);
			}
			if (_root.second == 4) {
				gotoAndStop(9);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(7);
			}
			if (_root.third == 2) {
				gotoAndStop(10);
			}
			if (_root.third == 3) {
				gotoAndStop(8);
			}
			if (_root.third == 4) {
				gotoAndStop(9);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(7);
			}
			if (_root.forth == 2) {
				gotoAndStop(10);
			}
			if (_root.forth == 3) {
				gotoAndStop(8);
			}
			if (_root.forth == 4) {
				gotoAndStop(9);
			}
		}
	}
	button 1202 {
		on (release) {
			getURL('http://armorgames.com', '_blank');
		}
	}
	frame 60 {
		if (music._currentframe !== 5) {
			stopAllSounds();
			music.gotoAndStop(5);
		}
	}
	frame 60 {
		enelvl = 650;
		go = 0;
	}
	instance terrain of movieClip 1043	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 25, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 25, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 25, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 25, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 25, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 25, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			if (_x < 815) {
				_x = 815;
			}
			if (_x > 1390) {
				_x = 1390;
			}
			_root.energy._x = _x;
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance chick3 of movieClip 1089	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick2 of movieClip 1126	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 1166	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 1197	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	instance of movieClip 1041	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	frame 61 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 61 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 7) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 8;
				game.flush();
				_root.race = 8;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(7);
			}
			if (_root.first == 2) {
				gotoAndStop(10);
			}
			if (_root.first == 3) {
				gotoAndStop(8);
			}
			if (_root.first == 4) {
				gotoAndStop(9);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(7);
			}
			if (_root.second == 2) {
				gotoAndStop(10);
			}
			if (_root.second == 3) {
				gotoAndStop(8);
			}
			if (_root.second == 4) {
				gotoAndStop(9);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(7);
			}
			if (_root.third == 2) {
				gotoAndStop(10);
			}
			if (_root.third == 3) {
				gotoAndStop(8);
			}
			if (_root.third == 4) {
				gotoAndStop(9);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(7);
			}
			if (_root.forth == 2) {
				gotoAndStop(10);
			}
			if (_root.forth == 3) {
				gotoAndStop(8);
			}
			if (_root.forth == 4) {
				gotoAndStop(9);
			}
		}
	}
	frame 62 {
		if (music._currentframe !== 5) {
			stopAllSounds();
			music.gotoAndStop(5);
		}
	}
	frame 62 {
		enelvl = 700;
		go = 0;
	}
	instance terrain of movieClip 1043	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 25, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 25, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 25, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 25, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 25, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 25, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			if (_x < -965) {
				_x = -965;
			}
			if (_x > 1785) {
				_x = 1785;
			}
			_root.energy._x = _x;
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance chick3 of movieClip 1089	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick2 of movieClip 1126	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 1166	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 1197	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	instance of movieClip 1041	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	frame 63 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 63 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 8) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 9;
				game.flush();
				_root.race = 9;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(7);
			}
			if (_root.first == 2) {
				gotoAndStop(10);
			}
			if (_root.first == 3) {
				gotoAndStop(8);
			}
			if (_root.first == 4) {
				gotoAndStop(9);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(7);
			}
			if (_root.second == 2) {
				gotoAndStop(10);
			}
			if (_root.second == 3) {
				gotoAndStop(8);
			}
			if (_root.second == 4) {
				gotoAndStop(9);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(7);
			}
			if (_root.third == 2) {
				gotoAndStop(10);
			}
			if (_root.third == 3) {
				gotoAndStop(8);
			}
			if (_root.third == 4) {
				gotoAndStop(9);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(7);
			}
			if (_root.forth == 2) {
				gotoAndStop(10);
			}
			if (_root.forth == 3) {
				gotoAndStop(8);
			}
			if (_root.forth == 4) {
				gotoAndStop(9);
			}
		}
	}
	frame 64 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 9) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 9) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 10) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 10) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 11) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 11) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	button 1212 {
		on (release) {
			if (_root.race >= 9) {
				gotoAndStop(65);
			}
		}
	}
	button 1217 {
		on (release) {
			if (_root.race >= 10) {
				gotoAndStop(67);
			}
		}
	}
	button 1220 {
		on (release) {
			if (_root.race >= 11) {
				gotoAndStop(69);
			}
		}
	}
	frame 65 {
		if (music._currentframe !== 5) {
			stopAllSounds();
			music.gotoAndStop(5);
		}
	}
	frame 65 {
		enelvl = 800;
		go = 0;
	}
	instance of movieClip 1041	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	movieClip 1233	{
	}
	movieClip 1235	{
	}
	movieClip 1236	{
		instance of movieClip 1235	{
			onClipEvent (load) {
				chick1 = 0;
				chick2 = 0;
				chick3 = 0;
				chick4 = 0;
				idn = 1;
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.chick) && _root.chick._currentframe > 33) {
					_root.chick._x = _parent._x + _x - 17;
					_root.chick.mode = 4;
					_root.chick.gotoAndStop(32);
				}
				if (this.hitTest(_root.chick) && chick1 == 0) {
					chick1 = 1;
					_root.chick._x = _parent._x + _x - 17;
					_root.chick.mode = 4;
					_root.chick.gotoAndStop(32);
				}
				if (_root.chick.mode == 4) {
					if (!this.hitTest(_root.chick)) {
						_root.chick.mode = 0;
						_root.chick.play();
					}
				}
				if (this.hitTest(_root.chick2) && _root.chick2._currentframe > 33) {
					_root.chick2._x = _parent._x + _x - 17;
					_root.chick2.mode = 4;
					_root.chick2.gotoAndStop(32);
				}
				if (this.hitTest(_root.chick2) && chick2 == 0) {
					chick2 = 1;
					_root.chick2._x = _parent._x + _x - 17;
					_root.chick2.mode = 4;
					_root.chick2.gotoAndStop(32);
				}
				if (_root.chick2.mode == 4) {
					if (!this.hitTest(_root.chick2)) {
						_root.chick2.mode = 0;
						_root.chick2.play();
					}
				}
				if (this.hitTest(_root.chick3) && _root.chick3._currentframe > 33) {
					_root.chick3._x = _parent._x + _x - 17;
					_root.chick3.mode = 4;
					_root.chick3.gotoAndStop(32);
				}
				if (this.hitTest(_root.chick3) && chick3 == 0) {
					chick3 = 1;
					_root.chick3._x = _parent._x + _x - 14;
					_root.chick3.mode = 4;
					_root.chick3.gotoAndStop(32);
				}
				if (_root.chick3.mode == 4) {
					if (!this.hitTest(_root.chick3)) {
						_root.chick3.mode = 0;
						_root.chick3.play();
					}
				}
				if (this.hitTest(_root.chick4) && _root.chick4._currentframe > 33) {
					_root.chick4._x = _parent._x + _x - 17;
					_root.chick4.mode = 4;
					_root.chick4.gotoAndStop(32);
				}
				if (this.hitTest(_root.chick4) && chick4 == 0) {
					chick4 = 1;
					_root.chick4._x = _parent._x + _x - 17;
					_root.chick4.mode = 4;
					_root.chick4.gotoAndStop(32);
				}
				if (_root.chick4.mode == 4) {
					if (!this.hitTest(_root.chick4)) {
						_root.chick4.mode = 0;
						_root.chick4.play();
					}
				}
			}
		}
	}
	instance of movieClip 1236	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 25, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 25, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 25, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 25, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 25, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 25, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	movieClip 1238	{
	}
	instance of movieClip 1238	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_y = _y + (_root.chick._y - _y) / 16;
			if (_x < -2230) {
				_x = -2230;
			}
			if (_x > 2000) {
				_x = 2000;
			}
			if (_y > 240) {
				_y = 240;
			}
			_root.energy._x = _x;
			_root.energy._y = _y - 210;
		}
	}
	instance chick3 of movieClip 1089	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick2 of movieClip 1126	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 1166	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 1197	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				sb = 1.5;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				fb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	frame 66 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 66 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 9) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 10;
				game.flush();
				_root.race = 10;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(7);
			}
			if (_root.first == 2) {
				gotoAndStop(10);
			}
			if (_root.first == 3) {
				gotoAndStop(8);
			}
			if (_root.first == 4) {
				gotoAndStop(9);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(7);
			}
			if (_root.second == 2) {
				gotoAndStop(10);
			}
			if (_root.second == 3) {
				gotoAndStop(8);
			}
			if (_root.second == 4) {
				gotoAndStop(9);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(7);
			}
			if (_root.third == 2) {
				gotoAndStop(10);
			}
			if (_root.third == 3) {
				gotoAndStop(8);
			}
			if (_root.third == 4) {
				gotoAndStop(9);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(7);
			}
			if (_root.forth == 2) {
				gotoAndStop(10);
			}
			if (_root.forth == 3) {
				gotoAndStop(8);
			}
			if (_root.forth == 4) {
				gotoAndStop(9);
			}
		}
	}
	frame 67 {
		if (music._currentframe !== 5) {
			stopAllSounds();
			music.gotoAndStop(5);
		}
	}
	frame 67 {
		enelvl = 850;
		go = 0;
	}
	instance of movieClip 1041	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			_y = _y + (_root.chick._y - _y) / 16;
			if (_x < 1050) {
				_x = 1050;
			}
			if (_x > 2000) {
				_x = 2000;
			}
			if (_y > 240) {
				_y = 240;
			}
			_root.energy._x = _x;
			_root.energy._y = _y - 210;
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 1236	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 25, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 25, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 25, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 25, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 25, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 25, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance of movieClip 1238	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance chick3 of movieClip 1089	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick2 of movieClip 1126	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 1166	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 1197	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	frame 68 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 68 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 10) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 11;
				game.flush();
				_root.race = 11;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(7);
			}
			if (_root.first == 2) {
				gotoAndStop(10);
			}
			if (_root.first == 3) {
				gotoAndStop(8);
			}
			if (_root.first == 4) {
				gotoAndStop(9);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(7);
			}
			if (_root.second == 2) {
				gotoAndStop(10);
			}
			if (_root.second == 3) {
				gotoAndStop(8);
			}
			if (_root.second == 4) {
				gotoAndStop(9);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(7);
			}
			if (_root.third == 2) {
				gotoAndStop(10);
			}
			if (_root.third == 3) {
				gotoAndStop(8);
			}
			if (_root.third == 4) {
				gotoAndStop(9);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(7);
			}
			if (_root.forth == 2) {
				gotoAndStop(10);
			}
			if (_root.forth == 3) {
				gotoAndStop(8);
			}
			if (_root.forth == 4) {
				gotoAndStop(9);
			}
		}
	}
	frame 69 {
		if (music._currentframe !== 5) {
			stopAllSounds();
			music.gotoAndStop(5);
		}
	}
	frame 69 {
		enelvl = 900;
		go = 0;
	}
	instance of movieClip 1041	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			_y = _y + (_root.chick._y - _y) / 16;
			if (_x < -2230) {
				_x = -2230;
			}
			if (_x > 2000) {
				_x = 2000;
			}
			if (_y > 240) {
				_y = 240;
			}
			_root.energy._x = _x;
			_root.energy._y = _y - 210;
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 1236	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 25, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 25, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 25, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 25, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 25, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 25, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance chick3 of movieClip 1089	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick2 of movieClip 1126	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 1166	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 1197	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	instance of movieClip 1238	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	frame 70 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 70 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 11) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 12;
				game.flush();
				_root.race = 12;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance of movieClip 816	{
		onClipEvent (release) {
			if (_currentframe == 1) {
				_root.gotoAndStop(56);
			} else {
				_root.nextFrame();
			}
		}
		onClipEvent (enterFrame) {
			if (_root.race > 11) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(7);
			}
			if (_root.first == 2) {
				gotoAndStop(10);
			}
			if (_root.first == 3) {
				gotoAndStop(8);
			}
			if (_root.first == 4) {
				gotoAndStop(9);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(7);
			}
			if (_root.second == 2) {
				gotoAndStop(10);
			}
			if (_root.second == 3) {
				gotoAndStop(8);
			}
			if (_root.second == 4) {
				gotoAndStop(9);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(7);
			}
			if (_root.third == 2) {
				gotoAndStop(10);
			}
			if (_root.third == 3) {
				gotoAndStop(8);
			}
			if (_root.third == 4) {
				gotoAndStop(9);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(7);
			}
			if (_root.forth == 2) {
				gotoAndStop(10);
			}
			if (_root.forth == 3) {
				gotoAndStop(8);
			}
			if (_root.forth == 4) {
				gotoAndStop(9);
			}
		}
	}
	frame 71 {
		if (music._currentframe !== 1) {
			stopAllSounds();
			music.gotoAndStop(1);
		}
	}
	frame 71 {
		stop();
	}
	movieClip 1248	{
	}
	frame 72 {
		if (music._currentframe !== 11) {
			stopAllSounds();
			music.gotoAndStop(11);
		}
	}
	frame 72 {
		if (dt == 1) {
			title = 'YOUR BABY DUCK IS NOW A STRONG DUCK';
		}
		if (dt == 2) {
			title = 'YOUR BABY DUCK IS NOW A LANKY DUCK';
		}
		if (dt == 3) {
			title = 'YOUR BABY DUCK IS NOW A UGLY DUCK';
		}
		if (dt == 4) {
			title = 'YOUR BABY DUCK IS NOW A BIRDY DUCK';
		}
		kongregate.stats.submit('SecondEvolution', 1);
	}
	movieClip 1253	{
	}
	frame 73 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 73 {
		stop();
	}
	instance corn2 of movieClip 254	{
		onClipEvent (load) {
			drag = false;
			yspeed = 0;
			xspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_x < -960) {
				_x = -60;
			}
			if (_x == -20 and drag == false) {
				xspeed = 0;
			}
			if (_x < -10) {
				_y = 400;
			}
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe == 1 and _root.chick.qwe._currentframe > 8) {
					_root.chick._x += 50;
				}
				if (_root.chick._currentframe == 2 and _root.chick.qwe._currentframe > 8) {
					_root.chick._x -= 50;
				}
				_root.chick.skill = 1;
				if (_x > _root.chick._x) {
					_root.chick.gotoAndStop(3);
				}
				if (_x < _root.chick._x) {
					_root.chick.gotoAndStop(4);
				}
				_x = -860;
				drag = false;
				xspeed = 10;
			}
			_x = _x + xspeed;
			_y = _y + yspeed;
			if (drag == true) {
				xspeed = -(_x - _root._xmouse) / 2;
				yspeed = -(_y - _root._ymouse) / 2;
			}
			if (drag == false) {
				yspeed += 1;
				if (_y > 420) {
					_y = 420;
					yspeed = -yspeed / 2;
				}
				if (_x > 740) {
					_x = 740;
					xspeed = -xspeed / 2;
				}
			}
		}
		onClipEvent (mouseUp) {
			if (drag == true) {
				drag = false;
			}
		}
		onClipEvent (press) {
			drag = true;
		}
	}
	instance corn of movieClip 254	{
		onClipEvent (load) {
			drag = false;
			yspeed = 0;
			xspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_x > 1710) {
				_x = 810;
			}
			if (_x == 770 and drag == false) {
				xspeed = 0;
			}
			if (_x > 760) {
				_y = 400;
			}
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe == 1 and _root.chick.qwe._currentframe > 8) {
					_root.chick._x += 50;
				}
				if (_root.chick._currentframe == 2 and _root.chick.qwe._currentframe > 8) {
					_root.chick._x -= 50;
				}
				_root.chick.skill = 0;
				if (_x > _root.chick._x) {
					_root.chick.gotoAndStop(3);
				}
				if (_x < _root.chick._x) {
					_root.chick.gotoAndStop(4);
				}
				_x = 1500;
				drag = false;
				xspeed = -10;
			}
			_x = _x + xspeed;
			_y = _y + yspeed;
			if (drag == true) {
				xspeed = -(_x - _root._xmouse) / 2;
				yspeed = -(_y - _root._ymouse) / 2;
			}
			if (drag == false) {
				yspeed += 1;
				if (_y > 420) {
					_y = 420;
					yspeed = -yspeed / 2;
				}
				if (_x < 10) {
					_x = 10;
					xspeed = -xspeed / 2;
				}
			}
		}
		onClipEvent (mouseUp) {
			if (drag == true) {
				drag = false;
			}
		}
		onClipEvent (press) {
			drag = true;
		}
	}
	instance of movieClip 265	{
		onClipEvent (press) {
			if (_root.corn2._x > -360 and _root.corn2._x < 0 and _root.money > 14) {
				_root.corn2._x = 67;
				_root.corn2._y = 325;
				_root.corn2.xspeed = 0;
				_root.corn2.yspeed = 5;
				_root.money = Number(_root.money - 15);
			}
			if (_root.corn2._x > -360 and _root.corn2._x < 0 and _root.freeseed == 1) {
				_root.corn2._x = 67;
				_root.corn2._y = 325;
				_root.corn2.xspeed = 0;
				_root.corn2.yspeed = 5;
			}
		}
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'SuperSeed - this greatly increases my energy level. Click to dispense';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
		onClipEvent (enterFrame) {
			if (_root.freeseed == 1) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 326	{
		onClipEvent (press) {
			if (_root.corn._x < 1000 and _root.corn._x > 750 and _root.money > 0) {
				_root.corn._x = 683;
				_root.corn._y = 325;
				_root.corn.xspeed = 0;
				_root.corn.yspeed = 5;
				_root.money = Number(_root.money - 1);
			}
			if (_root.corn._x < 1000 and _root.corn._x > 750 and _root.freeseed == 1) {
				_root.corn._x = 683;
				_root.corn._y = 325;
				_root.corn.xspeed = 0;
				_root.corn.yspeed = 5;
			}
		}
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'Seed - this increases my energy level. Click to dispense';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
		onClipEvent (enterFrame) {
			if (_root.freeseed == 1) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.runninglevel / 1.5;
			_root.runninglevel = Math.floor(_root.runlvl / 10);
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.climblevel / 1.5;
			_root.climblevel = Math.floor(_root.clilvl / 10);
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 332	{
		onClipEvent (enterFrame) {
			this._xscale = _root.staminalevel * 2;
			_root.staminalevel = Math.floor(_root.stalvl / 10);
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.flyinglevel / 1.5;
			_root.flyinglevel = Math.floor(_root.flylvl / 10);
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.swimlevel / 1.5;
			_root.swimlevel = Math.floor(_root.swilvl / 10);
		}
	}
	instance of movieClip 344	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > 500) {
				_root.stalvl = 500;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	button 1256 {
		on (release) {
			gotoAndStop(87);
		}
		on (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'The quest to become world champion starts here. Don\'t forget to train first!';
		}
		on (rollOut) {
			_root.speech._visible = false;
		}
	}
	button 1257 {
		on (release) {
			if (_root.race < 12) {
				gotoAndStop(74);
			} else {
				_root.speech.data = 'CLOSED - You are too good for advanced training. Try entering the professional league';
			}
		}
		on (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'Train me to increase my skill levels so I will perform better in races!';
		}
		on (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance speech of movieClip 375	{
		onClipEvent (load) {
			_visible = false;
			stop();
		}
		onClipEvent (enterFrame) {
			if (_x > 470) {
				gotoAndStop(2);
			}
			if (_x < 270) {
				gotoAndStop(1);
			}
			_x = _x + (_root.chick._x - _x) / 20;
			_y = _y + (_root.chick._y - 20 - _y) / 20;
		}
	}
	instance of movieClip 840	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x + _root.chick.qwe._x, _root.chick._y + _root.chick.qwe._y + 25, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
			}
		}
	}
	movieClip 1259	{
	}
	movieClip 1260	{
	}
	movieClip 1270	{
		frame 1 {
			stop();
		}
		instance of movieClip 1259	{
			onClipEvent (load) {
				num = 0;
			}
			onClipEvent (enterFrame) {
				if (_parent._parent._x < 530 or _parent._parent._currentframe == 2) {
					if (_parent._parent._x > 110 or _parent._parent._currentframe == 1) {
						num = Math.round(Math.random() * 40);
						if (num == 5) {
							_parent.play();
							num = 0;
						}
						if (_root.corn._x < 640) {
							_parent.play();
							num = 0;
						}
						if (_root.corn2._x > 0) {
							_parent.play();
							num = 0;
						}
					}
				}
			}
		}
		instance of movieClip 1260	{
			onClipEvent (load) {
				_rotation = 0;
			}
			onClipEvent (enterFrame) {
				if (_parent._parent._currentframe == 1) {
					if (_root.corn._x < 640 and _root.corn.drag == false or _root.corn2._x > 0 and _root.corn2.drag == false) {
					} else {
						rx = _root._xmouse;
						ry = _root._ymouse;
						cx = _parent._parent._x + _parent._x + _x;
						cy = _parent._parent._y + _parent._y + _y;
						angle = Math.atan2(ry - cy, rx - cx) / 0.0174532925199433;
						roto = angle;
						_rotation = roto;
					}
				}
				if (_parent._parent._currentframe == 2) {
					if (_root.corn._x < 640 and _root.corn.drag == false) {
					} else {
						rx = _root._xmouse;
						ry = _root._ymouse;
						cx = _parent._parent._x + _parent._x + _x;
						cy = _parent._parent._y + _parent._y + _y;
						angle = Math.atan2(ry - cy, rx - cx) / 0.0174532925199433;
						_rotation = -angle + 180;
					}
				}
			}
		}
		frame 12 {
			if (_root._currentframe == 73) {
				if (_parent._currentframe == 1) {
					_parent._x += 50;
				}
				if (_parent._currentframe == 2) {
					_parent._x -= 50;
				}
			} else {
				_x = _x + 50;
			}
			gotoAndStop(1);
		}
	}
	movieClip 1277	{
	}
	movieClip 1287	{
	}
	movieClip 1293	{
	}
	movieClip 1310	{
		instance of movieClip 1277	{
			onClipEvent (load) {
				if (_parent._parent.skill == 1) {
					gotoAndStop(2);
				} else {
					gotoAndStop(1);
				}
			}
		}
		frame 10 {
			if (_parent.skill == 1) {
				_root.stalvl = Number(_root.stalvl + 8);
			}
			_root.stalvl = Number(_root.stalvl + 2);
		}
		instance of movieClip 1287	{
			onClipEvent (load) {
				if (_parent._parent.skill == 1) {
					gotoAndStop(2);
				} else {
					gotoAndStop(1);
				}
			}
		}
		frame 18 {
			if (_parent.skill == 1) {
				_root.stalvl = Number(_root.stalvl + 8);
			}
			_root.stalvl = Number(_root.stalvl + 2);
		}
		instance of movieClip 1293	{
			onClipEvent (load) {
				if (_parent._parent.skill == 1) {
					gotoAndStop(2);
				} else {
					gotoAndStop(1);
				}
			}
		}
		frame 26 {
			if (_parent.skill == 1) {
				_root.stalvl = Number(_root.stalvl + 8);
			}
			_root.stalvl = Number(_root.stalvl + 2);
		}
		frame 36 {
			if (_root._xmouse > _root.chick._x) {
				_parent.gotoAndStop(1);
			}
			if (_root._xmouse < _root.chick._x) {
				_parent.gotoAndStop(2);
			}
			_root.corn._x = 700;
		}
	}
	movieClip 1311	{
		frame 1 {
			stop();
		}
		instance qwe of movieClip 1270	{
			onClipEvent (enterFrame) {
				if (_root.corn._x < 640) {
					if (_root.corn._x < _parent._x) {
						if (_currentframe == 1) {
							_parent.nextFrame();
						}
					}
				} else {
					if (_root.corn2._x > 0) {
						if (_root.corn2._x < _parent._x) {
							if (_currentframe == 1) {
								_parent.nextFrame();
							}
						}
					} else {
						if (_root._xmouse < _parent._x) {
							if (_currentframe == 1) {
								_parent.nextFrame();
							}
						}
					}
				}
			}
		}
		frame 2 {
			stop();
		}
		instance qwe of movieClip 1270	{
			onClipEvent (enterFrame) {
				if (_root.corn._x < 640) {
					if (_root.corn._x > _parent._x) {
						if (_currentframe == 1) {
							_parent.prevFrame();
						}
					}
				} else {
					if (_root.corn2._x > 0) {
						if (_root.corn2._x > _parent._x) {
							if (_currentframe == 1) {
								_parent.prevFrame();
							}
						}
					} else {
						if (_root._xmouse > _parent._x) {
							if (_currentframe == 1) {
								_parent.prevFrame();
							}
						}
					}
				}
			}
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
	}
	instance chick of movieClip 1311	{
		onClipEvent (load) {
			yspeed = 0;
			skill = 0;
		}
		onClipEvent (enterFrame) {
			_y = _y + yspeed;
			yspeed += 1;
		}
	}
	instance of movieClip 344	{
		onClipEvent (enterFrame) {
			_root.clibonus = '';
			_root.runbonus = '';
			_root.flybonus = '';
			_root.swibonus = '';
			if (_root.dt == 1) {
				_root.clibonus = '+' + (Math.round(_root.climblevel * 1.5) - _root.climblevel);
				_root.flybonus = Math.round(_root.flyinglevel * 0.9) - _root.flyinglevel;
			}
			if (_root.dt == 2) {
				_root.runbonus = '+' + (Math.round(_root.runninglevel * 1.25) - _root.runninglevel);
				_root.flybonus = Math.round(_root.flyinglevel * 0.9) - _root.flyinglevel;
				_root.clibonus = Math.round(_root.climblevel * 0.9) - _root.climblevel;
				_root.swibonus = '+' + (Math.round(_root.swimlevel * 1.25) - _root.swimlevel);
			}
			if (_root.dt == 4) {
				_root.runbonus = Math.round(_root.runninglevel * 0.9) - _root.runninglevel;
				_root.clibonus = Math.round(_root.climblevel * 0.9) - _root.climblevel;
				_root.swibonus = '+' + (Math.round(_root.swimlevel * 1.5) - _root.swimlevel);
			}
			if (_root.dt == 3) {
				_root.runbonus = Math.round(_root.runninglevel * 0.9) - _root.runninglevel;
				_root.clibonus = Math.round(_root.climblevel * 0.9) - _root.climblevel;
				_root.flybonus = '+' + (Math.round(_root.flyinglevel * 1.5) - _root.flyinglevel);
			}
		}
	}
	instance of movieClip 365	{
		onClipEvent (rollOver) {
			_alpha = 50;
		}
		onClipEvent (releaseOutside, rollOut) {
			_alpha = 100;
		}
		onClipEvent (release) {
			if (_root.playsounds == true) {
				_root.playsounds = false;
			} else {
				if (_root.playsounds == false) {
					_root.playsounds = true;
					_root.music.gotoAndStop(4);
				}
			}
		}
		onClipEvent (load) {
			if (_root.playsounds == true) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
		onClipEvent (enterFrame) {
			if (_root.playsounds == true) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'Energy is needed to complete races. To train it, just feed your duck some seed or skill seed';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'This is how many coins you have to spend on seed. Collect coins during training!';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			if (_root.clibonus == '') {
				_root.speech.data = 'Your skill in climbing up cliffs! Train this for speedier climbs!';
			} else {
				_root.speech.data = 'Your skill in climbing up cliffs! The ' + _root.clibonus + ' is your evolution type bonus';
			}
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			if (_root.flybonus == '') {
				_root.speech.data = 'Your skill in flying! Train it to fly further and faster!';
			} else {
				_root.speech.data = 'Your skill in flying! The ' + _root.flybonus + ' is your evolution type bonus';
			}
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			if (_root.runbonus == '') {
				_root.speech.data = 'Your skill in running! Train it for faster running (or hopping) in races!';
			} else {
				_root.speech.data = 'Your skill in running! The ' + _root.runbonus + ' is your evolution type bonus';
			}
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			if (_root.swibonus == '') {
				_root.speech.data = 'Your swimming level is how good you are at swimming. Train it to go faster in water!';
			} else {
				_root.speech.data = 'Your skill in swimming! The ' + _root.swibonus + ' is your evolution type bonus';
			}
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 83	{
		onClipEvent (release) {
			getURL('http://www.wixgames.co.uk', '_blank');
		}
		onClipEvent (rollOver) {
			_alpha = 50;
		}
		onClipEvent (releaseOutside, rollOut) {
			_alpha = 100;
		}
	}
	frame 74 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	button 1321 {
		on (release) {
			gotoAndStop(81);
		}
	}
	button 1322 {
		on (release) {
			gotoAndStop(84);
		}
	}
	button 1323 {
		on (release) {
			gotoAndStop(78);
		}
	}
	button 1324 {
		on (release) {
			gotoAndStop(75);
		}
	}
	frame 75 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 75 {
		stop();
		coins = 0;
	}
	movieClip 1327	{
	}
	movieClip 1328	{
		frame 1 {
			stop();
		}
		frame 15 {
			_root.nextFrame();
		}
	}
	instance chick of movieClip 1328	{
		onClipEvent (keyPress '<Space>') {
			play();
		}
		onClipEvent (rollOver) {
			this.useHandCursor = false;
		}
	}
	instance of movieClip 411	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl > 1500) {
				_root.stalvl = 1500;
			}
			if (_root.runlvl > 1500) {
				_root.runlvl = 1500;
			}
			if (_root.flylvl > 1500) {
				_root.flylvl = 1500;
			}
			if (_root.swilvl > 1500) {
				_root.swilvl = 1500;
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.stalvl = _root.stalvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.seed = _root.seed;
				game.data.skill = _root.skill;
				game.data.money = _root.money;
				game.data.colour = _root.colour;
				game.data.hat = _root.hat;
				game.flush();
				delay = 100;
			}
		}
	}
	frame 76 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 76 {
		dist = 0;
	}
	instance of movieClip 174	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			_x = _x - _root.xspeed / 10;
		}
	}
	instance of movieClip 829	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			if (_x > 0) {
				_x = _x - 750;
			}
			_x = _x - _root.xspeed / 2;
		}
	}
	instance of movieClip 416	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
			if (this.hitTest(_root.chick)) {
				play();
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 1140;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 1140;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	instance rock of movieClip 898	{
		onClipEvent (load) {
			_x = 1000 + (20 + _root.flylvl / 10) * 100;
			_y = 125 + Math.round(Math.random() * 225);
		}
		onClipEvent (enterFrame) {
			_root.warning._y = _y;
			_x = _x - _root.xspeed;
			if (_x < -170) {
				_x = Math.random() * 2000 + 750 + _root.xspeed * 100;
				_y = 125 + Math.round(Math.random() * 225);
			}
			if (_x > 1000 and _x < 640 + _root.xspeed * 50) {
				_root.warning.play();
			}
			_root.bgrr._x = _x;
		}
	}
	movieClip 1335	{
	}
	movieClip 1336	{
		frame 30 {
			stop();
		}
	}
	instance chick of movieClip 1336	{
		onClipEvent (load) {
			xspeed = 20 + _root.flylvl / 10;
			if (_root.xtrain == 1) {
				xspeed = 20 + _root.flylvl / 5;
			}
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (xspeed < 0 and _root.a3 < 1) {
				_root.a3 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a3 = 1;
				game.flush();
			}
			_root.speed = Math.round(_root.xspeed / 2) + 'MPH';
			if (_root.rock.hitTest(_x + 30, _y, true) or _root.rock.hitTest(_x + 30, _y + 15, true) or _root.rock.hitTest(_x + 30, _y - 15, true)) {
				_x = _x - _root.xspeed;
			}
			if (_root.rock.hitTest(_x + 30, _y + 15, true)) {
				_root.nextFrame();
			}
			if (_root.rock.hitTest(_x + 30, _y - 15, true)) {
				_root.nextFrame();
			}
			if (_x < -20) {
				_root.nextFrame();
			}
			if (_y < 25) {
				_y = 25;
				yspeed = 0;
			}
			if (_y > 500) {
				_root.nextFrame();
			}
			if (_rotation < -90) {
				_rotation = -90;
			}
			if (_rotation > 90) {
				_rotation = 90;
			}
			_root.dist = Number(_root.dist + Math.round(xspeed));
			xspeed *= 0.999;
			_y = _y + yspeed;
			speed = 20 - xspeed;
			if (speed < 0) {
				speed = 0;
			}
			yspeed += speed / 40;
			_root.xspeed = xspeed;
			if (Key.isDown(38)) {
				yspeed -= 0.5;
				xspeed -= 0.05;
			}
			if (Key.isDown(40)) {
				yspeed += 0.5;
				xspeed += 0.05;
			}
			angle = Math.atan(yspeed / xspeed) / 0.0174532925199433;
			if (xspeed < 0) {
				angle += 180;
			}
			_rotation = angle;
		}
	}
	instance of movieClip 438	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 2000;
				_y = 10 + Math.random() * 420;
			}
			if (this.hitTest(_root.chick)) {
				_root.chick.xspeed += 5;
				play();
				_x = _x + 5000;
				_y = 10 + Math.random() * 420;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	frame 77 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 77 {
		xp = Math.round(dist / 500);
		flylvl = Number(flylvl + _root.dist / 500);
		_root.money = Number(_root.coins + _root.money);
		flvl = Math.floor(flylvl / 10);
		tlvl = flvl + runninglevel + swimlevel + climblevel;
		kongregate.stats.submit('FlyingLevel', flvl);
		kongregate.stats.submit('TotalLevel', tlvl);
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	button 1339 {
		on (release) {
			gotoAndStop(73);
		}
	}
	button 1340 {
		on (release) {
			gotoAndStop(75);
		}
		on (keyPress '<Space>') {
			gotoAndStop(75);
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.flyinglevel * 1.16;
			_root.flyinglevel = Math.floor(_root.flylvl / 10);
		}
	}
	instance of movieClip 344	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > _root.maxi * 10) {
				_root.stalvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	frame 78 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 78 {
		stop();
		dist = 0;
		xp = 0;
		coins = 0;
	}
	movieClip 1357	{
		frame 1 {
			_parent.timerstop = 1;
		}
		frame 50 {
			_root.nextFrame();
		}
	}
	movieClip 1358	{
		frame 1 {
			stop();
		}
		frame 12 {
			if (_root._currentframe == 9) {
				if (_parent._currentframe == 1) {
					_parent._x += 50;
				}
				if (_parent._currentframe == 2) {
					_parent._x -= 50;
				}
			} else {
				_x = _x + 50;
			}
			gotoAndStop(1);
		}
		frame 13 {
			dw = 0;
		}
		frame 14 {
			prevFrame();
		}
		frame 16 {
			prevFrame();
		}
	}
	instance chick of movieClip 1358	{
		onClipEvent (load) {
			xspeed = 1;
		}
		onClipEvent (enterFrame) {
			_root.xspeed = xspeed;
			_x = _x - xspeed;
			if (_x < 100) {
				play();
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 1140;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 1140;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	instance of movieClip 915	{
		onClipEvent (keyPress '<Space>') {
			_root.nextFrame();
		}
		onClipEvent (rollOver) {
			this.useHandCursor = false;
		}
	}
	instance of movieClip 411	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl > 1500) {
				_root.stalvl = 1500;
			}
			if (_root.runlvl > 1500) {
				_root.runlvl = 1500;
			}
			if (_root.flylvl > 1500) {
				_root.flylvl = 1500;
			}
			if (_root.swilvl > 1500) {
				_root.swilvl = 1500;
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.stalvl = _root.stalvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.seed = _root.seed;
				game.data.skill = _root.skill;
				game.data.money = _root.money;
				game.data.colour = _root.colour;
				game.data.hat = _root.hat;
				game.flush();
				delay = 100;
			}
		}
	}
	frame 79 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 79 {
		stop();
	}
	instance of movieClip 416	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 1140;
				_y = 150 + Math.random() * 230;
			}
			if (this.hitTest(_root.chick)) {
				play();
				_x = _x + 940;
				_y = 150 + Math.random() * 230;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance of movieClip 416	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 1140;
				_y = 150 + Math.random() * 230;
			}
			if (this.hitTest(_root.chick)) {
				play();
				_x = _x + 940;
				_y = 250 + Math.random() * 130;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 1140;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 1140;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	instance chick of movieClip 1358	{
		onClipEvent (load) {
			xspeed = 1 + _root.runlvl / 500;
			if (_root.xtrain == 1) {
				xspeed = 1 + _root.runlvl / 250;
			}
			yspeed = 0;
			dw = 0;
		}
		onClipEvent (enterFrame) {
			if (_x < 0) {
				_root.nextFrame();
			}
			if (_y < 0) {
				_root.nextFrame();
			}
			if (_rotation < -90 or _x < -10) {
				_root.nextFrame();
			}
			_root.xspeed = xspeed;
			_root.speed = Math.round(_root.xspeed) + 'MPH';
			if (timerstop !== 1) {
				_root.dist = Number(_root.dist + Math.round(xspeed * 2));
			}
			if (_currentframe < 15) {
				_y = _y + yspeed;
				yspeed += 0.5;
				if (down == 0) {
					_x = _x + xspeed;
					if (_x < 125) {
						_x = _x + 1;
					}
					if (yspeed < 0) {
						gotoAndStop(2);
					}
					if (yspeed > 0 and !_root.floor1.hitTest(_x, _y + 22.5, true)) {
						gotoAndStop(13);
					}
				}
				xspeed += 0.001;
				_x = _x - xspeed;
				if (xspeed > 4) {
					xspeed = 4;
				}
				if (_x < 100 and _currentframe == 1 and dw == 0) {
					play();
				}
				if (Key.isDown(38)) {
					if (down == 1) {
						if (_currentframe == 1 or _currentframe == 2 or _currentframe == 3 or _currentframe == 4 or _currentframe == 5) {
							yspeed = -10;
							down = 0;
							dw = 0;
						}
					}
				}
			} else {
				if (nojump == 1) {
				} else {
					yspeed = -5;
					nojump = 1;
				}
				_y = _y + yspeed;
				yspeed += 1;
				_x = _x - _root.xspeed * 2.5;
				_rotation = _rotation - 10;
			}
		}
	}
	instance log1 of movieClip 934	{
		onClipEvent (load) {
			yspeed = 0;
			high = 42;
		}
		onClipEvent (enterFrame) {
			high2 = high / 2;
			if (_x < 770) {
				yspeed += 1;
			}
			_y = _y + yspeed;
			if (_root.floor1.hitTest(_x, _y + high2, true) or _root.floor2.hitTest(_x, _y + high2, true)) {
				if (no == 8) {
					yspeed = -yspeed;
				} else {
					yspeed = -yspeed / 2;
				}
			}
			while (_root.floor1.hitTest(_x, _y + high2, true) or _root.floor2.hitTest(_x, _y + high2, true)) {
				_y = _y - 1;
				if (yspeed > 0) {
					yspeed = 0;
				}
			}
			if (this.hitTest(_root.log1)) {
				_x = _x + 1;
			}
			if (no == 8) {
				_x = _x - 5;
			} else {
				_x = _x - _root.xspeed * 2.5;
			}
			_rotation = _rotation - _root.xspeed * 3;
			if (_x < -30) {
				_x = _x + (750 + Math.random() * 640);
				no = Math.ceil(Math.random() * 8);
				yspeed = 0;
				if (no == 1) {
					gotoAndStop(1);
					_y = 398;
					high = 42;
				}
				if (no == 2) {
					gotoAndStop(2);
					_y = 398;
					high = 42;
				}
				if (no == 3) {
					gotoAndStop(3);
					_y = 398;
					high = 42;
				}
				if (no == 4) {
					gotoAndStop(4);
					_y = 398;
					high = 42;
				}
				if (no == 5) {
					gotoAndStop(5);
					_y = 100;
					high = 42;
				}
				if (no == 6) {
					gotoAndStop(6);
					_y = 398;
					high = 42;
				}
				if (no == 7) {
					gotoAndStop(7);
					_y = 200;
					high = 42;
				}
				if (no == 8) {
					gotoAndStop(8);
					_y = 200;
					_x = 1100;
					high = 21;
				}
			}
			if (_root.chick.hitTest(_x - high2, _y, true)) {
				if (_root.chick._currentframe < 13) {
					_root.chick._x -= Number(_root.chick._currentframe * 5);
				}
				_root.chick.gotoAndStop(15);
			}
			if (_root.chick.hitTest(_x, _y - high2, true)) {
				_root.chick._y = _y - (high2 + _root.chick._height / 2 + 2);
				_root.chick.yspeed = -5;
			}
			while (_root.chick.hitTest(_x + high2, _y, true)) {
				_root.chick._x += 2;
			}
		}
	}
	instance of movieClip 934	{
		onClipEvent (load) {
			yspeed = 0;
			high = 42;
		}
		onClipEvent (enterFrame) {
			high2 = high / 2;
			if (_x < 770) {
				yspeed += 1;
			}
			_y = _y + yspeed;
			if (_root.floor1.hitTest(_x, _y + high2, true) or _root.floor2.hitTest(_x, _y + high2, true)) {
				if (no == 8) {
					yspeed = -yspeed;
				} else {
					yspeed = -yspeed / 2;
				}
			}
			while (_root.floor1.hitTest(_x, _y + high2, true) or _root.floor2.hitTest(_x, _y + high2, true)) {
				_y = _y - 1;
				if (yspeed > 0) {
					yspeed = 0;
				}
			}
			if (this.hitTest(_root.log1)) {
				_x = _x + 1;
			}
			if (no == 8) {
				_x = _x - 5;
			} else {
				_x = _x - _root.xspeed * 2.5;
			}
			_rotation = _rotation - _root.xspeed * 3;
			if (_x < -30) {
				_x = _x + (750 + Math.random() * 640);
				no = Math.ceil(Math.random() * 8);
				yspeed = 0;
				if (no == 1) {
					gotoAndStop(1);
					_y = 398;
					high = 42;
				}
				if (no == 2) {
					gotoAndStop(2);
					_y = 398;
					high = 42;
				}
				if (no == 3) {
					gotoAndStop(3);
					_y = 398;
					high = 42;
				}
				if (no == 4) {
					gotoAndStop(4);
					_y = 398;
					high = 42;
				}
				if (no == 5) {
					gotoAndStop(5);
					_y = 100;
					high = 42;
				}
				if (no == 6) {
					gotoAndStop(6);
					_y = 398;
					high = 42;
				}
				if (no == 7) {
					gotoAndStop(7);
					_y = 200;
					high = 42;
				}
				if (no == 8) {
					gotoAndStop(8);
					_y = 200;
					_x = 1100;
					high = 21;
				}
			}
			if (_root.chick.hitTest(_x - high2, _y, true)) {
				if (_root.chick._currentframe < 13) {
					_root.chick._x -= Number(_root.chick._currentframe * 5);
				}
				_root.chick.gotoAndStop(15);
			}
			if (_root.chick.hitTest(_x, _y - high2, true)) {
				_root.chick._y = _y - (high2 + _root.chick._height / 2 + 2);
				_root.chick.yspeed = -5;
			}
			while (_root.chick.hitTest(_x + high2, _y, true)) {
				_root.chick._x += 2;
			}
		}
	}
	instance floor1 of movieClip 937	{
		onClipEvent (load) {
			gotoAndStop(1);
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick._x, _root.chick._y + 27.5, true)) {
				_root.chick.down = 1;
				if (_root.chick._currentframe > 12) {
					_root.chick.gotoAndStop(1);
				}
			}
			while (this.hitTest(_root.chick._x + 20, _root.chick._y, true)) {
				--_root.chick._x;
				_root.chick.dw = 1;
			}
			if (this.hitTest(_root.chick._x + 40, _root.chick._y, true)) {
				_root.chick.dw = 1;
			}
			while (this.hitTest(_root.chick._x, _root.chick._y + 27.5, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
			}
			_x = _x - _root.xspeed;
			if (_x < 0) {
				_x = _x + 1500;
				orew = Math.ceil(Math.random() * 3);
				gotoAndStop(orew);
			}
		}
	}
	instance floor2 of movieClip 937	{
		onClipEvent (load) {
			gotoAndStop(2);
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick._x, _root.chick._y + 27.5, true)) {
				_root.chick.down = 1;
				if (_root.chick._currentframe > 12) {
					_root.chick.gotoAndStop(1);
				}
			}
			while (this.hitTest(_root.chick._x + 20, _root.chick._y, true)) {
				--_root.chick._x;
				_root.chick.dw = 1;
			}
			if (this.hitTest(_root.chick._x + 40, _root.chick._y, true)) {
				_root.chick.dw = 1;
			}
			while (this.hitTest(_root.chick._x, _root.chick._y + 27.5, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
			}
			_x = _x - _root.xspeed;
			if (_x < 0) {
				_x = _x + 1500;
				orew = Math.ceil(Math.random() * 3);
				gotoAndStop(orew);
			}
		}
	}
	frame 80 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 80 {
		xp = Math.round(dist / 50);
		runlvl = Number(runlvl + _root.dist / 50);
		_root.money = Number(_root.coins + _root.money);
		rlvl = Math.floor(runlvl / 10);
		tlvl = rlvl + flyinglevel + swimlevel + climblevel;
		kongregate.stats.submit('RunningLevel', rlvl);
		kongregate.stats.submit('TotalLevel', tlvl);
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	instance of movieClip 416	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
			if (this.hitTest(_root.chick)) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance of movieClip 416	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
			if (this.hitTest(_root.chick)) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	movieClip 1362	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
	}
	instance log1 of movieClip 1362	{
		onClipEvent (load) {
			no = Math.ceil(Math.random() * 7);
			if (no == 1) {
				gotoAndStop(1);
			}
			if (no == 2) {
				gotoAndStop(2);
			}
			if (no == 3) {
				gotoAndStop(3);
			}
			if (no == 4) {
				gotoAndStop(4);
			}
			if (no == 5) {
				gotoAndStop(5);
			}
			if (no == 6) {
				gotoAndStop(6);
			}
			if (no == 7) {
				gotoAndStop(7);
			}
		}
		onClipEvent (enterFrame) {
			_y = _y + 5;
			while (_root.floor1.hitTest(_x, _y + 20, true) or _root.floor2.hitTest(_x, _y + 20, true)) {
				_y = _y - 1;
			}
			if (_y > 400) {
				_y = 400;
			}
			_x = _x - _root.xspeed * 4;
			_rotation = _rotation - _root.xspeed * 8;
			if (_x < -30) {
				_x = _x + (750 + Math.random() * 640);
				no = Math.ceil(Math.random() * 7);
				if (no == 1) {
					gotoAndStop(1);
				}
				if (no == 2) {
					gotoAndStop(2);
				}
				if (no == 3) {
					gotoAndStop(3);
				}
				if (no == 4) {
					gotoAndStop(4);
				}
				if (no == 5) {
					gotoAndStop(5);
				}
				if (no == 6) {
					gotoAndStop(6);
				}
				if (no == 7) {
					gotoAndStop(7);
				}
			}
			if (_root.chick.hitTest(_x - 10, _y, true) or _root.chick.hitTest(_x + 10, _y, true) or _root.chick.hitTest(_x, _y - 20, true)) {
				_root.nextFrame();
			}
		}
	}
	instance of movieClip 1362	{
		onClipEvent (enterFrame) {
			_y = _y + 5;
			while (_root.floor1.hitTest(_x, _y + 20, true) or _root.floor2.hitTest(_x, _y + 20, true)) {
				_y = _y - 1;
			}
			if (_y > 400) {
				_y = 400;
			}
			if (this.hitTest(_root.log1)) {
				_x = _x + 1;
			}
			_x = _x - _root.xspeed * 4;
			_rotation = _rotation - _root.xspeed * 8;
			if (_x < -30) {
				_x = _x + (750 + Math.random() * 640);
				no = Math.ceil(Math.random() * 7);
				if (no == 1) {
					gotoAndStop(1);
				}
				if (no == 2) {
					gotoAndStop(2);
				}
				if (no == 3) {
					gotoAndStop(3);
				}
				if (no == 4) {
					gotoAndStop(4);
				}
				if (no == 5) {
					gotoAndStop(5);
				}
				if (no == 6) {
					gotoAndStop(6);
				}
				if (no == 7) {
					gotoAndStop(7);
				}
			}
			if (_root.chick.hitTest(_x - 10, _y, true) or _root.chick.hitTest(_x + 10, _y, true) or _root.chick.hitTest(_x, _y - 20, true)) {
				_root.nextFrame();
			}
		}
	}
	instance floor1 of movieClip 937	{
		onClipEvent (load) {
			gotoAndStop(1);
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick._x, _root.chick._y + 27.5, true)) {
				_root.chick.down = 1;
				if (_root.chick._currentframe > 12) {
					_root.chick.gotoAndStop(1);
				}
			}
			while (this.hitTest(_root.chick._x, _root.chick._y + 27.5, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
			}
			_x = _x - _root.xspeed;
			if (_x < 0) {
				_x = _x + 1500;
				orew = Math.ceil(Math.random() * 3);
				gotoAndStop(orew);
			}
		}
	}
	instance floor2 of movieClip 937	{
		onClipEvent (load) {
			orew = Math.ceil(Math.random() * 3);
			gotoAndStop(2);
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick._x, _root.chick._y + 27.5, true)) {
				_root.chick.down = 1;
				if (_root.chick._currentframe > 12) {
					_root.chick.gotoAndStop(1);
				}
			}
			while (this.hitTest(_root.chick._x, _root.chick._y + 27.5, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
			}
			_x = _x - _root.xspeed;
			if (_x < 0) {
				_x = _x + 1500;
				orew = Math.ceil(Math.random() * 3);
				gotoAndStop(orew);
			}
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.runninglevel * 1.16;
			_root.runninglevel = Math.floor(_root.runlvl / 10);
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	button 1369 {
		on (release) {
			gotoAndStop(78);
		}
		on (keyPress '<Space>') {
			gotoAndStop(78);
		}
	}
	instance of movieClip 344	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > _root.maxi * 10) {
				_root.stalvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	frame 81 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 81 {
		stop();
	}
	frame 81 {
		dist = 0;
		xspeed = -4;
		coins = 0;
	}
	instance of movieClip 174	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			_x = _x + _root.xspeed / 10;
		}
	}
	instance of movieClip 829	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			_x = _x + _root.xspeed / 2;
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = Math.random() * 200;
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = Math.random() * 200;
			}
		}
	}
	movieClip 1372	{
	}
	movieClip 1373	{
	}
	movieClip 1375	{
		instance of movieClip 287	{
			onClipEvent (enterFrame) {
				_rotation = -_parent._rotation;
			}
		}
	}
	instance chick of movieClip 1375	{
		onClipEvent (load) {
			stop();
		}
	}
	instance of movieClip 411	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl > 1500) {
				_root.stalvl = 1500;
			}
			if (_root.runlvl > 1500) {
				_root.runlvl = 1500;
			}
			if (_root.flylvl > 1500) {
				_root.flylvl = 1500;
			}
			if (_root.swilvl > 1500) {
				_root.swilvl = 1500;
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.stalvl = _root.stalvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.seed = _root.seed;
				game.data.skill = _root.skill;
				game.data.money = _root.money;
				game.data.colour = _root.colour;
				game.data.hat = _root.hat;
				game.flush();
				delay = 100;
			}
		}
	}
	frame 82 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 82 {
		stop();
	}
	frame 82 {
		dist = 0;
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 1140;
				_y = Math.random() * 200;
			}
		}
	}
	instance coin of movieClip 416	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 50 + Math.random() * 300;
			}
			if (this.hitTest(_root.chick)) {
				play();
				_x = _x + 940;
				_y = 50 + Math.random() * 300;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 1140;
				_y = Math.random() * 200;
			}
		}
	}
	instance of movieClip 966	{
		onClipEvent (load) {
			xspeed = -(3 + _root.swilvl / 100);
			if (_root.xtrain == 1) {
				xspeed = -(3 + _root.swilvl / 50);
			}
			stop();
		}
		onClipEvent (enterFrame) {
			_x = _x + xspeed;
			xspeed -= 0.0025;
			_root.xspeed = xspeed;
			_root.speed = -Math.round(_root.xspeed) + 'MPH';
			_root.dist = Number(_root.dist - Math.round(xspeed / 2));
			while (this.hitTest(_root.chick._x, _root.chick._y - _root.chick._height / 2, true)) {
				_root.chick.yspeed += 1;
				_root.chick._y += 1;
			}
			while (this.hitTest(_root.chick._x + _root.chick._width / 2, _root.chick._y, true)) {
				_root.chick.xspeed -= 1;
				_root.chick._x -= 1;
			}
			while (this.hitTest(_root.chick._x, _root.chick._y + _root.chick._height / 2, true)) {
				_root.chick.yspeed -= 1;
				_root.chick._y -= 1;
			}
			while (this.hitTest(_root.chick._x - _root.chick._width / 2, _root.chick._y, true)) {
				_root.chick.xspeed += 1;
				_root.chick._x += 1;
			}
			if (_x < -250) {
				_x = _x + 1240;
				num = Math.ceil(Math.random() * 6);
				if (num == 1) {
					gotoAndStop(1);
					coin._y = 70;
				}
				if (num == 2) {
					gotoAndStop(2);
					coin._y = 350;
				}
				if (num == 3) {
					gotoAndStop(3);
					coin._y = 70;
				}
				if (num == 4) {
					gotoAndStop(4);
					coin._y = 350;
				}
				if (num == 5) {
					gotoAndStop(5);
					coin._y = 70;
				}
				if (num == 6) {
					gotoAndStop(6);
					coin._y = 350;
				}
			}
		}
	}
	instance chick of movieClip 1375	{
		onClipEvent (load) {
			targrot = 10;
			where = 2;
			xspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_x < -20) {
				_root.nextFrame();
			}
			xspeed *= 0.85;
			_x = _x + xspeed;
			if (Key.isDown(37)) {
				if (_x > 70) {
					xspeed -= 1;
				}
			}
			if (Key.isDown(39)) {
				if (_x < 580) {
					xspeed += 1;
				}
			}
			if (where == 1) {
				targrot = -40;
				targy = 70;
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
			if (where == 2) {
				if (_y < 210) {
					yspeed += 0.5;
					gotoAndStop(2);
				} else {
					gotoAndStop(1);
					yspeed -= 0.45;
				}
				_y = _y + yspeed;
			}
			if (where == 3) {
				targrot = 40;
				targy = 350;
			}
			if (where == 4) {
				targrot = 270;
				targy = 210;
			}
			if (where !== 2) {
				_rotation = _rotation + (targrot - _rotation) / 8;
				_y = _y + (targy - _y) / 8;
			}
			if (_y < 0) {
				yspeed = 1;
			}
			if (_y < 71) {
				where = 2;
			}
			if (_y > 349) {
				where = 2;
			}
			if (_y > 205 and _y < 215) {
				where = 0;
				targrot = 10;
				targy = 210;
				if (where !== 4) {
					if (Key.isDown(38)) {
						where = 1;
						yspeed = 0;
					}
					if (Key.isDown(40)) {
						where = 3;
						yspeed = 0;
					}
				}
			}
		}
	}
	frame 83 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 83 {
		stop();
	}
	frame 83 {
		xp = Math.round(dist / 100);
		swilvl = Number(swilvl + _root.dist / 100);
		_root.money = Number(_root.coins + _root.money);
		slvl = Math.floor(swilvl / 10);
		tlvl = slvl + runninglevel + flyinglevel + climblevel;
		kongregate.stats.submit('SwimmingLevel', slvl);
		kongregate.stats.submit('TotalLevel', tlvl);
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = Math.random() * 200;
			}
		}
	}
	instance coin of movieClip 416	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
			if (this.hitTest(_root.chick)) {
				_x = _x + 940;
				_y = 50 + Math.random() * 350;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = Math.random() * 200;
			}
		}
	}
	instance of movieClip 966	{
		onClipEvent (load) {
			xspeed = -(3 + _root.swilvl / 100);
			if (_root.xtrain == 1) {
				xspeed = -(3 + _root.swilvl / 50);
			}
			stop();
		}
		onClipEvent (enterFrame) {
			_x = _x + xspeed;
			xspeed -= 0.0025;
			_root.xspeed = xspeed;
			_root.speed = -Math.round(_root.xspeed) + 'MPH';
			while (this.hitTest(_root.chick._x, _root.chick._y - _root.chick._height / 2, true)) {
				_root.chick.yspeed += 1;
				_root.chick._y += 1;
			}
			while (this.hitTest(_root.chick._x + _root.chick._width / 2, _root.chick._y, true)) {
				_root.chick.xspeed -= 1;
				_root.chick._x -= 1;
			}
			while (this.hitTest(_root.chick._x, _root.chick._y + _root.chick._height / 2, true)) {
				_root.chick.yspeed -= 1;
				_root.chick._y -= 1;
			}
			while (this.hitTest(_root.chick._x - _root.chick._width / 2, _root.chick._y, true)) {
				_root.chick.xspeed += 1;
				_root.chick._x += 1;
			}
			if (_x < -250) {
				_x = _x + 1240;
				num = Math.ceil(Math.random() * 6);
				if (num == 1) {
					gotoAndStop(1);
					coin._y = 70;
				}
				if (num == 2) {
					gotoAndStop(2);
					coin._y = 350;
				}
				if (num == 3) {
					gotoAndStop(3);
					coin._y = 70;
				}
				if (num == 4) {
					gotoAndStop(4);
					coin._y = 350;
				}
				if (num == 5) {
					gotoAndStop(5);
					coin._y = 70;
				}
				if (num == 6) {
					gotoAndStop(6);
					coin._y = 350;
				}
			}
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.swimlevel * 1.16;
			_root.swimlevel = Math.floor(_root.swilvl / 10);
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	button 1385 {
		on (release) {
			gotoAndStop(81);
		}
		on (keyPress '<Space>') {
			gotoAndStop(81);
		}
	}
	instance of movieClip 344	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > _root.maxi * 10) {
				_root.stalvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	frame 84 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 84 {
		stop();
	}
	frame 84 {
		dist = 0;
		xspeed = -4;
		coins = 0;
	}
	instance bg of movieClip 978	{
		onClipEvent (enterFrame) {
			if (_root.daytime == 1) {
				gotoAndStop(1);
			}
			if (_root.daytime == 2) {
				gotoAndStop(2);
			}
			if (_root.daytime == 3) {
				gotoAndStop(3);
			}
		}
	}
	movieClip 1393	{
	}
	movieClip 1394	{
	}
	movieClip 1395	{
	}
	movieClip 1396	{
	}
	instance of movieClip 411	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl > 1500) {
				_root.stalvl = 1500;
			}
			if (_root.runlvl > 1500) {
				_root.runlvl = 1500;
			}
			if (_root.flylvl > 1500) {
				_root.flylvl = 1500;
			}
			if (_root.swilvl > 1500) {
				_root.swilvl = 1500;
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.stalvl = _root.stalvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.seed = _root.seed;
				game.data.skill = _root.skill;
				game.data.money = _root.money;
				game.data.colour = _root.colour;
				game.data.hat = _root.hat;
				game.flush();
				delay = 100;
			}
		}
	}
	frame 85 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 85 {
		stop();
	}
	frame 85 {
		dist = 0;
		yspeed = 3 + climblevel / 10;
		if (_root.xtrain == 1) {
			yspeed = 3 + climblevel / 5;
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = -4;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = Math.random() * 200;
			}
		}
	}
	instance coin of movieClip 416	{
		onClipEvent (enterFrame) {
			if (!_root.walls.hitTest(_x, _y, true)) {
				_y = _y + int(_root.yspeed);
			}
			if (_y > 500) {
				_y = _y - (Math.random() * 500 + 600);
				_x = Math.random() * 640;
			}
			if (_root.walls.hitTest(_x, _y, true)) {
				_x = Math.random() * 1000 - 200;
			}
			if (this.hitTest(_root.chick)) {
				play();
				_y = 501;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 200;
			_root.shad._x = _x;
			_root.bg._x = _x;
			_root.scoreclip._x = _x;
			_root.energy._x = _x;
		}
	}
	movieClip 1400	{
	}
	movieClip 1401	{
		frame 1 {
			stop();
		}
	}
	instance chick of movieClip 1401	{
		onClipEvent (load) {
			targrot = 10;
			where = 2;
			xspeed = 0;
			yspeed = 0;
			_root.scoreclip.dist = 0;
			_root.dist = 0;
		}
		onClipEvent (enterFrame) {
			oldx = _x;
			if (_y > 500) {
				_root.nextFrame();
			}
			_root.dist = Number(_root.scoreclip.dist + _root.yspeed / 4);
			_root.scoreclip.dist = Math.round(_root.dist);
			_root.scoreclip.speed = Math.round(_root.yspeed) + 'MPH';
			_root.yspeed = Number(_root.yspeed + 0.002);
			_root.where = where;
			_y = _y + yspeed;
			_x = _x + xspeed;
			if (_y > 250) {
				yspeed -= 1;
			}
			if (Key.isDown(37)) {
				if (_root.walls.hitTest(_x - 22, _y, true) or _root.walls.hitTest(_x + 22, _y, true)) {
					where = 1;
				}
			}
			if (Key.isDown(39)) {
				if (_root.walls.hitTest(_x - 22, _y, true) or _root.walls.hitTest(_x + 22, _y, true)) {
					where = 2;
				}
			}
			if (_root.walls.hitTest(_x - 22, _y, true) or _root.walls.hitTest(_x + 22, _y, true)) {
				yspeed = 0;
				if (_y > 300) {
					_y = _y - 6;
				}
			} else {
				yspeed += 1.5;
			}
			if (where == 1) {
				gotoAndStop(2);
				if (!_root.walls.hitTest(_x - 17, _y, true)) {
					_x = _x - 13;
				}
				while (_root.walls.hitTest(_x - 17, _y, true)) {
					_x = _x + 1;
				}
				if (!_root.walls.hitTest(_x - 25, _y - 20, true)) {
					_y = _y + yspeed;
				}
			}
			if (where == 2) {
				gotoAndStop(1);
				if (!_root.walls.hitTest(_x + 17, _y, true)) {
					_x = _x + 13;
				}
				while (_root.walls.hitTest(_x + 17, _y, true)) {
					_x = _x - 1;
				}
				if (!_root.walls.hitTest(_x + 25, _y - 20, true)) {
					_y = _y + yspeed;
				}
			}
			while (_root.walls.hitTest(_x, _y - 28, true)) {
				_y = _y + 1;
			}
			newx = _x;
			_rotation = _rotation + ((newx - oldx) * 10 - _rotation) / 4;
			if (_rotation > 90) {
				_rotation = 90;
			}
			if (_rotation < -90) {
				_rotation = -90;
			}
		}
	}
	frame 86 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 86 {
		stop();
	}
	frame 86 {
		xp = Math.round(dist / 50);
		clilvl = Number(clilvl + _root.dist / 50);
		dist = Math.round(dist);
		_root.money = Number(_root.coins + _root.money);
		walls.part1._x = 0;
		walls.part2._x = 0;
		scoreclip._alpha = 0;
		clvl = Math.floor(clilvl / 10);
		tlvl = clvl + runninglevel + swimlevel + flyinglevel;
		kongregate.stats.submit('ClimbingLevel', clvl);
		kongregate.stats.submit('TotalLevel', tlvl);
	}
	instance of movieClip 344	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > _root.maxi * 10) {
				_root.stalvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	button 1406 {
		on (release) {
			gotoAndStop(84);
		}
		on (keyPress '<Space>') {
			gotoAndStop(84);
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.climblevel * 1.33333333333;
			_root.climblevel = Math.floor(_root.clilvl / 10);
		}
	}
	frame 87 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	button 1412 {
		on (release) {
			if (_root.race >= 6) {
				gotoAndStop(88);
			}
		}
	}
	button 1413 {
		on (release) {
			if (_root.race >= 9) {
				gotoAndStop(95);
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 8) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 6) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 11) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 9) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	button 1414 {
		on (release) {
			gotoAndStop(73);
		}
	}
	frame 88 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	button 1415 {
		on (release) {
			gotoAndStop(87);
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 6) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 6) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 7) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 7) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 8) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 8) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	button 1416 {
		on (release) {
			if (_root.race >= 6) {
				gotoAndStop(89);
			}
		}
	}
	button 1417 {
		on (release) {
			if (_root.race >= 7) {
				gotoAndStop(91);
			}
		}
	}
	button 1418 {
		on (release) {
			if (_root.race >= 8) {
				gotoAndStop(93);
			}
		}
	}
	frame 89 {
		if (music._currentframe !== 5) {
			stopAllSounds();
			music.gotoAndStop(5);
		}
	}
	frame 89 {
		enelvl = 600;
		go = 0;
	}
	instance of movieClip 1041	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance terrain of movieClip 1043	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 25, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 25, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 25, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 25, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 25, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 25, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			if (_x < -440) {
				_x = -440;
			}
			if (_x > -90) {
				_x = -90;
			}
			_root.energy._x = _x;
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance chick2 of movieClip 1126	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick3 of movieClip 1166	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 1197	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 1089	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	frame 90 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 90 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 6) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 7;
				game.flush();
				_root.race = 7;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(8);
			}
			if (_root.first == 2) {
				gotoAndStop(10);
			}
			if (_root.first == 3) {
				gotoAndStop(9);
			}
			if (_root.first == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(8);
			}
			if (_root.second == 2) {
				gotoAndStop(10);
			}
			if (_root.second == 3) {
				gotoAndStop(9);
			}
			if (_root.second == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(8);
			}
			if (_root.third == 2) {
				gotoAndStop(10);
			}
			if (_root.third == 3) {
				gotoAndStop(9);
			}
			if (_root.third == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(8);
			}
			if (_root.forth == 2) {
				gotoAndStop(10);
			}
			if (_root.forth == 3) {
				gotoAndStop(9);
			}
			if (_root.forth == 4) {
				gotoAndStop(7);
			}
		}
	}
	frame 91 {
		if (music._currentframe !== 5) {
			stopAllSounds();
			music.gotoAndStop(5);
		}
	}
	frame 91 {
		enelvl = 650;
		go = 0;
	}
	instance terrain of movieClip 1043	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 25, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 25, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 25, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 25, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 25, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 25, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			if (_x < 815) {
				_x = 815;
			}
			if (_x > 1390) {
				_x = 1390;
			}
			_root.energy._x = _x;
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance chick2 of movieClip 1126	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick3 of movieClip 1166	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 1197	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 1089	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	instance of movieClip 1041	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	frame 92 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 92 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 7) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 8;
				game.flush();
				_root.race = 8;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(8);
			}
			if (_root.first == 2) {
				gotoAndStop(10);
			}
			if (_root.first == 3) {
				gotoAndStop(9);
			}
			if (_root.first == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(8);
			}
			if (_root.second == 2) {
				gotoAndStop(10);
			}
			if (_root.second == 3) {
				gotoAndStop(9);
			}
			if (_root.second == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(8);
			}
			if (_root.third == 2) {
				gotoAndStop(10);
			}
			if (_root.third == 3) {
				gotoAndStop(9);
			}
			if (_root.third == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(8);
			}
			if (_root.forth == 2) {
				gotoAndStop(10);
			}
			if (_root.forth == 3) {
				gotoAndStop(9);
			}
			if (_root.forth == 4) {
				gotoAndStop(7);
			}
		}
	}
	frame 93 {
		if (music._currentframe !== 5) {
			stopAllSounds();
			music.gotoAndStop(5);
		}
	}
	frame 93 {
		enelvl = 700;
		go = 0;
	}
	instance terrain of movieClip 1043	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 25, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 25, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 25, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 25, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 25, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 25, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			if (_x < -965) {
				_x = -965;
			}
			if (_x > 1785) {
				_x = 1785;
			}
			_root.energy._x = _x;
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance chick2 of movieClip 1126	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick3 of movieClip 1166	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 1197	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 1089	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	instance of movieClip 1041	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	frame 94 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 94 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 8) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 9;
				game.flush();
				_root.race = 9;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(8);
			}
			if (_root.first == 2) {
				gotoAndStop(10);
			}
			if (_root.first == 3) {
				gotoAndStop(9);
			}
			if (_root.first == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(8);
			}
			if (_root.second == 2) {
				gotoAndStop(10);
			}
			if (_root.second == 3) {
				gotoAndStop(9);
			}
			if (_root.second == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(8);
			}
			if (_root.third == 2) {
				gotoAndStop(10);
			}
			if (_root.third == 3) {
				gotoAndStop(9);
			}
			if (_root.third == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(8);
			}
			if (_root.forth == 2) {
				gotoAndStop(10);
			}
			if (_root.forth == 3) {
				gotoAndStop(9);
			}
			if (_root.forth == 4) {
				gotoAndStop(7);
			}
		}
	}
	frame 95 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 9) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 9) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 10) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 10) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 11) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 11) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	button 1425 {
		on (release) {
			if (_root.race >= 9) {
				gotoAndStop(96);
			}
		}
	}
	button 1426 {
		on (release) {
			if (_root.race >= 10) {
				gotoAndStop(98);
			}
		}
	}
	button 1427 {
		on (release) {
			if (_root.race >= 11) {
				gotoAndStop(100);
			}
		}
	}
	frame 96 {
		if (music._currentframe !== 5) {
			stopAllSounds();
			music.gotoAndStop(5);
		}
	}
	frame 96 {
		enelvl = 800;
		go = 0;
	}
	instance of movieClip 1041	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	
	// unknown tag 88 length 106
	movieClip 1435	{
	}
	instance of movieClip 1236	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 25, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 25, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 25, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 25, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 25, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 25, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance of movieClip 1238	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_y = _y + (_root.chick._y - _y) / 16;
			if (_x < -2230) {
				_x = -2230;
			}
			if (_x > 2000) {
				_x = 2000;
			}
			if (_y > 240) {
				_y = 240;
			}
			_root.energy._x = _x;
			_root.energy._y = _y - 210;
		}
	}
	instance chick2 of movieClip 1126	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick3 of movieClip 1166	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 1197	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 1089	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				sb = 1.5;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				fb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	frame 97 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 97 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 9) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 10;
				game.flush();
				_root.race = 10;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(8);
			}
			if (_root.first == 2) {
				gotoAndStop(10);
			}
			if (_root.first == 3) {
				gotoAndStop(9);
			}
			if (_root.first == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(8);
			}
			if (_root.second == 2) {
				gotoAndStop(10);
			}
			if (_root.second == 3) {
				gotoAndStop(9);
			}
			if (_root.second == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(8);
			}
			if (_root.third == 2) {
				gotoAndStop(10);
			}
			if (_root.third == 3) {
				gotoAndStop(9);
			}
			if (_root.third == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(8);
			}
			if (_root.forth == 2) {
				gotoAndStop(10);
			}
			if (_root.forth == 3) {
				gotoAndStop(9);
			}
			if (_root.forth == 4) {
				gotoAndStop(7);
			}
		}
	}
	frame 98 {
		if (music._currentframe !== 5) {
			stopAllSounds();
			music.gotoAndStop(5);
		}
	}
	frame 98 {
		enelvl = 850;
		go = 0;
	}
	instance of movieClip 1041	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			_y = _y + (_root.chick._y - _y) / 16;
			if (_x < 1050) {
				_x = 1050;
			}
			if (_x > 2000) {
				_x = 2000;
			}
			if (_y > 240) {
				_y = 240;
			}
			_root.energy._x = _x;
			_root.energy._y = _y - 210;
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 1236	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 25, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 25, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 25, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 25, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 25, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 25, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance of movieClip 1238	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance chick2 of movieClip 1126	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick3 of movieClip 1166	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 1197	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 1089	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	frame 99 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 99 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 10) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 11;
				game.flush();
				_root.race = 11;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(8);
			}
			if (_root.first == 2) {
				gotoAndStop(10);
			}
			if (_root.first == 3) {
				gotoAndStop(9);
			}
			if (_root.first == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(8);
			}
			if (_root.second == 2) {
				gotoAndStop(10);
			}
			if (_root.second == 3) {
				gotoAndStop(9);
			}
			if (_root.second == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(8);
			}
			if (_root.third == 2) {
				gotoAndStop(10);
			}
			if (_root.third == 3) {
				gotoAndStop(9);
			}
			if (_root.third == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(8);
			}
			if (_root.forth == 2) {
				gotoAndStop(10);
			}
			if (_root.forth == 3) {
				gotoAndStop(9);
			}
			if (_root.forth == 4) {
				gotoAndStop(7);
			}
		}
	}
	frame 100 {
		if (music._currentframe !== 5) {
			stopAllSounds();
			music.gotoAndStop(5);
		}
	}
	frame 100 {
		enelvl = 900;
		go = 0;
	}
	instance of movieClip 1041	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			_y = _y + (_root.chick._y - _y) / 16;
			if (_x < -2230) {
				_x = -2230;
			}
			if (_x > 2000) {
				_x = 2000;
			}
			if (_y > 240) {
				_y = 240;
			}
			_root.energy._x = _x;
			_root.energy._y = _y - 210;
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 1236	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 25, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 25, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 25, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 25, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 25, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 25, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance chick2 of movieClip 1126	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick3 of movieClip 1166	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 1197	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 1089	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	instance of movieClip 1238	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	frame 101 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 101 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 11) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 12;
				game.flush();
				_root.race = 12;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance of movieClip 816	{
		onClipEvent (release) {
			if (_currentframe == 1) {
				_root.gotoAndStop(87);
			} else {
				_root.nextFrame();
			}
		}
		onClipEvent (enterFrame) {
			if (_root.race > 11) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(8);
			}
			if (_root.first == 2) {
				gotoAndStop(10);
			}
			if (_root.first == 3) {
				gotoAndStop(9);
			}
			if (_root.first == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(8);
			}
			if (_root.second == 2) {
				gotoAndStop(10);
			}
			if (_root.second == 3) {
				gotoAndStop(9);
			}
			if (_root.second == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(8);
			}
			if (_root.third == 2) {
				gotoAndStop(10);
			}
			if (_root.third == 3) {
				gotoAndStop(9);
			}
			if (_root.third == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(8);
			}
			if (_root.forth == 2) {
				gotoAndStop(10);
			}
			if (_root.forth == 3) {
				gotoAndStop(9);
			}
			if (_root.forth == 4) {
				gotoAndStop(7);
			}
		}
	}
	frame 102 {
		if (music._currentframe !== 1) {
			stopAllSounds();
			music.gotoAndStop(1);
		}
	}
	frame 102 {
		stop();
	}
	movieClip 1445	{
	}
	frame 103 {
		if (music._currentframe !== 11) {
			stopAllSounds();
			music.gotoAndStop(11);
		}
	}
	frame 103 {
		if (dt == 1) {
			title = 'YOUR BABY DUCK IS NOW A STRONG DUCK';
		}
		if (dt == 2) {
			title = 'YOUR BABY DUCK IS NOW A LANKY DUCK';
		}
		if (dt == 3) {
			title = 'YOUR BABY DUCK IS NOW A UGLY DUCK';
		}
		if (dt == 4) {
			title = 'YOUR BABY DUCK IS NOW A BIRDY DUCK';
		}
		kongregate.stats.submit('SecondEvolution', 1);
	}
	movieClip 1448	{
	}
	frame 104 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 104 {
		stop();
	}
	instance corn2 of movieClip 254	{
		onClipEvent (load) {
			drag = false;
			yspeed = 0;
			xspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_x < -960) {
				_x = -60;
			}
			if (_x == -20 and drag == false) {
				xspeed = 0;
			}
			if (_x < -10) {
				_y = 400;
			}
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe == 1 and _root.chick.qwe._currentframe > 8) {
					_root.chick._x += 50;
				}
				if (_root.chick._currentframe == 2 and _root.chick.qwe._currentframe > 8) {
					_root.chick._x -= 50;
				}
				_root.chick.skill = 1;
				if (_x > _root.chick._x) {
					_root.chick.gotoAndStop(3);
				}
				if (_x < _root.chick._x) {
					_root.chick.gotoAndStop(4);
				}
				_x = -860;
				drag = false;
				xspeed = 10;
			}
			_x = _x + xspeed;
			_y = _y + yspeed;
			if (drag == true) {
				xspeed = -(_x - _root._xmouse) / 2;
				yspeed = -(_y - _root._ymouse) / 2;
			}
			if (drag == false) {
				yspeed += 1;
				if (_y > 420) {
					_y = 420;
					yspeed = -yspeed / 2;
				}
				if (_x > 740) {
					_x = 740;
					xspeed = -xspeed / 2;
				}
			}
		}
		onClipEvent (mouseUp) {
			if (drag == true) {
				drag = false;
			}
		}
		onClipEvent (press) {
			drag = true;
		}
	}
	instance corn of movieClip 254	{
		onClipEvent (load) {
			drag = false;
			yspeed = 0;
			xspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_x > 1710) {
				_x = 810;
			}
			if (_x == 770 and drag == false) {
				xspeed = 0;
			}
			if (_x > 760) {
				_y = 400;
			}
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe == 1 and _root.chick.qwe._currentframe > 8) {
					_root.chick._x += 50;
				}
				if (_root.chick._currentframe == 2 and _root.chick.qwe._currentframe > 8) {
					_root.chick._x -= 50;
				}
				_root.chick.skill = 0;
				if (_x > _root.chick._x) {
					_root.chick.gotoAndStop(3);
				}
				if (_x < _root.chick._x) {
					_root.chick.gotoAndStop(4);
				}
				_x = 1500;
				drag = false;
				xspeed = -10;
			}
			_x = _x + xspeed;
			_y = _y + yspeed;
			if (drag == true) {
				xspeed = -(_x - _root._xmouse) / 2;
				yspeed = -(_y - _root._ymouse) / 2;
			}
			if (drag == false) {
				yspeed += 1;
				if (_y > 420) {
					_y = 420;
					yspeed = -yspeed / 2;
				}
				if (_x < 10) {
					_x = 10;
					xspeed = -xspeed / 2;
				}
			}
		}
		onClipEvent (mouseUp) {
			if (drag == true) {
				drag = false;
			}
		}
		onClipEvent (press) {
			drag = true;
		}
	}
	instance of movieClip 265	{
		onClipEvent (press) {
			if (_root.corn2._x > -360 and _root.corn2._x < 0 and _root.money > 14) {
				_root.corn2._x = 67;
				_root.corn2._y = 325;
				_root.corn2.xspeed = 0;
				_root.corn2.yspeed = 5;
				_root.money = Number(_root.money - 15);
			}
			if (_root.corn2._x > -360 and _root.corn2._x < 0 and _root.freeseed == 1) {
				_root.corn2._x = 67;
				_root.corn2._y = 325;
				_root.corn2.xspeed = 0;
				_root.corn2.yspeed = 5;
			}
		}
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'SuperSeed - this greatly increases my energy level. Click to dispense';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
		onClipEvent (enterFrame) {
			if (_root.freeseed == 1) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 326	{
		onClipEvent (press) {
			if (_root.corn._x < 1000 and _root.corn._x > 750 and _root.money > 0) {
				_root.corn._x = 683;
				_root.corn._y = 325;
				_root.corn.xspeed = 0;
				_root.corn.yspeed = 5;
				_root.money = Number(_root.money - 1);
			}
			if (_root.corn._x < 1000 and _root.corn._x > 750 and _root.freeseed == 1) {
				_root.corn._x = 683;
				_root.corn._y = 325;
				_root.corn.xspeed = 0;
				_root.corn.yspeed = 5;
			}
		}
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'Seed - this increases my energy level. Click to dispense';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
		onClipEvent (enterFrame) {
			if (_root.freeseed == 1) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.runninglevel / 1.5;
			_root.runninglevel = Math.floor(_root.runlvl / 10);
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.climblevel / 1.5;
			_root.climblevel = Math.floor(_root.clilvl / 10);
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 332	{
		onClipEvent (enterFrame) {
			this._xscale = _root.staminalevel * 2;
			_root.staminalevel = Math.floor(_root.stalvl / 10);
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.flyinglevel / 1.5;
			_root.flyinglevel = Math.floor(_root.flylvl / 10);
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.swimlevel / 1.5;
			_root.swimlevel = Math.floor(_root.swilvl / 10);
		}
	}
	instance of movieClip 344	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > 500) {
				_root.stalvl = 500;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	button 1452 {
		on (release) {
			gotoAndStop(118);
		}
		on (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'The quest to become world champion starts here. Don\'t forget to train first!';
		}
		on (rollOut) {
			_root.speech._visible = false;
		}
	}
	button 1453 {
		on (release) {
			if (_root.race < 12) {
				gotoAndStop(105);
			} else {
				_root.speech.data = 'CLOSED - You are too good for advanced training. Try entering the professional league';
			}
		}
		on (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'Train me to increase my skill levels so I will perform better in races!';
		}
		on (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance speech of movieClip 375	{
		onClipEvent (load) {
			_visible = false;
			stop();
		}
		onClipEvent (enterFrame) {
			if (_x > 470) {
				gotoAndStop(2);
			}
			if (_x < 270) {
				gotoAndStop(1);
			}
			_x = _x + (_root.chick._x - _x) / 20;
			_y = _y + (_root.chick._y - _y) / 20;
		}
	}
	instance of movieClip 840	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x + _root.chick.qwe._x, _root.chick._y + _root.chick.qwe._y + 25, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
			}
		}
	}
	movieClip 1456	{
	}
	movieClip 1457	{
	}
	movieClip 1458	{
		frame 1 {
			stop();
		}
		instance of movieClip 1456	{
			onClipEvent (load) {
				num = 0;
			}
			onClipEvent (enterFrame) {
				if (_parent._parent._x < 530 or _parent._parent._currentframe == 2) {
					if (_parent._parent._x > 110 or _parent._parent._currentframe == 1) {
						num = Math.round(Math.random() * 40);
						if (num == 5) {
							_parent.play();
							num = 0;
						}
						if (_root.corn._x < 640) {
							_parent.play();
							num = 0;
						}
						if (_root.corn2._x > 0) {
							_parent.play();
							num = 0;
						}
					}
				}
			}
		}
		instance of movieClip 1457	{
			onClipEvent (load) {
				_rotation = 0;
			}
			onClipEvent (enterFrame) {
				if (_parent._parent._currentframe == 1) {
					if (_root.corn._x < 640 and _root.corn.drag == false or _root.corn2._x > 0 and _root.corn2.drag == false) {
					} else {
						rx = _root._xmouse;
						ry = _root._ymouse;
						cx = _parent._parent._x + _parent._x + _x;
						cy = _parent._parent._y + _parent._y + _y;
						angle = Math.atan2(ry - cy, rx - cx) / 0.0174532925199433;
						roto = angle;
						_rotation = roto;
					}
				}
				if (_parent._parent._currentframe == 2) {
					if (_root.corn._x < 640 and _root.corn.drag == false) {
					} else {
						rx = _root._xmouse;
						ry = _root._ymouse;
						cx = _parent._parent._x + _parent._x + _x;
						cy = _parent._parent._y + _parent._y + _y;
						angle = Math.atan2(ry - cy, rx - cx) / 0.0174532925199433;
						_rotation = -angle + 180;
					}
				}
			}
		}
		frame 12 {
			if (_root._currentframe == 104) {
				if (_parent._currentframe == 1) {
					_parent._x += 50;
				}
				if (_parent._currentframe == 2) {
					_parent._x -= 50;
				}
			} else {
				_x = _x + 50;
			}
			gotoAndStop(1);
		}
	}
	movieClip 1459	{
	}
	movieClip 1461	{
	}
	movieClip 1462	{
	}
	movieClip 1464	{
	}
	movieClip 1465	{
		instance of movieClip 1459	{
			onClipEvent (load) {
				if (_parent._parent.skill == 1) {
					gotoAndStop(2);
				} else {
					gotoAndStop(1);
				}
			}
		}
		frame 10 {
			if (_parent.skill == 1) {
				_root.stalvl = Number(_root.stalvl + 8);
			}
			_root.stalvl = Number(_root.stalvl + 2);
		}
		instance of movieClip 1462	{
			onClipEvent (load) {
				if (_parent._parent.skill == 1) {
					gotoAndStop(2);
				} else {
					gotoAndStop(1);
				}
			}
		}
		frame 29 {
			if (_parent.skill == 1) {
				_root.stalvl = Number(_root.stalvl + 8);
			}
			_root.stalvl = Number(_root.stalvl + 2);
		}
		instance of movieClip 1464	{
			onClipEvent (load) {
				if (_parent._parent.skill == 1) {
					gotoAndStop(2);
				} else {
					gotoAndStop(1);
				}
			}
		}
		frame 49 {
			if (_parent.skill == 1) {
				_root.stalvl = Number(_root.stalvl + 8);
			}
			_root.stalvl = Number(_root.stalvl + 2);
		}
		frame 60 {
			if (_root._xmouse > _root.chick._x) {
				_parent.gotoAndStop(1);
			}
			if (_root._xmouse < _root.chick._x) {
				_parent.gotoAndStop(2);
			}
			_root.corn._x = 700;
		}
	}
	movieClip 1466	{
		frame 1 {
			stop();
		}
		instance qwe of movieClip 1458	{
			onClipEvent (enterFrame) {
				if (_root.corn._x < 640) {
					if (_root.corn._x < _parent._x) {
						if (_currentframe == 1) {
							_parent.nextFrame();
						}
					}
				} else {
					if (_root.corn2._x > 0) {
						if (_root.corn2._x < _parent._x) {
							if (_currentframe == 1) {
								_parent.nextFrame();
							}
						}
					} else {
						if (_root._xmouse < _parent._x) {
							if (_currentframe == 1) {
								_parent.nextFrame();
							}
						}
					}
				}
			}
		}
		frame 2 {
			stop();
		}
		instance qwe of movieClip 1458	{
			onClipEvent (enterFrame) {
				if (_root.corn._x < 640) {
					if (_root.corn._x > _parent._x) {
						if (_currentframe == 1) {
							_parent.prevFrame();
						}
					}
				} else {
					if (_root.corn2._x > 0) {
						if (_root.corn2._x > _parent._x) {
							if (_currentframe == 1) {
								_parent.prevFrame();
							}
						}
					} else {
						if (_root._xmouse > _parent._x) {
							if (_currentframe == 1) {
								_parent.prevFrame();
							}
						}
					}
				}
			}
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
	}
	instance chick of movieClip 1466	{
		onClipEvent (load) {
			yspeed = 0;
			skill = 0;
		}
		onClipEvent (enterFrame) {
			_y = _y + yspeed;
			yspeed += 1;
		}
	}
	instance of movieClip 344	{
		onClipEvent (enterFrame) {
			_root.clibonus = '';
			_root.runbonus = '';
			_root.flybonus = '';
			_root.swibonus = '';
			if (_root.dt == 1) {
				_root.clibonus = '+' + (Math.round(_root.climblevel * 1.5) - _root.climblevel);
				_root.flybonus = Math.round(_root.flyinglevel * 0.9) - _root.flyinglevel;
			}
			if (_root.dt == 2) {
				_root.runbonus = '+' + (Math.round(_root.runninglevel * 1.25) - _root.runninglevel);
				_root.flybonus = Math.round(_root.flyinglevel * 0.9) - _root.flyinglevel;
				_root.clibonus = Math.round(_root.climblevel * 0.9) - _root.climblevel;
				_root.swibonus = '+' + (Math.round(_root.swimlevel * 1.25) - _root.swimlevel);
			}
			if (_root.dt == 4) {
				_root.runbonus = Math.round(_root.runninglevel * 0.9) - _root.runninglevel;
				_root.clibonus = Math.round(_root.climblevel * 0.9) - _root.climblevel;
				_root.swibonus = '+' + (Math.round(_root.swimlevel * 1.5) - _root.swimlevel);
			}
			if (_root.dt == 3) {
				_root.runbonus = Math.round(_root.runninglevel * 0.9) - _root.runninglevel;
				_root.clibonus = Math.round(_root.climblevel * 0.9) - _root.climblevel;
				_root.flybonus = '+' + (Math.round(_root.flyinglevel * 1.5) - _root.flyinglevel);
			}
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			if (_root.clibonus == '') {
				_root.speech.data = 'Your skill in climbing up cliffs! Train this for speedier climbs!';
			} else {
				_root.speech.data = 'Your skill in climbing up cliffs! The ' + _root.clibonus + ' is your evolution type bonus';
			}
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			if (_root.flybonus == '') {
				_root.speech.data = 'Your skill in flying! Train it to fly further and faster!';
			} else {
				_root.speech.data = 'Your skill in flying! The ' + _root.flybonus + ' is your evolution type bonus';
			}
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			if (_root.runbonus == '') {
				_root.speech.data = 'Your skill in running! Train it for faster running (or hopping) in races!';
			} else {
				_root.speech.data = 'Your skill in running! The ' + _root.runbonus + ' is your evolution type bonus';
			}
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			if (_root.swibonus == '') {
				_root.speech.data = 'Your swimming level is how good you are at swimming. Train it to go faster in water!';
			} else {
				_root.speech.data = 'Your skill in swimming! The ' + _root.swibonus + ' is your evolution type bonus';
			}
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 365	{
		onClipEvent (rollOver) {
			_alpha = 50;
		}
		onClipEvent (releaseOutside, rollOut) {
			_alpha = 100;
		}
		onClipEvent (release) {
			if (_root.playsounds == true) {
				_root.playsounds = false;
			} else {
				if (_root.playsounds == false) {
					_root.playsounds = true;
					_root.music.gotoAndStop(4);
				}
			}
		}
		onClipEvent (load) {
			if (_root.playsounds == true) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
		onClipEvent (enterFrame) {
			if (_root.playsounds == true) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'Energy is needed to complete races. To train it, just feed your duck some seed or skill seed';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'This is how many coins you have to spend on seed. Collect coins during training!';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 83	{
		onClipEvent (release) {
			getURL('http://www.wixgames.co.uk', '_blank');
		}
		onClipEvent (rollOver) {
			_alpha = 50;
		}
		onClipEvent (releaseOutside, rollOut) {
			_alpha = 100;
		}
	}
	frame 105 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	button 1476 {
		on (release) {
			gotoAndStop(112);
		}
	}
	button 1477 {
		on (release) {
			gotoAndStop(115);
		}
	}
	button 1478 {
		on (release) {
			gotoAndStop(109);
		}
	}
	button 1479 {
		on (release) {
			gotoAndStop(106);
		}
	}
	button 1480 {
		on (release) {
			gotoAndStop(104);
		}
	}
	frame 106 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 106 {
		stop();
		coins = 0;
	}
	movieClip 1481	{
	}
	movieClip 1482	{
		frame 1 {
			stop();
		}
		frame 15 {
			_root.nextFrame();
		}
	}
	instance chick of movieClip 1482	{
		onClipEvent (keyPress '<Space>') {
			play();
		}
		onClipEvent (rollOver) {
			this.useHandCursor = false;
		}
	}
	instance of movieClip 411	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl > 1500) {
				_root.stalvl = 1500;
			}
			if (_root.runlvl > 1500) {
				_root.runlvl = 1500;
			}
			if (_root.flylvl > 1500) {
				_root.flylvl = 1500;
			}
			if (_root.swilvl > 1500) {
				_root.swilvl = 1500;
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.stalvl = _root.stalvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.seed = _root.seed;
				game.data.skill = _root.skill;
				game.data.money = _root.money;
				game.data.colour = _root.colour;
				game.data.hat = _root.hat;
				game.flush();
				delay = 100;
			}
		}
	}
	frame 107 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 107 {
		dist = 0;
	}
	instance of movieClip 174	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			_x = _x - _root.xspeed / 10;
		}
	}
	instance of movieClip 829	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			if (_x > 0) {
				_x = _x - 750;
			}
			_x = _x - _root.xspeed / 2;
		}
	}
	instance of movieClip 416	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
			if (this.hitTest(_root.chick)) {
				play();
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 1140;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 1140;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	instance rock of movieClip 898	{
		onClipEvent (load) {
			_x = 1000 + (20 + _root.flylvl / 10) * 100;
			_y = 125 + Math.round(Math.random() * 225);
		}
		onClipEvent (enterFrame) {
			_root.warning._y = _y;
			_x = _x - _root.xspeed;
			if (_x < -170) {
				_x = Math.random() * 2000 + 750 + _root.xspeed * 100;
				_y = 125 + Math.round(Math.random() * 225);
			}
			if (_x > 1000 and _x < 640 + _root.xspeed * 50) {
				_root.warning.play();
			}
			_root.bgrr._x = _x;
		}
	}
	movieClip 1488	{
		frame 30 {
			stop();
		}
	}
	instance chick of movieClip 1488	{
		onClipEvent (load) {
			xspeed = 20 + _root.flylvl / 10;
			if (_root.xtrain == 1) {
				xspeed = 20 + _root.flylvl / 5;
			}
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (xspeed < 0 and _root.a3 < 1) {
				_root.a3 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a3 = 1;
				game.flush();
			}
			_root.speed = Math.round(_root.xspeed / 2) + 'MPH';
			if (_root.rock.hitTest(_x + 30, _y, true) or _root.rock.hitTest(_x + 30, _y + 15, true) or _root.rock.hitTest(_x + 30, _y - 15, true)) {
				_x = _x - _root.xspeed;
			}
			if (_root.rock.hitTest(_x + 30, _y + 15, true)) {
				_root.nextFrame();
			}
			if (_root.rock.hitTest(_x + 30, _y - 15, true)) {
				_root.nextFrame();
			}
			if (_x < -20) {
				_root.nextFrame();
			}
			if (_y < 25) {
				_y = 25;
				yspeed = 0;
			}
			if (_y > 500) {
				_root.nextFrame();
			}
			if (_rotation < -90) {
				_rotation = -90;
			}
			if (_rotation > 90) {
				_rotation = 90;
			}
			_root.dist = Number(_root.dist + Math.round(xspeed));
			xspeed *= 0.999;
			_y = _y + yspeed;
			speed = 20 - xspeed;
			if (speed < 0) {
				speed = 0;
			}
			yspeed += speed / 40;
			_root.xspeed = xspeed;
			if (Key.isDown(38)) {
				yspeed -= 0.5;
				xspeed -= 0.05;
			}
			if (Key.isDown(40)) {
				yspeed += 0.5;
				xspeed += 0.05;
			}
			angle = Math.atan(yspeed / xspeed) / 0.0174532925199433;
			if (xspeed < 0) {
				angle += 180;
			}
			_rotation = angle;
		}
	}
	instance of movieClip 438	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 2000;
				_y = 10 + Math.random() * 420;
			}
			if (this.hitTest(_root.chick)) {
				_root.chick.xspeed += 5;
				play();
				_x = _x + 5000;
				_y = 10 + Math.random() * 420;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	frame 108 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 108 {
		xp = Math.round(dist / 500);
		flylvl = Number(flylvl + _root.dist / 500);
		_root.money = Number(_root.coins + _root.money);
		flvl = Math.floor(flylvl / 10);
		tlvl = flvl + runninglevel + swimlevel + climblevel;
		kongregate.stats.submit('FlyingLevel', flvl);
		kongregate.stats.submit('TotalLevel', tlvl);
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	button 1491 {
		on (release) {
			gotoAndStop(104);
		}
	}
	button 1492 {
		on (release) {
			gotoAndStop(106);
		}
		on (keyPress '<Space>') {
			gotoAndStop(106);
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.flyinglevel * 1.16;
			_root.flyinglevel = Math.floor(_root.flylvl / 10);
		}
	}
	instance of movieClip 344	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > _root.maxi * 10) {
				_root.stalvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	frame 109 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 109 {
		stop();
		dist = 0;
		xp = 0;
		coins = 0;
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 1140;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 1140;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	instance of movieClip 915	{
		onClipEvent (keyPress '<Space>') {
			_root.nextFrame();
		}
		onClipEvent (rollOver) {
			this.useHandCursor = false;
		}
	}
	movieClip 1500	{
		frame 1 {
			_parent.timerstop = 1;
		}
		frame 50 {
			_root.nextFrame();
		}
	}
	movieClip 1501	{
		frame 1 {
			stop();
		}
		frame 12 {
			if (_root._currentframe == 9) {
				if (_parent._currentframe == 1) {
					_parent._x += 50;
				}
				if (_parent._currentframe == 2) {
					_parent._x -= 50;
				}
			} else {
				_x = _x + 50;
			}
			gotoAndStop(1);
		}
		frame 13 {
			dw = 0;
		}
		frame 14 {
			prevFrame();
		}
		frame 16 {
			prevFrame();
		}
	}
	instance chick of movieClip 1501	{
		onClipEvent (load) {
			xspeed = 1;
		}
		onClipEvent (enterFrame) {
			_root.xspeed = xspeed;
			_x = _x - xspeed;
			if (_x < 100) {
				play();
			}
		}
	}
	instance of movieClip 411	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl > 1500) {
				_root.stalvl = 1500;
			}
			if (_root.runlvl > 1500) {
				_root.runlvl = 1500;
			}
			if (_root.flylvl > 1500) {
				_root.flylvl = 1500;
			}
			if (_root.swilvl > 1500) {
				_root.swilvl = 1500;
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.stalvl = _root.stalvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.seed = _root.seed;
				game.data.skill = _root.skill;
				game.data.money = _root.money;
				game.data.colour = _root.colour;
				game.data.hat = _root.hat;
				game.flush();
				delay = 100;
			}
		}
	}
	frame 110 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 110 {
		stop();
	}
	instance of movieClip 416	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 1140;
				_y = 150 + Math.random() * 230;
			}
			if (this.hitTest(_root.chick)) {
				play();
				_x = _x + 940;
				_y = 150 + Math.random() * 230;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance of movieClip 416	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 1140;
				_y = 150 + Math.random() * 230;
			}
			if (this.hitTest(_root.chick)) {
				play();
				_x = _x + 940;
				_y = 250 + Math.random() * 130;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance log1 of movieClip 934	{
		onClipEvent (load) {
			yspeed = 0;
			high = 42;
		}
		onClipEvent (enterFrame) {
			high2 = high / 2;
			if (_x < 770) {
				yspeed += 1;
			}
			_y = _y + yspeed;
			if (_root.floor1.hitTest(_x, _y + high2, true) or _root.floor2.hitTest(_x, _y + high2, true)) {
				if (no == 8) {
					yspeed = -yspeed;
				} else {
					yspeed = -yspeed / 2;
				}
			}
			while (_root.floor1.hitTest(_x, _y + high2, true) or _root.floor2.hitTest(_x, _y + high2, true)) {
				_y = _y - 1;
				if (yspeed > 0) {
					yspeed = 0;
				}
			}
			if (this.hitTest(_root.log1)) {
				_x = _x + 1;
			}
			if (no == 8) {
				_x = _x - 5;
			} else {
				_x = _x - _root.xspeed * 2.5;
			}
			_rotation = _rotation - _root.xspeed * 3;
			if (_x < -30) {
				_x = _x + (750 + Math.random() * 640);
				no = Math.ceil(Math.random() * 8);
				yspeed = 0;
				if (no == 1) {
					gotoAndStop(1);
					_y = 398;
					high = 42;
				}
				if (no == 2) {
					gotoAndStop(2);
					_y = 398;
					high = 42;
				}
				if (no == 3) {
					gotoAndStop(3);
					_y = 398;
					high = 42;
				}
				if (no == 4) {
					gotoAndStop(4);
					_y = 398;
					high = 42;
				}
				if (no == 5) {
					gotoAndStop(5);
					_y = 100;
					high = 42;
				}
				if (no == 6) {
					gotoAndStop(6);
					_y = 398;
					high = 42;
				}
				if (no == 7) {
					gotoAndStop(7);
					_y = 200;
					high = 42;
				}
				if (no == 8) {
					gotoAndStop(8);
					_y = 200;
					_x = 1100;
					high = 21;
				}
			}
			if (_root.chick.hitTest(_x - high2, _y, true)) {
				if (_root.chick._currentframe < 13) {
					_root.chick._x -= Number(_root.chick._currentframe * 5);
				}
				_root.chick.gotoAndStop(15);
			}
			if (_root.chick.hitTest(_x, _y - high2, true)) {
				_root.chick._y = _y - (high2 + _root.chick._height / 2 + 2);
				_root.chick.yspeed = -5;
			}
			while (_root.chick.hitTest(_x + high2, _y, true)) {
				_root.chick._x += 2;
			}
		}
	}
	instance of movieClip 934	{
		onClipEvent (load) {
			yspeed = 0;
			high = 42;
		}
		onClipEvent (enterFrame) {
			high2 = high / 2;
			if (_x < 770) {
				yspeed += 1;
			}
			_y = _y + yspeed;
			if (_root.floor1.hitTest(_x, _y + high2, true) or _root.floor2.hitTest(_x, _y + high2, true)) {
				if (no == 8) {
					yspeed = -yspeed;
				} else {
					yspeed = -yspeed / 2;
				}
			}
			while (_root.floor1.hitTest(_x, _y + high2, true) or _root.floor2.hitTest(_x, _y + high2, true)) {
				_y = _y - 1;
				if (yspeed > 0) {
					yspeed = 0;
				}
			}
			if (this.hitTest(_root.log1)) {
				_x = _x + 1;
			}
			if (no == 8) {
				_x = _x - 5;
			} else {
				_x = _x - _root.xspeed * 2.5;
			}
			_rotation = _rotation - _root.xspeed * 3;
			if (_x < -30) {
				_x = _x + (750 + Math.random() * 640);
				no = Math.ceil(Math.random() * 8);
				yspeed = 0;
				if (no == 1) {
					gotoAndStop(1);
					_y = 398;
					high = 42;
				}
				if (no == 2) {
					gotoAndStop(2);
					_y = 398;
					high = 42;
				}
				if (no == 3) {
					gotoAndStop(3);
					_y = 398;
					high = 42;
				}
				if (no == 4) {
					gotoAndStop(4);
					_y = 398;
					high = 42;
				}
				if (no == 5) {
					gotoAndStop(5);
					_y = 100;
					high = 42;
				}
				if (no == 6) {
					gotoAndStop(6);
					_y = 398;
					high = 42;
				}
				if (no == 7) {
					gotoAndStop(7);
					_y = 200;
					high = 42;
				}
				if (no == 8) {
					gotoAndStop(8);
					_y = 200;
					_x = 1100;
					high = 21;
				}
			}
			if (_root.chick.hitTest(_x - high2, _y, true)) {
				if (_root.chick._currentframe < 13) {
					_root.chick._x -= Number(_root.chick._currentframe * 5);
				}
				_root.chick.gotoAndStop(15);
			}
			if (_root.chick.hitTest(_x, _y - high2, true)) {
				_root.chick._y = _y - (high2 + _root.chick._height / 2 + 2);
				_root.chick.yspeed = -5;
			}
			while (_root.chick.hitTest(_x + high2, _y, true)) {
				_root.chick._x += 2;
			}
		}
	}
	instance floor1 of movieClip 937	{
		onClipEvent (load) {
			gotoAndStop(1);
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick._x, _root.chick._y + 27.5, true)) {
				_root.chick.down = 1;
				if (_root.chick._currentframe > 12) {
					_root.chick.gotoAndStop(1);
				}
			}
			while (this.hitTest(_root.chick._x + 20, _root.chick._y, true)) {
				--_root.chick._x;
				_root.chick.dw = 1;
			}
			if (this.hitTest(_root.chick._x + 40, _root.chick._y, true)) {
				_root.chick.dw = 1;
			}
			while (this.hitTest(_root.chick._x, _root.chick._y + 27.5, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
			}
			_x = _x - _root.xspeed;
			if (_x < 0) {
				_x = _x + 1500;
				orew = Math.ceil(Math.random() * 3);
				gotoAndStop(orew);
			}
		}
	}
	instance floor2 of movieClip 937	{
		onClipEvent (load) {
			gotoAndStop(2);
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick._x, _root.chick._y + 27.5, true)) {
				_root.chick.down = 1;
				if (_root.chick._currentframe > 12) {
					_root.chick.gotoAndStop(1);
				}
			}
			while (this.hitTest(_root.chick._x + 20, _root.chick._y, true)) {
				--_root.chick._x;
				_root.chick.dw = 1;
			}
			if (this.hitTest(_root.chick._x + 40, _root.chick._y, true)) {
				_root.chick.dw = 1;
			}
			while (this.hitTest(_root.chick._x, _root.chick._y + 27.5, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
			}
			_x = _x - _root.xspeed;
			if (_x < 0) {
				_x = _x + 1500;
				orew = Math.ceil(Math.random() * 3);
				gotoAndStop(orew);
			}
		}
	}
	instance chick of movieClip 1501	{
		onClipEvent (load) {
			xspeed = 1 + _root.runlvl / 500;
			if (_root.xtrain == 1) {
				xspeed = 1 + _root.runlvl / 250;
			}
			yspeed = 0;
			dw = 0;
		}
		onClipEvent (enterFrame) {
			if (_x < 0) {
				_root.nextFrame();
			}
			if (_y < 0) {
				_root.nextFrame();
			}
			if (_rotation < -90 or _x < -10) {
				_root.nextFrame();
			}
			_root.xspeed = xspeed;
			_root.speed = Math.round(_root.xspeed) + 'MPH';
			if (timerstop !== 1) {
				_root.dist = Number(_root.dist + Math.round(xspeed * 2));
			}
			if (_currentframe < 15) {
				_y = _y + yspeed;
				yspeed += 0.5;
				if (down == 0) {
					_x = _x + xspeed;
					if (_x < 125) {
						_x = _x + 1;
					}
					if (yspeed < 0) {
						gotoAndStop(2);
					}
					if (yspeed > 0 and !_root.floor1.hitTest(_x, _y + 22.5, true)) {
						gotoAndStop(13);
					}
				}
				xspeed += 0.001;
				_x = _x - xspeed;
				if (xspeed > 4) {
					xspeed = 4;
				}
				if (_x < 100 and _currentframe == 1 and dw == 0) {
					play();
				}
				if (Key.isDown(38)) {
					if (down == 1) {
						if (_currentframe == 1 or _currentframe == 2 or _currentframe == 3 or _currentframe == 4 or _currentframe == 5) {
							yspeed = -10;
							down = 0;
							dw = 0;
						}
					}
				}
			} else {
				if (nojump == 1) {
				} else {
					yspeed = -5;
					nojump = 1;
				}
				_y = _y + yspeed;
				yspeed += 1;
				_x = _x - _root.xspeed * 2.5;
				_rotation = _rotation - 10;
			}
		}
	}
	frame 111 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 111 {
		xp = Math.round(dist / 50);
		runlvl = Number(runlvl + _root.dist / 50);
		_root.money = Number(_root.coins + _root.money);
		rlvl = Math.floor(runlvl / 10);
		tlvl = rlvl + flyinglevel + swimlevel + climblevel;
		kongregate.stats.submit('RunningLevel', rlvl);
		kongregate.stats.submit('TotalLevel', tlvl);
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	instance of movieClip 416	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
			if (this.hitTest(_root.chick)) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance of movieClip 416	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
			if (this.hitTest(_root.chick)) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance log1 of movieClip 1362	{
		onClipEvent (load) {
			no = Math.ceil(Math.random() * 7);
			if (no == 1) {
				gotoAndStop(1);
			}
			if (no == 2) {
				gotoAndStop(2);
			}
			if (no == 3) {
				gotoAndStop(3);
			}
			if (no == 4) {
				gotoAndStop(4);
			}
			if (no == 5) {
				gotoAndStop(5);
			}
			if (no == 6) {
				gotoAndStop(6);
			}
			if (no == 7) {
				gotoAndStop(7);
			}
		}
		onClipEvent (enterFrame) {
			_y = _y + 5;
			while (_root.floor1.hitTest(_x, _y + 20, true) or _root.floor2.hitTest(_x, _y + 20, true)) {
				_y = _y - 1;
			}
			if (_y > 400) {
				_y = 400;
			}
			_x = _x - _root.xspeed * 4;
			_rotation = _rotation - _root.xspeed * 8;
			if (_x < -30) {
				_x = _x + (750 + Math.random() * 640);
				no = Math.ceil(Math.random() * 7);
				if (no == 1) {
					gotoAndStop(1);
				}
				if (no == 2) {
					gotoAndStop(2);
				}
				if (no == 3) {
					gotoAndStop(3);
				}
				if (no == 4) {
					gotoAndStop(4);
				}
				if (no == 5) {
					gotoAndStop(5);
				}
				if (no == 6) {
					gotoAndStop(6);
				}
				if (no == 7) {
					gotoAndStop(7);
				}
			}
			if (_root.chick.hitTest(_x - 10, _y, true) or _root.chick.hitTest(_x + 10, _y, true) or _root.chick.hitTest(_x, _y - 20, true)) {
				_root.nextFrame();
			}
		}
	}
	instance of movieClip 1362	{
		onClipEvent (enterFrame) {
			_y = _y + 5;
			while (_root.floor1.hitTest(_x, _y + 20, true) or _root.floor2.hitTest(_x, _y + 20, true)) {
				_y = _y - 1;
			}
			if (_y > 400) {
				_y = 400;
			}
			if (this.hitTest(_root.log1)) {
				_x = _x + 1;
			}
			_x = _x - _root.xspeed * 4;
			_rotation = _rotation - _root.xspeed * 8;
			if (_x < -30) {
				_x = _x + (750 + Math.random() * 640);
				no = Math.ceil(Math.random() * 7);
				if (no == 1) {
					gotoAndStop(1);
				}
				if (no == 2) {
					gotoAndStop(2);
				}
				if (no == 3) {
					gotoAndStop(3);
				}
				if (no == 4) {
					gotoAndStop(4);
				}
				if (no == 5) {
					gotoAndStop(5);
				}
				if (no == 6) {
					gotoAndStop(6);
				}
				if (no == 7) {
					gotoAndStop(7);
				}
			}
			if (_root.chick.hitTest(_x - 10, _y, true) or _root.chick.hitTest(_x + 10, _y, true) or _root.chick.hitTest(_x, _y - 20, true)) {
				_root.nextFrame();
			}
		}
	}
	instance floor1 of movieClip 937	{
		onClipEvent (load) {
			gotoAndStop(1);
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick._x, _root.chick._y + 27.5, true)) {
				_root.chick.down = 1;
				if (_root.chick._currentframe > 12) {
					_root.chick.gotoAndStop(1);
				}
			}
			while (this.hitTest(_root.chick._x, _root.chick._y + 27.5, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
			}
			_x = _x - _root.xspeed;
			if (_x < 0) {
				_x = _x + 1500;
				orew = Math.ceil(Math.random() * 3);
				gotoAndStop(orew);
			}
		}
	}
	instance floor2 of movieClip 937	{
		onClipEvent (load) {
			orew = Math.ceil(Math.random() * 3);
			gotoAndStop(2);
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick._x, _root.chick._y + 27.5, true)) {
				_root.chick.down = 1;
				if (_root.chick._currentframe > 12) {
					_root.chick.gotoAndStop(1);
				}
			}
			while (this.hitTest(_root.chick._x, _root.chick._y + 27.5, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
			}
			_x = _x - _root.xspeed;
			if (_x < 0) {
				_x = _x + 1500;
				orew = Math.ceil(Math.random() * 3);
				gotoAndStop(orew);
			}
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.runninglevel * 1.16;
			_root.runninglevel = Math.floor(_root.runlvl / 10);
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	button 1510 {
		on (release) {
			gotoAndStop(109);
		}
		on (keyPress '<Space>') {
			gotoAndStop(109);
		}
	}
	instance of movieClip 344	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > _root.maxi * 10) {
				_root.stalvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	frame 112 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 112 {
		stop();
	}
	frame 112 {
		dist = 0;
		xspeed = -4;
		coins = 0;
	}
	instance of movieClip 174	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			_x = _x + _root.xspeed / 10;
		}
	}
	instance of movieClip 829	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			_x = _x + _root.xspeed / 2;
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = Math.random() * 200;
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = Math.random() * 200;
			}
		}
	}
	movieClip 1514	{
		instance of movieClip 1162	{
			onClipEvent (enterFrame) {
				_rotation = -_parent._rotation;
			}
		}
	}
	instance chick of movieClip 1514	{
	}
	instance of movieClip 411	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl > 1500) {
				_root.stalvl = 1500;
			}
			if (_root.runlvl > 1500) {
				_root.runlvl = 1500;
			}
			if (_root.flylvl > 1500) {
				_root.flylvl = 1500;
			}
			if (_root.swilvl > 1500) {
				_root.swilvl = 1500;
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.stalvl = _root.stalvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.seed = _root.seed;
				game.data.skill = _root.skill;
				game.data.money = _root.money;
				game.data.colour = _root.colour;
				game.data.hat = _root.hat;
				game.flush();
				delay = 100;
			}
		}
	}
	frame 113 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 113 {
		stop();
	}
	frame 113 {
		dist = 0;
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 1140;
				_y = Math.random() * 200;
			}
		}
	}
	instance coin of movieClip 416	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 50 + Math.random() * 300;
			}
			if (this.hitTest(_root.chick)) {
				play();
				_x = _x + 940;
				_y = 50 + Math.random() * 300;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 1140;
				_y = Math.random() * 200;
			}
		}
	}
	instance of movieClip 966	{
		onClipEvent (load) {
			xspeed = -(3 + _root.swilvl / 100);
			if (_root.xtrain == 1) {
				xspeed = -(3 + _root.swilvl / 50);
			}
			stop();
		}
		onClipEvent (enterFrame) {
			_x = _x + xspeed;
			xspeed -= 0.0025;
			_root.xspeed = xspeed;
			_root.speed = -Math.round(_root.xspeed) + 'MPH';
			_root.dist = Number(_root.dist - Math.round(xspeed / 2));
			while (this.hitTest(_root.chick._x, _root.chick._y - _root.chick._height / 2, true)) {
				_root.chick.yspeed += 1;
				_root.chick._y += 1;
			}
			while (this.hitTest(_root.chick._x + _root.chick._width / 2, _root.chick._y, true)) {
				_root.chick.xspeed -= 1;
				_root.chick._x -= 1;
			}
			while (this.hitTest(_root.chick._x, _root.chick._y + _root.chick._height / 2, true)) {
				_root.chick.yspeed -= 1;
				_root.chick._y -= 1;
			}
			while (this.hitTest(_root.chick._x - _root.chick._width / 2, _root.chick._y, true)) {
				_root.chick.xspeed += 1;
				_root.chick._x += 1;
			}
			if (_x < -250) {
				_x = _x + 1240;
				num = Math.ceil(Math.random() * 6);
				if (num == 1) {
					gotoAndStop(1);
					coin._y = 70;
				}
				if (num == 2) {
					gotoAndStop(2);
					coin._y = 350;
				}
				if (num == 3) {
					gotoAndStop(3);
					coin._y = 70;
				}
				if (num == 4) {
					gotoAndStop(4);
					coin._y = 350;
				}
				if (num == 5) {
					gotoAndStop(5);
					coin._y = 70;
				}
				if (num == 6) {
					gotoAndStop(6);
					coin._y = 350;
				}
			}
		}
	}
	instance chick of movieClip 1514	{
		onClipEvent (load) {
			targrot = 10;
			where = 2;
			xspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_x < -20) {
				_root.nextFrame();
			}
			xspeed *= 0.85;
			_x = _x + xspeed;
			if (Key.isDown(37)) {
				if (_x > 70) {
					xspeed -= 1;
				}
			}
			if (Key.isDown(39)) {
				if (_x < 580) {
					xspeed += 1;
				}
			}
			if (where == 1) {
				targrot = 0;
				targy = 70;
			}
			if (where == 2) {
				if (_y < 210) {
					yspeed += 0.5;
				} else {
					yspeed -= 0.45;
				}
				_y = _y + yspeed;
			}
			if (where == 3) {
				targrot = 100;
				targy = 350;
			}
			if (where == 4) {
				targrot = 270;
				targy = 210;
			}
			if (where !== 2) {
				_rotation = _rotation + (targrot - _rotation) / 8;
				_y = _y + (targy - _y) / 8;
			}
			if (_y < 0) {
				yspeed = 1;
			}
			if (_y < 71) {
				where = 2;
			}
			if (_y > 349) {
				where = 2;
			}
			if (_y > 205 and _y < 215) {
				where = 0;
				targrot = 10;
				targy = 210;
				if (where !== 4) {
					if (Key.isDown(38)) {
						where = 1;
						yspeed = 0;
					}
					if (Key.isDown(40)) {
						where = 3;
						yspeed = 0;
					}
				}
			}
		}
	}
	frame 114 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 114 {
		stop();
	}
	frame 114 {
		xp = Math.round(dist / 100);
		swilvl = Number(swilvl + _root.dist / 100);
		_root.money = Number(_root.coins + _root.money);
		slvl = Math.floor(swilvl / 10);
		tlvl = slvl + runninglevel + flyinglevel + climblevel;
		kongregate.stats.submit('SwimmingLevel', slvl);
		kongregate.stats.submit('TotalLevel', tlvl);
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = Math.random() * 200;
			}
		}
	}
	instance coin of movieClip 416	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
			if (this.hitTest(_root.chick)) {
				_x = _x + 940;
				_y = 50 + Math.random() * 350;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = Math.random() * 200;
			}
		}
	}
	instance of movieClip 966	{
		onClipEvent (load) {
			xspeed = -(3 + _root.swilvl / 100);
			if (_root.xtrain == 1) {
				xspeed = -(3 + _root.swilvl / 50);
			}
			stop();
		}
		onClipEvent (enterFrame) {
			_x = _x + xspeed;
			xspeed -= 0.0025;
			_root.xspeed = xspeed;
			_root.speed = -Math.round(_root.xspeed) + 'MPH';
			while (this.hitTest(_root.chick._x, _root.chick._y - _root.chick._height / 2, true)) {
				_root.chick.yspeed += 1;
				_root.chick._y += 1;
			}
			while (this.hitTest(_root.chick._x + _root.chick._width / 2, _root.chick._y, true)) {
				_root.chick.xspeed -= 1;
				_root.chick._x -= 1;
			}
			while (this.hitTest(_root.chick._x, _root.chick._y + _root.chick._height / 2, true)) {
				_root.chick.yspeed -= 1;
				_root.chick._y -= 1;
			}
			while (this.hitTest(_root.chick._x - _root.chick._width / 2, _root.chick._y, true)) {
				_root.chick.xspeed += 1;
				_root.chick._x += 1;
			}
			if (_x < -250) {
				_x = _x + 1240;
				num = Math.ceil(Math.random() * 6);
				if (num == 1) {
					gotoAndStop(1);
					coin._y = 70;
				}
				if (num == 2) {
					gotoAndStop(2);
					coin._y = 350;
				}
				if (num == 3) {
					gotoAndStop(3);
					coin._y = 70;
				}
				if (num == 4) {
					gotoAndStop(4);
					coin._y = 350;
				}
				if (num == 5) {
					gotoAndStop(5);
					coin._y = 70;
				}
				if (num == 6) {
					gotoAndStop(6);
					coin._y = 350;
				}
			}
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.swimlevel * 1.16;
			_root.swimlevel = Math.floor(_root.swilvl / 10);
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	button 1524 {
		on (release) {
			gotoAndStop(112);
		}
		on (keyPress '<Space>') {
			gotoAndStop(112);
		}
	}
	instance of movieClip 344	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > _root.maxi * 10) {
				_root.stalvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	frame 115 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 115 {
		stop();
	}
	frame 115 {
		dist = 0;
		xspeed = -4;
		coins = 0;
	}
	instance bg of movieClip 978	{
		onClipEvent (enterFrame) {
			if (_root.daytime == 1) {
				gotoAndStop(1);
			}
			if (_root.daytime == 2) {
				gotoAndStop(2);
			}
			if (_root.daytime == 3) {
				gotoAndStop(3);
			}
		}
	}
	instance of movieClip 1162	{
		onClipEvent (enterFrame) {
			_rotation = -_parent._rotation;
		}
	}
	instance of movieClip 411	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl > 1500) {
				_root.stalvl = 1500;
			}
			if (_root.runlvl > 1500) {
				_root.runlvl = 1500;
			}
			if (_root.flylvl > 1500) {
				_root.flylvl = 1500;
			}
			if (_root.swilvl > 1500) {
				_root.swilvl = 1500;
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.stalvl = _root.stalvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.seed = _root.seed;
				game.data.skill = _root.skill;
				game.data.money = _root.money;
				game.data.colour = _root.colour;
				game.data.hat = _root.hat;
				game.flush();
				delay = 100;
			}
		}
	}
	frame 116 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 116 {
		stop();
	}
	frame 116 {
		dist = 0;
		yspeed = 3 + climblevel / 10;
		if (_root.xtrain == 1) {
			yspeed = 3 + climblevel / 5;
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = -4;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = Math.random() * 200;
			}
		}
	}
	instance coin of movieClip 416	{
		onClipEvent (enterFrame) {
			if (!_root.walls.hitTest(_x, _y, true)) {
				_y = _y + int(_root.yspeed);
			}
			if (_y > 500) {
				_y = _y - (Math.random() * 500 + 600);
				_x = Math.random() * 640;
			}
			if (_root.walls.hitTest(_x, _y, true)) {
				_x = Math.random() * 1000 - 200;
			}
			if (this.hitTest(_root.chick)) {
				play();
				_y = 501;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 200;
			_root.shad._x = _x;
			_root.bg._x = _x;
			_root.scoreclip._x = _x;
			_root.energy._x = _x;
		}
	}
	movieClip 1535	{
	}
	instance chick of movieClip 1535	{
		onClipEvent (load) {
			targrot = 10;
			where = 2;
			xspeed = 0;
			yspeed = 0;
			_root.scoreclip.dist = 0;
			_root.dist = 0;
		}
		onClipEvent (enterFrame) {
			oldx = _x;
			if (_y > 500) {
				_root.nextFrame();
			}
			_root.dist = Number(_root.scoreclip.dist + _root.yspeed / 4);
			_root.scoreclip.dist = Math.round(_root.dist);
			_root.scoreclip.speed = Math.round(_root.yspeed) + 'MPH';
			_root.yspeed = Number(_root.yspeed + 0.002);
			_root.where = where;
			_y = _y + yspeed;
			_x = _x + xspeed;
			if (_y > 250) {
				yspeed -= 1;
			}
			if (Key.isDown(37)) {
				if (_root.walls.hitTest(_x - 22, _y, true) or _root.walls.hitTest(_x + 22, _y, true)) {
					where = 1;
				}
			}
			if (Key.isDown(39)) {
				if (_root.walls.hitTest(_x - 22, _y, true) or _root.walls.hitTest(_x + 22, _y, true)) {
					where = 2;
				}
			}
			if (_root.walls.hitTest(_x - 22, _y, true) or _root.walls.hitTest(_x + 22, _y, true)) {
				yspeed = 0;
				if (_y > 300) {
					_y = _y - 6;
				}
			} else {
				yspeed += 1.5;
			}
			if (where == 1) {
				gotoAndStop(2);
				if (!_root.walls.hitTest(_x - 17, _y, true)) {
					_x = _x - 12;
				}
				while (_root.walls.hitTest(_x - 17, _y, true)) {
					_x = _x + 1;
				}
				if (!_root.walls.hitTest(_x - 25, _y - 20, true)) {
					_y = _y + yspeed;
				}
			}
			if (where == 2) {
				gotoAndStop(1);
				if (!_root.walls.hitTest(_x + 17, _y, true)) {
					_x = _x + 12;
				}
				while (_root.walls.hitTest(_x + 17, _y, true)) {
					_x = _x - 1;
				}
				if (!_root.walls.hitTest(_x + 25, _y - 20, true)) {
					_y = _y + yspeed;
				}
			}
			while (_root.walls.hitTest(_x, _y - 28, true)) {
				_y = _y + 1;
			}
			newx = _x;
			_rotation = _rotation + ((newx - oldx) * 10 - _rotation) / 4;
			if (_rotation > 90) {
				_rotation = 90;
			}
			if (_rotation < -90) {
				_rotation = -90;
			}
		}
	}
	frame 117 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 117 {
		stop();
	}
	frame 117 {
		xp = Math.round(dist / 50);
		clilvl = Number(clilvl + _root.dist / 50);
		dist = Math.round(dist);
		_root.money = Number(_root.coins + _root.money);
		walls.part1._x = 0;
		walls.part2._x = 0;
		scoreclip._alpha = 0;
		clvl = Math.floor(clilvl / 10);
		tlvl = clvl + runninglevel + swimlevel + flyinglevel;
		kongregate.stats.submit('ClimbingLevel', clvl);
		kongregate.stats.submit('TotalLevel', tlvl);
	}
	instance of movieClip 344	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > _root.maxi * 10) {
				_root.stalvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	button 1540 {
		on (release) {
			gotoAndStop(115);
		}
		on (keyPress '<Space>') {
			gotoAndStop(115);
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.climblevel * 1.333333;
			_root.climblevel = Math.floor(_root.clilvl / 10);
		}
	}
	frame 118 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	button 1546 {
		on (release) {
			if (_root.race >= 6) {
				gotoAndStop(119);
			}
		}
	}
	button 1547 {
		on (release) {
			if (_root.race >= 9) {
				gotoAndStop(126);
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 8) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 6) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 11) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 9) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	frame 119 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	button 1548 {
		on (release) {
			gotoAndStop(118);
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 6) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 6) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 7) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 7) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 8) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 8) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	button 1549 {
		on (release) {
			if (_root.race >= 6) {
				gotoAndStop(120);
			}
		}
	}
	button 1550 {
		on (release) {
			if (_root.race >= 7) {
				gotoAndStop(122);
			}
		}
	}
	button 1551 {
		on (release) {
			if (_root.race >= 8) {
				gotoAndStop(124);
			}
		}
	}
	frame 120 {
		if (music._currentframe !== 5) {
			stopAllSounds();
			music.gotoAndStop(5);
		}
	}
	frame 120 {
		enelvl = 600;
		go = 0;
	}
	instance of movieClip 1041	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance terrain of movieClip 1043	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			if (_x < -440) {
				_x = -440;
			}
			if (_x > -90) {
				_x = -90;
			}
			_root.energy._x = _x;
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance chick3 of movieClip 1089	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 1197	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick2 of movieClip 1126	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 1166	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	frame 121 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 121 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 6) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 7;
				game.flush();
				_root.race = 7;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	button 1552 {
		on (release) {
			gotoAndStop(119);
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(9);
			}
			if (_root.first == 2) {
				gotoAndStop(10);
			}
			if (_root.first == 3) {
				gotoAndStop(8);
			}
			if (_root.first == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(9);
			}
			if (_root.second == 2) {
				gotoAndStop(10);
			}
			if (_root.second == 3) {
				gotoAndStop(8);
			}
			if (_root.second == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(9);
			}
			if (_root.third == 2) {
				gotoAndStop(10);
			}
			if (_root.third == 3) {
				gotoAndStop(8);
			}
			if (_root.third == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(9);
			}
			if (_root.forth == 2) {
				gotoAndStop(10);
			}
			if (_root.forth == 3) {
				gotoAndStop(8);
			}
			if (_root.forth == 4) {
				gotoAndStop(7);
			}
		}
	}
	frame 122 {
		if (music._currentframe !== 5) {
			stopAllSounds();
			music.gotoAndStop(5);
		}
	}
	frame 122 {
		enelvl = 650;
		go = 0;
	}
	instance terrain of movieClip 1043	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			if (_x < 815) {
				_x = 815;
			}
			if (_x > 1390) {
				_x = 1390;
			}
			_root.energy._x = _x;
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance chick3 of movieClip 1089	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 1197	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick2 of movieClip 1126	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 1166	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	instance of movieClip 1041	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	frame 123 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 123 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 7) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 8;
				game.flush();
				_root.race = 8;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(9);
			}
			if (_root.first == 2) {
				gotoAndStop(10);
			}
			if (_root.first == 3) {
				gotoAndStop(8);
			}
			if (_root.first == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(9);
			}
			if (_root.second == 2) {
				gotoAndStop(10);
			}
			if (_root.second == 3) {
				gotoAndStop(8);
			}
			if (_root.second == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(9);
			}
			if (_root.third == 2) {
				gotoAndStop(10);
			}
			if (_root.third == 3) {
				gotoAndStop(8);
			}
			if (_root.third == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(9);
			}
			if (_root.forth == 2) {
				gotoAndStop(10);
			}
			if (_root.forth == 3) {
				gotoAndStop(8);
			}
			if (_root.forth == 4) {
				gotoAndStop(7);
			}
		}
	}
	frame 124 {
		if (music._currentframe !== 5) {
			stopAllSounds();
			music.gotoAndStop(5);
		}
	}
	frame 124 {
		enelvl = 700;
		go = 0;
	}
	instance terrain of movieClip 1043	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			if (_x < -965) {
				_x = -965;
			}
			if (_x > 1785) {
				_x = 1785;
			}
			_root.energy._x = _x;
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance chick3 of movieClip 1089	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 1197	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick2 of movieClip 1126	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 1166	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	instance of movieClip 1041	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	frame 125 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 125 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 8) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 9;
				game.flush();
				_root.race = 9;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(9);
			}
			if (_root.first == 2) {
				gotoAndStop(10);
			}
			if (_root.first == 3) {
				gotoAndStop(8);
			}
			if (_root.first == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(9);
			}
			if (_root.second == 2) {
				gotoAndStop(10);
			}
			if (_root.second == 3) {
				gotoAndStop(8);
			}
			if (_root.second == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(9);
			}
			if (_root.third == 2) {
				gotoAndStop(10);
			}
			if (_root.third == 3) {
				gotoAndStop(8);
			}
			if (_root.third == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(9);
			}
			if (_root.forth == 2) {
				gotoAndStop(10);
			}
			if (_root.forth == 3) {
				gotoAndStop(8);
			}
			if (_root.forth == 4) {
				gotoAndStop(7);
			}
		}
	}
	frame 126 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 9) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 9) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 10) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 10) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 11) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 11) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	button 1559 {
		on (release) {
			if (_root.race >= 9) {
				gotoAndStop(127);
			}
		}
	}
	button 1560 {
		on (release) {
			if (_root.race >= 10) {
				gotoAndStop(129);
			}
		}
	}
	button 1561 {
		on (release) {
			if (_root.race >= 11) {
				gotoAndStop(131);
			}
		}
	}
	frame 127 {
		if (music._currentframe !== 5) {
			stopAllSounds();
			music.gotoAndStop(5);
		}
	}
	frame 127 {
		enelvl = 800;
		go = 0;
	}
	
	// unknown tag 88 length 117
	instance of movieClip 1041	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 1236	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance of movieClip 1238	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_y = _y + (_root.chick._y - _y) / 16;
			if (_x < -2230) {
				_x = -2230;
			}
			if (_x > 2000) {
				_x = 2000;
			}
			if (_y > 240) {
				_y = 240;
			}
			_root.energy._x = _x;
			_root.energy._y = _y - 210;
		}
	}
	instance chick3 of movieClip 1089	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 1197	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick2 of movieClip 1126	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 1166	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				sb = 1.5;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				fb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	frame 128 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 128 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 9) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 10;
				game.flush();
				_root.race = 10;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	button 1566 {
		on (release) {
			gotoAndStop(126);
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(9);
			}
			if (_root.first == 2) {
				gotoAndStop(10);
			}
			if (_root.first == 3) {
				gotoAndStop(8);
			}
			if (_root.first == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(9);
			}
			if (_root.second == 2) {
				gotoAndStop(10);
			}
			if (_root.second == 3) {
				gotoAndStop(8);
			}
			if (_root.second == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(9);
			}
			if (_root.third == 2) {
				gotoAndStop(10);
			}
			if (_root.third == 3) {
				gotoAndStop(8);
			}
			if (_root.third == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(9);
			}
			if (_root.forth == 2) {
				gotoAndStop(10);
			}
			if (_root.forth == 3) {
				gotoAndStop(8);
			}
			if (_root.forth == 4) {
				gotoAndStop(7);
			}
		}
	}
	frame 129 {
		if (music._currentframe !== 5) {
			stopAllSounds();
			music.gotoAndStop(5);
		}
	}
	frame 129 {
		enelvl = 850;
		go = 0;
	}
	instance of movieClip 1041	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			_y = _y + (_root.chick._y - _y) / 16;
			if (_x < 1050) {
				_x = 1050;
			}
			if (_x > 2000) {
				_x = 2000;
			}
			if (_y > 240) {
				_y = 240;
			}
			_root.energy._x = _x;
			_root.energy._y = _y - 210;
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 1236	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance of movieClip 1238	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance chick3 of movieClip 1089	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 1197	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick2 of movieClip 1126	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 1166	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	frame 130 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 130 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 10) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 11;
				game.flush();
				_root.race = 11;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(9);
			}
			if (_root.first == 2) {
				gotoAndStop(10);
			}
			if (_root.first == 3) {
				gotoAndStop(8);
			}
			if (_root.first == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(9);
			}
			if (_root.second == 2) {
				gotoAndStop(10);
			}
			if (_root.second == 3) {
				gotoAndStop(8);
			}
			if (_root.second == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(9);
			}
			if (_root.third == 2) {
				gotoAndStop(10);
			}
			if (_root.third == 3) {
				gotoAndStop(8);
			}
			if (_root.third == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(9);
			}
			if (_root.forth == 2) {
				gotoAndStop(10);
			}
			if (_root.forth == 3) {
				gotoAndStop(8);
			}
			if (_root.forth == 4) {
				gotoAndStop(7);
			}
		}
	}
	frame 131 {
		if (music._currentframe !== 5) {
			stopAllSounds();
			music.gotoAndStop(5);
		}
	}
	frame 131 {
		enelvl = 900;
		go = 0;
	}
	instance of movieClip 1041	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			_y = _y + (_root.chick._y - _y) / 16;
			if (_x < -2230) {
				_x = -2230;
			}
			if (_x > 2000) {
				_x = 2000;
			}
			if (_y > 240) {
				_y = 240;
			}
			_root.energy._x = _x;
			_root.energy._y = _y - 210;
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 1236	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance chick3 of movieClip 1089	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 1197	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick2 of movieClip 1126	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 1166	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	instance of movieClip 1238	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	frame 132 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 132 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 11) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 12;
				game.flush();
				_root.race = 12;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance of movieClip 816	{
		onClipEvent (release) {
			if (_currentframe == 1) {
				_root.gotoAndStop(126);
			} else {
				_root.nextFrame();
			}
		}
		onClipEvent (enterFrame) {
			if (_root.race > 11) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(9);
			}
			if (_root.first == 2) {
				gotoAndStop(10);
			}
			if (_root.first == 3) {
				gotoAndStop(8);
			}
			if (_root.first == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(9);
			}
			if (_root.second == 2) {
				gotoAndStop(10);
			}
			if (_root.second == 3) {
				gotoAndStop(8);
			}
			if (_root.second == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(9);
			}
			if (_root.third == 2) {
				gotoAndStop(10);
			}
			if (_root.third == 3) {
				gotoAndStop(8);
			}
			if (_root.third == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(9);
			}
			if (_root.forth == 2) {
				gotoAndStop(10);
			}
			if (_root.forth == 3) {
				gotoAndStop(8);
			}
			if (_root.forth == 4) {
				gotoAndStop(7);
			}
		}
	}
	frame 133 {
		if (music._currentframe !== 1) {
			stopAllSounds();
			music.gotoAndStop(1);
		}
	}
	frame 133 {
		stop();
	}
	movieClip 1573	{
	}
	frame 134 {
		if (music._currentframe !== 11) {
			stopAllSounds();
			music.gotoAndStop(11);
		}
	}
	frame 134 {
		if (dt == 1) {
			title = 'YOUR BABY DUCK IS NOW A STRONG DUCK';
		}
		if (dt == 2) {
			title = 'YOUR BABY DUCK IS NOW A LANKY DUCK';
		}
		if (dt == 3) {
			title = 'YOUR BABY DUCK IS NOW A UGLY DUCK';
		}
		if (dt == 4) {
			title = 'YOUR BABY DUCK IS NOW A BIRDY DUCK';
		}
		kongregate.stats.submit('SecondEvolution', 1);
	}
	movieClip 1575	{
	}
	frame 135 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 135 {
		stop();
	}
	instance corn2 of movieClip 254	{
		onClipEvent (load) {
			drag = false;
			yspeed = 0;
			xspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_x < -960) {
				_x = -60;
			}
			if (_x == -20 and drag == false) {
				xspeed = 0;
			}
			if (_x < -10) {
				_y = 400;
			}
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe == 1 and _root.chick.qwe._currentframe > 8) {
					_root.chick._x += 50;
				}
				if (_root.chick._currentframe == 2 and _root.chick.qwe._currentframe > 8) {
					_root.chick._x -= 50;
				}
				_root.chick.skill = 1;
				if (_x > _root.chick._x) {
					_root.chick.gotoAndStop(3);
				}
				if (_x < _root.chick._x) {
					_root.chick.gotoAndStop(4);
				}
				_x = -860;
				drag = false;
				xspeed = 10;
			}
			_x = _x + xspeed;
			_y = _y + yspeed;
			if (drag == true) {
				xspeed = -(_x - _root._xmouse) / 2;
				yspeed = -(_y - _root._ymouse) / 2;
			}
			if (drag == false) {
				yspeed += 1;
				if (_y > 420) {
					_y = 420;
					yspeed = -yspeed / 2;
				}
				if (_x > 740) {
					_x = 740;
					xspeed = -xspeed / 2;
				}
			}
		}
		onClipEvent (mouseUp) {
			if (drag == true) {
				drag = false;
			}
		}
		onClipEvent (press) {
			drag = true;
		}
	}
	instance corn of movieClip 254	{
		onClipEvent (load) {
			drag = false;
			yspeed = 0;
			xspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_x > 1710) {
				_x = 810;
			}
			if (_x == 770 and drag == false) {
				xspeed = 0;
			}
			if (_x > 760) {
				_y = 400;
			}
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe == 1 and _root.chick.qwe._currentframe > 8) {
					_root.chick._x += 50;
				}
				if (_root.chick._currentframe == 2 and _root.chick.qwe._currentframe > 8) {
					_root.chick._x -= 50;
				}
				_root.chick.skill = 0;
				if (_x > _root.chick._x) {
					_root.chick.gotoAndStop(3);
				}
				if (_x < _root.chick._x) {
					_root.chick.gotoAndStop(4);
				}
				_x = 1500;
				drag = false;
				xspeed = -10;
			}
			_x = _x + xspeed;
			_y = _y + yspeed;
			if (drag == true) {
				xspeed = -(_x - _root._xmouse) / 2;
				yspeed = -(_y - _root._ymouse) / 2;
			}
			if (drag == false) {
				yspeed += 1;
				if (_y > 420) {
					_y = 420;
					yspeed = -yspeed / 2;
				}
				if (_x < 10) {
					_x = 10;
					xspeed = -xspeed / 2;
				}
			}
		}
		onClipEvent (mouseUp) {
			if (drag == true) {
				drag = false;
			}
		}
		onClipEvent (press) {
			drag = true;
		}
	}
	instance of movieClip 265	{
		onClipEvent (press) {
			if (_root.corn2._x > -360 and _root.corn2._x < 0 and _root.money > 14) {
				_root.corn2._x = 67;
				_root.corn2._y = 325;
				_root.corn2.xspeed = 0;
				_root.corn2.yspeed = 5;
				_root.money = Number(_root.money - 15);
			}
			if (_root.corn2._x > -360 and _root.corn2._x < 0 and _root.freeseed == 1) {
				_root.corn2._x = 67;
				_root.corn2._y = 325;
				_root.corn2.xspeed = 0;
				_root.corn2.yspeed = 5;
			}
		}
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'SuperSeed - this greatly increases my energy level. Click to dispense';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
		onClipEvent (enterFrame) {
			if (_root.freeseed == 1) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 326	{
		onClipEvent (press) {
			if (_root.corn._x < 1000 and _root.corn._x > 750 and _root.money > 0) {
				_root.corn._x = 683;
				_root.corn._y = 325;
				_root.corn.xspeed = 0;
				_root.corn.yspeed = 5;
				_root.money = Number(_root.money - 1);
			}
			if (_root.corn._x < 1000 and _root.corn._x > 750 and _root.freeseed == 1) {
				_root.corn._x = 683;
				_root.corn._y = 325;
				_root.corn.xspeed = 0;
				_root.corn.yspeed = 5;
			}
		}
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'Seed - this increases my energy level. Click to dispense';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
		onClipEvent (enterFrame) {
			if (_root.freeseed == 1) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.runninglevel / 1.5;
			_root.runninglevel = Math.floor(_root.runlvl / 10);
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.climblevel / 1.5;
			_root.climblevel = Math.floor(_root.clilvl / 10);
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 332	{
		onClipEvent (enterFrame) {
			this._xscale = _root.staminalevel * 2;
			_root.staminalevel = Math.floor(_root.stalvl / 10);
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.flyinglevel / 1.5;
			_root.flyinglevel = Math.floor(_root.flylvl / 10);
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.swimlevel / 1.5;
			_root.swimlevel = Math.floor(_root.swilvl / 10);
		}
	}
	instance of movieClip 344	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > 500) {
				_root.stalvl = 500;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	button 1578 {
		on (release) {
			gotoAndStop(149);
		}
		on (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'The quest to become world champion starts here. Don\'t forget to train first!';
		}
		on (rollOut) {
			_root.speech._visible = false;
		}
	}
	button 1579 {
		on (release) {
			if (_root.race < 12) {
				gotoAndStop(136);
			} else {
				_root.speech.data = 'CLOSED - You are too good for advanced training. Try entering the professional league';
			}
		}
		on (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'Train me to increase my skill levels so I will perform better in races!';
		}
		on (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance speech of movieClip 375	{
		onClipEvent (load) {
			_visible = false;
			stop();
		}
		onClipEvent (enterFrame) {
			if (_x > 470) {
				gotoAndStop(2);
			}
			if (_x < 270) {
				gotoAndStop(1);
			}
			_x = _x + (_root.chick._x - _x) / 20;
			_y = _y + (_root.chick._y - _y) / 20;
		}
	}
	instance of movieClip 840	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x + _root.chick.qwe._x, _root.chick._y + _root.chick.qwe._y + 25, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
			}
		}
	}
	movieClip 1580	{
	}
	movieClip 1581	{
	}
	movieClip 1586	{
		frame 1 {
			stop();
		}
		instance of movieClip 1580	{
			onClipEvent (load) {
				num = 0;
			}
			onClipEvent (enterFrame) {
				if (_parent._parent._x < 530 or _parent._parent._currentframe == 2) {
					if (_parent._parent._x > 110 or _parent._parent._currentframe == 1) {
						num = Math.round(Math.random() * 40);
						if (num == 5) {
							_parent.play();
							num = 0;
						}
						if (_root.corn._x < 640) {
							_parent.play();
							num = 0;
						}
						if (_root.corn2._x > 0) {
							_parent.play();
							num = 0;
						}
					}
				}
			}
		}
		instance of movieClip 1581	{
			onClipEvent (load) {
				_rotation = 0;
			}
			onClipEvent (enterFrame) {
				if (_parent._parent._currentframe == 1) {
					if (_root.corn._x < 640 and _root.corn.drag == false or _root.corn2._x > 0 and _root.corn2.drag == false) {
					} else {
						rx = _root._xmouse;
						ry = _root._ymouse;
						cx = _parent._parent._x + _parent._x + _x;
						cy = _parent._parent._y + _parent._y + _y;
						angle = Math.atan2(ry - cy, rx - cx) / 0.0174532925199433;
						roto = angle;
						_rotation = roto;
					}
				}
				if (_parent._parent._currentframe == 2) {
					if (_root.corn._x < 640 and _root.corn.drag == false) {
					} else {
						rx = _root._xmouse;
						ry = _root._ymouse;
						cx = _parent._parent._x + _parent._x + _x;
						cy = _parent._parent._y + _parent._y + _y;
						angle = Math.atan2(ry - cy, rx - cx) / 0.0174532925199433;
						_rotation = -angle + 180;
					}
				}
			}
		}
		frame 12 {
			if (_root._currentframe == 135) {
				if (_parent._currentframe == 1) {
					_parent._x += 50;
				}
				if (_parent._currentframe == 2) {
					_parent._x -= 50;
				}
			} else {
				_x = _x + 50;
			}
			gotoAndStop(1);
		}
	}
	movieClip 1587	{
	}
	movieClip 1589	{
	}
	movieClip 1591	{
	}
	movieClip 1593	{
	}
	movieClip 1594	{
		instance of movieClip 1587	{
			onClipEvent (load) {
				if (_parent._parent.skill == 1) {
					gotoAndStop(2);
				} else {
					gotoAndStop(1);
				}
			}
		}
		frame 10 {
			if (_parent.skill == 1) {
				_root.stalvl = Number(_root.stalvl + 8);
			}
			_root.stalvl = Number(_root.stalvl + 2);
		}
		instance of movieClip 1591	{
			onClipEvent (load) {
				if (_parent._parent.skill == 1) {
					gotoAndStop(2);
				} else {
					gotoAndStop(1);
				}
			}
		}
		frame 29 {
			if (_parent.skill == 1) {
				_root.stalvl = Number(_root.stalvl + 8);
			}
			_root.stalvl = Number(_root.stalvl + 2);
		}
		instance of movieClip 1593	{
			onClipEvent (load) {
				if (_parent._parent.skill == 1) {
					gotoAndStop(2);
				} else {
					gotoAndStop(1);
				}
			}
		}
		frame 49 {
			if (_parent.skill == 1) {
				_root.stalvl = Number(_root.stalvl + 8);
			}
			_root.stalvl = Number(_root.stalvl + 2);
		}
		frame 60 {
			if (_root._xmouse > _root.chick._x) {
				_parent.gotoAndStop(1);
			}
			if (_root._xmouse < _root.chick._x) {
				_parent.gotoAndStop(2);
			}
			_root.corn._x = 700;
		}
	}
	movieClip 1595	{
		frame 1 {
			stop();
		}
		instance qwe of movieClip 1586	{
			onClipEvent (enterFrame) {
				if (_root.corn._x < 640) {
					if (_root.corn._x < _parent._x) {
						if (_currentframe == 1) {
							_parent.nextFrame();
						}
					}
				} else {
					if (_root.corn2._x > 0) {
						if (_root.corn2._x < _parent._x) {
							if (_currentframe == 1) {
								_parent.nextFrame();
							}
						}
					} else {
						if (_root._xmouse < _parent._x) {
							if (_currentframe == 1) {
								_parent.nextFrame();
							}
						}
					}
				}
			}
		}
		frame 2 {
			stop();
		}
		instance qwe of movieClip 1586	{
			onClipEvent (enterFrame) {
				if (_root.corn._x < 640) {
					if (_root.corn._x > _parent._x) {
						if (_currentframe == 1) {
							_parent.prevFrame();
						}
					}
				} else {
					if (_root.corn2._x > 0) {
						if (_root.corn2._x > _parent._x) {
							if (_currentframe == 1) {
								_parent.prevFrame();
							}
						}
					} else {
						if (_root._xmouse > _parent._x) {
							if (_currentframe == 1) {
								_parent.prevFrame();
							}
						}
					}
				}
			}
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
	}
	instance chick of movieClip 1595	{
		onClipEvent (load) {
			yspeed = 0;
			skill = 0;
		}
		onClipEvent (enterFrame) {
			_y = _y + yspeed;
			yspeed += 1;
		}
	}
	instance of movieClip 344	{
		onClipEvent (enterFrame) {
			_root.clibonus = '';
			_root.runbonus = '';
			_root.flybonus = '';
			_root.swibonus = '';
			if (_root.dt == 1) {
				_root.clibonus = '+' + (Math.round(_root.climblevel * 1.5) - _root.climblevel);
				_root.flybonus = Math.round(_root.flyinglevel * 0.9) - _root.flyinglevel;
			}
			if (_root.dt == 2) {
				_root.runbonus = '+' + (Math.round(_root.runninglevel * 1.25) - _root.runninglevel);
				_root.flybonus = Math.round(_root.flyinglevel * 0.9) - _root.flyinglevel;
				_root.clibonus = Math.round(_root.climblevel * 0.9) - _root.climblevel;
				_root.swibonus = '+' + (Math.round(_root.swimlevel * 1.25) - _root.swimlevel);
			}
			if (_root.dt == 4) {
				_root.runbonus = Math.round(_root.runninglevel * 0.9) - _root.runninglevel;
				_root.clibonus = Math.round(_root.climblevel * 0.9) - _root.climblevel;
				_root.swibonus = '+' + (Math.round(_root.swimlevel * 1.5) - _root.swimlevel);
			}
			if (_root.dt == 3) {
				_root.runbonus = Math.round(_root.runninglevel * 0.9) - _root.runninglevel;
				_root.clibonus = Math.round(_root.climblevel * 0.9) - _root.climblevel;
				_root.flybonus = '+' + (Math.round(_root.flyinglevel * 1.5) - _root.flyinglevel);
			}
		}
	}
	instance of movieClip 365	{
		onClipEvent (rollOver) {
			_alpha = 50;
		}
		onClipEvent (releaseOutside, rollOut) {
			_alpha = 100;
		}
		onClipEvent (release) {
			if (_root.playsounds == true) {
				_root.playsounds = false;
			} else {
				if (_root.playsounds == false) {
					_root.playsounds = true;
					_root.music.gotoAndStop(4);
				}
			}
		}
		onClipEvent (load) {
			if (_root.playsounds == true) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
		onClipEvent (enterFrame) {
			if (_root.playsounds == true) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'Energy is needed to complete races. To train it, just feed your duck some seed or skill seed';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'This is how many coins you have to spend on seed. Collect coins during training!';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			if (_root.clibonus == '') {
				_root.speech.data = 'Your skill in climbing up cliffs! Train this for speedier climbs!';
			} else {
				_root.speech.data = 'Your skill in climbing up cliffs! The ' + _root.clibonus + ' is your evolution type bonus';
			}
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			if (_root.flybonus == '') {
				_root.speech.data = 'Your skill in flying! Train it to fly further and faster!';
			} else {
				_root.speech.data = 'Your skill in flying! The ' + _root.flybonus + ' is your evolution type bonus';
			}
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			if (_root.runbonus == '') {
				_root.speech.data = 'Your skill in running! Train it for faster running (or hopping) in races!';
			} else {
				_root.speech.data = 'Your skill in running! The ' + _root.runbonus + ' is your evolution type bonus';
			}
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			if (_root.swibonus == '') {
				_root.speech.data = 'Your swimming level is how good you are at swimming. Train it to go faster in water!';
			} else {
				_root.speech.data = 'Your skill in swimming! The ' + _root.swibonus + ' is your evolution type bonus';
			}
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 83	{
		onClipEvent (release) {
			getURL('http://www.wixgames.co.uk', '_blank');
		}
		onClipEvent (rollOver) {
			_alpha = 50;
		}
		onClipEvent (releaseOutside, rollOut) {
			_alpha = 100;
		}
	}
	frame 136 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	button 1605 {
		on (release) {
			gotoAndStop(143);
		}
	}
	button 1606 {
		on (release) {
			gotoAndStop(146);
		}
	}
	button 1607 {
		on (release) {
			gotoAndStop(140);
		}
	}
	button 1608 {
		on (release) {
			gotoAndStop(137);
		}
	}
	frame 137 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 137 {
		stop();
		coins = 0;
	}
	movieClip 1610	{
	}
	movieClip 1611	{
		frame 1 {
			stop();
		}
		frame 15 {
			_root.nextFrame();
		}
	}
	instance chick of movieClip 1611	{
		onClipEvent (keyPress '<Space>') {
			play();
		}
		onClipEvent (rollOver) {
			this.useHandCursor = false;
		}
	}
	instance of movieClip 411	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl > 1500) {
				_root.stalvl = 1500;
			}
			if (_root.runlvl > 1500) {
				_root.runlvl = 1500;
			}
			if (_root.flylvl > 1500) {
				_root.flylvl = 1500;
			}
			if (_root.swilvl > 1500) {
				_root.swilvl = 1500;
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.stalvl = _root.stalvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.seed = _root.seed;
				game.data.skill = _root.skill;
				game.data.money = _root.money;
				game.data.colour = _root.colour;
				game.data.hat = _root.hat;
				game.flush();
				delay = 100;
			}
		}
	}
	frame 138 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 138 {
		dist = 0;
	}
	instance of movieClip 174	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			_x = _x - _root.xspeed / 10;
		}
	}
	instance of movieClip 829	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			if (_x > 0) {
				_x = _x - 750;
			}
			_x = _x - _root.xspeed / 2;
		}
	}
	instance of movieClip 416	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
			if (this.hitTest(_root.chick)) {
				play();
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 1140;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 1140;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	instance rock of movieClip 898	{
		onClipEvent (load) {
			_x = 1000 + (20 + _root.flylvl / 10) * 100;
			_y = 125 + Math.round(Math.random() * 225);
		}
		onClipEvent (enterFrame) {
			_root.warning._y = _y;
			_x = _x - _root.xspeed;
			if (_x < -170) {
				_x = Math.random() * 2000 + 750 + _root.xspeed * 100;
				_y = 125 + Math.round(Math.random() * 225);
			}
			if (_x > 1000 and _x < 640 + _root.xspeed * 50) {
				_root.warning.play();
			}
			_root.bgrr._x = _x;
		}
	}
	movieClip 1616	{
	}
	movieClip 1617	{
		frame 30 {
			stop();
		}
	}
	instance chick of movieClip 1617	{
		onClipEvent (load) {
			xspeed = 20 + _root.flylvl / 10;
			if (_root.xtrain == 1) {
				xspeed = 20 + _root.flylvl / 5;
			}
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (xspeed < 0 and _root.a3 < 1) {
				_root.a3 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a3 = 1;
				game.flush();
			}
			_root.speed = Math.round(_root.xspeed / 2) + 'MPH';
			if (_root.rock.hitTest(_x + 30, _y, true) or _root.rock.hitTest(_x + 30, _y + 15, true) or _root.rock.hitTest(_x + 30, _y - 15, true)) {
				_x = _x - _root.xspeed;
			}
			if (_root.rock.hitTest(_x + 30, _y + 15, true)) {
				_root.nextFrame();
			}
			if (_root.rock.hitTest(_x + 30, _y - 15, true)) {
				_root.nextFrame();
			}
			if (_x < -20) {
				_root.nextFrame();
			}
			if (_y < 25) {
				_y = 25;
				yspeed = 0;
			}
			if (_y > 500) {
				_root.nextFrame();
			}
			if (_rotation < -90) {
				_rotation = -90;
			}
			if (_rotation > 90) {
				_rotation = 90;
			}
			_root.dist = Number(_root.dist + Math.round(xspeed));
			xspeed *= 0.999;
			_y = _y + yspeed;
			speed = 20 - xspeed;
			if (speed < 0) {
				speed = 0;
			}
			yspeed += speed / 40;
			_root.xspeed = xspeed;
			if (Key.isDown(38)) {
				yspeed -= 0.5;
				xspeed -= 0.05;
			}
			if (Key.isDown(40)) {
				yspeed += 0.5;
				xspeed += 0.05;
			}
			angle = Math.atan(yspeed / xspeed) / 0.0174532925199433;
			if (xspeed < 0) {
				angle += 180;
			}
			_rotation = angle;
		}
	}
	instance of movieClip 438	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 2000;
				_y = 10 + Math.random() * 420;
			}
			if (this.hitTest(_root.chick)) {
				_root.chick.xspeed += 5;
				play();
				_x = _x + 5000;
				_y = 10 + Math.random() * 420;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	frame 139 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 139 {
		xp = Math.round(dist / 500);
		flylvl = Number(flylvl + _root.dist / 500);
		_root.money = Number(_root.coins + _root.money);
		flvl = Math.floor(flylvl / 10);
		tlvl = flvl + runninglevel + swimlevel + climblevel;
		kongregate.stats.submit('FlyingLevel', flvl);
		kongregate.stats.submit('TotalLevel', tlvl);
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	button 1620 {
		on (release) {
			gotoAndStop(135);
		}
	}
	button 1621 {
		on (release) {
			gotoAndStop(137);
		}
		on (keyPress '<Space>') {
			gotoAndStop(137);
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.flyinglevel * 1.16;
			_root.flyinglevel = Math.floor(_root.flylvl / 10);
		}
	}
	instance of movieClip 344	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > _root.maxi * 10) {
				_root.stalvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	frame 140 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 140 {
		stop();
		dist = 0;
		xp = 0;
		coins = 0;
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 1140;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 1140;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	instance of movieClip 915	{
		onClipEvent (keyPress '<Space>') {
			_root.nextFrame();
		}
		onClipEvent (rollOver) {
			this.useHandCursor = false;
		}
	}
	movieClip 1631	{
		frame 1 {
			_parent.timerstop = 1;
		}
		frame 50 {
			_root.nextFrame();
		}
	}
	movieClip 1632	{
		frame 1 {
			stop();
		}
		frame 12 {
			if (_root._currentframe == 9) {
				if (_parent._currentframe == 1) {
					_parent._x += 50;
				}
				if (_parent._currentframe == 2) {
					_parent._x -= 50;
				}
			} else {
				_x = _x + 50;
			}
			gotoAndStop(1);
		}
		frame 13 {
			dw = 0;
		}
		frame 14 {
			prevFrame();
		}
		frame 16 {
			prevFrame();
		}
	}
	instance chick of movieClip 1632	{
		onClipEvent (load) {
			xspeed = 1;
		}
		onClipEvent (enterFrame) {
			_root.xspeed = xspeed;
			_x = _x - xspeed;
			if (_x < 100) {
				play();
			}
		}
	}
	instance of movieClip 411	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl > 1500) {
				_root.stalvl = 1500;
			}
			if (_root.runlvl > 1500) {
				_root.runlvl = 1500;
			}
			if (_root.flylvl > 1500) {
				_root.flylvl = 1500;
			}
			if (_root.swilvl > 1500) {
				_root.swilvl = 1500;
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.stalvl = _root.stalvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.seed = _root.seed;
				game.data.skill = _root.skill;
				game.data.money = _root.money;
				game.data.colour = _root.colour;
				game.data.hat = _root.hat;
				game.flush();
				delay = 100;
			}
		}
	}
	frame 141 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 141 {
		stop();
	}
	instance of movieClip 416	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 1140;
				_y = 150 + Math.random() * 230;
			}
			if (this.hitTest(_root.chick)) {
				play();
				_x = _x + 940;
				_y = 150 + Math.random() * 230;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance of movieClip 416	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 1140;
				_y = 150 + Math.random() * 230;
			}
			if (this.hitTest(_root.chick)) {
				play();
				_x = _x + 940;
				_y = 250 + Math.random() * 130;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance log1 of movieClip 934	{
		onClipEvent (load) {
			yspeed = 0;
			high = 42;
		}
		onClipEvent (enterFrame) {
			high2 = high / 2;
			if (_x < 770) {
				yspeed += 1;
			}
			_y = _y + yspeed;
			if (_root.floor1.hitTest(_x, _y + high2, true) or _root.floor2.hitTest(_x, _y + high2, true)) {
				if (no == 8) {
					yspeed = -yspeed;
				} else {
					yspeed = -yspeed / 2;
				}
			}
			while (_root.floor1.hitTest(_x, _y + high2, true) or _root.floor2.hitTest(_x, _y + high2, true)) {
				_y = _y - 1;
				if (yspeed > 0) {
					yspeed = 0;
				}
			}
			if (this.hitTest(_root.log1)) {
				_x = _x + 1;
			}
			if (no == 8) {
				_x = _x - 5;
			} else {
				_x = _x - _root.xspeed * 2.5;
			}
			_rotation = _rotation - _root.xspeed * 3;
			if (_x < -30) {
				_x = _x + (750 + Math.random() * 640);
				no = Math.ceil(Math.random() * 8);
				yspeed = 0;
				if (no == 1) {
					gotoAndStop(1);
					_y = 398;
					high = 42;
				}
				if (no == 2) {
					gotoAndStop(2);
					_y = 398;
					high = 42;
				}
				if (no == 3) {
					gotoAndStop(3);
					_y = 398;
					high = 42;
				}
				if (no == 4) {
					gotoAndStop(4);
					_y = 398;
					high = 42;
				}
				if (no == 5) {
					gotoAndStop(5);
					_y = 100;
					high = 42;
				}
				if (no == 6) {
					gotoAndStop(6);
					_y = 398;
					high = 42;
				}
				if (no == 7) {
					gotoAndStop(7);
					_y = 200;
					high = 42;
				}
				if (no == 8) {
					gotoAndStop(8);
					_y = 200;
					_x = 1100;
					high = 21;
				}
			}
			if (_root.chick.hitTest(_x - high2, _y, true)) {
				if (_root.chick._currentframe < 13) {
					_root.chick._x -= Number(_root.chick._currentframe * 5);
				}
				_root.chick.gotoAndStop(15);
			}
			if (_root.chick.hitTest(_x, _y - high2, true)) {
				_root.chick._y = _y - (high2 + _root.chick._height / 2 + 2);
				_root.chick.yspeed = -5;
			}
			while (_root.chick.hitTest(_x + high2, _y, true)) {
				_root.chick._x += 2;
			}
		}
	}
	instance of movieClip 934	{
		onClipEvent (load) {
			yspeed = 0;
			high = 42;
		}
		onClipEvent (enterFrame) {
			high2 = high / 2;
			if (_x < 770) {
				yspeed += 1;
			}
			_y = _y + yspeed;
			if (_root.floor1.hitTest(_x, _y + high2, true) or _root.floor2.hitTest(_x, _y + high2, true)) {
				if (no == 8) {
					yspeed = -yspeed;
				} else {
					yspeed = -yspeed / 2;
				}
			}
			while (_root.floor1.hitTest(_x, _y + high2, true) or _root.floor2.hitTest(_x, _y + high2, true)) {
				_y = _y - 1;
				if (yspeed > 0) {
					yspeed = 0;
				}
			}
			if (this.hitTest(_root.log1)) {
				_x = _x + 1;
			}
			if (no == 8) {
				_x = _x - 5;
			} else {
				_x = _x - _root.xspeed * 2.5;
			}
			_rotation = _rotation - _root.xspeed * 3;
			if (_x < -30) {
				_x = _x + (750 + Math.random() * 640);
				no = Math.ceil(Math.random() * 8);
				yspeed = 0;
				if (no == 1) {
					gotoAndStop(1);
					_y = 398;
					high = 42;
				}
				if (no == 2) {
					gotoAndStop(2);
					_y = 398;
					high = 42;
				}
				if (no == 3) {
					gotoAndStop(3);
					_y = 398;
					high = 42;
				}
				if (no == 4) {
					gotoAndStop(4);
					_y = 398;
					high = 42;
				}
				if (no == 5) {
					gotoAndStop(5);
					_y = 100;
					high = 42;
				}
				if (no == 6) {
					gotoAndStop(6);
					_y = 398;
					high = 42;
				}
				if (no == 7) {
					gotoAndStop(7);
					_y = 200;
					high = 42;
				}
				if (no == 8) {
					gotoAndStop(8);
					_y = 200;
					_x = 1100;
					high = 21;
				}
			}
			if (_root.chick.hitTest(_x - high2, _y, true)) {
				if (_root.chick._currentframe < 13) {
					_root.chick._x -= Number(_root.chick._currentframe * 5);
				}
				_root.chick.gotoAndStop(15);
			}
			if (_root.chick.hitTest(_x, _y - high2, true)) {
				_root.chick._y = _y - (high2 + _root.chick._height / 2 + 2);
				_root.chick.yspeed = -5;
			}
			while (_root.chick.hitTest(_x + high2, _y, true)) {
				_root.chick._x += 2;
			}
		}
	}
	instance floor1 of movieClip 937	{
		onClipEvent (load) {
			gotoAndStop(1);
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick._x, _root.chick._y + 27.5, true)) {
				_root.chick.down = 1;
				if (_root.chick._currentframe > 12) {
					_root.chick.gotoAndStop(1);
				}
			}
			while (this.hitTest(_root.chick._x + 20, _root.chick._y, true)) {
				--_root.chick._x;
				_root.chick.dw = 1;
			}
			if (this.hitTest(_root.chick._x + 40, _root.chick._y, true)) {
				_root.chick.dw = 1;
			}
			while (this.hitTest(_root.chick._x, _root.chick._y + 27.5, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
			}
			_x = _x - _root.xspeed;
			if (_x < 0) {
				_x = _x + 1500;
				orew = Math.ceil(Math.random() * 3);
				gotoAndStop(orew);
			}
		}
	}
	instance floor2 of movieClip 937	{
		onClipEvent (load) {
			gotoAndStop(2);
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick._x, _root.chick._y + 27.5, true)) {
				_root.chick.down = 1;
				if (_root.chick._currentframe > 12) {
					_root.chick.gotoAndStop(1);
				}
			}
			while (this.hitTest(_root.chick._x + 20, _root.chick._y, true)) {
				--_root.chick._x;
				_root.chick.dw = 1;
			}
			if (this.hitTest(_root.chick._x + 40, _root.chick._y, true)) {
				_root.chick.dw = 1;
			}
			while (this.hitTest(_root.chick._x, _root.chick._y + 27.5, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
			}
			_x = _x - _root.xspeed;
			if (_x < 0) {
				_x = _x + 1500;
				orew = Math.ceil(Math.random() * 3);
				gotoAndStop(orew);
			}
		}
	}
	instance chick of movieClip 1632	{
		onClipEvent (load) {
			xspeed = 1 + _root.runlvl / 500;
			if (_root.xtrain == 1) {
				xspeed = 1 + _root.runlvl / 250;
			}
			yspeed = 0;
			dw = 0;
		}
		onClipEvent (enterFrame) {
			if (_x < 0) {
				_root.nextFrame();
			}
			if (_y < 0) {
				_root.nextFrame();
			}
			if (_rotation < -90 or _x < -10) {
				_root.nextFrame();
			}
			_root.xspeed = xspeed;
			_root.speed = Math.round(_root.xspeed) + 'MPH';
			if (timerstop !== 1) {
				_root.dist = Number(_root.dist + Math.round(xspeed * 2));
			}
			if (_currentframe < 15) {
				_y = _y + yspeed;
				yspeed += 0.5;
				if (down == 0) {
					_x = _x + xspeed;
					if (_x < 125) {
						_x = _x + 1;
					}
					if (yspeed < 0) {
						gotoAndStop(2);
					}
					if (yspeed > 0 and !_root.floor1.hitTest(_x, _y + 22.5, true)) {
						gotoAndStop(13);
					}
				}
				xspeed += 0.001;
				_x = _x - xspeed;
				if (xspeed > 4) {
					xspeed = 4;
				}
				if (_x < 100 and _currentframe == 1 and dw == 0) {
					play();
				}
				if (Key.isDown(38)) {
					if (down == 1) {
						if (_currentframe == 1 or _currentframe == 2 or _currentframe == 3 or _currentframe == 4 or _currentframe == 5) {
							yspeed = -10;
							down = 0;
							dw = 0;
						}
					}
				}
			} else {
				if (nojump == 1) {
				} else {
					yspeed = -5;
					nojump = 1;
				}
				_y = _y + yspeed;
				yspeed += 1;
				_x = _x - _root.xspeed * 2.5;
				_rotation = _rotation - 10;
			}
		}
	}
	frame 142 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 142 {
		xp = Math.round(dist / 50);
		runlvl = Number(runlvl + _root.dist / 50);
		_root.money = Number(_root.coins + _root.money);
		rlvl = Math.floor(runlvl / 10);
		tlvl = rlvl + flyinglevel + swimlevel + climblevel;
		kongregate.stats.submit('RunningLevel', rlvl);
		kongregate.stats.submit('TotalLevel', tlvl);
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	instance of movieClip 416	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
			if (this.hitTest(_root.chick)) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance of movieClip 416	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
			if (this.hitTest(_root.chick)) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance log1 of movieClip 1362	{
		onClipEvent (load) {
			no = Math.ceil(Math.random() * 7);
			if (no == 1) {
				gotoAndStop(1);
			}
			if (no == 2) {
				gotoAndStop(2);
			}
			if (no == 3) {
				gotoAndStop(3);
			}
			if (no == 4) {
				gotoAndStop(4);
			}
			if (no == 5) {
				gotoAndStop(5);
			}
			if (no == 6) {
				gotoAndStop(6);
			}
			if (no == 7) {
				gotoAndStop(7);
			}
		}
		onClipEvent (enterFrame) {
			_y = _y + 5;
			while (_root.floor1.hitTest(_x, _y + 20, true) or _root.floor2.hitTest(_x, _y + 20, true)) {
				_y = _y - 1;
			}
			if (_y > 400) {
				_y = 400;
			}
			_x = _x - _root.xspeed * 4;
			_rotation = _rotation - _root.xspeed * 8;
			if (_x < -30) {
				_x = _x + (750 + Math.random() * 640);
				no = Math.ceil(Math.random() * 7);
				if (no == 1) {
					gotoAndStop(1);
				}
				if (no == 2) {
					gotoAndStop(2);
				}
				if (no == 3) {
					gotoAndStop(3);
				}
				if (no == 4) {
					gotoAndStop(4);
				}
				if (no == 5) {
					gotoAndStop(5);
				}
				if (no == 6) {
					gotoAndStop(6);
				}
				if (no == 7) {
					gotoAndStop(7);
				}
			}
			if (_root.chick.hitTest(_x - 10, _y, true) or _root.chick.hitTest(_x + 10, _y, true) or _root.chick.hitTest(_x, _y - 20, true)) {
				_root.nextFrame();
			}
		}
	}
	instance of movieClip 1362	{
		onClipEvent (enterFrame) {
			_y = _y + 5;
			while (_root.floor1.hitTest(_x, _y + 20, true) or _root.floor2.hitTest(_x, _y + 20, true)) {
				_y = _y - 1;
			}
			if (_y > 400) {
				_y = 400;
			}
			if (this.hitTest(_root.log1)) {
				_x = _x + 1;
			}
			_x = _x - _root.xspeed * 4;
			_rotation = _rotation - _root.xspeed * 8;
			if (_x < -30) {
				_x = _x + (750 + Math.random() * 640);
				no = Math.ceil(Math.random() * 7);
				if (no == 1) {
					gotoAndStop(1);
				}
				if (no == 2) {
					gotoAndStop(2);
				}
				if (no == 3) {
					gotoAndStop(3);
				}
				if (no == 4) {
					gotoAndStop(4);
				}
				if (no == 5) {
					gotoAndStop(5);
				}
				if (no == 6) {
					gotoAndStop(6);
				}
				if (no == 7) {
					gotoAndStop(7);
				}
			}
			if (_root.chick.hitTest(_x - 10, _y, true) or _root.chick.hitTest(_x + 10, _y, true) or _root.chick.hitTest(_x, _y - 20, true)) {
				_root.nextFrame();
			}
		}
	}
	instance floor1 of movieClip 937	{
		onClipEvent (load) {
			gotoAndStop(1);
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick._x, _root.chick._y + 27.5, true)) {
				_root.chick.down = 1;
				if (_root.chick._currentframe > 12) {
					_root.chick.gotoAndStop(1);
				}
			}
			while (this.hitTest(_root.chick._x, _root.chick._y + 27.5, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
			}
			_x = _x - _root.xspeed;
			if (_x < 0) {
				_x = _x + 1500;
				orew = Math.ceil(Math.random() * 3);
				gotoAndStop(orew);
			}
		}
	}
	instance floor2 of movieClip 937	{
		onClipEvent (load) {
			orew = Math.ceil(Math.random() * 3);
			gotoAndStop(2);
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick._x, _root.chick._y + 27.5, true)) {
				_root.chick.down = 1;
				if (_root.chick._currentframe > 12) {
					_root.chick.gotoAndStop(1);
				}
			}
			while (this.hitTest(_root.chick._x, _root.chick._y + 27.5, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
			}
			_x = _x - _root.xspeed;
			if (_x < 0) {
				_x = _x + 1500;
				orew = Math.ceil(Math.random() * 3);
				gotoAndStop(orew);
			}
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.runninglevel * 1.16;
			_root.runninglevel = Math.floor(_root.runlvl / 10);
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	button 1641 {
		on (release) {
			gotoAndStop(140);
		}
		on (keyPress '<Space>') {
			gotoAndStop(140);
		}
	}
	instance of movieClip 344	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > _root.maxi * 10) {
				_root.stalvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	frame 143 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 143 {
		stop();
	}
	frame 143 {
		dist = 0;
		xspeed = -4;
		coins = 0;
	}
	instance of movieClip 174	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			_x = _x + _root.xspeed / 10;
		}
	}
	instance of movieClip 829	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			_x = _x + _root.xspeed / 2;
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = Math.random() * 200;
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = Math.random() * 200;
			}
		}
	}
	movieClip 1644	{
	}
	movieClip 1645	{
	}
	movieClip 1646	{
		instance of movieClip 1644	{
			onClipEvent (load) {
				num = 0;
			}
			onClipEvent (enterFrame) {
				if (_parent._parent._x < 530 or _parent._parent._currentframe == 2) {
					if (_parent._parent._x > 110 or _parent._parent._currentframe == 1) {
						num = Math.round(Math.random() * 40);
						if (num == 5) {
							_parent.play();
							num = 0;
						}
						if (_root.corn._x < 640) {
							_parent.play();
							num = 0;
						}
						if (_root.corn2._x > 0) {
							_parent.play();
							num = 0;
						}
					}
				}
			}
		}
		instance of movieClip 1645	{
			onClipEvent (enterFrame) {
				_rotation = -_parent._rotation;
			}
		}
	}
	instance of movieClip 411	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl > 1500) {
				_root.stalvl = 1500;
			}
			if (_root.runlvl > 1500) {
				_root.runlvl = 1500;
			}
			if (_root.flylvl > 1500) {
				_root.flylvl = 1500;
			}
			if (_root.swilvl > 1500) {
				_root.swilvl = 1500;
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.stalvl = _root.stalvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.seed = _root.seed;
				game.data.skill = _root.skill;
				game.data.money = _root.money;
				game.data.colour = _root.colour;
				game.data.hat = _root.hat;
				game.flush();
				delay = 100;
			}
		}
	}
	frame 144 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 144 {
		stop();
	}
	frame 144 {
		dist = 0;
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 1140;
				_y = Math.random() * 200;
			}
		}
	}
	instance coin of movieClip 416	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 50 + Math.random() * 300;
			}
			if (this.hitTest(_root.chick)) {
				play();
				_x = _x + 940;
				_y = 50 + Math.random() * 300;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 1140;
				_y = Math.random() * 200;
			}
		}
	}
	instance of movieClip 966	{
		onClipEvent (load) {
			xspeed = -(3 + _root.swilvl / 100);
			if (_root.xtrain == 1) {
				xspeed = -(3 + _root.swilvl / 50);
			}
			stop();
		}
		onClipEvent (enterFrame) {
			_x = _x + xspeed;
			xspeed -= 0.0025;
			_root.xspeed = xspeed;
			_root.speed = -Math.round(_root.xspeed) + 'MPH';
			_root.dist = Number(_root.dist - Math.round(xspeed / 2));
			while (this.hitTest(_root.chick._x, _root.chick._y - _root.chick._height / 2, true)) {
				_root.chick.yspeed += 1;
				_root.chick._y += 1;
			}
			while (this.hitTest(_root.chick._x + _root.chick._width / 2, _root.chick._y, true)) {
				_root.chick.xspeed -= 1;
				_root.chick._x -= 1;
			}
			while (this.hitTest(_root.chick._x, _root.chick._y + _root.chick._height / 2, true)) {
				_root.chick.yspeed -= 1;
				_root.chick._y -= 1;
			}
			while (this.hitTest(_root.chick._x - _root.chick._width / 2, _root.chick._y, true)) {
				_root.chick.xspeed += 1;
				_root.chick._x += 1;
			}
			if (_x < -250) {
				_x = _x + 1240;
				num = Math.ceil(Math.random() * 6);
				if (num == 1) {
					gotoAndStop(1);
					coin._y = 70;
				}
				if (num == 2) {
					gotoAndStop(2);
					coin._y = 350;
				}
				if (num == 3) {
					gotoAndStop(3);
					coin._y = 70;
				}
				if (num == 4) {
					gotoAndStop(4);
					coin._y = 350;
				}
				if (num == 5) {
					gotoAndStop(5);
					coin._y = 70;
				}
				if (num == 6) {
					gotoAndStop(6);
					coin._y = 350;
				}
			}
		}
	}
	instance chick of movieClip 1646	{
		onClipEvent (load) {
			targrot = 10;
			where = 2;
			xspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_x < -20) {
				_root.nextFrame();
			}
			xspeed *= 0.85;
			_x = _x + xspeed;
			if (Key.isDown(37)) {
				if (_x > 70) {
					xspeed -= 1;
				}
			}
			if (Key.isDown(39)) {
				if (_x < 580) {
					xspeed += 1;
				}
			}
			if (where == 1) {
				targrot = 0;
				targy = 70;
			}
			if (where == 2) {
				if (_y < 210) {
					yspeed += 0.5;
				} else {
					yspeed -= 0.45;
				}
				_y = _y + yspeed;
			}
			if (where == 3) {
				targrot = 100;
				targy = 350;
			}
			if (where == 4) {
				targrot = 270;
				targy = 210;
			}
			if (where !== 2) {
				_rotation = _rotation + (targrot - _rotation) / 8;
				_y = _y + (targy - _y) / 8;
			}
			if (_y < 0) {
				yspeed = 1;
			}
			if (_y < 71) {
				where = 2;
			}
			if (_y > 349) {
				where = 2;
			}
			if (_y > 205 and _y < 215) {
				where = 0;
				targrot = 10;
				targy = 210;
				if (where !== 4) {
					if (Key.isDown(38)) {
						where = 1;
						yspeed = 0;
					}
					if (Key.isDown(40)) {
						where = 3;
						yspeed = 0;
					}
				}
			}
		}
	}
	frame 145 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 145 {
		stop();
	}
	frame 145 {
		xp = Math.round(dist / 100);
		swilvl = Number(swilvl + _root.dist / 100);
		_root.money = Number(_root.coins + _root.money);
		slvl = Math.floor(swilvl / 10);
		tlvl = slvl + runninglevel + flyinglevel + climblevel;
		kongregate.stats.submit('SwimmingLevel', slvl);
		kongregate.stats.submit('TotalLevel', tlvl);
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = Math.random() * 200;
			}
		}
	}
	instance coin of movieClip 416	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
			if (this.hitTest(_root.chick)) {
				_x = _x + 940;
				_y = 50 + Math.random() * 350;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = Math.random() * 200;
			}
		}
	}
	instance of movieClip 966	{
		onClipEvent (load) {
			xspeed = -(3 + _root.swilvl / 100);
			if (_root.xtrain == 1) {
				xspeed = -(3 + _root.swilvl / 50);
			}
			stop();
		}
		onClipEvent (enterFrame) {
			_x = _x + xspeed;
			xspeed -= 0.0025;
			_root.xspeed = xspeed;
			_root.speed = -Math.round(_root.xspeed) + 'MPH';
			while (this.hitTest(_root.chick._x, _root.chick._y - _root.chick._height / 2, true)) {
				_root.chick.yspeed += 1;
				_root.chick._y += 1;
			}
			while (this.hitTest(_root.chick._x + _root.chick._width / 2, _root.chick._y, true)) {
				_root.chick.xspeed -= 1;
				_root.chick._x -= 1;
			}
			while (this.hitTest(_root.chick._x, _root.chick._y + _root.chick._height / 2, true)) {
				_root.chick.yspeed -= 1;
				_root.chick._y -= 1;
			}
			while (this.hitTest(_root.chick._x - _root.chick._width / 2, _root.chick._y, true)) {
				_root.chick.xspeed += 1;
				_root.chick._x += 1;
			}
			if (_x < -250) {
				_x = _x + 1240;
				num = Math.ceil(Math.random() * 6);
				if (num == 1) {
					gotoAndStop(1);
					coin._y = 70;
				}
				if (num == 2) {
					gotoAndStop(2);
					coin._y = 350;
				}
				if (num == 3) {
					gotoAndStop(3);
					coin._y = 70;
				}
				if (num == 4) {
					gotoAndStop(4);
					coin._y = 350;
				}
				if (num == 5) {
					gotoAndStop(5);
					coin._y = 70;
				}
				if (num == 6) {
					gotoAndStop(6);
					coin._y = 350;
				}
			}
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.swimlevel * 1.16;
			_root.swimlevel = Math.floor(_root.swilvl / 10);
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	button 1656 {
		on (release) {
			gotoAndStop(143);
		}
		on (keyPress '<Space>') {
			gotoAndStop(143);
		}
	}
	instance of movieClip 344	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > _root.maxi * 10) {
				_root.stalvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	frame 146 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 146 {
		stop();
	}
	frame 146 {
		dist = 0;
		xspeed = -4;
		coins = 0;
	}
	instance bg of movieClip 978	{
		onClipEvent (enterFrame) {
			if (_root.daytime == 1) {
				gotoAndStop(1);
			}
			if (_root.daytime == 2) {
				gotoAndStop(2);
			}
			if (_root.daytime == 3) {
				gotoAndStop(3);
			}
		}
	}
	movieClip 1663	{
	}
	movieClip 1664	{
	}
	movieClip 1665	{
		instance of movieClip 1663	{
			onClipEvent (load) {
				num = 0;
			}
			onClipEvent (enterFrame) {
				if (_parent._parent._x < 530 or _parent._parent._currentframe == 2) {
					if (_parent._parent._x > 110 or _parent._parent._currentframe == 1) {
						num = Math.round(Math.random() * 40);
						if (num == 5) {
							_parent.play();
							num = 0;
						}
						if (_root.corn._x < 640) {
							_parent.play();
							num = 0;
						}
						if (_root.corn2._x > 0) {
							_parent.play();
							num = 0;
						}
					}
				}
			}
		}
	}
	instance chick of movieClip 1665	{
		onClipEvent (load) {
			stop();
		}
	}
	instance of movieClip 411	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl > 1500) {
				_root.stalvl = 1500;
			}
			if (_root.runlvl > 1500) {
				_root.runlvl = 1500;
			}
			if (_root.flylvl > 1500) {
				_root.flylvl = 1500;
			}
			if (_root.swilvl > 1500) {
				_root.swilvl = 1500;
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.stalvl = _root.stalvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.seed = _root.seed;
				game.data.skill = _root.skill;
				game.data.money = _root.money;
				game.data.colour = _root.colour;
				game.data.hat = _root.hat;
				game.flush();
				delay = 100;
			}
		}
	}
	frame 147 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 147 {
		stop();
	}
	frame 147 {
		dist = 0;
		yspeed = 3 + climblevel / 10;
		if (_root.xtrain == 1) {
			yspeed = 3 + climblevel / 5;
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = -4;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = Math.random() * 200;
			}
		}
	}
	instance coin of movieClip 416	{
		onClipEvent (enterFrame) {
			if (!_root.walls.hitTest(_x, _y, true)) {
				_y = _y + int(_root.yspeed);
			}
			if (_y > 500) {
				_y = _y - (Math.random() * 500 + 600);
				_x = Math.random() * 640;
			}
			if (_root.walls.hitTest(_x, _y, true)) {
				_x = Math.random() * 1000 - 200;
			}
			if (this.hitTest(_root.chick)) {
				play();
				_y = 501;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 200;
			_root.shad._x = _x;
			_root.bg._x = _x;
			_root.scoreclip._x = _x;
			_root.energy._x = _x;
		}
	}
	instance chick of movieClip 1665	{
		onClipEvent (load) {
			targrot = 10;
			where = 2;
			xspeed = 0;
			yspeed = 0;
			_root.scoreclip.dist = 0;
			_root.dist = 0;
		}
		onClipEvent (enterFrame) {
			oldx = _x;
			if (_y > 500) {
				_root.nextFrame();
			}
			_root.dist = Number(_root.scoreclip.dist + _root.yspeed / 4);
			_root.scoreclip.dist = Math.round(_root.dist);
			_root.scoreclip.speed = Math.round(_root.yspeed) + 'MPH';
			_root.yspeed = Number(_root.yspeed + 0.002);
			_root.where = where;
			_y = _y + yspeed;
			_x = _x + xspeed;
			if (_y > 250) {
				yspeed -= 1;
			}
			if (Key.isDown(37)) {
				if (_root.walls.hitTest(_x - 22, _y, true) or _root.walls.hitTest(_x + 22, _y, true)) {
					where = 1;
				}
			}
			if (Key.isDown(39)) {
				if (_root.walls.hitTest(_x - 22, _y, true) or _root.walls.hitTest(_x + 22, _y, true)) {
					where = 2;
				}
			}
			if (_root.walls.hitTest(_x - 22, _y, true) or _root.walls.hitTest(_x + 22, _y, true)) {
				yspeed = 0;
				if (_y > 300) {
					_y = _y - 6;
				}
			} else {
				yspeed += 1.5;
			}
			if (where == 1) {
				gotoAndStop(2);
				if (!_root.walls.hitTest(_x - 17, _y, true)) {
					_x = _x - 12;
				}
				while (_root.walls.hitTest(_x - 17, _y, true)) {
					_x = _x + 1;
				}
				if (!_root.walls.hitTest(_x - 25, _y - 20, true)) {
					_y = _y + yspeed;
				}
			}
			if (where == 2) {
				gotoAndStop(1);
				if (!_root.walls.hitTest(_x + 17, _y, true)) {
					_x = _x + 12;
				}
				while (_root.walls.hitTest(_x + 17, _y, true)) {
					_x = _x - 1;
				}
				if (!_root.walls.hitTest(_x + 25, _y - 20, true)) {
					_y = _y + yspeed;
				}
			}
			while (_root.walls.hitTest(_x, _y - 28, true)) {
				_y = _y + 1;
			}
			newx = _x;
			_rotation = _rotation + ((newx - oldx) * 10 - _rotation) / 4;
			if (_rotation > 90) {
				_rotation = 90;
			}
			if (_rotation < -90) {
				_rotation = -90;
			}
		}
	}
	frame 148 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 148 {
		stop();
	}
	frame 148 {
		xp = Math.round(dist / 50);
		clilvl = Number(clilvl + _root.dist / 50);
		dist = Math.round(dist);
		_root.money = Number(_root.coins + _root.money);
		walls.part1._x = 0;
		walls.part2._x = 0;
		scoreclip._alpha = 0;
		clvl = Math.floor(clilvl / 10);
		tlvl = clvl + runninglevel + swimlevel + flyinglevel;
		kongregate.stats.submit('ClimbingLevel', clvl);
		kongregate.stats.submit('TotalLevel', tlvl);
	}
	instance of movieClip 344	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > _root.maxi * 10) {
				_root.stalvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	button 1672 {
		on (release) {
			gotoAndStop(146);
		}
		on (keyPress '<Space>') {
			gotoAndStop(146);
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.climblevel * 1.333333333;
			_root.climblevel = Math.floor(_root.clilvl / 10);
		}
	}
	frame 149 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	button 1678 {
		on (release) {
			if (_root.race >= 6) {
				gotoAndStop(150);
			}
		}
	}
	button 1679 {
		on (release) {
			if (_root.race >= 9) {
				gotoAndStop(157);
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 8) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 6) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 11) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 9) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	button 1680 {
		on (release) {
			gotoAndStop(135);
		}
	}
	frame 150 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	button 1681 {
		on (release) {
			gotoAndStop(149);
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 6) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 6) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 7) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 7) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 8) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 8) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	button 1682 {
		on (release) {
			if (_root.race >= 6) {
				gotoAndStop(151);
			}
		}
	}
	button 1683 {
		on (release) {
			if (_root.race >= 7) {
				gotoAndStop(153);
			}
		}
	}
	button 1684 {
		on (release) {
			if (_root.race >= 8) {
				gotoAndStop(155);
			}
		}
	}
	frame 151 {
		if (music._currentframe !== 5) {
			stopAllSounds();
			music.gotoAndStop(5);
		}
	}
	frame 151 {
		enelvl = 600;
		go = 0;
	}
	instance of movieClip 1041	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance terrain of movieClip 1043	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			if (_x < -440) {
				_x = -440;
			}
			if (_x > -90) {
				_x = -90;
			}
			_root.energy._x = _x;
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance chick3 of movieClip 1089	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 1197	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick2 of movieClip 1166	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 1126	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	frame 152 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 152 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 6) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 7;
				game.flush();
				_root.race = 7;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(10);
			}
			if (_root.first == 2) {
				gotoAndStop(9);
			}
			if (_root.first == 3) {
				gotoAndStop(8);
			}
			if (_root.first == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(10);
			}
			if (_root.second == 2) {
				gotoAndStop(9);
			}
			if (_root.second == 3) {
				gotoAndStop(8);
			}
			if (_root.second == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(10);
			}
			if (_root.third == 2) {
				gotoAndStop(9);
			}
			if (_root.third == 3) {
				gotoAndStop(8);
			}
			if (_root.third == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(10);
			}
			if (_root.forth == 2) {
				gotoAndStop(9);
			}
			if (_root.forth == 3) {
				gotoAndStop(8);
			}
			if (_root.forth == 4) {
				gotoAndStop(7);
			}
		}
	}
	frame 153 {
		if (music._currentframe !== 5) {
			stopAllSounds();
			music.gotoAndStop(5);
		}
	}
	frame 153 {
		enelvl = 650;
		go = 0;
	}
	instance terrain of movieClip 1043	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			if (_x < 815) {
				_x = 815;
			}
			if (_x > 1390) {
				_x = 1390;
			}
			_root.energy._x = _x;
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance chick3 of movieClip 1089	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 1197	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick2 of movieClip 1166	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 1126	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	instance of movieClip 1041	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	frame 154 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 154 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 7) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 8;
				game.flush();
				_root.race = 8;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(10);
			}
			if (_root.first == 2) {
				gotoAndStop(9);
			}
			if (_root.first == 3) {
				gotoAndStop(8);
			}
			if (_root.first == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(10);
			}
			if (_root.second == 2) {
				gotoAndStop(9);
			}
			if (_root.second == 3) {
				gotoAndStop(8);
			}
			if (_root.second == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(10);
			}
			if (_root.third == 2) {
				gotoAndStop(9);
			}
			if (_root.third == 3) {
				gotoAndStop(8);
			}
			if (_root.third == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(10);
			}
			if (_root.forth == 2) {
				gotoAndStop(9);
			}
			if (_root.forth == 3) {
				gotoAndStop(8);
			}
			if (_root.forth == 4) {
				gotoAndStop(7);
			}
		}
	}
	frame 155 {
		if (music._currentframe !== 5) {
			stopAllSounds();
			music.gotoAndStop(5);
		}
	}
	frame 155 {
		enelvl = 700;
		go = 0;
	}
	instance terrain of movieClip 1043	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			if (_x < -965) {
				_x = -965;
			}
			if (_x > 1785) {
				_x = 1785;
			}
			_root.energy._x = _x;
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance chick3 of movieClip 1089	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 1197	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick2 of movieClip 1166	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 1126	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	instance of movieClip 1041	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	frame 156 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 156 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 8) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 9;
				game.flush();
				_root.race = 9;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(10);
			}
			if (_root.first == 2) {
				gotoAndStop(9);
			}
			if (_root.first == 3) {
				gotoAndStop(8);
			}
			if (_root.first == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(10);
			}
			if (_root.second == 2) {
				gotoAndStop(9);
			}
			if (_root.second == 3) {
				gotoAndStop(8);
			}
			if (_root.second == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(10);
			}
			if (_root.third == 2) {
				gotoAndStop(9);
			}
			if (_root.third == 3) {
				gotoAndStop(8);
			}
			if (_root.third == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(10);
			}
			if (_root.forth == 2) {
				gotoAndStop(9);
			}
			if (_root.forth == 3) {
				gotoAndStop(8);
			}
			if (_root.forth == 4) {
				gotoAndStop(7);
			}
		}
	}
	frame 157 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 9) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 9) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 10) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 10) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 11) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 11) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	button 1691 {
		on (release) {
			if (_root.race >= 9) {
				gotoAndStop(158);
			}
		}
	}
	button 1692 {
		on (release) {
			if (_root.race >= 10) {
				gotoAndStop(160);
			}
		}
	}
	button 1693 {
		on (release) {
			if (_root.race >= 11) {
				gotoAndStop(162);
			}
		}
	}
	frame 158 {
		if (music._currentframe !== 5) {
			stopAllSounds();
			music.gotoAndStop(5);
		}
	}
	frame 158 {
		enelvl = 800;
		go = 0;
	}
	instance of movieClip 1041	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 1236	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance of movieClip 1238	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_y = _y + (_root.chick._y - _y) / 16;
			if (_x < -2230) {
				_x = -2230;
			}
			if (_x > 2000) {
				_x = 2000;
			}
			if (_y > 240) {
				_y = 240;
			}
			_root.energy._x = _x;
			_root.energy._y = _y - 210;
		}
	}
	instance chick3 of movieClip 1089	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 1197	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick2 of movieClip 1166	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 1126	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				sb = 1.5;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	frame 159 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 159 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 9) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 10;
				game.flush();
				_root.race = 10;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(10);
			}
			if (_root.first == 2) {
				gotoAndStop(9);
			}
			if (_root.first == 3) {
				gotoAndStop(8);
			}
			if (_root.first == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(10);
			}
			if (_root.second == 2) {
				gotoAndStop(9);
			}
			if (_root.second == 3) {
				gotoAndStop(8);
			}
			if (_root.second == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(10);
			}
			if (_root.third == 2) {
				gotoAndStop(9);
			}
			if (_root.third == 3) {
				gotoAndStop(8);
			}
			if (_root.third == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(10);
			}
			if (_root.forth == 2) {
				gotoAndStop(9);
			}
			if (_root.forth == 3) {
				gotoAndStop(8);
			}
			if (_root.forth == 4) {
				gotoAndStop(7);
			}
		}
	}
	frame 160 {
		if (music._currentframe !== 5) {
			stopAllSounds();
			music.gotoAndStop(5);
		}
	}
	frame 160 {
		enelvl = 850;
		go = 0;
	}
	instance of movieClip 1041	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			_y = _y + (_root.chick._y - _y) / 16;
			if (_x < 1050) {
				_x = 1050;
			}
			if (_x > 2000) {
				_x = 2000;
			}
			if (_y > 240) {
				_y = 240;
			}
			_root.energy._x = _x;
			_root.energy._y = _y - 210;
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 1236	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance of movieClip 1238	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance chick3 of movieClip 1089	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 1197	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick2 of movieClip 1166	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 1126	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				sb = 1.5;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	frame 161 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 161 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 10) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 11;
				game.flush();
				_root.race = 11;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(10);
			}
			if (_root.first == 2) {
				gotoAndStop(9);
			}
			if (_root.first == 3) {
				gotoAndStop(8);
			}
			if (_root.first == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(10);
			}
			if (_root.second == 2) {
				gotoAndStop(9);
			}
			if (_root.second == 3) {
				gotoAndStop(8);
			}
			if (_root.second == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(10);
			}
			if (_root.third == 2) {
				gotoAndStop(9);
			}
			if (_root.third == 3) {
				gotoAndStop(8);
			}
			if (_root.third == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(10);
			}
			if (_root.forth == 2) {
				gotoAndStop(9);
			}
			if (_root.forth == 3) {
				gotoAndStop(8);
			}
			if (_root.forth == 4) {
				gotoAndStop(7);
			}
		}
	}
	frame 162 {
		if (music._currentframe !== 5) {
			stopAllSounds();
			music.gotoAndStop(5);
		}
	}
	frame 162 {
		enelvl = 850;
		go = 0;
	}
	instance of movieClip 1041	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			_y = _y + (_root.chick._y - _y) / 16;
			if (_x < -2230) {
				_x = -2230;
			}
			if (_x > 2000) {
				_x = 2000;
			}
			if (_y > 240) {
				_y = 240;
			}
			_root.energy._x = _x;
			_root.energy._y = _y - 210;
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 1236	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance chick3 of movieClip 1089	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 1197	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick2 of movieClip 1166	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 1126	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				sb = 1.5;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	instance of movieClip 1238	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	frame 163 {
		if (music._currentframe !== 4) {
			stopAllSounds();
			music.gotoAndStop(4);
		}
	}
	frame 163 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 11) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 12;
				game.flush();
				_root.race = 12;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance of movieClip 816	{
		onClipEvent (release) {
			if (_currentframe == 1) {
				_root.gotoAndStop(149);
			} else {
				_root.nextFrame();
			}
		}
		onClipEvent (enterFrame) {
			if (_root.race > 11) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(10);
			}
			if (_root.first == 2) {
				gotoAndStop(9);
			}
			if (_root.first == 3) {
				gotoAndStop(8);
			}
			if (_root.first == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(10);
			}
			if (_root.second == 2) {
				gotoAndStop(9);
			}
			if (_root.second == 3) {
				gotoAndStop(8);
			}
			if (_root.second == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(10);
			}
			if (_root.third == 2) {
				gotoAndStop(9);
			}
			if (_root.third == 3) {
				gotoAndStop(8);
			}
			if (_root.third == 4) {
				gotoAndStop(7);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(10);
			}
			if (_root.forth == 2) {
				gotoAndStop(9);
			}
			if (_root.forth == 3) {
				gotoAndStop(8);
			}
			if (_root.forth == 4) {
				gotoAndStop(7);
			}
		}
	}
	frame 164 {
		if (music._currentframe !== 1) {
			stopAllSounds();
			music.gotoAndStop(1);
		}
	}
	frame 164 {
		stop();
	}
	movieClip 1700	{
	}
	frame 165 {
		if (music._currentframe !== 11) {
			stopAllSounds();
			music.gotoAndStop(11);
		}
	}
	frame 165 {
		if (dt == 1) {
			title = 'YOUR BABY DUCK IS NOW A STRONG DUCK';
		}
		if (dt == 2) {
			title = 'YOUR BABY DUCK IS NOW A LANKY DUCK';
		}
		if (dt == 3) {
			title = 'YOUR BABY DUCK IS NOW A UGLY DUCK';
		}
		if (dt == 4) {
			title = 'YOUR BABY DUCK IS NOW A BIRDY DUCK';
		}
		kongregate.stats.submit('SecondEvolution', 1);
	}
	movieClip 1703	{
	}
	frame 166 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 166 {
		if (_root.a6 < 1) {
			_root.a6 = 1;
			game = SharedObject.getLocal('mydata');
			game.data.a6 = 1;
			game.flush();
		}
	}
	movieClip 1706	{
	}
	movieClip 1708	{
	}
	movieClip 1709	{
	}
	button 1714 {
		on (release) {
			if (_root.dt == 1) {
				_root.nextFrame();
			}
			if (_root.dt == 2) {
				_root.gotoAndStop(196);
			}
			if (_root.dt == 3) {
				_root.gotoAndStop(225);
			}
			if (_root.dt == 4) {
				_root.gotoAndStop(254);
			}
		}
	}
	movieClip 1719	{
	}
	instance of movieClip 1719	{
		onClipEvent (load) {
			if (_root.dt == 1) {
				gotoAndStop(1);
			}
			if (_root.dt == 2) {
				gotoAndStop(2);
			}
			if (_root.dt == 3) {
				gotoAndStop(3);
			}
			if (_root.dt == 4) {
				gotoAndStop(4);
			}
		}
	}
	frame 167 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 167 {
		stop();
	}
	movieClip 1725	{
	}
	movieClip 1727	{
		instance of movieClip 1725	{
			onClipEvent (enterFrame) {
				_rotation = _rotation + 5;
			}
		}
	}
	instance of movieClip 1727	{
		onClipEvent (load) {
			if (_root.race >= 18) {
				_visible = true;
			} else {
				_visible = false;
			}
		}
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'A dark portal to the lair of the champion duck';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
		onClipEvent (release) {
			_root.gotoAndStop(284);
		}
	}
	instance corn2 of movieClip 254	{
		onClipEvent (load) {
			drag = false;
			yspeed = 0;
			xspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_x < -960) {
				_x = -60;
			}
			if (_x == -20 and drag == false) {
				xspeed = 0;
			}
			if (_x < -10) {
				_y = 400;
			}
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe == 1 and _root.chick.qwe._currentframe > 8) {
					_root.chick._x += 50;
				}
				if (_root.chick._currentframe == 2 and _root.chick.qwe._currentframe > 8) {
					_root.chick._x -= 50;
				}
				_root.chick.skill = 1;
				if (_x > _root.chick._x) {
					_root.chick.gotoAndStop(3);
				}
				if (_x < _root.chick._x) {
					_root.chick.gotoAndStop(4);
				}
				_x = -860;
				drag = false;
				xspeed = 10;
			}
			_x = _x + xspeed;
			_y = _y + yspeed;
			if (drag == true) {
				xspeed = -(_x - _root._xmouse) / 2;
				yspeed = -(_y - _root._ymouse) / 2;
			}
			if (drag == false) {
				yspeed += 1;
				if (_y > 420) {
					_y = 420;
					yspeed = -yspeed / 2;
				}
				if (_x > 740) {
					_x = 740;
					xspeed = -xspeed / 2;
				}
			}
		}
		onClipEvent (mouseUp) {
			if (drag == true) {
				drag = false;
			}
		}
		onClipEvent (press) {
			drag = true;
		}
	}
	instance corn of movieClip 254	{
		onClipEvent (load) {
			drag = false;
			yspeed = 0;
			xspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_x > 1710) {
				_x = 810;
			}
			if (_x == 770 and drag == false) {
				xspeed = 0;
			}
			if (_x > 760) {
				_y = 400;
			}
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe == 1 and _root.chick.qwe._currentframe > 8) {
					_root.chick._x += 50;
				}
				if (_root.chick._currentframe == 2 and _root.chick.qwe._currentframe > 8) {
					_root.chick._x -= 50;
				}
				_root.chick.skill = 0;
				if (_x > _root.chick._x) {
					_root.chick.gotoAndStop(3);
				}
				if (_x < _root.chick._x) {
					_root.chick.gotoAndStop(4);
				}
				_x = 1500;
				drag = false;
				xspeed = -10;
			}
			_x = _x + xspeed;
			_y = _y + yspeed;
			if (drag == true) {
				xspeed = -(_x - _root._xmouse) / 2;
				yspeed = -(_y - _root._ymouse) / 2;
			}
			if (drag == false) {
				yspeed += 1;
				if (_y > 420) {
					_y = 420;
					yspeed = -yspeed / 2;
				}
				if (_x < 10) {
					_x = 10;
					xspeed = -xspeed / 2;
				}
			}
		}
		onClipEvent (mouseUp) {
			if (drag == true) {
				drag = false;
			}
		}
		onClipEvent (press) {
			drag = true;
		}
	}
	instance of movieClip 265	{
		onClipEvent (press) {
			if (_root.corn2._x > -360 and _root.corn2._x < 0 and _root.money > 14) {
				_root.corn2._x = 67;
				_root.corn2._y = 325;
				_root.corn2.xspeed = 0;
				_root.corn2.yspeed = 5;
				_root.money = Number(_root.money - 15);
			}
			if (_root.corn2._x > -360 and _root.corn2._x < 0 and _root.freeseed == 1) {
				_root.corn2._x = 67;
				_root.corn2._y = 325;
				_root.corn2.xspeed = 0;
				_root.corn2.yspeed = 5;
			}
		}
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'SuperSeed - this greatly increases my energy level. Click to dispense';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
		onClipEvent (enterFrame) {
			if (_root.freeseed == 1) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 326	{
		onClipEvent (press) {
			if (_root.corn._x < 1000 and _root.corn._x > 750 and _root.money > 0) {
				_root.corn._x = 683;
				_root.corn._y = 325;
				_root.corn.xspeed = 0;
				_root.corn.yspeed = 5;
				_root.money = Number(_root.money - 1);
			}
			if (_root.corn._x < 1000 and _root.corn._x > 750 and _root.freeseed == 1) {
				_root.corn._x = 683;
				_root.corn._y = 325;
				_root.corn.xspeed = 0;
				_root.corn.yspeed = 5;
			}
		}
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'Seed - this increases my energy level. Click to dispense';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
		onClipEvent (enterFrame) {
			if (_root.freeseed == 1) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.runninglevel / 1.5;
			_root.runninglevel = Math.floor(_root.runlvl / 10);
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.climblevel / 1.5;
			_root.climblevel = Math.floor(_root.clilvl / 10);
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 332	{
		onClipEvent (enterFrame) {
			this._xscale = _root.staminalevel * 2;
			_root.staminalevel = Math.floor(_root.stalvl / 10);
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.flyinglevel / 1.5;
			_root.flyinglevel = Math.floor(_root.flylvl / 10);
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.swimlevel / 1.5;
			_root.swimlevel = Math.floor(_root.swilvl / 10);
		}
	}
	instance of movieClip 344	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > 500) {
				_root.stalvl = 500;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
			if (_root.runlvl >= 1500) {
				if (_root.clilvl >= 1500) {
					if (_root.swilvl >= 1500) {
						if (_root.flylvl >= 1500) {
							if (_root.stalvl >= 500) {
								if (_root.a7 < 1) {
									_root.a7 = 1;
									game = SharedObject.getLocal('mydata');
									game.data.a7 = 1;
									game.flush();
								}
							}
						}
					}
				}
			}
		}
	}
	button 1730 {
		on (release) {
			gotoAndStop(181);
		}
		on (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'The quest to become world champion starts here. Don\'t forget to train first!';
		}
		on (rollOut) {
			_root.speech._visible = false;
		}
	}
	button 1731 {
		on (release) {
			gotoAndStop(168);
		}
		on (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'Train me to increase my skill levels so I will perform better in races!';
		}
		on (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance speech of movieClip 375	{
		onClipEvent (load) {
			_visible = false;
			stop();
		}
		onClipEvent (enterFrame) {
			if (_x > 470) {
				gotoAndStop(2);
			}
			if (_x < 270) {
				gotoAndStop(1);
			}
			_x = _x + (_root.chick._x - _x) / 20;
			_y = _y + (_root.chick._y - 20 - _y) / 20;
		}
	}
	instance of movieClip 840	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x + _root.chick.qwe._x, _root.chick._y + _root.chick.qwe._y + 25, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
			}
		}
	}
	movieClip 1734	{
	}
	movieClip 1735	{
	}
	movieClip 1749	{
		frame 1 {
			stop();
		}
		instance of movieClip 1734	{
			onClipEvent (load) {
				num = 0;
			}
			onClipEvent (enterFrame) {
				if (_parent._parent._x < 530 or _parent._parent._currentframe == 2) {
					if (_parent._parent._x > 110 or _parent._parent._currentframe == 1) {
						num = Math.round(Math.random() * 40);
						if (num == 5) {
							_parent.play();
							num = 0;
						}
						if (_root.corn._x < 640) {
							_parent.play();
							num = 0;
						}
						if (_root.corn2._x > 0) {
							_parent.play();
							num = 0;
						}
					}
				}
			}
		}
		instance of movieClip 1735	{
			onClipEvent (load) {
				_rotation = 0;
			}
			onClipEvent (enterFrame) {
				if (_parent._parent._currentframe == 1) {
					if (_root.corn._x < 640 and _root.corn.drag == false or _root.corn2._x > 0 and _root.corn2.drag == false) {
					} else {
						rx = _root._xmouse;
						ry = _root._ymouse;
						cx = _parent._parent._x + _parent._x + _x;
						cy = _parent._parent._y + _parent._y + _y;
						angle = Math.atan2(ry - cy, rx - cx) / 0.0174532925199433;
						roto = angle;
						_rotation = roto;
					}
				}
				if (_parent._parent._currentframe == 2) {
					if (_root.corn._x < 640 and _root.corn.drag == false) {
					} else {
						rx = _root._xmouse;
						ry = _root._ymouse;
						cx = _parent._parent._x + _parent._x + _x;
						cy = _parent._parent._y + _parent._y + _y;
						angle = Math.atan2(ry - cy, rx - cx) / 0.0174532925199433;
						_rotation = -angle + 180;
					}
				}
			}
		}
		frame 12 {
			if (_root._currentframe > 0) {
				if (_parent._currentframe == 1) {
					_parent._x += 50;
				}
				if (_parent._currentframe == 2) {
					_parent._x -= 50;
				}
			} else {
				_x = _x + 50;
			}
			gotoAndStop(1);
		}
	}
	movieClip 1750	{
	}
	movieClip 1753	{
	}
	movieClip 1755	{
	}
	movieClip 1757	{
	}
	movieClip 1759	{
	}
	movieClip 1760	{
		instance of movieClip 1750	{
			onClipEvent (load) {
				if (_parent._parent.skill == 1) {
					gotoAndStop(2);
				} else {
					gotoAndStop(1);
				}
			}
		}
		frame 36 {
			if (_parent.skill == 1) {
				_root.stalvl = Number(_root.stalvl + 8);
			}
			_root.stalvl = Number(_root.stalvl + 2);
		}
		instance of movieClip 1757	{
			onClipEvent (load) {
				if (_parent._parent.skill == 1) {
					gotoAndStop(2);
				} else {
					gotoAndStop(1);
				}
			}
		}
		frame 43 {
			if (_parent.skill == 1) {
				_root.stalvl = Number(_root.stalvl + 8);
			}
			_root.stalvl = Number(_root.stalvl + 2);
		}
		instance of movieClip 1759	{
			onClipEvent (load) {
				if (_parent._parent.skill == 1) {
					gotoAndStop(2);
				} else {
					gotoAndStop(1);
				}
			}
		}
		frame 50 {
			if (_parent.skill == 1) {
				_root.stalvl = Number(_root.stalvl + 8);
			}
			_root.stalvl = Number(_root.stalvl + 2);
		}
		frame 60 {
			if (_root._xmouse > _root.chick._x) {
				_parent.gotoAndStop(1);
			}
			if (_root._xmouse < _root.chick._x) {
				_parent.gotoAndStop(2);
			}
			_root.corn._x = 700;
		}
	}
	movieClip 1761	{
		frame 1 {
			stop();
		}
		instance qwe of movieClip 1749	{
			onClipEvent (enterFrame) {
				if (_root.corn._x < 640) {
					if (_root.corn._x < _parent._x) {
						if (_currentframe == 1) {
							_parent.nextFrame();
						}
					}
				} else {
					if (_root.corn2._x > 0) {
						if (_root.corn2._x < _parent._x) {
							if (_currentframe == 1) {
								_parent.nextFrame();
							}
						}
					} else {
						if (_root._xmouse < _parent._x) {
							if (_currentframe == 1) {
								_parent.nextFrame();
							}
						}
					}
				}
			}
		}
		frame 2 {
			stop();
		}
		instance qwe of movieClip 1749	{
			onClipEvent (enterFrame) {
				if (_root.corn._x < 640) {
					if (_root.corn._x > _parent._x) {
						if (_currentframe == 1) {
							_parent.prevFrame();
						}
					}
				} else {
					if (_root.corn2._x > 0) {
						if (_root.corn2._x > _parent._x) {
							if (_currentframe == 1) {
								_parent.prevFrame();
							}
						}
					} else {
						if (_root._xmouse > _parent._x) {
							if (_currentframe == 1) {
								_parent.prevFrame();
							}
						}
					}
				}
			}
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
	}
	instance chick of movieClip 1761	{
		onClipEvent (load) {
			yspeed = 0;
			skill = 0;
		}
		onClipEvent (enterFrame) {
			_y = _y + yspeed;
			yspeed += 1;
		}
	}
	instance of movieClip 344	{
		onClipEvent (enterFrame) {
			_root.clibonus = '';
			_root.runbonus = '';
			_root.flybonus = '';
			_root.swibonus = '';
			if (_root.dt == 1) {
				_root.clibonus = '+' + (_root.climblevel * 1.5 - _root.climblevel);
				_root.flybonus = _root.flyinglevel * 0.9 - _root.flyinglevel;
			}
			if (_root.dt == 2) {
				_root.runbonus = '+' + (_root.runninglevel * 1.25 - _root.runninglevel);
				_root.flybonus = _root.flyinglevel * 0.9 - _root.flyinglevel;
				_root.clibonus = _root.climblevel * 0.9 - _root.climblevel;
				_root.swibonus = '+' + (_root.swimlevel * 1.25 - _root.swimlevel);
			}
			if (_root.dt == 4) {
				_root.runbonus = _root.runninglevel * 0.9 - _root.runninglevel;
				_root.clibonus = _root.climblevel * 0.9 - _root.climblevel;
				_root.swibonus = '+' + (_root.swimlevel * 1.5 - _root.swimlevel);
			}
			if (_root.dt == 3) {
				_root.runbonus = _root.runninglevel * 0.9 - _root.runninglevel;
				_root.clibonus = _root.climblevel * 0.9 - _root.climblevel;
				_root.flybonus = '+' + (_root.flyinglevel * 1.5 - _root.flyinglevel);
			}
		}
	}
	instance of movieClip 365	{
		onClipEvent (rollOver) {
			_alpha = 50;
		}
		onClipEvent (releaseOutside, rollOut) {
			_alpha = 100;
		}
		onClipEvent (release) {
			if (_root.playsounds == true) {
				_root.playsounds = false;
			} else {
				if (_root.playsounds == false) {
					_root.playsounds = true;
					_root.music.gotoAndStop(6);
				}
			}
		}
		onClipEvent (load) {
			if (_root.playsounds == true) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
		onClipEvent (enterFrame) {
			if (_root.playsounds == true) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'Energy is needed to complete races. To train it, just feed your duck some seed or skill seed';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'This is how many coins you have to spend on seed. Collect coins during training!';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			if (_root.clibonus == '') {
				_root.speech.data = 'Your skill in climbing up cliffs! Train this for speedier climbs!';
			} else {
				_root.speech.data = 'Your skill in climbing up cliffs! The ' + _root.clibonus + ' is your evolution type bonus';
			}
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			if (_root.flybonus == '') {
				_root.speech.data = 'Your skill in flying! Train it to fly further and faster!';
			} else {
				_root.speech.data = 'Your skill in flying! The ' + _root.flybonus + ' is your evolution type bonus';
			}
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			if (_root.runbonus == '') {
				_root.speech.data = 'Your skill in running! Train it for faster running (or hopping) in races!';
			} else {
				_root.speech.data = 'Your skill in running! The ' + _root.runbonus + ' is your evolution type bonus';
			}
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			if (_root.swibonus == '') {
				_root.speech.data = 'Your swimming level is how good you are at swimming. Train it to go faster in water!';
			} else {
				_root.speech.data = 'Your skill in swimming! The ' + _root.swibonus + ' is your evolution type bonus';
			}
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 83	{
		onClipEvent (release) {
			getURL('http://www.wixgames.co.uk', '_blank');
		}
		onClipEvent (rollOver) {
			_alpha = 50;
		}
		onClipEvent (releaseOutside, rollOut) {
			_alpha = 100;
		}
	}
	frame 168 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	button 1774 {
		on (release) {
			gotoAndStop(175);
		}
	}
	button 1775 {
		on (release) {
			gotoAndStop(178);
		}
	}
	button 1776 {
		on (release) {
			gotoAndStop(172);
		}
	}
	button 1777 {
		on (release) {
			gotoAndStop(169);
		}
	}
	button 1778 {
		on (release) {
			gotoAndStop(167);
		}
	}
	frame 169 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 169 {
		stop();
		coins = 0;
	}
	movieClip 1781	{
	}
	movieClip 1784	{
		frame 1 {
			stop();
		}
		frame 40 {
			_root.nextFrame();
		}
	}
	instance of movieClip 1784	{
		onClipEvent (keyPress '<Space>') {
			play();
		}
		onClipEvent (rollOver) {
			this.useHandCursor = false;
		}
	}
	instance of movieClip 411	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl > 1500) {
				_root.stalvl = 1500;
			}
			if (_root.runlvl > 1500) {
				_root.runlvl = 1500;
			}
			if (_root.flylvl > 1500) {
				_root.flylvl = 1500;
			}
			if (_root.swilvl > 1500) {
				_root.swilvl = 1500;
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.stalvl = _root.stalvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.seed = _root.seed;
				game.data.skill = _root.skill;
				game.data.money = _root.money;
				game.data.colour = _root.colour;
				game.data.hat = _root.hat;
				game.flush();
				delay = 100;
			}
		}
	}
	frame 170 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 170 {
		dist = 0;
	}
	movieClip 1785	{
	}
	instance of movieClip 1785	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			if (_x > 0) {
				_x = _x - 750;
			}
			_x = _x - _root.xspeed / 10;
		}
	}
	movieClip 1786	{
	}
	instance of movieClip 1786	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			if (_x > 0) {
				_x = _x - 750;
			}
			_x = _x - _root.xspeed / 2;
		}
	}
	instance of movieClip 416	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
			if (this.hitTest(_root.chick)) {
				play();
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	movieClip 1794	{
		instance of movieClip 430	{
			onClipEvent (enterFrame) {
				if (_root.xspeed > 40) {
					gotoAndStop(2);
				} else {
					gotoAndStop(1);
				}
			}
		}
	}
	instance rock of movieClip 1794	{
		onClipEvent (load) {
			_x = 1000 + (20 + _root.flylvl / 10) * 50;
			where = Math.ceil(Math.random() * 3);
			if (where == 1) {
				gotoAndStop(1);
				_y = 125 + Math.round(Math.random() * 225);
			}
			if (where == 2) {
				gotoAndStop(2);
			}
			if (where == 3) {
				gotoAndStop(3);
			}
		}
		onClipEvent (enterFrame) {
			_root.warning2._y = _y;
			_x = _x - _root.xspeed;
			if (_x < -170) {
				_x = Math.random() * 1000 + 750 + _root.xspeed * 100;
				where = Math.ceil(Math.random() * 4);
				if (where == 1 or where == 4) {
					gotoAndStop(1);
					_y = 125 + Math.round(Math.random() * 225);
				}
				if (where == 2) {
					gotoAndStop(2);
					_y = 205;
				}
				if (where == 3) {
					gotoAndStop(3);
					_y = 205;
				}
			}
			if (_x > 1000 and _x < 640 + _root.xspeed * 50) {
				if (_currentframe == 1) {
					_root.warning2.play();
				} else {
					_root.warning.play();
				}
			}
			_root.bgrr._x = _x;
		}
	}
	instance warning of movieClip 441	{
		onClipEvent (enterFrame) {
			if (_root.rock.where == 2) {
				_y = 300;
			} else {
				_y = 100;
			}
		}
	}
	movieClip 1796	{
	}
	movieClip 1797	{
		frame 30 {
			stop();
		}
	}
	instance chick of movieClip 1797	{
		onClipEvent (load) {
			xspeed = 75;
			if (_root.xtrain == 1) {
				xspeed = 20 + _root.flylvl / 5;
			}
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (xspeed < 0 and _root.a3 < 1) {
				_root.a3 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a3 = 1;
				game.flush();
			}
			_root.speed = Math.round(_root.xspeed / 2) + 'MPH';
			if (_root.rock.hitTest(_x + 30, _y, true) or _root.rock.hitTest(_x + 30, _y + 15, true) or _root.rock.hitTest(_x + 30, _y - 15, true)) {
				_root.nextFrame();
			}
			if (_root.rock2.hitTest(_x + 30, _y, true) or _root.rock2.hitTest(_x + 30, _y + 15, true) or _root.rock2.hitTest(_x + 30, _y - 15, true)) {
				_root.nextFrame();
			}
			if (_x < -20) {
				_root.nextFrame();
			}
			if (_y < 25) {
				_y = 25;
				yspeed = 0;
			}
			if (_y > 430) {
				_root.nextFrame();
			}
			if (_rotation < -90) {
				_rotation = -90;
			}
			if (_rotation > 90) {
				_rotation = 90;
			}
			_root.dist = Number(_root.dist + Math.round(xspeed));
			xspeed *= 0.999;
			_y = _y + yspeed;
			speed = 20 - xspeed;
			if (speed < 0) {
				speed = 0;
			}
			yspeed += speed / 40;
			_root.xspeed = xspeed;
			if (Key.isDown(38)) {
				yspeed -= 0.5;
				xspeed -= 0.05;
			}
			if (Key.isDown(40)) {
				yspeed += 0.5;
				xspeed += 0.05;
			}
			angle = Math.atan(yspeed / xspeed) / 0.0174532925199433;
			if (xspeed < 0) {
				angle += 180;
			}
			_rotation = angle;
		}
	}
	instance of movieClip 438	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 2000;
				_y = 10 + Math.random() * 420;
			}
			if (this.hitTest(_root.chick)) {
				_root.chick.xspeed += 5;
				play();
				_x = _x + 5000;
				_y = 10 + Math.random() * 420;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	frame 171 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 171 {
		xp = Math.round(dist / 500);
		flylvl = Number(flylvl + _root.dist / 500);
		_root.money = Number(_root.coins + _root.money);
		flvl = Math.floor(flylvl / 10);
		tlvl = flvl + runninglevel + swimlevel + climblevel;
		kongregate.stats.submit('FlyingLevel', flvl);
		kongregate.stats.submit('TotalLevel', tlvl);
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	button 1801 {
		on (release) {
			gotoAndStop(167);
		}
	}
	button 1802 {
		on (release) {
			gotoAndStop(169);
		}
		on (keyPress '<Space>') {
			gotoAndStop(169);
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.flyinglevel * 1.33;
			_root.flyinglevel = Math.floor(_root.flylvl / 10);
		}
	}
	instance of movieClip 344	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > _root.maxi * 10) {
				_root.stalvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	frame 172 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 172 {
		stop();
		dist = 0;
		xp = 0;
		coins = 0;
		speed = 10;
	}
	instance of movieClip 1785	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			if (_x > 0) {
				_x = _x - 750;
			}
			_x = _x - _root.speed / 10;
		}
	}
	instance of movieClip 1786	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			if (_x > 0) {
				_x = _x - 750;
			}
			_x = _x - _root.speed / 2;
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.speed;
			_x = _x - (4 + xspeed);
			if (_x < -150) {
				_x = _x + 1140;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.speed;
			_x = _x - (4 + xspeed);
			if (_x < -150) {
				_x = _x + 1140;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	movieClip 1809	{
	}
	movieClip 1810	{
	}
	movieClip 1812	{
	}
	movieClip 1820	{
		instance of movieClip 1809	{
			onClipEvent (load) {
				num = 0;
			}
			onClipEvent (enterFrame) {
				if (_parent._parent._x < 530 or _parent._parent._currentframe == 2) {
					if (_parent._parent._x > 110 or _parent._parent._currentframe == 1) {
						num = Math.round(Math.random() * 40);
						if (num == 5) {
							_parent.play();
							num = 0;
						}
						if (_root.corn._x < 640) {
							_parent.play();
							num = 0;
						}
						if (_root.corn2._x > 0) {
							_parent.play();
							num = 0;
						}
					}
				}
			}
		}
		instance of movieClip 1810	{
			onClipEvent (load) {
				_rotation = 0;
			}
			onClipEvent (enterFrame) {
				if (_parent._parent._currentframe == 1) {
					if (_root.corn._x < 640 and _root.corn.drag == false or _root.corn2._x > 0 and _root.corn2.drag == false) {
					} else {
						rx = _root._xmouse;
						ry = _root._ymouse;
						cx = _parent._parent._x + _parent._x + _x;
						cy = _parent._parent._y + _parent._y + _y;
						angle = Math.atan2(ry - cy, rx - cx) / 0.0174532925199433;
						roto = angle;
						_rotation = roto;
					}
				}
				if (_parent._parent._currentframe == 2) {
					if (_root.corn._x < 640 and _root.corn.drag == false) {
					} else {
						rx = _root._xmouse;
						ry = _root._ymouse;
						cx = _parent._parent._x + _parent._x + _x;
						cy = _parent._parent._y + _parent._y + _y;
						angle = Math.atan2(ry - cy, rx - cx) / 0.0174532925199433;
						_rotation = -angle + 180;
					}
				}
			}
		}
		frame 13 {
			gotoAndPlay(1);
		}
		frame 14 {
			if (_root.floor.hitTest(_x, _y + 20, true) or _root.ob1.hitTest(_x, _y + 20, true) or _root.ob2.hitTest(_x, _y + 20, true)) {
				gotoAndPlay(12);
			}
		}
		frame 15 {
			gotoAndPlay(14);
		}
	}
	instance runner of movieClip 1820	{
		onClipEvent (load) {
			yspeed = 0;
			_root.speed = 10;
			score = 0;
		}
		onClipEvent (enterFrame) {
			if (_x > 10) {
				score += _root.speed / 50;
				_root.score2 = Math.round(score);
				_root.speed2 = Math.round(_root.speed);
				_root.speed = Number(_root.speed + 0.005);
			}
			if (_x < 0) {
				_root.nextFrame();
			}
			while (_root.floor.hitTest(_x, _y + 20, true) or _root.ob1.hitTest(_x, _y + 20, true) or _root.ob2.hitTest(_x, _y + 20, true)) {
				_y = _y - 1;
				if (yspeed > 1) {
					yspeed = 0;
				}
			}
			_y = _y + yspeed;
			yspeed += 1;
			if (redo == 1 and Key.isDown(38)) {
				yspeed = -10;
				redo = 0;
			} else {
				redo = 0;
			}
			if (Key.isDown(38)) {
				if (_currentframe < 14) {
					yspeed = -10;
					gotoAndPlay(14);
					redo = 1;
				}
			}
		}
	}
	movieClip 1823	{
	}
	movieClip 1826	{
	}
	movieClip 1833	{
	}
	movieClip 1841	{
		instance of movieClip 1823	{
			onClipEvent (enterFrame) {
				while (this.hitTest(_root.runner)) {
					_root.runner._x -= 1;
					_root.runner._y += 1;
					_root.hit.play();
				}
			}
		}
		instance of movieClip 1826	{
			onClipEvent (enterFrame) {
				while (this.hitTest(_root.runner)) {
					_root.runner._x -= 1;
					_root.runner._y += 1;
					_root.hit.play();
				}
			}
		}
		instance of movieClip 1826	{
			onClipEvent (enterFrame) {
				while (this.hitTest(_root.runner)) {
					_root.runner._x -= 1;
					_root.runner._y += 1;
					_root.hit.play();
				}
			}
		}
		instance of movieClip 1833	{
			onClipEvent (enterFrame) {
				while (this.hitTest(_root.runner)) {
					_root.runner._x -= 1;
					_root.runner._y += 1;
					_root.hit.play();
				}
			}
		}
		instance of movieClip 1833	{
			onClipEvent (enterFrame) {
				while (this.hitTest(_root.runner)) {
					_root.runner._x -= 1;
					_root.runner._y += 1;
					_root.hit.play();
				}
			}
		}
		instance of movieClip 1826	{
			onClipEvent (enterFrame) {
				while (this.hitTest(_root.runner)) {
					_root.runner._x -= 1;
					_root.runner._y += 1;
					_root.hit.play();
				}
			}
		}
		instance of movieClip 1833	{
			onClipEvent (enterFrame) {
				while (this.hitTest(_root.runner)) {
					_root.runner._x -= 1;
					_root.runner._y += 1;
					_root.hit.play();
				}
			}
		}
	}
	instance ob1 of movieClip 1841	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
			}
		}
	}
	instance ob2 of movieClip 1841	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
			}
		}
	}
	movieClip 1844	{
	}
	instance of movieClip 1844	{
		onClipEvent (keyPress '<Space>') {
			_root.nextFrame();
		}
		onClipEvent (rollOver) {
			this.useHandCursor = false;
		}
	}
	instance of movieClip 411	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl > 1500) {
				_root.stalvl = 1500;
			}
			if (_root.runlvl > 1500) {
				_root.runlvl = 1500;
			}
			if (_root.flylvl > 1500) {
				_root.flylvl = 1500;
			}
			if (_root.swilvl > 1500) {
				_root.swilvl = 1500;
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.stalvl = _root.stalvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.seed = _root.seed;
				game.data.skill = _root.skill;
				game.data.money = _root.money;
				game.data.colour = _root.colour;
				game.data.hat = _root.hat;
				game.flush();
				delay = 100;
			}
		}
	}
	frame 173 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	instance runner of movieClip 1820	{
		onClipEvent (load) {
			yspeed = 0;
			_root.speed = 10;
			score = 0;
		}
		onClipEvent (enterFrame) {
			if (_x > 10) {
				score += _root.speed / 50;
				_root.score2 = Math.round(score);
				_root.speed2 = Math.round(_root.speed);
				_root.speed = Number(_root.speed + 0.005);
			}
			if (_x < 0) {
				_root.nextFrame();
			}
			_root.speedo = Math.round(_root.speed / 1.5) + 'MPH';
			_root.dist = Number(_root.dist + Math.round(_root.speed));
			while (_root.floor.hitTest(_x, _y + 20, true) or _root.ob1.hitTest(_x, _y + 20, true) or _root.ob2.hitTest(_x, _y + 20, true)) {
				_y = _y - 1;
				if (yspeed > 1) {
					yspeed = 0;
				}
			}
			_y = _y + yspeed;
			yspeed += 1;
			if (redo == 1 and Key.isDown(38)) {
				yspeed = -10;
				redo = 0;
			} else {
				redo = 0;
			}
			if (Key.isDown(38)) {
				if (_currentframe < 14) {
					yspeed = -10;
					gotoAndPlay(14);
					redo = 1;
				}
			}
		}
	}
	instance ob1 of movieClip 1841	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
				where = Math.ceil(Math.random() * 8);
				if (where == 1) {
					gotoAndStop(1);
				}
				if (where == 2) {
					gotoAndStop(2);
				}
				if (where == 3) {
					gotoAndStop(3);
				}
				if (where == 4) {
					gotoAndStop(4);
				}
				if (where == 5) {
					gotoAndStop(5);
				}
				if (where == 6) {
					gotoAndStop(6);
				}
				if (where == 7) {
					gotoAndStop(7);
				}
				if (where == 8) {
					gotoAndStop(8);
				}
				if (where == 9) {
					gotoAndStop(9);
				}
				if (where == 10) {
					gotoAndStop(10);
				}
			}
		}
	}
	instance ob2 of movieClip 1841	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
				where = Math.ceil(Math.random() * 10);
				if (where == 1) {
					gotoAndStop(1);
				}
				if (where == 2) {
					gotoAndStop(2);
				}
				if (where == 3) {
					gotoAndStop(3);
				}
				if (where == 4) {
					gotoAndStop(4);
				}
				if (where == 5) {
					gotoAndStop(5);
				}
				if (where == 6) {
					gotoAndStop(6);
				}
				if (where == 7) {
					gotoAndStop(7);
				}
				if (where == 8) {
					gotoAndStop(8);
				}
				if (where == 9) {
					gotoAndStop(9);
				}
				if (where == 10) {
					gotoAndStop(10);
				}
			}
		}
	}
	instance of movieClip 416	{
		onClipEvent (enterFrame) {
			xspeed = _root.speed;
			_x = _x - (4 + xspeed);
			if (_x < -150) {
				_x = _x + 1140;
				_y = 250 + Math.random() * 80;
			}
			if (this.hitTest(_root.runner)) {
				play();
				_x = _x + 940;
				_y = 250 + Math.random() * 80;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	frame 174 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 174 {
		xp = Math.round(dist / 250);
		runlvl = Number(runlvl + _root.dist / 250);
		_root.money = Number(_root.coins + _root.money);
		rlvl = Math.floor(runlvl / 10);
		tlvl = rlvl + flyinglevel + swimlevel + climblevel;
		kongregate.stats.submit('RunningLevel', rlvl);
		kongregate.stats.submit('TotalLevel', tlvl);
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.runninglevel * 1.3333333;
			_root.runninglevel = Math.floor(_root.runlvl / 10);
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	button 1853 {
		on (release) {
			gotoAndStop(172);
		}
		on (keyPress '<Space>') {
			gotoAndStop(172);
		}
	}
	frame 175 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	movieClip 1855	{
	}
	instance of movieClip 1855	{
		onClipEvent (enterFrame) {
			_y = _root.swimmer._y;
		}
	}
	movieClip 1859	{
	}
	movieClip 1860	{
	}
	movieClip 1861	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
	}
	instance swimmer of movieClip 1861	{
		onClipEvent (load) {
			gotoAndStop(2);
		}
	}
	movieClip 1863	{
	}
	instance of movieClip 1863	{
		onClipEvent (enterFrame) {
			_x = _x - 7;
			if (_x < -750) {
				_x = _x + 1500;
			}
		}
	}
	movieClip 1866	{
	}
	instance of movieClip 1866	{
		onClipEvent (keyPress '<Space>') {
			_root.nextFrame();
		}
	}
	frame 176 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 176 {
		ypos = 200;
		xbase = -7;
		xspeed = xbase;
		dist = 0;
		bonus = 0;
		stop();
	}
	instance of movieClip 1855	{
		onClipEvent (enterFrame) {
			_y = _root.swimmer._y;
		}
	}
	instance coin of movieClip 416	{
		onClipEvent (enterFrame) {
			if (!_root.part1.hitTest(_x, _y, true) and !_root.part2.hitTest(_x, _y, true)) {
				_x = _x + int(_root.xspeed);
			}
			if (_x < -10) {
				_x = _x + (Math.random() * 500 + 750);
				_y = _root.swimmer._y + Math.random() * 400 - 200;
			}
			if (_root.part1.hitTest(_x, _y, true) or _root.part2.hitTest(_x, _y, true)) {
				_y = _root.swimmer._y + Math.random() * 400 - 200;
			}
			if (this.hitTest(_root.swimmer)) {
				play();
				_x = -20;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	movieClip 1868	{
	}
	instance of movieClip 1868	{
		onClipEvent (enterFrame) {
			if (_root.swimmer.yspeed < 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y - _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			if (_root.swimmer.yspeed > 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y + _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			_x = _x + _root.xspeed;
		}
	}
	movieClip 1869	{
		frame 1 {
			function camControl() {
				parentColor.setTransform(camColor.getTransform());
				var v4 = sX / this._width;
				var v3 = sY / this._height;
				_parent._x = cX - this._x * v4;
				_parent._y = cY - this._y * v3;
				_parent._xscale = 100 * v4;
				_parent._yscale = 100 * v3;
			}
			function resetStage() {
				var v2 = {'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0, 'aa': 100, 'ab': 0};
				parentColor.setTransform(v2);
				_parent._xscale = 100;
				_parent._yscale = 100;
				_parent._x = 0;
				_parent._y = 0;
			}
			this._visible = false;
			var oldMode = Stage.scaleMode;
			Stage.scaleMode = 'exactFit';
			var cX = Stage.width / 2;
			var cY = Stage.height / 2;
			var sX = Stage.width;
			var sY = Stage.height;
			Stage.scaleMode = oldMode;
			var camColor = new Color(this);
			var parentColor = new Color(_parent);
			this.onEnterFrame = camControl;
			camControl();
			this.onUnload = resetStage;
		}
	}
	instance camra of movieClip 1869	{
		onClipEvent (enterFrame) {
			if (_root.swimmer.dead !== 1) {
				_y = _y + (_root.swimmer._y - _y) / 10;
			}
			_root.num._y = _y;
		}
	}
	movieClip 1871	{
	}
	instance of movieClip 1871	{
		onClipEvent (load) {
			xspeed = Math.random() * (-_root.xspeed * 2);
			_alpha = (xspeed / _root.xspeed) * 2 * 100;
		}
		onClipEvent (enterFrame) {
			_alpha = -0.1;
			_x = _x - xspeed;
		}
	}
	instance swimmer of movieClip 1861	{
		onClipEvent (load) {
			yspeed = 0;
			thrust = 0.3;
			grav = 0;
			maxgrav = 0.3;
			go = 2;
		}
		onClipEvent (enterFrame) {
			_root.xspeed += (_root.xbase - _root.xspeed) / 250;
			_root.dist = Math.round(Number(_root.dist - _root.xspeed / 5));
			if (grav < maxgrav) {
				grav += 0.01;
			}
			if (dead == 1) {
				_root.ender.play();
				_root.bg.gotoAndStop(1);
			} else {
				_rotation = yspeed * 4;
				_y = _y + yspeed;
				_root.light._x = _x;
				_root.light._y = _y;
				_root.light._rotation = _rotation;
				if (go == 1) {
					yspeed -= thrust;
					gotoAndStop(2);
				}
				if (go == 2) {
					yspeed += grav;
					gotoAndStop(1);
				}
			}
		}
		onClipEvent (mouseDown) {
			go = 1;
		}
		onClipEvent (mouseUp) {
			go = 2;
		}
		onClipEvent (keyDown) {
			go = 1;
		}
		onClipEvent (keyUp) {
			go = 2;
		}
	}
	movieClip 1905	{
	}
	instance part1 of movieClip 1905	{
		onClipEvent (load) {
			gotoAndStop(1);
		}
		onClipEvent (enterFrame) {
			if (_root.swimmer.yspeed < 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y - _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			if (_root.swimmer.yspeed > 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y + _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			_x = _x + _root.xspeed;
			if (_x < -500) {
				_x = _x + 2000;
				frame = Math.ceil(Math.random() * 30);
				if (frame == 1) {
					gotoAndStop(1);
				}
				if (frame == 2) {
					gotoAndStop(2);
				}
				if (frame == 3) {
					gotoAndStop(3);
				}
				if (frame == 4) {
					gotoAndStop(4);
				}
				if (frame == 5) {
					gotoAndStop(5);
				}
				if (frame == 6) {
					gotoAndStop(6);
				}
				if (frame == 7) {
					gotoAndStop(7);
				}
				if (frame == 8) {
					gotoAndStop(8);
				}
				if (frame == 9) {
					gotoAndStop(9);
				}
				if (frame == 10) {
					gotoAndStop(10);
				}
				if (frame == 11) {
					gotoAndStop(11);
				}
				if (frame == 12) {
					gotoAndStop(12);
				}
				if (frame == 13) {
					gotoAndStop(13);
				}
				if (frame == 14) {
					gotoAndStop(14);
				}
				if (frame == 15) {
					gotoAndStop(15);
				}
				if (frame == 16) {
					gotoAndStop(16);
				}
				if (frame == 17) {
					gotoAndStop(17);
				}
				if (frame == 18) {
					gotoAndStop(18);
				}
				if (frame == 19) {
					gotoAndStop(19);
				}
				if (frame == 20) {
					gotoAndStop(20);
				}
				if (frame == 21) {
					gotoAndStop(21);
				}
				if (frame == 22) {
					gotoAndStop(22);
				}
				if (frame == 23) {
					gotoAndStop(23);
				}
				if (frame == 24) {
					gotoAndStop(24);
				}
				if (frame == 25) {
					gotoAndStop(25);
				}
				if (frame == 26) {
					gotoAndStop(26);
				}
				if (frame == 27) {
					gotoAndStop(27);
				}
				if (frame == 28) {
					gotoAndStop(28);
				}
				if (frame == 29) {
					gotoAndStop(29);
				}
				if (frame == 30) {
					gotoAndStop(30);
				}
				_y = _root.part2._y;
				if (_root.part2._currentframe > 10) {
					if (_root.part2._currentframe > 20) {
						_y = _y - 300;
					} else {
						_y = _y + 300;
					}
				}
			}
		}
	}
	instance part2 of movieClip 1905	{
		onClipEvent (load) {
			gotoAndStop(2);
		}
		onClipEvent (enterFrame) {
			if (_root.swimmer.yspeed < 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y - _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			if (_root.swimmer.yspeed > 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y + _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			_x = _x + _root.xspeed;
			if (_x < -500) {
				_x = _x + 2000;
				frame = Math.ceil(Math.random() * 30);
				if (frame == 1) {
					gotoAndStop(1);
				}
				if (frame == 2) {
					gotoAndStop(2);
				}
				if (frame == 3) {
					gotoAndStop(3);
				}
				if (frame == 4) {
					gotoAndStop(4);
				}
				if (frame == 5) {
					gotoAndStop(5);
				}
				if (frame == 6) {
					gotoAndStop(6);
				}
				if (frame == 7) {
					gotoAndStop(7);
				}
				if (frame == 8) {
					gotoAndStop(8);
				}
				if (frame == 9) {
					gotoAndStop(9);
				}
				if (frame == 10) {
					gotoAndStop(10);
				}
				if (frame == 11) {
					gotoAndStop(11);
				}
				if (frame == 12) {
					gotoAndStop(12);
				}
				if (frame == 13) {
					gotoAndStop(13);
				}
				if (frame == 14) {
					gotoAndStop(14);
				}
				if (frame == 15) {
					gotoAndStop(15);
				}
				if (frame == 16) {
					gotoAndStop(16);
				}
				if (frame == 17) {
					gotoAndStop(17);
				}
				if (frame == 18) {
					gotoAndStop(18);
				}
				if (frame == 19) {
					gotoAndStop(19);
				}
				if (frame == 20) {
					gotoAndStop(20);
				}
				if (frame == 21) {
					gotoAndStop(21);
				}
				if (frame == 22) {
					gotoAndStop(22);
				}
				if (frame == 23) {
					gotoAndStop(23);
				}
				if (frame == 24) {
					gotoAndStop(24);
				}
				if (frame == 25) {
					gotoAndStop(25);
				}
				if (frame == 26) {
					gotoAndStop(26);
				}
				if (frame == 27) {
					gotoAndStop(27);
				}
				if (frame == 28) {
					gotoAndStop(28);
				}
				if (frame == 29) {
					gotoAndStop(29);
				}
				if (frame == 30) {
					gotoAndStop(30);
				}
				_y = _root.part1._y;
				if (_root.part1._currentframe > 10) {
					if (_root.part1._currentframe > 20) {
						_y = _y - 300;
					} else {
						_y = _y + 300;
					}
				}
			}
		}
	}
	movieClip 1907	{
	}
	movieClip 1908	{
		frame 1 {
			stop();
		}
		frame 2 {
			_root.swimmer.gotoAndStop(1);
		}
		frame 50 {
			_root.nextFrame();
		}
		frame 52 {
			prevFrame();
		}
	}
	instance ender of movieClip 1908	{
		onClipEvent (enterFrame) {
			_x = _root.swimmer._x;
			_y = _root.swimmer._y;
		}
	}
	movieClip 1911	{
	}
	instance num of movieClip 1911	{
		onClipEvent (enterFrame) {
			dist = _root.dist;
		}
	}
	frame 177 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 177 {
		xp = Math.round(dist / 12);
		swilvl = Number(swilvl + _root.dist / 12);
		_root.money = Number(_root.coins + _root.money);
		slvl = Math.floor(swilvl / 10);
		tlvl = slvl + runninglevel + flyinglevel + climblevel;
		kongregate.stats.submit('SwimmingLevel', slvl);
		kongregate.stats.submit('TotalLevel', tlvl);
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.swimlevel * 1.33333333;
			_root.swimlevel = Math.floor(_root.swilvl / 10);
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	button 1915 {
		on (release) {
			gotoAndStop(175);
		}
		on (keyPress '<Space>') {
			gotoAndStop(175);
		}
	}
	instance of movieClip 344	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > _root.maxi * 10) {
				_root.stalvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	frame 178 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 178 {
		stop();
	}
	frame 178 {
		dist = 0;
		xspeed = -4;
		coins = 0;
	}
	movieClip 1922	{
	}
	movieClip 1924	{
	}
	movieClip 1925	{
	}
	movieClip 1926	{
	}
	movieClip 1927	{
	}
	movieClip 1930	{
	}
	instance of movieClip 1930	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = Math.random() * 200;
			}
		}
	}
	instance of movieClip 1930	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = Math.random() * 200;
			}
		}
	}
	movieClip 1935	{
	}
	movieClip 1936	{
	}
	movieClip 1937	{
	}
	movieClip 1938	{
	}
	button 1941 {
		on (keyPress '<Space>') {
			nextFrame();
		}
	}
	movieClip 1942	{
	}
	instance of movieClip 1942	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl > 1500) {
				_root.stalvl = 1500;
			}
			if (_root.runlvl > 1500) {
				_root.runlvl = 1500;
			}
			if (_root.flylvl > 1500) {
				_root.flylvl = 1500;
			}
			if (_root.swilvl > 1500) {
				_root.swilvl = 1500;
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.stalvl = _root.stalvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.seed = _root.seed;
				game.data.skill = _root.skill;
				game.data.money = _root.money;
				game.data.colour = _root.colour;
				game.data.hat = _root.hat;
				game.flush();
				delay = 100;
			}
		}
	}
	frame 179 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 179 {
		stop();
	}
	frame 179 {
		dist = 0;
		yspeed = 10;
		if (_root.xtrain == 1) {
			yspeed = 3 + climblevel / 5;
		}
	}
	instance of movieClip 1922	{
		onClipEvent (enterFrame) {
			_y = _y + _root.yspeed / 4;
		}
	}
	instance of movieClip 1926	{
		onClipEvent (enterFrame) {
			_y = _y + _root.yspeed / 3;
		}
	}
	instance of movieClip 1927	{
		onClipEvent (enterFrame) {
			_y = _y + _root.yspeed / 2;
		}
	}
	movieClip 1951	{
	}
	movieClip 1952	{
	}
	instance chick of movieClip 1952	{
		onClipEvent (load) {
			targrot = 10;
			where = 2;
			xspeed = 0;
			yspeed = 0;
			_root.scoreclip.dist = 0;
			_root.dist = 0;
		}
		onClipEvent (enterFrame) {
			oldx = _x;
			if (_y > 500) {
				_root.nextFrame();
			}
			_root.dist = Number(_root.scoreclip.dist + _root.yspeed / 4);
			_root.scoreclip.dist = Math.round(_root.dist);
			_root.scoreclip.speed = Math.round(_root.yspeed) + 'MPH';
			_root.yspeed = Number(_root.yspeed + 0.002);
			_root.where = where;
			_y = _y + yspeed;
			_x = _x + xspeed;
			if (_y > 200) {
				yspeed -= 1;
			}
			if (Key.isDown(37)) {
				if (_root.walls.hitTest(_x - 22, _y, true) or _root.walls.hitTest(_x + 22, _y, true)) {
					where = 1;
				}
			}
			if (Key.isDown(39)) {
				if (_root.walls.hitTest(_x - 22, _y, true) or _root.walls.hitTest(_x + 22, _y, true)) {
					where = 2;
				}
			}
			if (_root.walls.hitTest(_x - 22, _y, true) or _root.walls.hitTest(_x + 22, _y, true)) {
				yspeed = 0;
				if (Key.isDown(38)) {
					if (_y > 100) {
						_y = _y - 5;
					}
				}
				if (Key.isDown(40)) {
					_y = _y + 5;
				}
			} else {
				yspeed += 1.5;
			}
			if (where == 1) {
				gotoAndStop(2);
				if (!_root.walls.hitTest(_x - 17, _y, true)) {
					_x = _x - 15;
				}
				while (_root.walls.hitTest(_x - 17, _y, true)) {
					_x = _x + 1;
				}
				if (!_root.walls.hitTest(_x - 25, _y - 20, true)) {
					_y = _y + yspeed;
				}
			}
			if (where == 2) {
				gotoAndStop(1);
				if (!_root.walls.hitTest(_x + 17, _y, true)) {
					_x = _x + 15;
				}
				while (_root.walls.hitTest(_x + 17, _y, true)) {
					_x = _x - 1;
				}
				if (!_root.walls.hitTest(_x + 25, _y - 20, true)) {
					_y = _y + yspeed;
				}
			}
			while (_root.walls.hitTest(_x, _y - 28, true)) {
				_y = _y + 1;
			}
			newx = _x;
			_rotation = _rotation + ((newx - oldx) * 7 - _rotation) / 4;
			if (_rotation > 90) {
				_rotation = 90;
			}
			if (_rotation < -90) {
				_rotation = -90;
			}
		}
	}
	movieClip 1953	{
		frame 1 {
			stop();
		}
	}
	instance coin of movieClip 1953	{
		onClipEvent (enterFrame) {
			if (!_root.walls.hitTest(_x, _y, true)) {
				_y = _y + int(_root.yspeed);
			}
			if (_y > 500) {
				_y = _y - (Math.random() * 500 + 600);
				_x = Math.random() * 640;
			}
			if (_root.walls.hitTest(_x, _y, true)) {
				_x = Math.random() * 1000 - 200;
			}
			if (this.hitTest(_root.chick)) {
				play();
				_y = 501;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	movieClip 1956	{
	}
	movieClip 1957	{
		frame 1 {
			lcr = 1;
		}
		instance part1 of movieClip 1956	{
			onClipEvent (load) {
				gotoAndStop(6);
			}
			onClipEvent (enterFrame) {
				_y = _y + int(_root.yspeed);
				_parent.part2._y += int(_root.yspeed);
				if (_y > 240) {
					_y = _y - 960;
					_root.part = 1;
					if (_parent.part2._currentframe < 6) {
						_x = _parent.part2._x + 220;
						_parent.pose = 1;
					} else {
						if (_parent.part2._currentframe > 5 and _parent.part2._currentframe < 16) {
							_x = _parent.part2._x;
							_parent.pose = 2;
						} else {
							if (_parent.part2._currentframe > 15) {
								_x = _parent.part2._x - 220;
								_parent.pose = 3;
							}
						}
					}
					if (_x < 200) {
						rand = Math.ceil(random(15));
					} else {
						if (_x > 200) {
							rand = 5 + Math.ceil(random(15));
						} else {
							rand = Math.ceil(Math.random() * 20);
						}
					}
					if (rand == 1) {
						gotoAndStop(1);
					}
					if (rand == 2) {
						gotoAndStop(2);
					}
					if (rand == 3) {
						gotoAndStop(3);
					}
					if (rand == 4) {
						gotoAndStop(4);
					}
					if (rand == 5) {
						gotoAndStop(5);
					}
					if (rand == 6) {
						gotoAndStop(6);
					}
					if (rand == 7) {
						gotoAndStop(7);
					}
					if (rand == 8) {
						gotoAndStop(8);
					}
					if (rand == 9) {
						gotoAndStop(9);
					}
					if (rand == 10) {
						gotoAndStop(10);
					}
					if (rand == 11) {
						gotoAndStop(11);
					}
					if (rand == 12) {
						gotoAndStop(12);
					}
					if (rand == 13) {
						gotoAndStop(13);
					}
					if (rand == 14) {
						gotoAndStop(14);
					}
					if (rand == 15) {
						gotoAndStop(15);
					}
					if (rand == 16) {
						gotoAndStop(16);
					}
					if (rand == 17) {
						gotoAndStop(17);
					}
					if (rand == 18) {
						gotoAndStop(18);
					}
					if (rand == 19) {
						gotoAndStop(19);
					}
					if (rand == 20) {
						gotoAndStop(20);
					}
				}
			}
		}
		instance part2 of movieClip 1956	{
			onClipEvent (load) {
				gotoAndStop(1);
			}
			onClipEvent (enterFrame) {
				if (_y > 240) {
					_y = _y - 960;
					_root.part = 2;
					if (_parent.part1._currentframe < 6) {
						_x = _parent.part1._x + 220;
					} else {
						if (_parent.part1._currentframe > 5 and _parent.part1._currentframe < 16) {
							_x = _parent.part1._x;
						} else {
							if (_parent.part1._currentframe > 15) {
								_x = _parent.part1._x - 220;
							}
						}
					}
					if (_x < 200) {
						rand = Math.ceil(random(15));
					} else {
						if (_x > 200) {
							rand = 5 + Math.ceil(random(15));
						} else {
							rand = Math.ceil(Math.random() * 20);
						}
					}
					if (rand == 1) {
						gotoAndStop(1);
					}
					if (rand == 2) {
						gotoAndStop(2);
					}
					if (rand == 3) {
						gotoAndStop(3);
					}
					if (rand == 4) {
						gotoAndStop(4);
					}
					if (rand == 5) {
						gotoAndStop(5);
					}
					if (rand == 6) {
						gotoAndStop(6);
					}
					if (rand == 7) {
						gotoAndStop(7);
					}
					if (rand == 8) {
						gotoAndStop(8);
					}
					if (rand == 9) {
						gotoAndStop(9);
					}
					if (rand == 10) {
						gotoAndStop(10);
					}
					if (rand == 11) {
						gotoAndStop(11);
					}
					if (rand == 12) {
						gotoAndStop(12);
					}
					if (rand == 13) {
						gotoAndStop(13);
					}
					if (rand == 14) {
						gotoAndStop(14);
					}
					if (rand == 15) {
						gotoAndStop(15);
					}
					if (rand == 16) {
						gotoAndStop(16);
					}
					if (rand == 17) {
						gotoAndStop(17);
					}
					if (rand == 18) {
						gotoAndStop(18);
					}
					if (rand == 19) {
						gotoAndStop(19);
					}
					if (rand == 20) {
						gotoAndStop(20);
					}
				}
			}
		}
	}
	movieClip 1960	{
	}
	movieClip 1961	{
		frame 1 {
			function camControl() {
				parentColor.setTransform(camColor.getTransform());
				var v4 = sX / this._width;
				var v3 = sY / this._height;
				_parent._x = cX - this._x * v4;
				_parent._y = cY - this._y * v3;
				_parent._xscale = 100 * v4;
				_parent._yscale = 100 * v3;
			}
			function resetStage() {
				var v2 = {'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0, 'aa': 100, 'ab': 0};
				parentColor.setTransform(v2);
				_parent._xscale = 100;
				_parent._yscale = 100;
				_parent._x = 0;
				_parent._y = 0;
			}
			this._visible = false;
			var oldMode = Stage.scaleMode;
			Stage.scaleMode = 'exactFit';
			var cX = Stage.width / 2;
			var cY = Stage.height / 2;
			var sX = Stage.width;
			var sY = Stage.height;
			Stage.scaleMode = oldMode;
			var camColor = new Color(this);
			var parentColor = new Color(_parent);
			this.onEnterFrame = camControl;
			camControl();
			this.onUnload = resetStage;
		}
	}
	instance cam of movieClip 1961	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 100;
			_root.shad._x = _x;
			_root.bg._x = _x;
			_root.scoreclip._x = _x;
			_root.energy._x = _x;
		}
	}
	movieClip 1964	{
	}
	movieClip 1966	{
	}
	instance of movieClip 1966	{
		onClipEvent (enterFrame) {
			_x = _root.cam._x;
		}
	}
	frame 180 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 180 {
		stop();
	}
	frame 180 {
		xp = Math.round(dist / 50);
		clilvl = Number(clilvl + _root.dist / 50);
		dist = Math.round(dist);
		_root.money = Number(_root.coins + _root.money);
		walls.part1._x = 0;
		walls.part2._x = 0;
		scoreclip._alpha = 0;
		clvl = Math.floor(clilvl / 10);
		tlvl = clvl + runninglevel + swimlevel + flyinglevel;
		kongregate.stats.submit('ClimbingLevel', clvl);
		kongregate.stats.submit('TotalLevel', tlvl);
	}
	movieClip 1969	{
	}
	instance of movieClip 1969	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > _root.maxi * 10) {
				_root.stalvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	movieClip 1972	{
	}
	instance of movieClip 1972	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 1972	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 1972	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 1972	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 1972	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	button 1973 {
		on (release) {
			gotoAndStop(167);
		}
	}
	button 1974 {
		on (release) {
			gotoAndStop(178);
		}
		on (keyPress '<Space>') {
			gotoAndStop(178);
		}
	}
	movieClip 1979	{
	}
	instance of movieClip 1979	{
		onClipEvent (enterFrame) {
			this._xscale = _root.climblevel * 1.3333333333;
			_root.climblevel = Math.floor(_root.clilvl / 10);
		}
	}
	movieClip 1982	{
	}
	button 1983 {
		on (release) {
			prevFrame();
		}
	}
	movieClip 1984	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
		instance of movieClip 1982	{
			onClipEvent (rollOver) {
				this.useHandCursor = false;
			}
			onClipEvent (keyDown) {
				prevFrame();
			}
			onClipEvent (mouseDown) {
				prevFrame();
			}
		}
	}
	frame 181 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	button 1986 {
		on (release) {
			if (_root.race >= 12) {
				gotoAndStop(182);
			}
		}
	}
	button 1987 {
		on (release) {
			if (_root.race >= 15) {
				gotoAndStop(189);
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 14) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 12) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 17) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 15) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	frame 182 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	button 1989 {
		on (release) {
			gotoAndStop(181);
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 12) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 12) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 13) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 13) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 14) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 14) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	button 1994 {
		on (release) {
			if (_root.race >= 12) {
				gotoAndStop(183);
			}
		}
	}
	button 1999 {
		on (release) {
			if (_root.race >= 13) {
				gotoAndStop(185);
			}
		}
	}
	button 2002 {
		on (release) {
			if (_root.race >= 14) {
				gotoAndStop(187);
			}
		}
	}
	frame 183 {
		if (music._currentframe !== 7) {
			stopAllSounds();
			music.gotoAndStop(7);
		}
	}
	frame 183 {
		enelvl = 1000;
		go = 0;
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			_y = _y + (_root.chick._y - _y) / 16;
			if (_x < -2483) {
				_x = -2483;
			}
			if (_x > -65) {
				_x = -65;
			}
			if (_y > 240) {
				_y = 240;
			}
			if (_y < -125) {
				_y = -125;
			}
			_root.energy._x = _x;
			_root.energy._y = _y - 210;
		}
	}
	movieClip 2025	{
	}
	movieClip 2026	{
	}
	movieClip 2031	{
	}
	movieClip 2033	{
	}
	movieClip 2034	{
	}
	movieClip 2037	{
	}
	movieClip 2038	{
	}
	movieClip 2040	{
	}
	movieClip 2043	{
	}
	movieClip 2050	{
	}
	movieClip 2053	{
		frame 8 {
			stop();
		}
	}
	movieClip 2054	{
		frame 1 {
			stop();
		}
		frame 2 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 3 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 4 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 5 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 6 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 7 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 8 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 9 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 10 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 11 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 12 {
			_x = _x + 50;
			gotoAndStop(1);
		}
		frame 23 {
			_x = _x + 70;
			mode = 2;
			stop();
		}
		frame 30 {
			mode = 1;
		}
		frame 31 {
			stop();
		}
		instance of movieClip 2034	{
			onClipEvent (enterFrame) {
				_rotation = -_parent._rotation;
			}
		}
		frame 32 {
			stop();
		}
		frame 65 {
			mode = 1;
			_x = _x + 70;
			_y = _y - 30;
			gotoAndStop(1);
		}
	}
	instance chick3 of movieClip 2054	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	movieClip 2056	{
	}
	movieClip 2057	{
	}
	movieClip 2077	{
	}
	movieClip 2078	{
	}
	movieClip 2082	{
	}
	movieClip 2084	{
	}
	movieClip 2086	{
	}
	movieClip 2087	{
	}
	movieClip 2090	{
	}
	movieClip 2092	{
	}
	movieClip 2093	{
	}
	movieClip 2095	{
	}
	movieClip 2096	{
	}
	movieClip 2099	{
		frame 8 {
			stop();
		}
	}
	movieClip 2100	{
		frame 1 {
			stop();
		}
		frame 2 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 3 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 4 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 5 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 6 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 7 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 8 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 9 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 10 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 11 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 12 {
			_x = _x + 50;
			gotoAndStop(1);
		}
		frame 23 {
			_x = _x + 70;
			mode = 2;
			stop();
		}
		frame 30 {
			mode = 1;
		}
		frame 31 {
			stop();
		}
		frame 32 {
			stop();
		}
		frame 65 {
			mode = 1;
			_x = _x + 70;
			_y = _y - 30;
			gotoAndStop(1);
		}
	}
	instance chick4 of movieClip 2100	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	movieClip 2102	{
	}
	movieClip 2104	{
	}
	movieClip 2123	{
	}
	movieClip 2124	{
	}
	movieClip 2126	{
	}
	movieClip 2127	{
	}
	movieClip 2129	{
	}
	movieClip 2132	{
	}
	movieClip 2133	{
	}
	movieClip 2134	{
		frame 1 {
			stop();
		}
		frame 2 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 3 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 4 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 5 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 6 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 7 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 8 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 9 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 10 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 11 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 12 {
			_x = _x + 50;
			gotoAndStop(1);
		}
		frame 23 {
			_x = _x + 70;
			mode = 2;
			stop();
		}
		instance of movieClip 2123	{
			onClipEvent (load) {
				num = 0;
			}
			onClipEvent (enterFrame) {
				if (_parent._parent._x < 530 or _parent._parent._currentframe == 2) {
					if (_parent._parent._x > 110 or _parent._parent._currentframe == 1) {
						num = Math.round(Math.random() * 40);
						if (num == 5) {
							_parent.play();
							num = 0;
						}
						if (_root.corn._x < 640) {
							_parent.play();
							num = 0;
						}
						if (_root.corn2._x > 0) {
							_parent.play();
							num = 0;
						}
					}
				}
			}
		}
		instance of movieClip 2124	{
			onClipEvent (load) {
				_rotation = 0;
			}
			onClipEvent (enterFrame) {
				if (_parent._parent._currentframe == 1) {
					if (_root.corn._x < 640 and _root.corn.drag == false or _root.corn2._x > 0 and _root.corn2.drag == false) {
					} else {
						rx = _root._xmouse;
						ry = _root._ymouse;
						cx = _parent._parent._x + _parent._x + _x;
						cy = _parent._parent._y + _parent._y + _y;
						angle = Math.atan2(ry - cy, rx - cx) / 0.0174532925199433;
						roto = angle;
						_rotation = roto;
					}
				}
				if (_parent._parent._currentframe == 2) {
					if (_root.corn._x < 640 and _root.corn.drag == false) {
					} else {
						rx = _root._xmouse;
						ry = _root._ymouse;
						cx = _parent._parent._x + _parent._x + _x;
						cy = _parent._parent._y + _parent._y + _y;
						angle = Math.atan2(ry - cy, rx - cx) / 0.0174532925199433;
						_rotation = -angle + 180;
					}
				}
			}
		}
		frame 30 {
			mode = 1;
		}
		frame 31 {
			stop();
		}
		frame 32 {
			stop();
		}
		frame 66 {
			mode = 1;
			_x = _x + 70;
			_y = _y - 30;
			gotoAndStop(1);
		}
	}
	instance chick2 of movieClip 2134	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	movieClip 2136	{
		instance of movieClip 732	{
			onClipEvent (load) {
				chick1 = 0;
				chick2 = 0;
				chick3 = 0;
				chick4 = 0;
				idn = 1;
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.chick) && _root.chick._currentframe > 33) {
					_root.chick._x = _parent._x + _x - 17;
					_root.chick.mode = 4;
					_root.chick.gotoAndStop(32);
				}
				if (this.hitTest(_root.chick) && chick1 == 0) {
					chick1 = 1;
					_root.chick._x = _parent._x + _x - 17;
					_root.chick.mode = 4;
					_root.chick.gotoAndStop(32);
				}
				if (_root.chick.mode == 4) {
					if (!this.hitTest(_root.chick)) {
						_root.chick.mode = 0;
						_root.chick.play();
					}
				}
				if (this.hitTest(_root.chick2) && _root.chick2._currentframe > 33) {
					_root.chick2._x = _parent._x + _x - 17;
					_root.chick2.mode = 4;
					_root.chick2.gotoAndStop(32);
				}
				if (this.hitTest(_root.chick2) && chick2 == 0) {
					chick2 = 1;
					_root.chick2._x = _parent._x + _x - 17;
					_root.chick2.mode = 4;
					_root.chick2.gotoAndStop(32);
				}
				if (_root.chick2.mode == 4) {
					if (!this.hitTest(_root.chick2)) {
						_root.chick2.mode = 0;
						_root.chick2.play();
					}
				}
				if (this.hitTest(_root.chick3) && _root.chick3._currentframe > 33) {
					_root.chick3._x = _parent._x + _x - 17;
					_root.chick3.mode = 4;
					_root.chick3.gotoAndStop(32);
				}
				if (this.hitTest(_root.chick3) && chick3 == 0) {
					chick3 = 1;
					_root.chick3._x = _parent._x + _x - 14;
					_root.chick3.mode = 4;
					_root.chick3.gotoAndStop(32);
				}
				if (_root.chick3.mode == 4) {
					if (!this.hitTest(_root.chick3)) {
						_root.chick3.mode = 0;
						_root.chick3.play();
					}
				}
				if (this.hitTest(_root.chick4) && _root.chick4._currentframe > 33) {
					_root.chick4._x = _parent._x + _x - 17;
					_root.chick4.mode = 4;
					_root.chick4.gotoAndStop(32);
				}
				if (this.hitTest(_root.chick4) && chick4 == 0) {
					chick4 = 1;
					_root.chick4._x = _parent._x + _x - 17;
					_root.chick4.mode = 4;
					_root.chick4.gotoAndStop(32);
				}
				if (_root.chick4.mode == 4) {
					if (!this.hitTest(_root.chick4)) {
						_root.chick4.mode = 0;
						_root.chick4.play();
					}
				}
			}
		}
	}
	instance of movieClip 2136	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	movieClip 2138	{
	}
	movieClip 2139	{
	}
	movieClip 2154	{
	}
	movieClip 2156	{
	}
	movieClip 2158	{
	}
	movieClip 2159	{
	}
	movieClip 2162	{
	}
	movieClip 2163	{
	}
	movieClip 2164	{
	}
	movieClip 2165	{
	}
	movieClip 2166	{
	}
	movieClip 2167	{
	}
	movieClip 2171	{
		frame 8 {
			stop();
		}
	}
	movieClip 2172	{
		frame 1 {
			stop();
		}
		frame 2 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 3 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 4 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 5 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 6 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 7 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 8 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 9 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 10 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 11 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 12 {
			_x = _x + 50;
			gotoAndStop(1);
		}
		frame 23 {
			_x = _x + 70;
			mode = 2;
			stop();
		}
		frame 30 {
			mode = 1;
		}
		frame 31 {
			stop();
		}
		instance of movieClip 2159	{
			onClipEvent (enterFrame) {
				_rotation = -_parent._rotation;
			}
		}
		frame 32 {
			stop();
		}
		frame 65 {
			mode = 1;
			_x = _x + 70;
			_y = _y - 30;
			gotoAndStop(1);
		}
	}
	instance chick of movieClip 2172	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	movieClip 2174	{
	}
	instance of movieClip 2174	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	movieClip 2176	{
	}
	instance of movieClip 2176	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	movieClip 2178	{
	}
	instance of movieClip 2178	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	frame 184 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 184 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 12) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 13;
				game.flush();
				_root.race = 13;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(11);
			}
			if (_root.first == 2) {
				gotoAndStop(13);
			}
			if (_root.first == 3) {
				gotoAndStop(12);
			}
			if (_root.first == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(11);
			}
			if (_root.second == 2) {
				gotoAndStop(13);
			}
			if (_root.second == 3) {
				gotoAndStop(12);
			}
			if (_root.second == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(11);
			}
			if (_root.third == 2) {
				gotoAndStop(13);
			}
			if (_root.third == 3) {
				gotoAndStop(12);
			}
			if (_root.third == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(11);
			}
			if (_root.forth == 2) {
				gotoAndStop(13);
			}
			if (_root.forth == 3) {
				gotoAndStop(12);
			}
			if (_root.forth == 4) {
				gotoAndStop(14);
			}
		}
	}
	frame 185 {
		if (music._currentframe !== 7) {
			stopAllSounds();
			music.gotoAndStop(7);
		}
	}
	frame 185 {
		enelvl = 1100;
		go = 0;
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			_y = _y + (_root.chick._y - _y) / 16;
			if (_x < -2088) {
				_x = -2088;
			}
			if (_x > -65) {
				_x = -65;
			}
			if (_y > 240) {
				_y = 240;
			}
			if (_y < -125) {
				_y = -125;
			}
			_root.energy._x = _x;
			_root.energy._y = _y - 210;
		}
	}
	instance of movieClip 2136	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance chick3 of movieClip 2054	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 2100	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick2 of movieClip 2134	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 2172	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	instance of movieClip 2174	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance of movieClip 2176	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance of movieClip 2178	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	frame 186 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 186 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 13) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 14;
				game.flush();
				_root.race = 14;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(11);
			}
			if (_root.first == 2) {
				gotoAndStop(13);
			}
			if (_root.first == 3) {
				gotoAndStop(12);
			}
			if (_root.first == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(11);
			}
			if (_root.second == 2) {
				gotoAndStop(13);
			}
			if (_root.second == 3) {
				gotoAndStop(12);
			}
			if (_root.second == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(11);
			}
			if (_root.third == 2) {
				gotoAndStop(13);
			}
			if (_root.third == 3) {
				gotoAndStop(12);
			}
			if (_root.third == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(11);
			}
			if (_root.forth == 2) {
				gotoAndStop(13);
			}
			if (_root.forth == 3) {
				gotoAndStop(12);
			}
			if (_root.forth == 4) {
				gotoAndStop(14);
			}
		}
	}
	frame 187 {
		if (music._currentframe !== 7) {
			stopAllSounds();
			music.gotoAndStop(7);
		}
	}
	frame 187 {
		enelvl = 1200;
		go = 0;
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			_y = _y + (_root.chick._y - _y) / 16;
			if (_x < -2483) {
				_x = -2483;
			}
			if (_x > 3980) {
				_x = 3980;
			}
			if (_y > 240) {
				_y = 240;
			}
			if (_y < -125) {
				_y = -125;
			}
			_root.energy._x = _x;
			_root.energy._y = _y - 210;
		}
	}
	instance of movieClip 2136	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance chick3 of movieClip 2054	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 2100	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick2 of movieClip 2134	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 2172	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	instance of movieClip 2174	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance of movieClip 2176	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance of movieClip 2178	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	frame 188 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 188 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 14) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 15;
				game.flush();
				_root.race = 15;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(11);
			}
			if (_root.first == 2) {
				gotoAndStop(13);
			}
			if (_root.first == 3) {
				gotoAndStop(12);
			}
			if (_root.first == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(11);
			}
			if (_root.second == 2) {
				gotoAndStop(13);
			}
			if (_root.second == 3) {
				gotoAndStop(12);
			}
			if (_root.second == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(11);
			}
			if (_root.third == 2) {
				gotoAndStop(13);
			}
			if (_root.third == 3) {
				gotoAndStop(12);
			}
			if (_root.third == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(11);
			}
			if (_root.forth == 2) {
				gotoAndStop(13);
			}
			if (_root.forth == 3) {
				gotoAndStop(12);
			}
			if (_root.forth == 4) {
				gotoAndStop(14);
			}
		}
	}
	frame 189 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 15) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 15) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 16) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 16) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 17) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 17) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	button 2190 {
		on (release) {
			if (_root.race >= 15) {
				gotoAndStop(190);
			}
		}
	}
	button 2195 {
		on (release) {
			if (_root.race >= 16) {
				gotoAndStop(192);
			}
		}
	}
	button 2198 {
		on (release) {
			if (_root.race >= 17) {
				gotoAndStop(194);
			}
		}
	}
	frame 190 {
		if (music._currentframe !== 7) {
			stopAllSounds();
			music.gotoAndStop(7);
		}
	}
	frame 190 {
		enelvl = 1300;
		go = 0;
	}
	movieClip 2202	{
		instance of movieClip 732	{
			onClipEvent (load) {
				chick1 = 0;
				chick2 = 0;
				chick3 = 0;
				chick4 = 0;
				idn = 1;
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.chick) && _root.chick._currentframe > 33) {
					_root.chick._x = _parent._x + _x - 17;
					_root.chick.mode = 4;
					_root.chick.gotoAndStop(32);
				}
				if (this.hitTest(_root.chick) && chick1 == 0) {
					chick1 = 1;
					_root.chick._x = _parent._x + _x - 17;
					_root.chick.mode = 4;
					_root.chick.gotoAndStop(32);
				}
				if (_root.chick.mode == 4) {
					if (!this.hitTest(_root.chick)) {
						_root.chick.mode = 0;
						_root.chick.play();
					}
				}
				if (this.hitTest(_root.chick2) && _root.chick2._currentframe > 33) {
					_root.chick2._x = _parent._x + _x - 17;
					_root.chick2.mode = 4;
					_root.chick2.gotoAndStop(32);
				}
				if (this.hitTest(_root.chick2) && chick2 == 0) {
					chick2 = 1;
					_root.chick2._x = _parent._x + _x - 17;
					_root.chick2.mode = 4;
					_root.chick2.gotoAndStop(32);
				}
				if (_root.chick2.mode == 4) {
					if (!this.hitTest(_root.chick2)) {
						_root.chick2.mode = 0;
						_root.chick2.play();
					}
				}
				if (this.hitTest(_root.chick3) && _root.chick3._currentframe > 33) {
					_root.chick3._x = _parent._x + _x - 17;
					_root.chick3.mode = 4;
					_root.chick3.gotoAndStop(32);
				}
				if (this.hitTest(_root.chick3) && chick3 == 0) {
					chick3 = 1;
					_root.chick3._x = _parent._x + _x - 14;
					_root.chick3.mode = 4;
					_root.chick3.gotoAndStop(32);
				}
				if (_root.chick3.mode == 4) {
					if (!this.hitTest(_root.chick3)) {
						_root.chick3.mode = 0;
						_root.chick3.play();
					}
				}
				if (this.hitTest(_root.chick4) && _root.chick4._currentframe > 33) {
					_root.chick4._x = _parent._x + _x - 17;
					_root.chick4.mode = 4;
					_root.chick4.gotoAndStop(32);
				}
				if (this.hitTest(_root.chick4) && chick4 == 0) {
					chick4 = 1;
					_root.chick4._x = _parent._x + _x - 17;
					_root.chick4.mode = 4;
					_root.chick4.gotoAndStop(32);
				}
				if (_root.chick4.mode == 4) {
					if (!this.hitTest(_root.chick4)) {
						_root.chick4.mode = 0;
						_root.chick4.play();
					}
				}
			}
		}
	}
	instance of movieClip 2202	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	
	// unknown tag 88 length 69
	movieClip 2206	{
	}
	movieClip 2207	{
	}
	movieClip 2216	{
	}
	movieClip 2218	{
	}
	instance of movieClip 2218	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance chick3 of movieClip 2054	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 2100	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick2 of movieClip 2134	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 2172	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			if (_x < 444) {
				_x = 444;
			}
			if (_x > 2500) {
				_x = 2500;
			}
			if (_y > 155) {
				_y = 155;
			}
			if (_y < -450) {
				_y = -450;
			}
			_root.energy._x = _x;
			_root.energy._y = _y - 280;
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	frame 191 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 191 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 15) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 16;
				game.flush();
				_root.race = 16;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(11);
			}
			if (_root.first == 2) {
				gotoAndStop(13);
			}
			if (_root.first == 3) {
				gotoAndStop(12);
			}
			if (_root.first == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(11);
			}
			if (_root.second == 2) {
				gotoAndStop(13);
			}
			if (_root.second == 3) {
				gotoAndStop(12);
			}
			if (_root.second == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(11);
			}
			if (_root.third == 2) {
				gotoAndStop(13);
			}
			if (_root.third == 3) {
				gotoAndStop(12);
			}
			if (_root.third == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(11);
			}
			if (_root.forth == 2) {
				gotoAndStop(13);
			}
			if (_root.forth == 3) {
				gotoAndStop(12);
			}
			if (_root.forth == 4) {
				gotoAndStop(14);
			}
		}
	}
	frame 192 {
		if (music._currentframe !== 7) {
			stopAllSounds();
			music.gotoAndStop(7);
		}
	}
	frame 192 {
		enelvl = 1350;
		go = 0;
	}
	instance of movieClip 2202	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance chick3 of movieClip 2054	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 2100	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick2 of movieClip 2134	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 2172	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_y = _y + (_root.chick._y - _y) / 16;
			if (_x < -2356) {
				_x = -2356;
			}
			if (_x > 3125) {
				_x = 3125;
			}
			if (_y > 155) {
				_y = 155;
			}
			if (_y < -450) {
				_y = -450;
			}
			_root.energy._x = _x;
			_root.energy._y = _y - 280;
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 2218	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	frame 193 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 193 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 16) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 17;
				game.flush();
				_root.race = 17;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(11);
			}
			if (_root.first == 2) {
				gotoAndStop(13);
			}
			if (_root.first == 3) {
				gotoAndStop(12);
			}
			if (_root.first == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(11);
			}
			if (_root.second == 2) {
				gotoAndStop(13);
			}
			if (_root.second == 3) {
				gotoAndStop(12);
			}
			if (_root.second == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(11);
			}
			if (_root.third == 2) {
				gotoAndStop(13);
			}
			if (_root.third == 3) {
				gotoAndStop(12);
			}
			if (_root.third == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(11);
			}
			if (_root.forth == 2) {
				gotoAndStop(13);
			}
			if (_root.forth == 3) {
				gotoAndStop(12);
			}
			if (_root.forth == 4) {
				gotoAndStop(14);
			}
		}
	}
	frame 194 {
		if (music._currentframe !== 7) {
			stopAllSounds();
			music.gotoAndStop(7);
		}
	}
	frame 194 {
		enelvl = 1400;
		go = 0;
	}
	instance of movieClip 2202	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance chick3 of movieClip 2054	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 2100	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick2 of movieClip 2134	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 2172	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	instance of movieClip 2218	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			if (_root.chick._x < 3500) {
				_y = _y + (_root.chick._y - _y) / 16;
			}
			if (_x < -2356) {
				_x = -2356;
			}
			if (_x > 3125) {
				_x = 3125;
			}
			if (_y > 155) {
				_y = 155;
			}
			if (_y < -450) {
				_y = -450;
			}
			_root.energy._x = _x;
			_root.energy._y = _y - 280;
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	frame 195 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 195 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 17) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 18;
				game.flush();
				_root.race = 18;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance of movieClip 816	{
		onClipEvent (release) {
			if (_currentframe == 1) {
				_root.gotoAndStop(167);
			} else {
				_root.gotoAndStop(283);
			}
		}
		onClipEvent (enterFrame) {
			if (_root.race > 17) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(11);
			}
			if (_root.first == 2) {
				gotoAndStop(13);
			}
			if (_root.first == 3) {
				gotoAndStop(12);
			}
			if (_root.first == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(11);
			}
			if (_root.second == 2) {
				gotoAndStop(13);
			}
			if (_root.second == 3) {
				gotoAndStop(12);
			}
			if (_root.second == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(11);
			}
			if (_root.third == 2) {
				gotoAndStop(13);
			}
			if (_root.third == 3) {
				gotoAndStop(12);
			}
			if (_root.third == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(11);
			}
			if (_root.forth == 2) {
				gotoAndStop(13);
			}
			if (_root.forth == 3) {
				gotoAndStop(12);
			}
			if (_root.forth == 4) {
				gotoAndStop(14);
			}
		}
	}
	frame 196 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 196 {
		stop();
	}
	instance of movieClip 1727	{
		onClipEvent (load) {
			if (_root.race >= 18) {
				_visible = true;
			} else {
				_visible = false;
			}
		}
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'A dark portal to the lair of the champion duck';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
		onClipEvent (release) {
			_root.gotoAndStop(284);
		}
	}
	instance corn2 of movieClip 254	{
		onClipEvent (load) {
			drag = false;
			yspeed = 0;
			xspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_x < -960) {
				_x = -60;
			}
			if (_x == -20 and drag == false) {
				xspeed = 0;
			}
			if (_x < -10) {
				_y = 400;
			}
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe == 1 and _root.chick.qwe._currentframe > 8) {
					_root.chick._x += 50;
				}
				if (_root.chick._currentframe == 2 and _root.chick.qwe._currentframe > 8) {
					_root.chick._x -= 50;
				}
				_root.chick.skill = 1;
				if (_x > _root.chick._x) {
					_root.chick.gotoAndStop(3);
				}
				if (_x < _root.chick._x) {
					_root.chick.gotoAndStop(4);
				}
				_x = -860;
				drag = false;
				xspeed = 10;
			}
			_x = _x + xspeed;
			_y = _y + yspeed;
			if (drag == true) {
				xspeed = -(_x - _root._xmouse) / 2;
				yspeed = -(_y - _root._ymouse) / 2;
			}
			if (drag == false) {
				yspeed += 1;
				if (_y > 420) {
					_y = 420;
					yspeed = -yspeed / 2;
				}
				if (_x > 740) {
					_x = 740;
					xspeed = -xspeed / 2;
				}
			}
		}
		onClipEvent (mouseUp) {
			if (drag == true) {
				drag = false;
			}
		}
		onClipEvent (press) {
			drag = true;
		}
	}
	instance corn of movieClip 254	{
		onClipEvent (load) {
			drag = false;
			yspeed = 0;
			xspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_x > 1710) {
				_x = 810;
			}
			if (_x == 770 and drag == false) {
				xspeed = 0;
			}
			if (_x > 760) {
				_y = 400;
			}
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe == 1 and _root.chick.qwe._currentframe > 8) {
					_root.chick._x += 50;
				}
				if (_root.chick._currentframe == 2 and _root.chick.qwe._currentframe > 8) {
					_root.chick._x -= 50;
				}
				_root.chick.skill = 0;
				if (_x > _root.chick._x) {
					_root.chick.gotoAndStop(3);
				}
				if (_x < _root.chick._x) {
					_root.chick.gotoAndStop(4);
				}
				_x = 1500;
				drag = false;
				xspeed = -10;
			}
			_x = _x + xspeed;
			_y = _y + yspeed;
			if (drag == true) {
				xspeed = -(_x - _root._xmouse) / 2;
				yspeed = -(_y - _root._ymouse) / 2;
			}
			if (drag == false) {
				yspeed += 1;
				if (_y > 420) {
					_y = 420;
					yspeed = -yspeed / 2;
				}
				if (_x < 10) {
					_x = 10;
					xspeed = -xspeed / 2;
				}
			}
		}
		onClipEvent (mouseUp) {
			if (drag == true) {
				drag = false;
			}
		}
		onClipEvent (press) {
			drag = true;
		}
	}
	instance of movieClip 265	{
		onClipEvent (press) {
			if (_root.corn2._x > -360 and _root.corn2._x < 0 and _root.money > 14) {
				_root.corn2._x = 67;
				_root.corn2._y = 325;
				_root.corn2.xspeed = 0;
				_root.corn2.yspeed = 5;
				_root.money = Number(_root.money - 15);
			}
			if (_root.corn2._x > -360 and _root.corn2._x < 0 and _root.freeseed == 1) {
				_root.corn2._x = 67;
				_root.corn2._y = 325;
				_root.corn2.xspeed = 0;
				_root.corn2.yspeed = 5;
			}
		}
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'SuperSeed - this greatly increases my energy level. Click to dispense';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
		onClipEvent (enterFrame) {
			if (_root.freeseed == 1) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 326	{
		onClipEvent (press) {
			if (_root.corn._x < 1000 and _root.corn._x > 750 and _root.money > 0) {
				_root.corn._x = 683;
				_root.corn._y = 325;
				_root.corn.xspeed = 0;
				_root.corn.yspeed = 5;
				_root.money = Number(_root.money - 1);
			}
			if (_root.corn._x < 1000 and _root.corn._x > 750 and _root.freeseed == 1) {
				_root.corn._x = 683;
				_root.corn._y = 325;
				_root.corn.xspeed = 0;
				_root.corn.yspeed = 5;
			}
		}
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'Seed - this increases my energy level. Click to dispense';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
		onClipEvent (enterFrame) {
			if (_root.freeseed == 1) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.runninglevel / 1.5;
			_root.runninglevel = Math.floor(_root.runlvl / 10);
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.climblevel / 1.5;
			_root.climblevel = Math.floor(_root.clilvl / 10);
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 332	{
		onClipEvent (enterFrame) {
			this._xscale = _root.staminalevel * 2;
			_root.staminalevel = Math.floor(_root.stalvl / 10);
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.flyinglevel / 1.5;
			_root.flyinglevel = Math.floor(_root.flylvl / 10);
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.swimlevel / 1.5;
			_root.swimlevel = Math.floor(_root.swilvl / 10);
		}
	}
	instance of movieClip 344	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > 500) {
				_root.stalvl = 500;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
			if (_root.runlvl >= 1500) {
				if (_root.clilvl >= 1500) {
					if (_root.swilvl >= 1500) {
						if (_root.flylvl >= 1500) {
							if (_root.stalvl >= 500) {
								if (_root.a7 < 1) {
									_root.a7 = 1;
									game = SharedObject.getLocal('mydata');
									game.data.a7 = 1;
									game.flush();
								}
							}
						}
					}
				}
			}
		}
	}
	button 2228 {
		on (release) {
			gotoAndStop(210);
		}
		on (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'The quest to become world champion starts here. Don\'t forget to train first!';
		}
		on (rollOut) {
			_root.speech._visible = false;
		}
	}
	button 2229 {
		on (release) {
			gotoAndStop(197);
		}
		on (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'Train me to increase my skill levels so I will perform better in races!';
		}
		on (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance speech of movieClip 375	{
		onClipEvent (load) {
			_visible = false;
			stop();
		}
		onClipEvent (enterFrame) {
			if (_x > 470) {
				gotoAndStop(2);
			}
			if (_x < 270) {
				gotoAndStop(1);
			}
			_x = _x + (_root.chick._x - _x) / 20;
			_y = _y + (_root.chick._y - 20 - _y) / 20;
		}
	}
	instance of movieClip 840	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x + _root.chick.qwe._x, _root.chick._y + _root.chick.qwe._y + 25, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
			}
		}
	}
	movieClip 2232	{
	}
	movieClip 2233	{
	}
	movieClip 2243	{
		frame 1 {
			stop();
		}
		instance of movieClip 2232	{
			onClipEvent (load) {
				num = 0;
			}
			onClipEvent (enterFrame) {
				if (_parent._parent._x < 530 or _parent._parent._currentframe == 2) {
					if (_parent._parent._x > 110 or _parent._parent._currentframe == 1) {
						num = Math.round(Math.random() * 40);
						if (num == 5) {
							_parent.play();
							num = 0;
						}
						if (_root.corn._x < 640) {
							_parent.play();
							num = 0;
						}
						if (_root.corn2._x > 0) {
							_parent.play();
							num = 0;
						}
					}
				}
			}
		}
		instance of movieClip 2233	{
			onClipEvent (load) {
				_rotation = 0;
			}
			onClipEvent (enterFrame) {
				if (_parent._parent._currentframe == 1) {
					if (_root.corn._x < 640 and _root.corn.drag == false or _root.corn2._x > 0 and _root.corn2.drag == false) {
					} else {
						rx = _root._xmouse;
						ry = _root._ymouse;
						cx = _parent._parent._x + _parent._x + _x;
						cy = _parent._parent._y + _parent._y + _y;
						angle = Math.atan2(ry - cy, rx - cx) / 0.0174532925199433;
						roto = angle;
						_rotation = roto;
					}
				}
				if (_parent._parent._currentframe == 2) {
					if (_root.corn._x < 640 and _root.corn.drag == false) {
					} else {
						rx = _root._xmouse;
						ry = _root._ymouse;
						cx = _parent._parent._x + _parent._x + _x;
						cy = _parent._parent._y + _parent._y + _y;
						angle = Math.atan2(ry - cy, rx - cx) / 0.0174532925199433;
						_rotation = -angle + 180;
					}
				}
			}
		}
		frame 12 {
			if (_root._currentframe > 0) {
				if (_parent._currentframe == 1) {
					_parent._x += 50;
				}
				if (_parent._currentframe == 2) {
					_parent._x -= 50;
				}
			} else {
				_x = _x + 50;
			}
			gotoAndStop(1);
		}
	}
	movieClip 2244	{
	}
	movieClip 2246	{
	}
	movieClip 2249	{
	}
	movieClip 2250	{
	}
	movieClip 2252	{
	}
	movieClip 2253	{
		instance of movieClip 2244	{
			onClipEvent (load) {
				if (_parent._parent.skill == 1) {
					gotoAndStop(2);
				} else {
					gotoAndStop(1);
				}
			}
		}
		frame 36 {
			if (_parent.skill == 1) {
				_root.stalvl = Number(_root.stalvl + 8);
			}
			_root.stalvl = Number(_root.stalvl + 2);
		}
		instance of movieClip 2250	{
			onClipEvent (load) {
				if (_parent._parent.skill == 1) {
					gotoAndStop(2);
				} else {
					gotoAndStop(1);
				}
			}
		}
		frame 43 {
			if (_parent.skill == 1) {
				_root.stalvl = Number(_root.stalvl + 8);
			}
			_root.stalvl = Number(_root.stalvl + 2);
		}
		instance of movieClip 2252	{
			onClipEvent (load) {
				if (_parent._parent.skill == 1) {
					gotoAndStop(2);
				} else {
					gotoAndStop(1);
				}
			}
		}
		frame 50 {
			if (_parent.skill == 1) {
				_root.stalvl = Number(_root.stalvl + 8);
			}
			_root.stalvl = Number(_root.stalvl + 2);
		}
		frame 60 {
			if (_root._xmouse > _root.chick._x) {
				_parent.gotoAndStop(1);
			}
			if (_root._xmouse < _root.chick._x) {
				_parent.gotoAndStop(2);
			}
			_root.corn._x = 700;
		}
	}
	movieClip 2254	{
		frame 1 {
			stop();
		}
		instance qwe of movieClip 2243	{
			onClipEvent (enterFrame) {
				if (_root.corn._x < 640) {
					if (_root.corn._x < _parent._x) {
						if (_currentframe == 1) {
							_parent.nextFrame();
						}
					}
				} else {
					if (_root.corn2._x > 0) {
						if (_root.corn2._x < _parent._x) {
							if (_currentframe == 1) {
								_parent.nextFrame();
							}
						}
					} else {
						if (_root._xmouse < _parent._x) {
							if (_currentframe == 1) {
								_parent.nextFrame();
							}
						}
					}
				}
			}
		}
		frame 2 {
			stop();
		}
		instance qwe of movieClip 2243	{
			onClipEvent (enterFrame) {
				if (_root.corn._x < 640) {
					if (_root.corn._x > _parent._x) {
						if (_currentframe == 1) {
							_parent.prevFrame();
						}
					}
				} else {
					if (_root.corn2._x > 0) {
						if (_root.corn2._x > _parent._x) {
							if (_currentframe == 1) {
								_parent.prevFrame();
							}
						}
					} else {
						if (_root._xmouse > _parent._x) {
							if (_currentframe == 1) {
								_parent.prevFrame();
							}
						}
					}
				}
			}
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
	}
	instance chick of movieClip 2254	{
		onClipEvent (load) {
			yspeed = 0;
			skill = 0;
		}
		onClipEvent (enterFrame) {
			_y = _y + yspeed;
			yspeed += 1;
		}
	}
	instance of movieClip 344	{
		onClipEvent (enterFrame) {
			_root.clibonus = '';
			_root.runbonus = '';
			_root.flybonus = '';
			_root.swibonus = '';
			if (_root.dt == 1) {
				_root.clibonus = '+' + (Math.round(_root.climblevel * 1.5) - _root.climblevel);
				_root.flybonus = Math.round(_root.flyinglevel * 0.9) - _root.flyinglevel;
			}
			if (_root.dt == 2) {
				_root.runbonus = '+' + (Math.round(_root.runninglevel * 1.25) - _root.runninglevel);
				_root.flybonus = Math.round(_root.flyinglevel * 0.9) - _root.flyinglevel;
				_root.clibonus = Math.round(_root.climblevel * 0.9) - _root.climblevel;
				_root.swibonus = '+' + (Math.round(_root.swimlevel * 1.25) - _root.swimlevel);
			}
			if (_root.dt == 4) {
				_root.runbonus = Math.round(_root.runninglevel * 0.9) - _root.runninglevel;
				_root.clibonus = Math.round(_root.climblevel * 0.9) - _root.climblevel;
				_root.swibonus = '+' + (Math.round(_root.swimlevel * 1.5) - _root.swimlevel);
			}
			if (_root.dt == 3) {
				_root.runbonus = Math.round(_root.runninglevel * 0.9) - _root.runninglevel;
				_root.clibonus = Math.round(_root.climblevel * 0.9) - _root.climblevel;
				_root.flybonus = '+' + (Math.round(_root.flyinglevel * 1.5) - _root.flyinglevel);
			}
		}
	}
	instance of movieClip 365	{
		onClipEvent (rollOver) {
			_alpha = 50;
		}
		onClipEvent (releaseOutside, rollOut) {
			_alpha = 100;
		}
		onClipEvent (release) {
			if (_root.playsounds == true) {
				_root.playsounds = false;
			} else {
				if (_root.playsounds == false) {
					_root.playsounds = true;
					_root.music.gotoAndStop(6);
				}
			}
		}
		onClipEvent (load) {
			if (_root.playsounds == true) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
		onClipEvent (enterFrame) {
			if (_root.playsounds == true) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'Energy is needed to complete races. To train it, just feed your duck some seed or skill seed';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'This is how many coins you have to spend on seed. Collect coins during training!';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			if (_root.clibonus == '') {
				_root.speech.data = 'Your skill in climbing up cliffs! Train this for speedier climbs!';
			} else {
				_root.speech.data = 'Your skill in climbing up cliffs! The ' + _root.clibonus + ' is your evolution type bonus';
			}
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			if (_root.flybonus == '') {
				_root.speech.data = 'Your skill in flying! Train it to fly further and faster!';
			} else {
				_root.speech.data = 'Your skill in flying! The ' + _root.flybonus + ' is your evolution type bonus';
			}
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			if (_root.runbonus == '') {
				_root.speech.data = 'Your skill in running! Train it for faster running (or hopping) in races!';
			} else {
				_root.speech.data = 'Your skill in running! The ' + _root.runbonus + ' is your evolution type bonus';
			}
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			if (_root.swibonus == '') {
				_root.speech.data = 'Your swimming level is how good you are at swimming. Train it to go faster in water!';
			} else {
				_root.speech.data = 'Your skill in swimming! The ' + _root.swibonus + ' is your evolution type bonus';
			}
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 83	{
		onClipEvent (release) {
			getURL('http://www.wixgames.co.uk', '_blank');
		}
		onClipEvent (rollOver) {
			_alpha = 50;
		}
		onClipEvent (releaseOutside, rollOut) {
			_alpha = 100;
		}
	}
	frame 197 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	button 2264 {
		on (release) {
			gotoAndStop(204);
		}
	}
	button 2265 {
		on (release) {
			gotoAndStop(207);
		}
	}
	button 2266 {
		on (release) {
			gotoAndStop(201);
		}
	}
	button 2267 {
		on (release) {
			gotoAndStop(198);
		}
	}
	button 2268 {
		on (release) {
			gotoAndStop(196);
		}
	}
	frame 198 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 198 {
		stop();
		coins = 0;
	}
	movieClip 2270	{
	}
	movieClip 2271	{
		frame 1 {
			stop();
		}
		frame 40 {
			_root.nextFrame();
		}
	}
	instance of movieClip 2271	{
		onClipEvent (keyPress '<Space>') {
			play();
		}
		onClipEvent (rollOver) {
			this.useHandCursor = false;
		}
	}
	instance of movieClip 411	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl > 1500) {
				_root.stalvl = 1500;
			}
			if (_root.runlvl > 1500) {
				_root.runlvl = 1500;
			}
			if (_root.flylvl > 1500) {
				_root.flylvl = 1500;
			}
			if (_root.swilvl > 1500) {
				_root.swilvl = 1500;
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.stalvl = _root.stalvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.seed = _root.seed;
				game.data.skill = _root.skill;
				game.data.money = _root.money;
				game.data.colour = _root.colour;
				game.data.hat = _root.hat;
				game.flush();
				delay = 100;
			}
		}
	}
	frame 199 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 199 {
		dist = 0;
	}
	instance of movieClip 1785	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			if (_x > 0) {
				_x = _x - 750;
			}
			_x = _x - _root.xspeed / 10;
		}
	}
	instance of movieClip 1786	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			if (_x > 0) {
				_x = _x - 750;
			}
			_x = _x - _root.xspeed / 2;
		}
	}
	instance of movieClip 416	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
			if (this.hitTest(_root.chick)) {
				play();
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	instance rock of movieClip 1794	{
		onClipEvent (load) {
			_x = 1000 + (20 + _root.flylvl / 10) * 50;
			where = Math.ceil(Math.random() * 3);
			if (where == 1) {
				gotoAndStop(1);
				_y = 125 + Math.round(Math.random() * 225);
			}
			if (where == 2) {
				gotoAndStop(2);
			}
			if (where == 3) {
				gotoAndStop(3);
			}
		}
		onClipEvent (enterFrame) {
			_root.warning2._y = _y;
			_x = _x - _root.xspeed;
			if (_x < -170) {
				_x = Math.random() * 1000 + 750 + _root.xspeed * 100;
				where = Math.ceil(Math.random() * 4);
				if (where == 1 or where == 4) {
					gotoAndStop(1);
					_y = 125 + Math.round(Math.random() * 225);
				}
				if (where == 2) {
					gotoAndStop(2);
					_y = 205;
				}
				if (where == 3) {
					gotoAndStop(3);
					_y = 205;
				}
			}
			if (_x > 1000 and _x < 640 + _root.xspeed * 50) {
				if (_currentframe == 1) {
					_root.warning2.play();
				} else {
					_root.warning.play();
				}
			}
			_root.bgrr._x = _x;
		}
	}
	instance warning of movieClip 441	{
		onClipEvent (enterFrame) {
			if (_root.rock.where == 2) {
				_y = 300;
			} else {
				_y = 100;
			}
		}
	}
	movieClip 2277	{
	}
	movieClip 2278	{
		frame 30 {
			stop();
		}
	}
	instance chick of movieClip 2278	{
		onClipEvent (load) {
			xspeed = 75;
			if (_root.xtrain == 1) {
				xspeed = 20 + _root.flylvl / 5;
			}
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (xspeed < 0 and _root.a3 < 1) {
				_root.a3 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a3 = 1;
				game.flush();
			}
			_root.speed = Math.round(_root.xspeed / 2) + 'MPH';
			if (_root.rock.hitTest(_x + 30, _y, true) or _root.rock.hitTest(_x + 30, _y + 15, true) or _root.rock.hitTest(_x + 30, _y - 15, true)) {
				_root.nextFrame();
			}
			if (_root.rock2.hitTest(_x + 30, _y, true) or _root.rock2.hitTest(_x + 30, _y + 15, true) or _root.rock2.hitTest(_x + 30, _y - 15, true)) {
				_root.nextFrame();
			}
			if (_x < -20) {
				_root.nextFrame();
			}
			if (_y < 25) {
				_y = 25;
				yspeed = 0;
			}
			if (_y > 430) {
				_root.nextFrame();
			}
			if (_rotation < -90) {
				_rotation = -90;
			}
			if (_rotation > 90) {
				_rotation = 90;
			}
			_root.dist = Number(_root.dist + Math.round(xspeed));
			xspeed *= 0.999;
			_y = _y + yspeed;
			speed = 20 - xspeed;
			if (speed < 0) {
				speed = 0;
			}
			yspeed += speed / 40;
			_root.xspeed = xspeed;
			if (Key.isDown(38)) {
				yspeed -= 0.5;
				xspeed -= 0.05;
			}
			if (Key.isDown(40)) {
				yspeed += 0.5;
				xspeed += 0.05;
			}
			angle = Math.atan(yspeed / xspeed) / 0.0174532925199433;
			if (xspeed < 0) {
				angle += 180;
			}
			_rotation = angle;
		}
	}
	instance of movieClip 438	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 2000;
				_y = 10 + Math.random() * 420;
			}
			if (this.hitTest(_root.chick)) {
				_root.chick.xspeed += 5;
				play();
				_x = _x + 5000;
				_y = 10 + Math.random() * 420;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	frame 200 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 200 {
		xp = Math.round(dist / 500);
		flylvl = Number(flylvl + _root.dist / 500);
		_root.money = Number(_root.coins + _root.money);
		flvl = Math.floor(flylvl / 10);
		tlvl = flvl + runninglevel + swimlevel + climblevel;
		kongregate.stats.submit('FlyingLevel', flvl);
		kongregate.stats.submit('TotalLevel', tlvl);
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	button 2281 {
		on (release) {
			gotoAndStop(196);
		}
	}
	button 2282 {
		on (release) {
			gotoAndStop(198);
		}
		on (keyPress '<Space>') {
			gotoAndStop(198);
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.flyinglevel * 1.33;
			_root.flyinglevel = Math.floor(_root.flylvl / 10);
		}
	}
	instance of movieClip 344	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > _root.maxi * 10) {
				_root.stalvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	frame 201 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 201 {
		stop();
		dist = 0;
		xp = 0;
		coins = 0;
		speed = 10;
	}
	instance of movieClip 1785	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			if (_x > 0) {
				_x = _x - 750;
			}
			_x = _x - _root.speed / 10;
		}
	}
	instance of movieClip 1786	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			if (_x > 0) {
				_x = _x - 750;
			}
			_x = _x - _root.speed / 2;
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.speed;
			_x = _x - (4 + xspeed);
			if (_x < -150) {
				_x = _x + 1140;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.speed;
			_x = _x - (4 + xspeed);
			if (_x < -150) {
				_x = _x + 1140;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	movieClip 2290	{
	}
	movieClip 2291	{
	}
	movieClip 2292	{
	}
	movieClip 2304	{
		frame 13 {
			gotoAndPlay(1);
		}
		frame 14 {
			if (_root.floor.hitTest(_x, _y + 20, true) or _root.ob1.hitTest(_x, _y + 20, true) or _root.ob2.hitTest(_x, _y + 20, true)) {
				gotoAndPlay(12);
			}
		}
		frame 15 {
			gotoAndPlay(14);
		}
	}
	instance runner of movieClip 2304	{
		onClipEvent (load) {
			yspeed = 0;
			_root.speed = 10;
			score = 0;
		}
		onClipEvent (enterFrame) {
			if (_x > 10) {
				score += _root.speed / 50;
				_root.score2 = Math.round(score);
				_root.speed2 = Math.round(_root.speed);
				_root.speed = Number(_root.speed + 0.005);
			}
			if (_x < 0) {
				_root.nextFrame();
			}
			while (_root.floor.hitTest(_x, _y + 20, true) or _root.ob1.hitTest(_x, _y + 20, true) or _root.ob2.hitTest(_x, _y + 20, true)) {
				_y = _y - 1;
				if (yspeed > 1) {
					yspeed = 0;
				}
			}
			_y = _y + yspeed;
			yspeed += 1;
			if (redo == 1 and Key.isDown(38)) {
				yspeed = -10;
				redo = 0;
			} else {
				redo = 0;
			}
			if (Key.isDown(38)) {
				if (_currentframe < 14) {
					yspeed = -10;
					gotoAndPlay(14);
					redo = 1;
				}
			}
		}
	}
	instance ob1 of movieClip 1841	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
			}
		}
	}
	instance ob2 of movieClip 1841	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
			}
		}
	}
	instance of movieClip 1844	{
		onClipEvent (keyPress '<Space>') {
			_root.nextFrame();
		}
		onClipEvent (rollOver) {
			this.useHandCursor = false;
		}
	}
	instance of movieClip 411	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl > 1500) {
				_root.stalvl = 1500;
			}
			if (_root.runlvl > 1500) {
				_root.runlvl = 1500;
			}
			if (_root.flylvl > 1500) {
				_root.flylvl = 1500;
			}
			if (_root.swilvl > 1500) {
				_root.swilvl = 1500;
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.stalvl = _root.stalvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.seed = _root.seed;
				game.data.skill = _root.skill;
				game.data.money = _root.money;
				game.data.colour = _root.colour;
				game.data.hat = _root.hat;
				game.flush();
				delay = 100;
			}
		}
	}
	frame 202 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	instance of movieClip 416	{
		onClipEvent (enterFrame) {
			xspeed = _root.speed;
			_x = _x - (4 + xspeed);
			if (_x < -150) {
				_x = _x + 1140;
				_y = 250 + Math.random() * 80;
			}
			if (this.hitTest(_root.runner)) {
				play();
				_x = _x + 940;
				_y = 250 + Math.random() * 80;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance runner of movieClip 2304	{
		onClipEvent (load) {
			yspeed = 0;
			_root.speed = 10;
			score = 0;
		}
		onClipEvent (enterFrame) {
			if (_x > 10) {
				score += _root.speed / 50;
				_root.score2 = Math.round(score);
				_root.speed2 = Math.round(_root.speed);
				_root.speed = Number(_root.speed + 0.005);
			}
			if (_x < 0) {
				_root.nextFrame();
			}
			_root.speedo = Math.round(_root.speed / 1.5) + 'MPH';
			_root.dist = Number(_root.dist + Math.round(_root.speed));
			while (_root.floor.hitTest(_x, _y + 20, true) or _root.ob1.hitTest(_x, _y + 20, true) or _root.ob2.hitTest(_x, _y + 20, true)) {
				_y = _y - 1;
				if (yspeed > 1) {
					yspeed = 0;
				}
			}
			_y = _y + yspeed;
			yspeed += 1;
			if (redo == 1 and Key.isDown(38)) {
				yspeed = -10;
				redo = 0;
			} else {
				redo = 0;
			}
			if (Key.isDown(38)) {
				if (_currentframe < 14) {
					yspeed = -10;
					gotoAndPlay(14);
					redo = 1;
				}
			}
		}
	}
	instance ob1 of movieClip 1841	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
				where = Math.ceil(Math.random() * 8);
				if (where == 1) {
					gotoAndStop(1);
				}
				if (where == 2) {
					gotoAndStop(2);
				}
				if (where == 3) {
					gotoAndStop(3);
				}
				if (where == 4) {
					gotoAndStop(4);
				}
				if (where == 5) {
					gotoAndStop(5);
				}
				if (where == 6) {
					gotoAndStop(6);
				}
				if (where == 7) {
					gotoAndStop(7);
				}
				if (where == 8) {
					gotoAndStop(8);
				}
				if (where == 9) {
					gotoAndStop(9);
				}
				if (where == 10) {
					gotoAndStop(10);
				}
			}
		}
	}
	instance ob2 of movieClip 1841	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
				where = Math.ceil(Math.random() * 10);
				if (where == 1) {
					gotoAndStop(1);
				}
				if (where == 2) {
					gotoAndStop(2);
				}
				if (where == 3) {
					gotoAndStop(3);
				}
				if (where == 4) {
					gotoAndStop(4);
				}
				if (where == 5) {
					gotoAndStop(5);
				}
				if (where == 6) {
					gotoAndStop(6);
				}
				if (where == 7) {
					gotoAndStop(7);
				}
				if (where == 8) {
					gotoAndStop(8);
				}
				if (where == 9) {
					gotoAndStop(9);
				}
				if (where == 10) {
					gotoAndStop(10);
				}
			}
		}
	}
	frame 203 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 203 {
		xp = Math.round(dist / 250);
		runlvl = Number(runlvl + _root.dist / 250);
		_root.money = Number(_root.coins + _root.money);
		rlvl = Math.floor(runlvl / 10);
		tlvl = rlvl + flyinglevel + swimlevel + climblevel;
		kongregate.stats.submit('RunningLevel', rlvl);
		kongregate.stats.submit('TotalLevel', tlvl);
	}
	instance ob1 of movieClip 1841	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
				where = Math.ceil(Math.random() * 8);
				if (where == 1) {
					gotoAndStop(1);
				}
				if (where == 2) {
					gotoAndStop(2);
				}
				if (where == 3) {
					gotoAndStop(3);
				}
				if (where == 4) {
					gotoAndStop(4);
				}
				if (where == 5) {
					gotoAndStop(5);
				}
				if (where == 6) {
					gotoAndStop(6);
				}
				if (where == 7) {
					gotoAndStop(7);
				}
				if (where == 8) {
					gotoAndStop(8);
				}
				if (where == 9) {
					gotoAndStop(9);
				}
				if (where == 10) {
					gotoAndStop(10);
				}
			}
		}
	}
	instance ob2 of movieClip 1841	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
				where = Math.ceil(Math.random() * 10);
				if (where == 1) {
					gotoAndStop(1);
				}
				if (where == 2) {
					gotoAndStop(2);
				}
				if (where == 3) {
					gotoAndStop(3);
				}
				if (where == 4) {
					gotoAndStop(4);
				}
				if (where == 5) {
					gotoAndStop(5);
				}
				if (where == 6) {
					gotoAndStop(6);
				}
				if (where == 7) {
					gotoAndStop(7);
				}
				if (where == 8) {
					gotoAndStop(8);
				}
				if (where == 9) {
					gotoAndStop(9);
				}
				if (where == 10) {
					gotoAndStop(10);
				}
			}
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.runninglevel * 1.3333333;
			_root.runninglevel = Math.floor(_root.runlvl / 10);
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	button 2313 {
		on (release) {
			gotoAndStop(201);
		}
		on (keyPress '<Space>') {
			gotoAndStop(201);
		}
	}
	frame 204 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	instance of movieClip 1855	{
		onClipEvent (enterFrame) {
			_y = _root.swimmer._y;
		}
	}
	movieClip 2317	{
	}
	movieClip 2318	{
	}
	movieClip 2319	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
	}
	instance swimmer of movieClip 2319	{
		onClipEvent (load) {
			gotoAndStop(2);
		}
	}
	instance of movieClip 1863	{
		onClipEvent (enterFrame) {
			_x = _x - 7;
			if (_x < -750) {
				_x = _x + 1500;
			}
		}
	}
	instance of movieClip 1866	{
		onClipEvent (keyPress '<Space>') {
			_root.nextFrame();
		}
	}
	frame 205 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 205 {
		ypos = 200;
		xbase = -7;
		xspeed = xbase;
		dist = 0;
		bonus = 0;
		stop();
	}
	instance of movieClip 1855	{
		onClipEvent (enterFrame) {
			_y = _root.swimmer._y;
		}
	}
	instance coin of movieClip 416	{
		onClipEvent (enterFrame) {
			if (!_root.part1.hitTest(_x, _y, true) and !_root.part2.hitTest(_x, _y, true)) {
				_x = _x + int(_root.xspeed);
			}
			if (_x < -10) {
				_x = _x + (Math.random() * 500 + 750);
				_y = _root.swimmer._y + Math.random() * 400 - 200;
			}
			if (_root.part1.hitTest(_x, _y, true) or _root.part2.hitTest(_x, _y, true)) {
				_y = _root.swimmer._y + Math.random() * 400 - 200;
			}
			if (this.hitTest(_root.swimmer)) {
				play();
				_x = -20;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance of movieClip 1868	{
		onClipEvent (enterFrame) {
			if (_root.swimmer.yspeed < 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y - _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			if (_root.swimmer.yspeed > 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y + _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			_x = _x + _root.xspeed;
		}
	}
	instance camra of movieClip 1869	{
		onClipEvent (enterFrame) {
			if (_root.swimmer.dead !== 1) {
				_y = _y + (_root.swimmer._y - _y) / 10;
			}
			_root.num._y = _y;
		}
	}
	instance of movieClip 1871	{
		onClipEvent (load) {
			xspeed = Math.random() * (-_root.xspeed * 2);
			_alpha = (xspeed / _root.xspeed) * 2 * 100;
		}
		onClipEvent (enterFrame) {
			_alpha = -0.1;
			_x = _x - xspeed;
		}
	}
	instance part1 of movieClip 1905	{
		onClipEvent (load) {
			gotoAndStop(1);
		}
		onClipEvent (enterFrame) {
			if (_root.swimmer.yspeed < 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y - _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			if (_root.swimmer.yspeed > 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y + _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			_x = _x + _root.xspeed;
			if (_x < -500) {
				_x = _x + 2000;
				frame = Math.ceil(Math.random() * 30);
				if (frame == 1) {
					gotoAndStop(1);
				}
				if (frame == 2) {
					gotoAndStop(2);
				}
				if (frame == 3) {
					gotoAndStop(3);
				}
				if (frame == 4) {
					gotoAndStop(4);
				}
				if (frame == 5) {
					gotoAndStop(5);
				}
				if (frame == 6) {
					gotoAndStop(6);
				}
				if (frame == 7) {
					gotoAndStop(7);
				}
				if (frame == 8) {
					gotoAndStop(8);
				}
				if (frame == 9) {
					gotoAndStop(9);
				}
				if (frame == 10) {
					gotoAndStop(10);
				}
				if (frame == 11) {
					gotoAndStop(11);
				}
				if (frame == 12) {
					gotoAndStop(12);
				}
				if (frame == 13) {
					gotoAndStop(13);
				}
				if (frame == 14) {
					gotoAndStop(14);
				}
				if (frame == 15) {
					gotoAndStop(15);
				}
				if (frame == 16) {
					gotoAndStop(16);
				}
				if (frame == 17) {
					gotoAndStop(17);
				}
				if (frame == 18) {
					gotoAndStop(18);
				}
				if (frame == 19) {
					gotoAndStop(19);
				}
				if (frame == 20) {
					gotoAndStop(20);
				}
				if (frame == 21) {
					gotoAndStop(21);
				}
				if (frame == 22) {
					gotoAndStop(22);
				}
				if (frame == 23) {
					gotoAndStop(23);
				}
				if (frame == 24) {
					gotoAndStop(24);
				}
				if (frame == 25) {
					gotoAndStop(25);
				}
				if (frame == 26) {
					gotoAndStop(26);
				}
				if (frame == 27) {
					gotoAndStop(27);
				}
				if (frame == 28) {
					gotoAndStop(28);
				}
				if (frame == 29) {
					gotoAndStop(29);
				}
				if (frame == 30) {
					gotoAndStop(30);
				}
				_y = _root.part2._y;
				if (_root.part2._currentframe > 10) {
					if (_root.part2._currentframe > 20) {
						_y = _y - 300;
					} else {
						_y = _y + 300;
					}
				}
			}
		}
	}
	instance part2 of movieClip 1905	{
		onClipEvent (load) {
			gotoAndStop(2);
		}
		onClipEvent (enterFrame) {
			if (_root.swimmer.yspeed < 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y - _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			if (_root.swimmer.yspeed > 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y + _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			_x = _x + _root.xspeed;
			if (_x < -500) {
				_x = _x + 2000;
				frame = Math.ceil(Math.random() * 30);
				if (frame == 1) {
					gotoAndStop(1);
				}
				if (frame == 2) {
					gotoAndStop(2);
				}
				if (frame == 3) {
					gotoAndStop(3);
				}
				if (frame == 4) {
					gotoAndStop(4);
				}
				if (frame == 5) {
					gotoAndStop(5);
				}
				if (frame == 6) {
					gotoAndStop(6);
				}
				if (frame == 7) {
					gotoAndStop(7);
				}
				if (frame == 8) {
					gotoAndStop(8);
				}
				if (frame == 9) {
					gotoAndStop(9);
				}
				if (frame == 10) {
					gotoAndStop(10);
				}
				if (frame == 11) {
					gotoAndStop(11);
				}
				if (frame == 12) {
					gotoAndStop(12);
				}
				if (frame == 13) {
					gotoAndStop(13);
				}
				if (frame == 14) {
					gotoAndStop(14);
				}
				if (frame == 15) {
					gotoAndStop(15);
				}
				if (frame == 16) {
					gotoAndStop(16);
				}
				if (frame == 17) {
					gotoAndStop(17);
				}
				if (frame == 18) {
					gotoAndStop(18);
				}
				if (frame == 19) {
					gotoAndStop(19);
				}
				if (frame == 20) {
					gotoAndStop(20);
				}
				if (frame == 21) {
					gotoAndStop(21);
				}
				if (frame == 22) {
					gotoAndStop(22);
				}
				if (frame == 23) {
					gotoAndStop(23);
				}
				if (frame == 24) {
					gotoAndStop(24);
				}
				if (frame == 25) {
					gotoAndStop(25);
				}
				if (frame == 26) {
					gotoAndStop(26);
				}
				if (frame == 27) {
					gotoAndStop(27);
				}
				if (frame == 28) {
					gotoAndStop(28);
				}
				if (frame == 29) {
					gotoAndStop(29);
				}
				if (frame == 30) {
					gotoAndStop(30);
				}
				_y = _root.part1._y;
				if (_root.part1._currentframe > 10) {
					if (_root.part1._currentframe > 20) {
						_y = _y - 300;
					} else {
						_y = _y + 300;
					}
				}
			}
		}
	}
	instance ender of movieClip 1908	{
		onClipEvent (enterFrame) {
			_x = _root.swimmer._x;
			_y = _root.swimmer._y;
		}
	}
	instance num of movieClip 1911	{
		onClipEvent (enterFrame) {
			dist = _root.dist;
		}
	}
	instance swimmer of movieClip 2319	{
		onClipEvent (load) {
			yspeed = 0;
			thrust = 0.3;
			grav = 0;
			maxgrav = 0.3;
			go = 2;
		}
		onClipEvent (enterFrame) {
			_root.xspeed += (_root.xbase - _root.xspeed) / 250;
			_root.dist = Math.round(Number(_root.dist - _root.xspeed / 5));
			if (grav < maxgrav) {
				grav += 0.01;
			}
			if (dead == 1) {
				_root.ender.play();
				_root.bg.gotoAndStop(1);
			} else {
				_rotation = yspeed * 4;
				_y = _y + yspeed;
				_root.light._x = _x;
				_root.light._y = _y;
				_root.light._rotation = _rotation;
				if (go == 1) {
					yspeed -= thrust;
					gotoAndStop(2);
				}
				if (go == 2) {
					yspeed += grav;
					gotoAndStop(1);
				}
			}
		}
		onClipEvent (mouseDown) {
			go = 1;
		}
		onClipEvent (mouseUp) {
			go = 2;
		}
		onClipEvent (keyDown) {
			go = 1;
		}
		onClipEvent (keyUp) {
			go = 2;
		}
	}
	frame 206 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 206 {
		xp = Math.round(dist / 12);
		swilvl = Number(swilvl + _root.dist / 12);
		_root.money = Number(_root.coins + _root.money);
		slvl = Math.floor(swilvl / 10);
		tlvl = slvl + runninglevel + flyinglevel + climblevel;
		kongregate.stats.submit('SwimmingLevel', slvl);
		kongregate.stats.submit('TotalLevel', tlvl);
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.swimlevel * 1.33333333;
			_root.swimlevel = Math.floor(_root.swilvl / 10);
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	button 2323 {
		on (release) {
			gotoAndStop(204);
		}
		on (keyPress '<Space>') {
			gotoAndStop(204);
		}
	}
	instance of movieClip 344	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > _root.maxi * 10) {
				_root.stalvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	frame 207 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 207 {
		stop();
	}
	frame 207 {
		dist = 0;
		xspeed = -4;
		coins = 0;
	}
	instance of movieClip 1930	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = Math.random() * 200;
			}
		}
	}
	instance of movieClip 1930	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = Math.random() * 200;
			}
		}
	}
	movieClip 2330	{
	}
	movieClip 2332	{
	}
	movieClip 2339	{
	}
	movieClip 2340	{
	}
	instance chick of movieClip 2340	{
		onClipEvent (load) {
			stop();
		}
	}
	instance of movieClip 1942	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl > 1500) {
				_root.stalvl = 1500;
			}
			if (_root.runlvl > 1500) {
				_root.runlvl = 1500;
			}
			if (_root.flylvl > 1500) {
				_root.flylvl = 1500;
			}
			if (_root.swilvl > 1500) {
				_root.swilvl = 1500;
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.stalvl = _root.stalvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.seed = _root.seed;
				game.data.skill = _root.skill;
				game.data.money = _root.money;
				game.data.colour = _root.colour;
				game.data.hat = _root.hat;
				game.flush();
				delay = 100;
			}
		}
	}
	frame 208 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 208 {
		stop();
	}
	frame 208 {
		dist = 0;
		yspeed = 10;
		if (_root.xtrain == 1) {
			yspeed = 3 + climblevel / 5;
		}
	}
	instance of movieClip 1922	{
		onClipEvent (enterFrame) {
			_y = _y + _root.yspeed / 4;
		}
	}
	instance of movieClip 1926	{
		onClipEvent (enterFrame) {
			_y = _y + _root.yspeed / 3;
		}
	}
	instance of movieClip 1927	{
		onClipEvent (enterFrame) {
			_y = _y + _root.yspeed / 2;
		}
	}
	instance coin of movieClip 1953	{
		onClipEvent (enterFrame) {
			if (!_root.walls.hitTest(_x, _y, true)) {
				_y = _y + int(_root.yspeed);
			}
			if (_y > 500) {
				_y = _y - (Math.random() * 500 + 600);
				_x = Math.random() * 640;
			}
			if (_root.walls.hitTest(_x, _y, true)) {
				_x = Math.random() * 1000 - 200;
			}
			if (this.hitTest(_root.chick)) {
				play();
				_y = 501;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance cam of movieClip 1961	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 100;
			_root.shad._x = _x;
			_root.bg._x = _x;
			_root.scoreclip._x = _x;
			_root.energy._x = _x;
		}
	}
	instance chick of movieClip 2340	{
		onClipEvent (load) {
			targrot = 10;
			where = 2;
			xspeed = 0;
			yspeed = 0;
			_root.scoreclip.dist = 0;
			_root.dist = 0;
		}
		onClipEvent (enterFrame) {
			oldx = _x;
			if (_y > 500) {
				_root.nextFrame();
			}
			_root.dist = Number(_root.scoreclip.dist + _root.yspeed / 4);
			_root.scoreclip.dist = Math.round(_root.dist);
			_root.scoreclip.speed = Math.round(_root.yspeed) + 'MPH';
			_root.yspeed = Number(_root.yspeed + 0.002);
			_root.where = where;
			_y = _y + yspeed;
			_x = _x + xspeed;
			if (_y > 200) {
				yspeed -= 1;
			}
			if (Key.isDown(37)) {
				if (_root.walls.hitTest(_x - 22, _y, true) or _root.walls.hitTest(_x + 22, _y, true)) {
					where = 1;
				}
			}
			if (Key.isDown(39)) {
				if (_root.walls.hitTest(_x - 22, _y, true) or _root.walls.hitTest(_x + 22, _y, true)) {
					where = 2;
				}
			}
			if (_root.walls.hitTest(_x - 22, _y, true) or _root.walls.hitTest(_x + 22, _y, true)) {
				yspeed = 0;
				if (Key.isDown(38)) {
					if (_y > 100) {
						_y = _y - 5;
					}
				}
				if (Key.isDown(40)) {
					_y = _y + 5;
				}
			} else {
				yspeed += 1.5;
			}
			if (where == 1) {
				gotoAndStop(2);
				if (!_root.walls.hitTest(_x - 17, _y, true)) {
					_x = _x - 15;
				}
				while (_root.walls.hitTest(_x - 17, _y, true)) {
					_x = _x + 1;
				}
				if (!_root.walls.hitTest(_x - 25, _y - 20, true)) {
					_y = _y + yspeed;
				}
			}
			if (where == 2) {
				gotoAndStop(1);
				if (!_root.walls.hitTest(_x + 17, _y, true)) {
					_x = _x + 15;
				}
				while (_root.walls.hitTest(_x + 17, _y, true)) {
					_x = _x - 1;
				}
				if (!_root.walls.hitTest(_x + 25, _y - 20, true)) {
					_y = _y + yspeed;
				}
			}
			while (_root.walls.hitTest(_x, _y - 28, true)) {
				_y = _y + 1;
			}
			newx = _x;
			_rotation = _rotation + ((newx - oldx) * 7 - _rotation) / 4;
			if (_rotation > 90) {
				_rotation = 90;
			}
			if (_rotation < -90) {
				_rotation = -90;
			}
		}
	}
	instance of movieClip 1966	{
		onClipEvent (enterFrame) {
			_x = _root.cam._x;
		}
	}
	frame 209 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 209 {
		stop();
	}
	frame 209 {
		xp = Math.round(dist / 50);
		clilvl = Number(clilvl + _root.dist / 50);
		dist = Math.round(dist);
		_root.money = Number(_root.coins + _root.money);
		walls.part1._x = 0;
		walls.part2._x = 0;
		scoreclip._alpha = 0;
		clvl = Math.floor(clilvl / 10);
		tlvl = clvl + runninglevel + swimlevel + flyinglevel;
		kongregate.stats.submit('ClimbingLevel', clvl);
		kongregate.stats.submit('TotalLevel', tlvl);
	}
	instance of movieClip 1969	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > _root.maxi * 10) {
				_root.stalvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	instance of movieClip 1972	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 1972	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 1972	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 1972	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 1972	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	button 2347 {
		on (release) {
			gotoAndStop(196);
		}
	}
	button 2348 {
		on (release) {
			gotoAndStop(207);
		}
		on (keyPress '<Space>') {
			gotoAndStop(207);
		}
	}
	instance of movieClip 1979	{
		onClipEvent (enterFrame) {
			this._xscale = _root.climblevel * 1.3333333333;
			_root.climblevel = Math.floor(_root.clilvl / 10);
		}
	}
	frame 210 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	button 2354 {
		on (release) {
			if (_root.race >= 12) {
				gotoAndStop(211);
			}
		}
	}
	button 2355 {
		on (release) {
			if (_root.race >= 15) {
				gotoAndStop(218);
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 14) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 12) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 17) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 15) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	frame 211 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	button 2356 {
		on (release) {
			gotoAndStop(210);
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 12) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 12) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 13) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 13) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 14) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 14) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	button 2357 {
		on (release) {
			if (_root.race >= 12) {
				gotoAndStop(212);
			}
		}
	}
	button 2358 {
		on (release) {
			if (_root.race >= 13) {
				gotoAndStop(214);
			}
		}
	}
	button 2359 {
		on (release) {
			if (_root.race >= 14) {
				gotoAndStop(216);
			}
		}
	}
	frame 212 {
		if (music._currentframe !== 7) {
			stopAllSounds();
			music.gotoAndStop(7);
		}
	}
	frame 212 {
		enelvl = 1000;
		go = 0;
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			_y = _y + (_root.chick._y - _y) / 16;
			if (_x < -2483) {
				_x = -2483;
			}
			if (_x > -65) {
				_x = -65;
			}
			if (_y > 240) {
				_y = 240;
			}
			if (_y < -125) {
				_y = -125;
			}
			_root.energy._x = _x;
			_root.energy._y = _y - 210;
		}
	}
	instance chick3 of movieClip 2172	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 2100	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick2 of movieClip 2134	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance of movieClip 2136	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance of movieClip 2176	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance of movieClip 2178	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance chick of movieClip 2054	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	instance of movieClip 2174	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	frame 213 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 213 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 12) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 13;
				game.flush();
				_root.race = 13;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(12);
			}
			if (_root.first == 2) {
				gotoAndStop(13);
			}
			if (_root.first == 3) {
				gotoAndStop(11);
			}
			if (_root.first == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(12);
			}
			if (_root.second == 2) {
				gotoAndStop(13);
			}
			if (_root.second == 3) {
				gotoAndStop(11);
			}
			if (_root.second == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(12);
			}
			if (_root.third == 2) {
				gotoAndStop(13);
			}
			if (_root.third == 3) {
				gotoAndStop(11);
			}
			if (_root.third == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(12);
			}
			if (_root.forth == 2) {
				gotoAndStop(13);
			}
			if (_root.forth == 3) {
				gotoAndStop(11);
			}
			if (_root.forth == 4) {
				gotoAndStop(14);
			}
		}
	}
	frame 214 {
		if (music._currentframe !== 7) {
			stopAllSounds();
			music.gotoAndStop(7);
		}
	}
	frame 214 {
		enelvl = 1100;
		go = 0;
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			_y = _y + (_root.chick._y - _y) / 16;
			if (_x < -2088) {
				_x = -2088;
			}
			if (_x > -65) {
				_x = -65;
			}
			if (_y > 240) {
				_y = 240;
			}
			if (_y < -125) {
				_y = -125;
			}
			_root.energy._x = _x;
			_root.energy._y = _y - 210;
		}
	}
	instance of movieClip 2136	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance of movieClip 2176	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance of movieClip 2178	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance chick3 of movieClip 2172	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 2100	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick2 of movieClip 2134	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 2054	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	instance of movieClip 2174	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	frame 215 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 215 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 13) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 14;
				game.flush();
				_root.race = 14;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(12);
			}
			if (_root.first == 2) {
				gotoAndStop(13);
			}
			if (_root.first == 3) {
				gotoAndStop(11);
			}
			if (_root.first == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(12);
			}
			if (_root.second == 2) {
				gotoAndStop(13);
			}
			if (_root.second == 3) {
				gotoAndStop(11);
			}
			if (_root.second == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(12);
			}
			if (_root.third == 2) {
				gotoAndStop(13);
			}
			if (_root.third == 3) {
				gotoAndStop(11);
			}
			if (_root.third == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(12);
			}
			if (_root.forth == 2) {
				gotoAndStop(13);
			}
			if (_root.forth == 3) {
				gotoAndStop(11);
			}
			if (_root.forth == 4) {
				gotoAndStop(14);
			}
		}
	}
	frame 216 {
		if (music._currentframe !== 7) {
			stopAllSounds();
			music.gotoAndStop(7);
		}
	}
	frame 216 {
		enelvl = 1200;
		go = 0;
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			_y = _y + (_root.chick._y - _y) / 16;
			if (_x < -2483) {
				_x = -2483;
			}
			if (_x > 3980) {
				_x = 3980;
			}
			if (_y > 240) {
				_y = 240;
			}
			if (_y < -125) {
				_y = -125;
			}
			_root.energy._x = _x;
			_root.energy._y = _y - 210;
		}
	}
	instance of movieClip 2136	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance chick3 of movieClip 2172	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 2100	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick2 of movieClip 2134	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 2054	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	instance of movieClip 2174	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance of movieClip 2176	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance of movieClip 2178	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	frame 217 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 217 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 14) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 15;
				game.flush();
				_root.race = 15;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(12);
			}
			if (_root.first == 2) {
				gotoAndStop(13);
			}
			if (_root.first == 3) {
				gotoAndStop(11);
			}
			if (_root.first == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(12);
			}
			if (_root.second == 2) {
				gotoAndStop(13);
			}
			if (_root.second == 3) {
				gotoAndStop(11);
			}
			if (_root.second == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(12);
			}
			if (_root.third == 2) {
				gotoAndStop(13);
			}
			if (_root.third == 3) {
				gotoAndStop(11);
			}
			if (_root.third == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(12);
			}
			if (_root.forth == 2) {
				gotoAndStop(13);
			}
			if (_root.forth == 3) {
				gotoAndStop(11);
			}
			if (_root.forth == 4) {
				gotoAndStop(14);
			}
		}
	}
	frame 218 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 15) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 15) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 16) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 16) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 17) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 17) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	button 2366 {
		on (release) {
			if (_root.race >= 15) {
				gotoAndStop(219);
			}
		}
	}
	button 2367 {
		on (release) {
			if (_root.race >= 16) {
				gotoAndStop(221);
			}
		}
	}
	button 2368 {
		on (release) {
			if (_root.race >= 17) {
				gotoAndStop(223);
			}
		}
	}
	frame 219 {
		if (music._currentframe !== 7) {
			stopAllSounds();
			music.gotoAndStop(7);
		}
	}
	frame 219 {
		enelvl = 1300;
		go = 0;
	}
	instance of movieClip 2202	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance of movieClip 2218	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			if (_x < 444) {
				_x = 444;
			}
			if (_x > 2500) {
				_x = 2500;
			}
			if (_y > 155) {
				_y = 155;
			}
			if (_y < -450) {
				_y = -450;
			}
			_root.energy._x = _x;
			_root.energy._y = _y - 280;
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance chick3 of movieClip 2172	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 2100	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick2 of movieClip 2134	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 2054	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	frame 220 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 220 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 15) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 16;
				game.flush();
				_root.race = 16;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(12);
			}
			if (_root.first == 2) {
				gotoAndStop(13);
			}
			if (_root.first == 3) {
				gotoAndStop(11);
			}
			if (_root.first == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(12);
			}
			if (_root.second == 2) {
				gotoAndStop(13);
			}
			if (_root.second == 3) {
				gotoAndStop(11);
			}
			if (_root.second == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(12);
			}
			if (_root.third == 2) {
				gotoAndStop(13);
			}
			if (_root.third == 3) {
				gotoAndStop(11);
			}
			if (_root.third == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(12);
			}
			if (_root.forth == 2) {
				gotoAndStop(13);
			}
			if (_root.forth == 3) {
				gotoAndStop(11);
			}
			if (_root.forth == 4) {
				gotoAndStop(14);
			}
		}
	}
	frame 221 {
		if (music._currentframe !== 7) {
			stopAllSounds();
			music.gotoAndStop(7);
		}
	}
	frame 221 {
		enelvl = 1350;
		go = 0;
	}
	instance of movieClip 2202	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance chick3 of movieClip 2172	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 2100	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick2 of movieClip 2134	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 2054	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	instance of movieClip 2218	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_y = _y + (_root.chick._y - _y) / 16;
			if (_x < -2356) {
				_x = -2356;
			}
			if (_x > 3125) {
				_x = 3125;
			}
			if (_y > 155) {
				_y = 155;
			}
			if (_y < -450) {
				_y = -450;
			}
			_root.energy._x = _x;
			_root.energy._y = _y - 280;
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	frame 222 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 222 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 16) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 17;
				game.flush();
				_root.race = 17;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(12);
			}
			if (_root.first == 2) {
				gotoAndStop(13);
			}
			if (_root.first == 3) {
				gotoAndStop(11);
			}
			if (_root.first == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(12);
			}
			if (_root.second == 2) {
				gotoAndStop(13);
			}
			if (_root.second == 3) {
				gotoAndStop(11);
			}
			if (_root.second == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(12);
			}
			if (_root.third == 2) {
				gotoAndStop(13);
			}
			if (_root.third == 3) {
				gotoAndStop(11);
			}
			if (_root.third == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(12);
			}
			if (_root.forth == 2) {
				gotoAndStop(13);
			}
			if (_root.forth == 3) {
				gotoAndStop(11);
			}
			if (_root.forth == 4) {
				gotoAndStop(14);
			}
		}
	}
	frame 223 {
		if (music._currentframe !== 7) {
			stopAllSounds();
			music.gotoAndStop(7);
		}
	}
	frame 223 {
		enelvl = 1400;
		go = 0;
	}
	instance of movieClip 2202	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance chick3 of movieClip 2172	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 2100	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick2 of movieClip 2134	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 2054	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			if (_root.chick._x < 3500) {
				_y = _y + (_root.chick._y - _y) / 16;
			}
			if (_x < -2356) {
				_x = -2356;
			}
			if (_x > 3125) {
				_x = 3125;
			}
			if (_y > 155) {
				_y = 155;
			}
			if (_y < -450) {
				_y = -450;
			}
			_root.energy._x = _x;
			_root.energy._y = _y - 280;
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 2218	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	frame 224 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 224 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 17) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 18;
				game.flush();
				_root.race = 18;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance of movieClip 816	{
		onClipEvent (release) {
			if (_currentframe == 1) {
				_root.gotoAndStop(196);
			} else {
				_root.gotoAndStop(283);
			}
		}
		onClipEvent (enterFrame) {
			if (_root.race > 17) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(12);
			}
			if (_root.first == 2) {
				gotoAndStop(13);
			}
			if (_root.first == 3) {
				gotoAndStop(11);
			}
			if (_root.first == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(12);
			}
			if (_root.second == 2) {
				gotoAndStop(13);
			}
			if (_root.second == 3) {
				gotoAndStop(11);
			}
			if (_root.second == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(12);
			}
			if (_root.third == 2) {
				gotoAndStop(13);
			}
			if (_root.third == 3) {
				gotoAndStop(11);
			}
			if (_root.third == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(12);
			}
			if (_root.forth == 2) {
				gotoAndStop(13);
			}
			if (_root.forth == 3) {
				gotoAndStop(11);
			}
			if (_root.forth == 4) {
				gotoAndStop(14);
			}
		}
	}
	frame 225 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 225 {
		stop();
	}
	instance of movieClip 1727	{
		onClipEvent (load) {
			if (_root.race >= 18) {
				_visible = true;
			} else {
				_visible = false;
			}
		}
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'A dark portal to the lair of the champion duck';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
		onClipEvent (release) {
			_root.gotoAndStop(284);
		}
	}
	instance corn2 of movieClip 254	{
		onClipEvent (load) {
			drag = false;
			yspeed = 0;
			xspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_x < -960) {
				_x = -60;
			}
			if (_x == -20 and drag == false) {
				xspeed = 0;
			}
			if (_x < -10) {
				_y = 400;
			}
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe == 1 and _root.chick.qwe._currentframe > 8) {
					_root.chick._x += 50;
				}
				if (_root.chick._currentframe == 2 and _root.chick.qwe._currentframe > 8) {
					_root.chick._x -= 50;
				}
				_root.chick.skill = 1;
				if (_x > _root.chick._x) {
					_root.chick.gotoAndStop(3);
				}
				if (_x < _root.chick._x) {
					_root.chick.gotoAndStop(4);
				}
				_x = -860;
				drag = false;
				xspeed = 10;
			}
			_x = _x + xspeed;
			_y = _y + yspeed;
			if (drag == true) {
				xspeed = -(_x - _root._xmouse) / 2;
				yspeed = -(_y - _root._ymouse) / 2;
			}
			if (drag == false) {
				yspeed += 1;
				if (_y > 420) {
					_y = 420;
					yspeed = -yspeed / 2;
				}
				if (_x > 740) {
					_x = 740;
					xspeed = -xspeed / 2;
				}
			}
		}
		onClipEvent (mouseUp) {
			if (drag == true) {
				drag = false;
			}
		}
		onClipEvent (press) {
			drag = true;
		}
	}
	instance corn of movieClip 254	{
		onClipEvent (load) {
			drag = false;
			yspeed = 0;
			xspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_x > 1710) {
				_x = 810;
			}
			if (_x == 770 and drag == false) {
				xspeed = 0;
			}
			if (_x > 760) {
				_y = 400;
			}
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe == 1 and _root.chick.qwe._currentframe > 8) {
					_root.chick._x += 50;
				}
				if (_root.chick._currentframe == 2 and _root.chick.qwe._currentframe > 8) {
					_root.chick._x -= 50;
				}
				_root.chick.skill = 0;
				if (_x > _root.chick._x) {
					_root.chick.gotoAndStop(3);
				}
				if (_x < _root.chick._x) {
					_root.chick.gotoAndStop(4);
				}
				_x = 1500;
				drag = false;
				xspeed = -10;
			}
			_x = _x + xspeed;
			_y = _y + yspeed;
			if (drag == true) {
				xspeed = -(_x - _root._xmouse) / 2;
				yspeed = -(_y - _root._ymouse) / 2;
			}
			if (drag == false) {
				yspeed += 1;
				if (_y > 420) {
					_y = 420;
					yspeed = -yspeed / 2;
				}
				if (_x < 10) {
					_x = 10;
					xspeed = -xspeed / 2;
				}
			}
		}
		onClipEvent (mouseUp) {
			if (drag == true) {
				drag = false;
			}
		}
		onClipEvent (press) {
			drag = true;
		}
	}
	instance of movieClip 265	{
		onClipEvent (press) {
			if (_root.corn2._x > -360 and _root.corn2._x < 0 and _root.money > 14) {
				_root.corn2._x = 67;
				_root.corn2._y = 325;
				_root.corn2.xspeed = 0;
				_root.corn2.yspeed = 5;
				_root.money = Number(_root.money - 15);
			}
			if (_root.corn2._x > -360 and _root.corn2._x < 0 and _root.freeseed == 1) {
				_root.corn2._x = 67;
				_root.corn2._y = 325;
				_root.corn2.xspeed = 0;
				_root.corn2.yspeed = 5;
			}
		}
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'SuperSeed - this greatly increases my energy level. Click to dispense';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
		onClipEvent (enterFrame) {
			if (_root.freeseed == 1) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 326	{
		onClipEvent (press) {
			if (_root.corn._x < 1000 and _root.corn._x > 750 and _root.money > 0) {
				_root.corn._x = 683;
				_root.corn._y = 325;
				_root.corn.xspeed = 0;
				_root.corn.yspeed = 5;
				_root.money = Number(_root.money - 1);
			}
			if (_root.corn._x < 1000 and _root.corn._x > 750 and _root.freeseed == 1) {
				_root.corn._x = 683;
				_root.corn._y = 325;
				_root.corn.xspeed = 0;
				_root.corn.yspeed = 5;
			}
		}
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'Seed - this increases my energy level. Click to dispense';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
		onClipEvent (enterFrame) {
			if (_root.freeseed == 1) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.runninglevel / 1.5;
			_root.runninglevel = Math.floor(_root.runlvl / 10);
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.climblevel / 1.5;
			_root.climblevel = Math.floor(_root.clilvl / 10);
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 332	{
		onClipEvent (enterFrame) {
			this._xscale = _root.staminalevel * 2;
			_root.staminalevel = Math.floor(_root.stalvl / 10);
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.flyinglevel / 1.5;
			_root.flyinglevel = Math.floor(_root.flylvl / 10);
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.swimlevel / 1.5;
			_root.swimlevel = Math.floor(_root.swilvl / 10);
		}
	}
	instance of movieClip 344	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl >= 1500) {
				if (_root.clilvl >= 1500) {
					if (_root.swilvl >= 1500) {
						if (_root.flylvl >= 1500) {
							if (_root.stalvl >= 500) {
								if (_root.a7 < 1) {
									_root.a7 = 1;
									game = SharedObject.getLocal('mydata');
									game.data.a7 = 1;
									game.flush();
								}
							}
						}
					}
				}
			}
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > 500) {
				_root.stalvl = 500;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	button 2378 {
		on (release) {
			gotoAndStop(239);
		}
		on (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'The quest to become world champion starts here. Don\'t forget to train first!';
		}
		on (rollOut) {
			_root.speech._visible = false;
		}
	}
	button 2379 {
		on (release) {
			gotoAndStop(226);
		}
		on (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'Train me to increase my skill levels so I will perform better in races!';
		}
		on (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance speech of movieClip 375	{
		onClipEvent (load) {
			_visible = false;
			stop();
		}
		onClipEvent (enterFrame) {
			if (_x > 470) {
				gotoAndStop(2);
			}
			if (_x < 270) {
				gotoAndStop(1);
			}
			_x = _x + (_root.chick._x - _x) / 20;
			_y = _y + (_root.chick._y - 20 - _y) / 20;
		}
	}
	instance of movieClip 840	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x + _root.chick.qwe._x, _root.chick._y + _root.chick.qwe._y + 25, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
			}
		}
	}
	movieClip 2381	{
	}
	movieClip 2382	{
	}
	movieClip 2383	{
		frame 1 {
			stop();
		}
		instance of movieClip 2381	{
			onClipEvent (load) {
				num = 0;
			}
			onClipEvent (enterFrame) {
				if (_parent._parent._x < 530 or _parent._parent._currentframe == 2) {
					if (_parent._parent._x > 110 or _parent._parent._currentframe == 1) {
						num = Math.round(Math.random() * 40);
						if (num == 5) {
							_parent.play();
							num = 0;
						}
						if (_root.corn._x < 640) {
							_parent.play();
							num = 0;
						}
						if (_root.corn2._x > 0) {
							_parent.play();
							num = 0;
						}
					}
				}
			}
		}
		instance of movieClip 2382	{
			onClipEvent (load) {
				_rotation = 0;
			}
			onClipEvent (enterFrame) {
				if (_parent._parent._currentframe == 1) {
					if (_root.corn._x < 640 and _root.corn.drag == false or _root.corn2._x > 0 and _root.corn2.drag == false) {
					} else {
						rx = _root._xmouse;
						ry = _root._ymouse;
						cx = _parent._parent._x + _parent._x + _x;
						cy = _parent._parent._y + _parent._y + _y;
						angle = Math.atan2(ry - cy, rx - cx) / 0.0174532925199433;
						roto = angle;
						_rotation = roto;
					}
				}
				if (_parent._parent._currentframe == 2) {
					if (_root.corn._x < 640 and _root.corn.drag == false) {
					} else {
						rx = _root._xmouse;
						ry = _root._ymouse;
						cx = _parent._parent._x + _parent._x + _x;
						cy = _parent._parent._y + _parent._y + _y;
						angle = Math.atan2(ry - cy, rx - cx) / 0.0174532925199433;
						_rotation = -angle + 180;
					}
				}
			}
		}
		frame 12 {
			if (_parent._currentframe == 1) {
				_parent._x += 50;
			}
			if (_parent._currentframe == 2) {
				_parent._x -= 50;
			}
			gotoAndStop(1);
		}
	}
	movieClip 2384	{
	}
	movieClip 2386	{
	}
	movieClip 2387	{
	}
	movieClip 2389	{
	}
	movieClip 2390	{
		instance of movieClip 2384	{
			onClipEvent (load) {
				if (_parent._parent.skill == 1) {
					gotoAndStop(2);
				} else {
					gotoAndStop(1);
				}
			}
		}
		frame 10 {
			if (_parent.skill == 1) {
				_root.stalvl = Number(_root.stalvl + 8);
			}
			_root.stalvl = Number(_root.stalvl + 2);
		}
		instance of movieClip 2387	{
			onClipEvent (load) {
				if (_parent._parent.skill == 1) {
					gotoAndStop(2);
				} else {
					gotoAndStop(1);
				}
			}
		}
		frame 29 {
			if (_parent.skill == 1) {
				_root.stalvl = Number(_root.stalvl + 8);
			}
			_root.stalvl = Number(_root.stalvl + 2);
		}
		instance of movieClip 2389	{
			onClipEvent (load) {
				if (_parent._parent.skill == 1) {
					gotoAndStop(2);
				} else {
					gotoAndStop(1);
				}
			}
		}
		frame 49 {
			if (_parent.skill == 1) {
				_root.stalvl = Number(_root.stalvl + 8);
			}
			_root.stalvl = Number(_root.stalvl + 2);
		}
		frame 60 {
			if (_root._xmouse > _root.chick._x) {
				_parent.gotoAndStop(1);
			}
			if (_root._xmouse < _root.chick._x) {
				_parent.gotoAndStop(2);
			}
			_root.corn._x = 700;
		}
	}
	movieClip 2391	{
		frame 1 {
			stop();
		}
		instance qwe of movieClip 2383	{
			onClipEvent (enterFrame) {
				if (_root.corn._x < 640) {
					if (_root.corn._x < _parent._x) {
						if (_currentframe == 1) {
							_parent.nextFrame();
						}
					}
				} else {
					if (_root.corn2._x > 0) {
						if (_root.corn2._x < _parent._x) {
							if (_currentframe == 1) {
								_parent.nextFrame();
							}
						}
					} else {
						if (_root._xmouse < _parent._x) {
							if (_currentframe == 1) {
								_parent.nextFrame();
							}
						}
					}
				}
			}
		}
		frame 2 {
			stop();
		}
		instance qwe of movieClip 2383	{
			onClipEvent (enterFrame) {
				if (_root.corn._x < 640) {
					if (_root.corn._x > _parent._x) {
						if (_currentframe == 1) {
							_parent.prevFrame();
						}
					}
				} else {
					if (_root.corn2._x > 0) {
						if (_root.corn2._x > _parent._x) {
							if (_currentframe == 1) {
								_parent.prevFrame();
							}
						}
					} else {
						if (_root._xmouse > _parent._x) {
							if (_currentframe == 1) {
								_parent.prevFrame();
							}
						}
					}
				}
			}
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
	}
	instance chick of movieClip 2391	{
		onClipEvent (load) {
			yspeed = 0;
			skill = 0;
		}
		onClipEvent (enterFrame) {
			_y = _y + yspeed;
			yspeed += 1;
		}
	}
	instance of movieClip 344	{
		onClipEvent (enterFrame) {
			_root.clibonus = '';
			_root.runbonus = '';
			_root.flybonus = '';
			_root.swibonus = '';
			if (_root.dt == 1) {
				_root.clibonus = '+' + (Math.round(_root.climblevel * 1.5) - _root.climblevel);
				_root.flybonus = Math.round(_root.flyinglevel * 0.9) - _root.flyinglevel;
			}
			if (_root.dt == 2) {
				_root.runbonus = '+' + (Math.round(_root.runninglevel * 1.25) - _root.runninglevel);
				_root.flybonus = Math.round(_root.flyinglevel * 0.9) - _root.flyinglevel;
				_root.clibonus = Math.round(_root.climblevel * 0.9) - _root.climblevel;
				_root.swibonus = '+' + (Math.round(_root.swimlevel * 1.25) - _root.swimlevel);
			}
			if (_root.dt == 4) {
				_root.runbonus = Math.round(_root.runninglevel * 0.9) - _root.runninglevel;
				_root.clibonus = Math.round(_root.climblevel * 0.9) - _root.climblevel;
				_root.swibonus = '+' + (Math.round(_root.swimlevel * 1.5) - _root.swimlevel);
			}
			if (_root.dt == 3) {
				_root.runbonus = Math.round(_root.runninglevel * 0.9) - _root.runninglevel;
				_root.clibonus = Math.round(_root.climblevel * 0.9) - _root.climblevel;
				_root.flybonus = '+' + (Math.round(_root.flyinglevel * 1.5) - _root.flyinglevel);
			}
		}
	}
	instance of movieClip 365	{
		onClipEvent (rollOver) {
			_alpha = 50;
		}
		onClipEvent (releaseOutside, rollOut) {
			_alpha = 100;
		}
		onClipEvent (release) {
			if (_root.playsounds == true) {
				_root.playsounds = false;
			} else {
				if (_root.playsounds == false) {
					_root.playsounds = true;
					_root.music.gotoAndStop(6);
				}
			}
		}
		onClipEvent (load) {
			if (_root.playsounds == true) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
		onClipEvent (enterFrame) {
			if (_root.playsounds == true) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'Energy is needed to complete races. To train it, just feed your duck some seed or skill seed';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'This is how many coins you have to spend on seed. Collect coins during training!';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			if (_root.clibonus == '') {
				_root.speech.data = 'Your skill in climbing up cliffs! Train this for speedier climbs!';
			} else {
				_root.speech.data = 'Your skill in climbing up cliffs! The ' + _root.clibonus + ' is your evolution type bonus';
			}
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			if (_root.flybonus == '') {
				_root.speech.data = 'Your skill in flying! Train it to fly further and faster!';
			} else {
				_root.speech.data = 'Your skill in flying! The ' + _root.flybonus + ' is your evolution type bonus';
			}
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			if (_root.runbonus == '') {
				_root.speech.data = 'Your skill in running! Train it for faster running (or hopping) in races!';
			} else {
				_root.speech.data = 'Your skill in running! The ' + _root.runbonus + ' is your evolution type bonus';
			}
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			if (_root.swibonus == '') {
				_root.speech.data = 'Your swimming level is how good you are at swimming. Train it to go faster in water!';
			} else {
				_root.speech.data = 'Your skill in swimming! The ' + _root.swibonus + ' is your evolution type bonus';
			}
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 83	{
		onClipEvent (release) {
			getURL('http://www.wixgames.co.uk', '_blank');
		}
		onClipEvent (rollOver) {
			_alpha = 50;
		}
		onClipEvent (releaseOutside, rollOut) {
			_alpha = 100;
		}
	}
	frame 226 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	button 2401 {
		on (release) {
			gotoAndStop(233);
		}
	}
	button 2402 {
		on (release) {
			gotoAndStop(236);
		}
	}
	button 2403 {
		on (release) {
			gotoAndStop(230);
		}
	}
	button 2404 {
		on (release) {
			gotoAndStop(227);
		}
	}
	button 2405 {
		on (release) {
			gotoAndStop(225);
		}
	}
	frame 227 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 227 {
		stop();
		coins = 0;
	}
	movieClip 2407	{
	}
	movieClip 2408	{
		frame 1 {
			stop();
		}
		frame 40 {
			_root.nextFrame();
		}
	}
	instance of movieClip 2408	{
		onClipEvent (keyPress '<Space>') {
			play();
		}
		onClipEvent (rollOver) {
			this.useHandCursor = false;
		}
	}
	instance of movieClip 411	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl > 1500) {
				_root.stalvl = 1500;
			}
			if (_root.runlvl > 1500) {
				_root.runlvl = 1500;
			}
			if (_root.flylvl > 1500) {
				_root.flylvl = 1500;
			}
			if (_root.swilvl > 1500) {
				_root.swilvl = 1500;
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.stalvl = _root.stalvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.seed = _root.seed;
				game.data.skill = _root.skill;
				game.data.money = _root.money;
				game.data.colour = _root.colour;
				game.data.hat = _root.hat;
				game.flush();
				delay = 100;
			}
		}
	}
	frame 228 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 228 {
		dist = 0;
	}
	instance of movieClip 1785	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			if (_x > 0) {
				_x = _x - 750;
			}
			_x = _x - _root.xspeed / 10;
		}
	}
	instance of movieClip 1786	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			if (_x > 0) {
				_x = _x - 750;
			}
			_x = _x - _root.xspeed / 2;
		}
	}
	instance of movieClip 416	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
			if (this.hitTest(_root.chick)) {
				play();
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	instance rock of movieClip 1794	{
		onClipEvent (load) {
			_x = 1000 + (20 + _root.flylvl / 10) * 50;
			where = Math.ceil(Math.random() * 3);
			if (where == 1) {
				gotoAndStop(1);
				_y = 125 + Math.round(Math.random() * 225);
			}
			if (where == 2) {
				gotoAndStop(2);
			}
			if (where == 3) {
				gotoAndStop(3);
			}
		}
		onClipEvent (enterFrame) {
			_root.warning2._y = _y;
			_x = _x - _root.xspeed;
			if (_x < -170) {
				_x = Math.random() * 1000 + 750 + _root.xspeed * 100;
				where = Math.ceil(Math.random() * 4);
				if (where == 1 or where == 4) {
					gotoAndStop(1);
					_y = 125 + Math.round(Math.random() * 225);
				}
				if (where == 2) {
					gotoAndStop(2);
					_y = 205;
				}
				if (where == 3) {
					gotoAndStop(3);
					_y = 205;
				}
			}
			if (_x > 1000 and _x < 640 + _root.xspeed * 50) {
				if (_currentframe == 1) {
					_root.warning2.play();
				} else {
					_root.warning.play();
				}
			}
			_root.bgrr._x = _x;
		}
	}
	instance warning of movieClip 441	{
		onClipEvent (enterFrame) {
			if (_root.rock.where == 2) {
				_y = 300;
			} else {
				_y = 100;
			}
		}
	}
	movieClip 2414	{
	}
	movieClip 2415	{
	}
	movieClip 2416	{
		instance of movieClip 2414	{
			onClipEvent (load) {
				num = 0;
			}
			onClipEvent (enterFrame) {
				if (_parent._parent._x < 530 or _parent._parent._currentframe == 2) {
					if (_parent._parent._x > 110 or _parent._parent._currentframe == 1) {
						num = Math.round(Math.random() * 40);
						if (num == 5) {
							_parent.play();
							num = 0;
						}
						if (_root.corn._x < 640) {
							_parent.play();
							num = 0;
						}
						if (_root.corn2._x > 0) {
							_parent.play();
							num = 0;
						}
					}
				}
			}
		}
		frame 30 {
			stop();
		}
	}
	instance chick of movieClip 2416	{
		onClipEvent (load) {
			xspeed = 75;
			if (_root.xtrain == 1) {
				xspeed = 20 + _root.flylvl / 5;
			}
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (xspeed < 0 and _root.a3 < 1) {
				_root.a3 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a3 = 1;
				game.flush();
			}
			_root.speed = Math.round(_root.xspeed / 2) + 'MPH';
			if (_root.rock.hitTest(_x + 30, _y, true) or _root.rock.hitTest(_x + 30, _y + 15, true) or _root.rock.hitTest(_x + 30, _y - 15, true)) {
				_root.nextFrame();
			}
			if (_root.rock2.hitTest(_x + 30, _y, true) or _root.rock2.hitTest(_x + 30, _y + 15, true) or _root.rock2.hitTest(_x + 30, _y - 15, true)) {
				_root.nextFrame();
			}
			if (_x < -20) {
				_root.nextFrame();
			}
			if (_y < 25) {
				_y = 25;
				yspeed = 0;
			}
			if (_y > 430) {
				_root.nextFrame();
			}
			if (_rotation < -90) {
				_rotation = -90;
			}
			if (_rotation > 90) {
				_rotation = 90;
			}
			_root.dist = Number(_root.dist + Math.round(xspeed));
			xspeed *= 0.999;
			_y = _y + yspeed;
			speed = 20 - xspeed;
			if (speed < 0) {
				speed = 0;
			}
			yspeed += speed / 40;
			_root.xspeed = xspeed;
			if (Key.isDown(38)) {
				yspeed -= 0.5;
				xspeed -= 0.05;
			}
			if (Key.isDown(40)) {
				yspeed += 0.5;
				xspeed += 0.05;
			}
			angle = Math.atan(yspeed / xspeed) / 0.0174532925199433;
			if (xspeed < 0) {
				angle += 180;
			}
			_rotation = angle;
		}
	}
	instance of movieClip 438	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 2000;
				_y = 10 + Math.random() * 420;
			}
			if (this.hitTest(_root.chick)) {
				_root.chick.xspeed += 5;
				play();
				_x = _x + 5000;
				_y = 10 + Math.random() * 420;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	frame 229 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 229 {
		xp = Math.round(dist / 500);
		flylvl = Number(flylvl + _root.dist / 500);
		_root.money = Number(_root.coins + _root.money);
		flvl = Math.floor(flylvl / 10);
		tlvl = flvl + runninglevel + swimlevel + climblevel;
		kongregate.stats.submit('FlyingLevel', flvl);
		kongregate.stats.submit('TotalLevel', tlvl);
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	button 2419 {
		on (release) {
			gotoAndStop(225);
		}
	}
	button 2420 {
		on (release) {
			gotoAndStop(227);
		}
		on (keyPress '<Space>') {
			gotoAndStop(227);
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.flyinglevel * 1.33;
			_root.flyinglevel = Math.floor(_root.flylvl / 10);
		}
	}
	instance of movieClip 344	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > _root.maxi * 10) {
				_root.stalvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	frame 230 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 230 {
		stop();
		dist = 0;
		xp = 0;
		coins = 0;
		speed = 10;
	}
	instance of movieClip 1785	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			if (_x > 0) {
				_x = _x - 750;
			}
			_x = _x - _root.speed / 10;
		}
	}
	instance of movieClip 1786	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			if (_x > 0) {
				_x = _x - 750;
			}
			_x = _x - _root.speed / 2;
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.speed;
			_x = _x - (4 + xspeed);
			if (_x < -150) {
				_x = _x + 1140;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.speed;
			_x = _x - (4 + xspeed);
			if (_x < -150) {
				_x = _x + 1140;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	movieClip 2427	{
	}
	movieClip 2428	{
	}
	movieClip 2429	{
	}
	movieClip 2431	{
		frame 13 {
			gotoAndPlay(1);
		}
		frame 14 {
			if (_root.floor.hitTest(_x, _y + 20, true) or _root.ob1.hitTest(_x, _y + 20, true) or _root.ob2.hitTest(_x, _y + 20, true)) {
				gotoAndPlay(12);
			}
		}
		frame 15 {
			gotoAndPlay(14);
		}
	}
	instance runner of movieClip 2431	{
		onClipEvent (load) {
			yspeed = 0;
			_root.speed = 10;
			score = 0;
		}
		onClipEvent (enterFrame) {
			if (_x > 10) {
				score += _root.speed / 50;
				_root.score2 = Math.round(score);
				_root.speed2 = Math.round(_root.speed);
				_root.speed = Number(_root.speed + 0.005);
			}
			if (_x < 0) {
				_root.nextFrame();
			}
			while (_root.floor.hitTest(_x, _y + 20, true) or _root.ob1.hitTest(_x, _y + 20, true) or _root.ob2.hitTest(_x, _y + 20, true)) {
				_y = _y - 1;
				if (yspeed > 1) {
					yspeed = 0;
				}
			}
			_y = _y + yspeed;
			yspeed += 1;
			if (redo == 1 and Key.isDown(38)) {
				yspeed = -10;
				redo = 0;
			} else {
				redo = 0;
			}
			if (Key.isDown(38)) {
				if (_currentframe < 14) {
					yspeed = -10;
					gotoAndPlay(14);
					redo = 1;
				}
			}
		}
	}
	instance ob1 of movieClip 1841	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
			}
		}
	}
	instance ob2 of movieClip 1841	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
			}
		}
	}
	instance of movieClip 1844	{
		onClipEvent (keyPress '<Space>') {
			_root.nextFrame();
		}
		onClipEvent (rollOver) {
			this.useHandCursor = false;
		}
	}
	instance of movieClip 411	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl > 1500) {
				_root.stalvl = 1500;
			}
			if (_root.runlvl > 1500) {
				_root.runlvl = 1500;
			}
			if (_root.flylvl > 1500) {
				_root.flylvl = 1500;
			}
			if (_root.swilvl > 1500) {
				_root.swilvl = 1500;
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.stalvl = _root.stalvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.seed = _root.seed;
				game.data.skill = _root.skill;
				game.data.money = _root.money;
				game.data.colour = _root.colour;
				game.data.hat = _root.hat;
				game.flush();
				delay = 100;
			}
		}
	}
	frame 231 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	instance of movieClip 416	{
		onClipEvent (enterFrame) {
			xspeed = _root.speed;
			_x = _x - (4 + xspeed);
			if (_x < -150) {
				_x = _x + 1140;
				_y = 250 + Math.random() * 80;
			}
			if (this.hitTest(_root.runner)) {
				play();
				_x = _x + 940;
				_y = 250 + Math.random() * 80;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance runner of movieClip 2431	{
		onClipEvent (load) {
			yspeed = 0;
			_root.speed = 10;
			score = 0;
		}
		onClipEvent (enterFrame) {
			if (_x > 10) {
				score += _root.speed / 50;
				_root.score2 = Math.round(score);
				_root.speed2 = Math.round(_root.speed);
				_root.speed = Number(_root.speed + 0.005);
			}
			if (_x < 0) {
				_root.nextFrame();
			}
			_root.speedo = Math.round(_root.speed / 1.5) + 'MPH';
			_root.dist = Number(_root.dist + Math.round(_root.speed));
			while (_root.floor.hitTest(_x, _y + 20, true) or _root.ob1.hitTest(_x, _y + 20, true) or _root.ob2.hitTest(_x, _y + 20, true)) {
				_y = _y - 1;
				if (yspeed > 1) {
					yspeed = 0;
				}
			}
			_y = _y + yspeed;
			yspeed += 1;
			if (redo == 1 and Key.isDown(38)) {
				yspeed = -10;
				redo = 0;
			} else {
				redo = 0;
			}
			if (Key.isDown(38)) {
				if (_currentframe < 14) {
					yspeed = -10;
					gotoAndPlay(14);
					redo = 1;
				}
			}
		}
	}
	instance ob1 of movieClip 1841	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
				where = Math.ceil(Math.random() * 8);
				if (where == 1) {
					gotoAndStop(1);
				}
				if (where == 2) {
					gotoAndStop(2);
				}
				if (where == 3) {
					gotoAndStop(3);
				}
				if (where == 4) {
					gotoAndStop(4);
				}
				if (where == 5) {
					gotoAndStop(5);
				}
				if (where == 6) {
					gotoAndStop(6);
				}
				if (where == 7) {
					gotoAndStop(7);
				}
				if (where == 8) {
					gotoAndStop(8);
				}
				if (where == 9) {
					gotoAndStop(9);
				}
				if (where == 10) {
					gotoAndStop(10);
				}
			}
		}
	}
	instance ob2 of movieClip 1841	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
				where = Math.ceil(Math.random() * 10);
				if (where == 1) {
					gotoAndStop(1);
				}
				if (where == 2) {
					gotoAndStop(2);
				}
				if (where == 3) {
					gotoAndStop(3);
				}
				if (where == 4) {
					gotoAndStop(4);
				}
				if (where == 5) {
					gotoAndStop(5);
				}
				if (where == 6) {
					gotoAndStop(6);
				}
				if (where == 7) {
					gotoAndStop(7);
				}
				if (where == 8) {
					gotoAndStop(8);
				}
				if (where == 9) {
					gotoAndStop(9);
				}
				if (where == 10) {
					gotoAndStop(10);
				}
			}
		}
	}
	frame 232 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 232 {
		xp = Math.round(dist / 250);
		runlvl = Number(runlvl + _root.dist / 250);
		_root.money = Number(_root.coins + _root.money);
		rlvl = Math.floor(runlvl / 10);
		tlvl = rlvl + flyinglevel + swimlevel + climblevel;
		kongregate.stats.submit('RunningLevel', rlvl);
		kongregate.stats.submit('TotalLevel', tlvl);
	}
	instance ob1 of movieClip 1841	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
				where = Math.ceil(Math.random() * 8);
				if (where == 1) {
					gotoAndStop(1);
				}
				if (where == 2) {
					gotoAndStop(2);
				}
				if (where == 3) {
					gotoAndStop(3);
				}
				if (where == 4) {
					gotoAndStop(4);
				}
				if (where == 5) {
					gotoAndStop(5);
				}
				if (where == 6) {
					gotoAndStop(6);
				}
				if (where == 7) {
					gotoAndStop(7);
				}
				if (where == 8) {
					gotoAndStop(8);
				}
				if (where == 9) {
					gotoAndStop(9);
				}
				if (where == 10) {
					gotoAndStop(10);
				}
			}
		}
	}
	instance ob2 of movieClip 1841	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
				where = Math.ceil(Math.random() * 10);
				if (where == 1) {
					gotoAndStop(1);
				}
				if (where == 2) {
					gotoAndStop(2);
				}
				if (where == 3) {
					gotoAndStop(3);
				}
				if (where == 4) {
					gotoAndStop(4);
				}
				if (where == 5) {
					gotoAndStop(5);
				}
				if (where == 6) {
					gotoAndStop(6);
				}
				if (where == 7) {
					gotoAndStop(7);
				}
				if (where == 8) {
					gotoAndStop(8);
				}
				if (where == 9) {
					gotoAndStop(9);
				}
				if (where == 10) {
					gotoAndStop(10);
				}
			}
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.runninglevel * 1.3333333;
			_root.runninglevel = Math.floor(_root.runlvl / 10);
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	button 2440 {
		on (release) {
			gotoAndStop(230);
		}
		on (keyPress '<Space>') {
			gotoAndStop(230);
		}
	}
	frame 233 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	instance of movieClip 1855	{
		onClipEvent (enterFrame) {
			_y = _root.swimmer._y;
		}
	}
	movieClip 2442	{
	}
	movieClip 2443	{
	}
	movieClip 2444	{
	}
	movieClip 2449	{
	}
	movieClip 2450	{
	}
	movieClip 2451	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
	}
	instance swimmer of movieClip 2451	{
		onClipEvent (load) {
			gotoAndStop(2);
		}
	}
	instance of movieClip 1863	{
		onClipEvent (enterFrame) {
			_x = _x - 7;
			if (_x < -750) {
				_x = _x + 1500;
			}
		}
	}
	instance of movieClip 1866	{
		onClipEvent (keyPress '<Space>') {
			_root.nextFrame();
		}
	}
	frame 234 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 234 {
		ypos = 200;
		xbase = -7;
		xspeed = xbase;
		dist = 0;
		bonus = 0;
		stop();
	}
	instance of movieClip 1855	{
		onClipEvent (enterFrame) {
			_y = _root.swimmer._y;
		}
	}
	instance coin of movieClip 416	{
		onClipEvent (enterFrame) {
			if (!_root.part1.hitTest(_x, _y, true) and !_root.part2.hitTest(_x, _y, true)) {
				_x = _x + int(_root.xspeed);
			}
			if (_x < -10) {
				_x = _x + (Math.random() * 500 + 750);
				_y = _root.swimmer._y + Math.random() * 400 - 200;
			}
			if (_root.part1.hitTest(_x, _y, true) or _root.part2.hitTest(_x, _y, true)) {
				_y = _root.swimmer._y + Math.random() * 400 - 200;
			}
			if (this.hitTest(_root.swimmer)) {
				play();
				_x = -20;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance of movieClip 1868	{
		onClipEvent (enterFrame) {
			if (_root.swimmer.yspeed < 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y - _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			if (_root.swimmer.yspeed > 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y + _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			_x = _x + _root.xspeed;
		}
	}
	instance camra of movieClip 1869	{
		onClipEvent (enterFrame) {
			if (_root.swimmer.dead !== 1) {
				_y = _y + (_root.swimmer._y - _y) / 10;
			}
			_root.num._y = _y;
		}
	}
	instance of movieClip 1871	{
		onClipEvent (load) {
			xspeed = Math.random() * (-_root.xspeed * 2);
			_alpha = (xspeed / _root.xspeed) * 2 * 100;
		}
		onClipEvent (enterFrame) {
			_alpha = -0.1;
			_x = _x - xspeed;
		}
	}
	instance part1 of movieClip 1905	{
		onClipEvent (load) {
			gotoAndStop(1);
		}
		onClipEvent (enterFrame) {
			if (_root.swimmer.yspeed < 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y - _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			if (_root.swimmer.yspeed > 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y + _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			_x = _x + _root.xspeed;
			if (_x < -500) {
				_x = _x + 2000;
				frame = Math.ceil(Math.random() * 30);
				if (frame == 1) {
					gotoAndStop(1);
				}
				if (frame == 2) {
					gotoAndStop(2);
				}
				if (frame == 3) {
					gotoAndStop(3);
				}
				if (frame == 4) {
					gotoAndStop(4);
				}
				if (frame == 5) {
					gotoAndStop(5);
				}
				if (frame == 6) {
					gotoAndStop(6);
				}
				if (frame == 7) {
					gotoAndStop(7);
				}
				if (frame == 8) {
					gotoAndStop(8);
				}
				if (frame == 9) {
					gotoAndStop(9);
				}
				if (frame == 10) {
					gotoAndStop(10);
				}
				if (frame == 11) {
					gotoAndStop(11);
				}
				if (frame == 12) {
					gotoAndStop(12);
				}
				if (frame == 13) {
					gotoAndStop(13);
				}
				if (frame == 14) {
					gotoAndStop(14);
				}
				if (frame == 15) {
					gotoAndStop(15);
				}
				if (frame == 16) {
					gotoAndStop(16);
				}
				if (frame == 17) {
					gotoAndStop(17);
				}
				if (frame == 18) {
					gotoAndStop(18);
				}
				if (frame == 19) {
					gotoAndStop(19);
				}
				if (frame == 20) {
					gotoAndStop(20);
				}
				if (frame == 21) {
					gotoAndStop(21);
				}
				if (frame == 22) {
					gotoAndStop(22);
				}
				if (frame == 23) {
					gotoAndStop(23);
				}
				if (frame == 24) {
					gotoAndStop(24);
				}
				if (frame == 25) {
					gotoAndStop(25);
				}
				if (frame == 26) {
					gotoAndStop(26);
				}
				if (frame == 27) {
					gotoAndStop(27);
				}
				if (frame == 28) {
					gotoAndStop(28);
				}
				if (frame == 29) {
					gotoAndStop(29);
				}
				if (frame == 30) {
					gotoAndStop(30);
				}
				_y = _root.part2._y;
				if (_root.part2._currentframe > 10) {
					if (_root.part2._currentframe > 20) {
						_y = _y - 300;
					} else {
						_y = _y + 300;
					}
				}
			}
		}
	}
	instance part2 of movieClip 1905	{
		onClipEvent (load) {
			gotoAndStop(2);
		}
		onClipEvent (enterFrame) {
			if (_root.swimmer.yspeed < 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y - _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			if (_root.swimmer.yspeed > 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y + _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			_x = _x + _root.xspeed;
			if (_x < -500) {
				_x = _x + 2000;
				frame = Math.ceil(Math.random() * 30);
				if (frame == 1) {
					gotoAndStop(1);
				}
				if (frame == 2) {
					gotoAndStop(2);
				}
				if (frame == 3) {
					gotoAndStop(3);
				}
				if (frame == 4) {
					gotoAndStop(4);
				}
				if (frame == 5) {
					gotoAndStop(5);
				}
				if (frame == 6) {
					gotoAndStop(6);
				}
				if (frame == 7) {
					gotoAndStop(7);
				}
				if (frame == 8) {
					gotoAndStop(8);
				}
				if (frame == 9) {
					gotoAndStop(9);
				}
				if (frame == 10) {
					gotoAndStop(10);
				}
				if (frame == 11) {
					gotoAndStop(11);
				}
				if (frame == 12) {
					gotoAndStop(12);
				}
				if (frame == 13) {
					gotoAndStop(13);
				}
				if (frame == 14) {
					gotoAndStop(14);
				}
				if (frame == 15) {
					gotoAndStop(15);
				}
				if (frame == 16) {
					gotoAndStop(16);
				}
				if (frame == 17) {
					gotoAndStop(17);
				}
				if (frame == 18) {
					gotoAndStop(18);
				}
				if (frame == 19) {
					gotoAndStop(19);
				}
				if (frame == 20) {
					gotoAndStop(20);
				}
				if (frame == 21) {
					gotoAndStop(21);
				}
				if (frame == 22) {
					gotoAndStop(22);
				}
				if (frame == 23) {
					gotoAndStop(23);
				}
				if (frame == 24) {
					gotoAndStop(24);
				}
				if (frame == 25) {
					gotoAndStop(25);
				}
				if (frame == 26) {
					gotoAndStop(26);
				}
				if (frame == 27) {
					gotoAndStop(27);
				}
				if (frame == 28) {
					gotoAndStop(28);
				}
				if (frame == 29) {
					gotoAndStop(29);
				}
				if (frame == 30) {
					gotoAndStop(30);
				}
				_y = _root.part1._y;
				if (_root.part1._currentframe > 10) {
					if (_root.part1._currentframe > 20) {
						_y = _y - 300;
					} else {
						_y = _y + 300;
					}
				}
			}
		}
	}
	instance ender of movieClip 1908	{
		onClipEvent (enterFrame) {
			_x = _root.swimmer._x;
			_y = _root.swimmer._y;
		}
	}
	instance num of movieClip 1911	{
		onClipEvent (enterFrame) {
			dist = _root.dist;
		}
	}
	instance swimmer of movieClip 2451	{
		onClipEvent (load) {
			yspeed = 0;
			thrust = 0.3;
			grav = 0;
			maxgrav = 0.3;
			go = 2;
		}
		onClipEvent (enterFrame) {
			_root.xspeed += (_root.xbase - _root.xspeed) / 250;
			_root.dist = Math.round(Number(_root.dist - _root.xspeed / 5));
			if (grav < maxgrav) {
				grav += 0.01;
			}
			if (dead == 1) {
				_root.ender.play();
				_root.bg.gotoAndStop(1);
			} else {
				_rotation = yspeed * 4;
				_y = _y + yspeed;
				_root.light._x = _x;
				_root.light._y = _y;
				_root.light._rotation = _rotation;
				if (go == 1) {
					yspeed -= thrust;
					gotoAndStop(2);
				}
				if (go == 2) {
					yspeed += grav;
					gotoAndStop(1);
				}
			}
		}
		onClipEvent (mouseDown) {
			go = 1;
		}
		onClipEvent (mouseUp) {
			go = 2;
		}
		onClipEvent (keyDown) {
			go = 1;
		}
		onClipEvent (keyUp) {
			go = 2;
		}
	}
	frame 235 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 235 {
		xp = Math.round(dist / 12);
		swilvl = Number(swilvl + _root.dist / 12);
		_root.money = Number(_root.coins + _root.money);
		slvl = Math.floor(swilvl / 10);
		tlvl = slvl + runninglevel + flyinglevel + climblevel;
		kongregate.stats.submit('SwimmingLevel', slvl);
		kongregate.stats.submit('TotalLevel', tlvl);
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.swimlevel * 1.33333333;
			_root.swimlevel = Math.floor(_root.swilvl / 10);
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	button 2455 {
		on (release) {
			gotoAndStop(233);
		}
		on (keyPress '<Space>') {
			gotoAndStop(233);
		}
	}
	instance of movieClip 344	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > _root.maxi * 10) {
				_root.stalvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	frame 236 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 236 {
		stop();
	}
	frame 236 {
		dist = 0;
		xspeed = -4;
		coins = 0;
	}
	instance of movieClip 1930	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = Math.random() * 200;
			}
		}
	}
	instance of movieClip 1930	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = Math.random() * 200;
			}
		}
	}
	movieClip 2462	{
	}
	movieClip 2464	{
	}
	movieClip 2465	{
	}
	instance chick of movieClip 2465	{
		onClipEvent (load) {
			stop();
		}
	}
	instance of movieClip 1942	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl > 1500) {
				_root.stalvl = 1500;
			}
			if (_root.runlvl > 1500) {
				_root.runlvl = 1500;
			}
			if (_root.flylvl > 1500) {
				_root.flylvl = 1500;
			}
			if (_root.swilvl > 1500) {
				_root.swilvl = 1500;
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.stalvl = _root.stalvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.seed = _root.seed;
				game.data.skill = _root.skill;
				game.data.money = _root.money;
				game.data.colour = _root.colour;
				game.data.hat = _root.hat;
				game.flush();
				delay = 100;
			}
		}
	}
	frame 237 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 237 {
		stop();
	}
	frame 237 {
		dist = 0;
		yspeed = 10;
		if (_root.xtrain == 1) {
			yspeed = 3 + climblevel / 5;
		}
	}
	instance of movieClip 1922	{
		onClipEvent (enterFrame) {
			_y = _y + _root.yspeed / 4;
		}
	}
	instance of movieClip 1926	{
		onClipEvent (enterFrame) {
			_y = _y + _root.yspeed / 3;
		}
	}
	instance of movieClip 1927	{
		onClipEvent (enterFrame) {
			_y = _y + _root.yspeed / 2;
		}
	}
	instance coin of movieClip 1953	{
		onClipEvent (enterFrame) {
			if (!_root.walls.hitTest(_x, _y, true)) {
				_y = _y + int(_root.yspeed);
			}
			if (_y > 500) {
				_y = _y - (Math.random() * 500 + 600);
				_x = Math.random() * 640;
			}
			if (_root.walls.hitTest(_x, _y, true)) {
				_x = Math.random() * 1000 - 200;
			}
			if (this.hitTest(_root.chick)) {
				play();
				_y = 501;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance cam of movieClip 1961	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 100;
			_root.shad._x = _x;
			_root.bg._x = _x;
			_root.scoreclip._x = _x;
			_root.energy._x = _x;
		}
	}
	instance chick of movieClip 2465	{
		onClipEvent (load) {
			targrot = 10;
			where = 2;
			xspeed = 0;
			yspeed = 0;
			_root.scoreclip.dist = 0;
			_root.dist = 0;
		}
		onClipEvent (enterFrame) {
			oldx = _x;
			if (_y > 500) {
				_root.nextFrame();
			}
			_root.dist = Number(_root.scoreclip.dist + _root.yspeed / 4);
			_root.scoreclip.dist = Math.round(_root.dist);
			_root.scoreclip.speed = Math.round(_root.yspeed) + 'MPH';
			_root.yspeed = Number(_root.yspeed + 0.002);
			_root.where = where;
			_y = _y + yspeed;
			_x = _x + xspeed;
			if (_y > 200) {
				yspeed -= 1;
			}
			if (Key.isDown(37)) {
				if (_root.walls.hitTest(_x - 22, _y, true) or _root.walls.hitTest(_x + 22, _y, true)) {
					where = 1;
				}
			}
			if (Key.isDown(39)) {
				if (_root.walls.hitTest(_x - 22, _y, true) or _root.walls.hitTest(_x + 22, _y, true)) {
					where = 2;
				}
			}
			if (_root.walls.hitTest(_x - 22, _y, true) or _root.walls.hitTest(_x + 22, _y, true)) {
				yspeed = 0;
				if (Key.isDown(38)) {
					if (_y > 100) {
						_y = _y - 5;
					}
				}
				if (Key.isDown(40)) {
					_y = _y + 5;
				}
			} else {
				yspeed += 1.5;
			}
			if (where == 1) {
				gotoAndStop(2);
				if (!_root.walls.hitTest(_x - 17, _y, true)) {
					_x = _x - 15;
				}
				while (_root.walls.hitTest(_x - 17, _y, true)) {
					_x = _x + 1;
				}
				if (!_root.walls.hitTest(_x - 25, _y - 20, true)) {
					_y = _y + yspeed;
				}
			}
			if (where == 2) {
				gotoAndStop(1);
				if (!_root.walls.hitTest(_x + 17, _y, true)) {
					_x = _x + 15;
				}
				while (_root.walls.hitTest(_x + 17, _y, true)) {
					_x = _x - 1;
				}
				if (!_root.walls.hitTest(_x + 25, _y - 20, true)) {
					_y = _y + yspeed;
				}
			}
			while (_root.walls.hitTest(_x, _y - 28, true)) {
				_y = _y + 1;
			}
			newx = _x;
			_rotation = _rotation + ((newx - oldx) * 7 - _rotation) / 4;
			if (_rotation > 90) {
				_rotation = 90;
			}
			if (_rotation < -90) {
				_rotation = -90;
			}
		}
	}
	instance of movieClip 1966	{
		onClipEvent (enterFrame) {
			_x = _root.cam._x;
		}
	}
	frame 238 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 238 {
		stop();
	}
	frame 238 {
		xp = Math.round(dist / 50);
		clilvl = Number(clilvl + _root.dist / 50);
		dist = Math.round(dist);
		_root.money = Number(_root.coins + _root.money);
		walls.part1._x = 0;
		walls.part2._x = 0;
		scoreclip._alpha = 0;
		clvl = Math.floor(clilvl / 10);
		tlvl = clvl + runninglevel + swimlevel + flyinglevel;
		kongregate.stats.submit('ClimbingLevel', clvl);
		kongregate.stats.submit('TotalLevel', tlvl);
	}
	instance of movieClip 1969	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > _root.maxi * 10) {
				_root.stalvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	instance of movieClip 1972	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 1972	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 1972	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 1972	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 1972	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	button 2472 {
		on (release) {
			gotoAndStop(225);
		}
	}
	button 2473 {
		on (release) {
			gotoAndStop(236);
		}
		on (keyPress '<Space>') {
			gotoAndStop(236);
		}
	}
	instance of movieClip 1979	{
		onClipEvent (enterFrame) {
			this._xscale = _root.climblevel * 1.3333333333;
			_root.climblevel = Math.floor(_root.clilvl / 10);
		}
	}
	frame 239 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	button 2479 {
		on (release) {
			if (_root.race >= 12) {
				gotoAndStop(240);
			}
		}
	}
	button 2480 {
		on (release) {
			if (_root.race >= 15) {
				gotoAndStop(247);
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 14) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 12) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 17) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 15) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	frame 240 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	button 2481 {
		on (release) {
			gotoAndStop(239);
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 12) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 12) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 13) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 13) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 14) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 14) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	button 2482 {
		on (release) {
			if (_root.race >= 12) {
				gotoAndStop(241);
			}
		}
	}
	button 2483 {
		on (release) {
			if (_root.race >= 13) {
				gotoAndStop(243);
			}
		}
	}
	button 2484 {
		on (release) {
			if (_root.race >= 14) {
				gotoAndStop(245);
			}
		}
	}
	frame 241 {
		if (music._currentframe !== 7) {
			stopAllSounds();
			music.gotoAndStop(7);
		}
	}
	frame 241 {
		enelvl = 1000;
		go = 0;
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			_y = _y + (_root.chick._y - _y) / 16;
			if (_x < -2483) {
				_x = -2483;
			}
			if (_x > -65) {
				_x = -65;
			}
			if (_y > 240) {
				_y = 240;
			}
			if (_y < -125) {
				_y = -125;
			}
			_root.energy._x = _x;
			_root.energy._y = _y - 210;
		}
	}
	instance chick4 of movieClip 2100	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick2 of movieClip 2054	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick3 of movieClip 2172	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance of movieClip 2136	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance of movieClip 2176	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance of movieClip 2178	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance chick of movieClip 2134	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	instance of movieClip 2174	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	frame 242 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 242 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 12) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 13;
				game.flush();
				_root.race = 13;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(13);
			}
			if (_root.first == 2) {
				gotoAndStop(12);
			}
			if (_root.first == 3) {
				gotoAndStop(11);
			}
			if (_root.first == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(13);
			}
			if (_root.second == 2) {
				gotoAndStop(12);
			}
			if (_root.second == 3) {
				gotoAndStop(11);
			}
			if (_root.second == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(13);
			}
			if (_root.third == 2) {
				gotoAndStop(12);
			}
			if (_root.third == 3) {
				gotoAndStop(11);
			}
			if (_root.third == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(13);
			}
			if (_root.forth == 2) {
				gotoAndStop(12);
			}
			if (_root.forth == 3) {
				gotoAndStop(11);
			}
			if (_root.forth == 4) {
				gotoAndStop(14);
			}
		}
	}
	frame 243 {
		if (music._currentframe !== 7) {
			stopAllSounds();
			music.gotoAndStop(7);
		}
	}
	frame 243 {
		enelvl = 1100;
		go = 0;
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			_y = _y + (_root.chick._y - _y) / 16;
			if (_x < -2088) {
				_x = -2088;
			}
			if (_x > -65) {
				_x = -65;
			}
			if (_y > 240) {
				_y = 240;
			}
			if (_y < -125) {
				_y = -125;
			}
			_root.energy._x = _x;
			_root.energy._y = _y - 210;
		}
	}
	instance of movieClip 2136	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance of movieClip 2176	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance of movieClip 2178	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance chick4 of movieClip 2100	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick2 of movieClip 2054	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick3 of movieClip 2172	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 2134	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	instance of movieClip 2174	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	frame 244 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 244 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 13) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 14;
				game.flush();
				_root.race = 14;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(13);
			}
			if (_root.first == 2) {
				gotoAndStop(12);
			}
			if (_root.first == 3) {
				gotoAndStop(11);
			}
			if (_root.first == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(13);
			}
			if (_root.second == 2) {
				gotoAndStop(12);
			}
			if (_root.second == 3) {
				gotoAndStop(11);
			}
			if (_root.second == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(13);
			}
			if (_root.third == 2) {
				gotoAndStop(12);
			}
			if (_root.third == 3) {
				gotoAndStop(11);
			}
			if (_root.third == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(13);
			}
			if (_root.forth == 2) {
				gotoAndStop(12);
			}
			if (_root.forth == 3) {
				gotoAndStop(11);
			}
			if (_root.forth == 4) {
				gotoAndStop(14);
			}
		}
	}
	frame 245 {
		if (music._currentframe !== 7) {
			stopAllSounds();
			music.gotoAndStop(7);
		}
	}
	frame 245 {
		enelvl = 1200;
		go = 0;
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			_y = _y + (_root.chick._y - _y) / 16;
			if (_x < -2483) {
				_x = -2483;
			}
			if (_x > 3980) {
				_x = 3980;
			}
			if (_y > 240) {
				_y = 240;
			}
			if (_y < -125) {
				_y = -125;
			}
			_root.energy._x = _x;
			_root.energy._y = _y - 210;
		}
	}
	instance of movieClip 2136	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance chick4 of movieClip 2100	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick2 of movieClip 2054	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick3 of movieClip 2172	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 2134	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	instance of movieClip 2174	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance of movieClip 2176	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance of movieClip 2178	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	frame 246 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 246 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 14) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 15;
				game.flush();
				_root.race = 15;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(13);
			}
			if (_root.first == 2) {
				gotoAndStop(12);
			}
			if (_root.first == 3) {
				gotoAndStop(11);
			}
			if (_root.first == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(13);
			}
			if (_root.second == 2) {
				gotoAndStop(12);
			}
			if (_root.second == 3) {
				gotoAndStop(11);
			}
			if (_root.second == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(13);
			}
			if (_root.third == 2) {
				gotoAndStop(12);
			}
			if (_root.third == 3) {
				gotoAndStop(11);
			}
			if (_root.third == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(13);
			}
			if (_root.forth == 2) {
				gotoAndStop(12);
			}
			if (_root.forth == 3) {
				gotoAndStop(11);
			}
			if (_root.forth == 4) {
				gotoAndStop(14);
			}
		}
	}
	frame 247 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 15) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 15) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 16) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 16) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 17) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 17) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	button 2491 {
		on (release) {
			if (_root.race >= 15) {
				gotoAndStop(248);
			}
		}
	}
	button 2492 {
		on (release) {
			if (_root.race >= 16) {
				gotoAndStop(250);
			}
		}
	}
	button 2493 {
		on (release) {
			if (_root.race >= 17) {
				gotoAndStop(252);
			}
		}
	}
	frame 248 {
		if (music._currentframe !== 7) {
			stopAllSounds();
			music.gotoAndStop(7);
		}
	}
	frame 248 {
		enelvl = 1300;
		go = 0;
	}
	instance of movieClip 2202	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance of movieClip 2218	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			if (_x < 444) {
				_x = 444;
			}
			if (_x > 2500) {
				_x = 2500;
			}
			if (_y > 155) {
				_y = 155;
			}
			if (_y < -450) {
				_y = -450;
			}
			_root.energy._x = _x;
			_root.energy._y = _y - 280;
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance chick4 of movieClip 2100	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick2 of movieClip 2054	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick3 of movieClip 2172	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 2134	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	frame 249 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 249 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 15) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 16;
				game.flush();
				_root.race = 16;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(13);
			}
			if (_root.first == 2) {
				gotoAndStop(12);
			}
			if (_root.first == 3) {
				gotoAndStop(11);
			}
			if (_root.first == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(13);
			}
			if (_root.second == 2) {
				gotoAndStop(12);
			}
			if (_root.second == 3) {
				gotoAndStop(11);
			}
			if (_root.second == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(13);
			}
			if (_root.third == 2) {
				gotoAndStop(12);
			}
			if (_root.third == 3) {
				gotoAndStop(11);
			}
			if (_root.third == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(13);
			}
			if (_root.forth == 2) {
				gotoAndStop(12);
			}
			if (_root.forth == 3) {
				gotoAndStop(11);
			}
			if (_root.forth == 4) {
				gotoAndStop(14);
			}
		}
	}
	frame 250 {
		if (music._currentframe !== 7) {
			stopAllSounds();
			music.gotoAndStop(7);
		}
	}
	frame 250 {
		enelvl = 1350;
		go = 0;
	}
	instance of movieClip 2202	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance chick4 of movieClip 2100	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick2 of movieClip 2054	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick3 of movieClip 2172	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 2134	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				fb = 1.5;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				sb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	instance of movieClip 2218	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_y = _y + (_root.chick._y - _y) / 16;
			if (_x < -2356) {
				_x = -2356;
			}
			if (_x > 3125) {
				_x = 3125;
			}
			if (_y > 155) {
				_y = 155;
			}
			if (_y < -450) {
				_y = -450;
			}
			_root.energy._x = _x;
			_root.energy._y = _y - 280;
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	frame 251 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 251 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 16) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 17;
				game.flush();
				_root.race = 17;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(13);
			}
			if (_root.first == 2) {
				gotoAndStop(12);
			}
			if (_root.first == 3) {
				gotoAndStop(11);
			}
			if (_root.first == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(13);
			}
			if (_root.second == 2) {
				gotoAndStop(12);
			}
			if (_root.second == 3) {
				gotoAndStop(11);
			}
			if (_root.second == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(13);
			}
			if (_root.third == 2) {
				gotoAndStop(12);
			}
			if (_root.third == 3) {
				gotoAndStop(11);
			}
			if (_root.third == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(13);
			}
			if (_root.forth == 2) {
				gotoAndStop(12);
			}
			if (_root.forth == 3) {
				gotoAndStop(11);
			}
			if (_root.forth == 4) {
				gotoAndStop(14);
			}
		}
	}
	frame 252 {
		if (music._currentframe !== 7) {
			stopAllSounds();
			music.gotoAndStop(7);
		}
	}
	frame 252 {
		enelvl = 1400;
		go = 0;
	}
	instance of movieClip 2202	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance chick4 of movieClip 2100	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick2 of movieClip 2054	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick3 of movieClip 2172	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 2134	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			if (_root.chick._x < 3500) {
				_y = _y + (_root.chick._y - _y) / 16;
			}
			if (_x < -2356) {
				_x = -2356;
			}
			if (_x > 3125) {
				_x = 3125;
			}
			if (_y > 155) {
				_y = 155;
			}
			if (_y < -450) {
				_y = -450;
			}
			_root.energy._x = _x;
			_root.energy._y = _y - 280;
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 2218	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	frame 253 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 253 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 17) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 18;
				game.flush();
				_root.race = 18;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance of movieClip 816	{
		onClipEvent (release) {
			if (_currentframe == 1) {
				_root.gotoAndStop(225);
			} else {
				_root.gotoAndStop(283);
			}
		}
		onClipEvent (enterFrame) {
			if (_root.race > 17) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(13);
			}
			if (_root.first == 2) {
				gotoAndStop(12);
			}
			if (_root.first == 3) {
				gotoAndStop(11);
			}
			if (_root.first == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(13);
			}
			if (_root.second == 2) {
				gotoAndStop(12);
			}
			if (_root.second == 3) {
				gotoAndStop(11);
			}
			if (_root.second == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(13);
			}
			if (_root.third == 2) {
				gotoAndStop(12);
			}
			if (_root.third == 3) {
				gotoAndStop(11);
			}
			if (_root.third == 4) {
				gotoAndStop(14);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(13);
			}
			if (_root.forth == 2) {
				gotoAndStop(12);
			}
			if (_root.forth == 3) {
				gotoAndStop(11);
			}
			if (_root.forth == 4) {
				gotoAndStop(14);
			}
		}
	}
	frame 254 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 254 {
		stop();
	}
	instance of movieClip 1727	{
		onClipEvent (load) {
			if (_root.race >= 18) {
				_visible = true;
			} else {
				_visible = false;
			}
		}
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'A dark portal to the lair of the champion duck';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
		onClipEvent (release) {
			_root.gotoAndStop(284);
		}
	}
	instance corn2 of movieClip 254	{
		onClipEvent (load) {
			drag = false;
			yspeed = 0;
			xspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_x < -960) {
				_x = -60;
			}
			if (_x == -20 and drag == false) {
				xspeed = 0;
			}
			if (_x < -10) {
				_y = 400;
			}
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe == 1 and _root.chick.qwe._currentframe > 8) {
					_root.chick._x += 50;
				}
				if (_root.chick._currentframe == 2 and _root.chick.qwe._currentframe > 8) {
					_root.chick._x -= 50;
				}
				_root.chick.skill = 1;
				if (_x > _root.chick._x) {
					_root.chick.gotoAndStop(3);
				}
				if (_x < _root.chick._x) {
					_root.chick.gotoAndStop(4);
				}
				_x = -860;
				drag = false;
				xspeed = 10;
			}
			_x = _x + xspeed;
			_y = _y + yspeed;
			if (drag == true) {
				xspeed = -(_x - _root._xmouse) / 2;
				yspeed = -(_y - _root._ymouse) / 2;
			}
			if (drag == false) {
				yspeed += 1;
				if (_y > 420) {
					_y = 420;
					yspeed = -yspeed / 2;
				}
				if (_x > 740) {
					_x = 740;
					xspeed = -xspeed / 2;
				}
			}
		}
		onClipEvent (mouseUp) {
			if (drag == true) {
				drag = false;
			}
		}
		onClipEvent (press) {
			drag = true;
		}
	}
	instance corn of movieClip 254	{
		onClipEvent (load) {
			drag = false;
			yspeed = 0;
			xspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_x > 1710) {
				_x = 810;
			}
			if (_x == 770 and drag == false) {
				xspeed = 0;
			}
			if (_x > 760) {
				_y = 400;
			}
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe == 1 and _root.chick.qwe._currentframe > 8) {
					_root.chick._x += 50;
				}
				if (_root.chick._currentframe == 2 and _root.chick.qwe._currentframe > 8) {
					_root.chick._x -= 50;
				}
				_root.chick.skill = 0;
				if (_x > _root.chick._x) {
					_root.chick.gotoAndStop(3);
				}
				if (_x < _root.chick._x) {
					_root.chick.gotoAndStop(4);
				}
				_x = 1500;
				drag = false;
				xspeed = -10;
			}
			_x = _x + xspeed;
			_y = _y + yspeed;
			if (drag == true) {
				xspeed = -(_x - _root._xmouse) / 2;
				yspeed = -(_y - _root._ymouse) / 2;
			}
			if (drag == false) {
				yspeed += 1;
				if (_y > 420) {
					_y = 420;
					yspeed = -yspeed / 2;
				}
				if (_x < 10) {
					_x = 10;
					xspeed = -xspeed / 2;
				}
			}
		}
		onClipEvent (mouseUp) {
			if (drag == true) {
				drag = false;
			}
		}
		onClipEvent (press) {
			drag = true;
		}
	}
	instance of movieClip 265	{
		onClipEvent (press) {
			if (_root.corn2._x > -360 and _root.corn2._x < 0 and _root.money > 14) {
				_root.corn2._x = 67;
				_root.corn2._y = 325;
				_root.corn2.xspeed = 0;
				_root.corn2.yspeed = 5;
				_root.money = Number(_root.money - 15);
			}
			if (_root.corn2._x > -360 and _root.corn2._x < 0 and _root.freeseed == 1) {
				_root.corn2._x = 67;
				_root.corn2._y = 325;
				_root.corn2.xspeed = 0;
				_root.corn2.yspeed = 5;
			}
		}
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'SuperSeed - this greatly increases my energy level. Click to dispense';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
		onClipEvent (enterFrame) {
			if (_root.freeseed == 1) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 326	{
		onClipEvent (press) {
			if (_root.corn._x < 1000 and _root.corn._x > 750 and _root.money > 0) {
				_root.corn._x = 683;
				_root.corn._y = 325;
				_root.corn.xspeed = 0;
				_root.corn.yspeed = 5;
				_root.money = Number(_root.money - 1);
			}
			if (_root.corn._x < 1000 and _root.corn._x > 750 and _root.freeseed == 1) {
				_root.corn._x = 683;
				_root.corn._y = 325;
				_root.corn.xspeed = 0;
				_root.corn.yspeed = 5;
			}
		}
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'Seed - this increases my energy level. Click to dispense';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
		onClipEvent (enterFrame) {
			if (_root.freeseed == 1) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.runninglevel / 1.5;
			_root.runninglevel = Math.floor(_root.runlvl / 10);
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.climblevel / 1.5;
			_root.climblevel = Math.floor(_root.clilvl / 10);
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 332	{
		onClipEvent (enterFrame) {
			this._xscale = _root.staminalevel * 2;
			_root.staminalevel = Math.floor(_root.stalvl / 10);
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.flyinglevel / 1.5;
			_root.flyinglevel = Math.floor(_root.flylvl / 10);
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.swimlevel / 1.5;
			_root.swimlevel = Math.floor(_root.swilvl / 10);
		}
	}
	instance of movieClip 344	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl >= 1500) {
				if (_root.clilvl >= 1500) {
					if (_root.swilvl >= 1500) {
						if (_root.flylvl >= 1500) {
							if (_root.stalvl >= 500) {
								if (_root.a7 < 1) {
									_root.a7 = 1;
									game = SharedObject.getLocal('mydata');
									game.data.a7 = 1;
									game.flush();
								}
							}
						}
					}
				}
			}
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > 500) {
				_root.stalvl = 500;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	button 2503 {
		on (release) {
			gotoAndStop(268);
		}
		on (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'The quest to become world champion starts here. Don\'t forget to train first!';
		}
		on (rollOut) {
			_root.speech._visible = false;
		}
	}
	button 2504 {
		on (release) {
			gotoAndStop(255);
		}
		on (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'Train me to increase my skill levels so I will perform better in races!';
		}
		on (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance speech of movieClip 375	{
		onClipEvent (load) {
			_visible = false;
			stop();
		}
		onClipEvent (enterFrame) {
			if (_x > 470) {
				gotoAndStop(2);
			}
			if (_x < 270) {
				gotoAndStop(1);
			}
			_x = _x + (_root.chick._x - _x) / 20;
			_y = _y + (_root.chick._y - 20 - _y) / 20;
		}
	}
	instance of movieClip 840	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x + _root.chick.qwe._x, _root.chick._y + _root.chick.qwe._y + 25, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
			}
		}
	}
	movieClip 2505	{
	}
	movieClip 2506	{
	}
	movieClip 2517	{
		frame 1 {
			stop();
		}
		instance of movieClip 2505	{
			onClipEvent (load) {
				num = 0;
			}
			onClipEvent (enterFrame) {
				if (_parent._parent._x < 530 or _parent._parent._currentframe == 2) {
					if (_parent._parent._x > 110 or _parent._parent._currentframe == 1) {
						num = Math.round(Math.random() * 40);
						if (num == 5) {
							_parent.play();
							num = 0;
						}
						if (_root.corn._x < 640) {
							_parent.play();
							num = 0;
						}
						if (_root.corn2._x > 0) {
							_parent.play();
							num = 0;
						}
					}
				}
			}
		}
		instance of movieClip 2506	{
			onClipEvent (load) {
				_rotation = 0;
			}
			onClipEvent (enterFrame) {
				if (_parent._parent._currentframe == 1) {
					if (_root.corn._x < 640 and _root.corn.drag == false or _root.corn2._x > 0 and _root.corn2.drag == false) {
					} else {
						rx = _root._xmouse;
						ry = _root._ymouse;
						cx = _parent._parent._x + _parent._x + _x;
						cy = _parent._parent._y + _parent._y + _y;
						angle = Math.atan2(ry - cy, rx - cx) / 0.0174532925199433;
						roto = angle;
						_rotation = roto;
					}
				}
				if (_parent._parent._currentframe == 2) {
					if (_root.corn._x < 640 and _root.corn.drag == false) {
					} else {
						rx = _root._xmouse;
						ry = _root._ymouse;
						cx = _parent._parent._x + _parent._x + _x;
						cy = _parent._parent._y + _parent._y + _y;
						angle = Math.atan2(ry - cy, rx - cx) / 0.0174532925199433;
						_rotation = -angle + 180;
					}
				}
			}
		}
		frame 12 {
			if (_root._currentframe > 0) {
				if (_parent._currentframe == 1) {
					_parent._x += 50;
				}
				if (_parent._currentframe == 2) {
					_parent._x -= 50;
				}
			} else {
				_x = _x + 50;
			}
			gotoAndStop(1);
		}
	}
	movieClip 2518	{
	}
	movieClip 2520	{
	}
	movieClip 2523	{
	}
	movieClip 2524	{
	}
	movieClip 2525	{
	}
	movieClip 2526	{
		instance of movieClip 2518	{
			onClipEvent (load) {
				if (_parent._parent.skill == 1) {
					gotoAndStop(2);
				} else {
					gotoAndStop(1);
				}
			}
		}
		frame 36 {
			if (_parent.skill == 1) {
				_root.stalvl = Number(_root.stalvl + 8);
			}
			_root.stalvl = Number(_root.stalvl + 2);
		}
		instance of movieClip 2524	{
			onClipEvent (load) {
				if (_parent._parent.skill == 1) {
					gotoAndStop(2);
				} else {
					gotoAndStop(1);
				}
			}
		}
		frame 43 {
			if (_parent.skill == 1) {
				_root.stalvl = Number(_root.stalvl + 8);
			}
			_root.stalvl = Number(_root.stalvl + 2);
		}
		instance of movieClip 2525	{
			onClipEvent (load) {
				if (_parent._parent.skill == 1) {
					gotoAndStop(2);
				} else {
					gotoAndStop(1);
				}
			}
		}
		frame 50 {
			if (_parent.skill == 1) {
				_root.stalvl = Number(_root.stalvl + 8);
			}
			_root.stalvl = Number(_root.stalvl + 2);
		}
		frame 60 {
			if (_root._xmouse > _root.chick._x) {
				_parent.gotoAndStop(1);
			}
			if (_root._xmouse < _root.chick._x) {
				_parent.gotoAndStop(2);
			}
			_root.corn._x = 700;
		}
	}
	movieClip 2527	{
		frame 1 {
			stop();
		}
		instance qwe of movieClip 2517	{
			onClipEvent (enterFrame) {
				if (_root.corn._x < 640) {
					if (_root.corn._x < _parent._x) {
						if (_currentframe == 1) {
							_parent.nextFrame();
						}
					}
				} else {
					if (_root.corn2._x > 0) {
						if (_root.corn2._x < _parent._x) {
							if (_currentframe == 1) {
								_parent.nextFrame();
							}
						}
					} else {
						if (_root._xmouse < _parent._x) {
							if (_currentframe == 1) {
								_parent.nextFrame();
							}
						}
					}
				}
			}
		}
		frame 2 {
			stop();
		}
		instance qwe of movieClip 2517	{
			onClipEvent (enterFrame) {
				if (_root.corn._x < 640) {
					if (_root.corn._x > _parent._x) {
						if (_currentframe == 1) {
							_parent.prevFrame();
						}
					}
				} else {
					if (_root.corn2._x > 0) {
						if (_root.corn2._x > _parent._x) {
							if (_currentframe == 1) {
								_parent.prevFrame();
							}
						}
					} else {
						if (_root._xmouse > _parent._x) {
							if (_currentframe == 1) {
								_parent.prevFrame();
							}
						}
					}
				}
			}
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
	}
	instance chick of movieClip 2527	{
		onClipEvent (load) {
			yspeed = 0;
			skill = 0;
		}
		onClipEvent (enterFrame) {
			_y = _y + yspeed;
			yspeed += 1;
		}
	}
	instance of movieClip 344	{
		onClipEvent (enterFrame) {
			_root.clibonus = '';
			_root.runbonus = '';
			_root.flybonus = '';
			_root.swibonus = '';
			if (_root.dt == 1) {
				_root.clibonus = '+' + (Math.round(_root.climblevel * 1.5) - _root.climblevel);
				_root.flybonus = Math.round(_root.flyinglevel * 0.9) - _root.flyinglevel;
			}
			if (_root.dt == 2) {
				_root.runbonus = '+' + (Math.round(_root.runninglevel * 1.25) - _root.runninglevel);
				_root.flybonus = Math.round(_root.flyinglevel * 0.9) - _root.flyinglevel;
				_root.clibonus = Math.round(_root.climblevel * 0.9) - _root.climblevel;
				_root.swibonus = '+' + (Math.round(_root.swimlevel * 1.25) - _root.swimlevel);
			}
			if (_root.dt == 4) {
				_root.runbonus = Math.round(_root.runninglevel * 0.9) - _root.runninglevel;
				_root.clibonus = Math.round(_root.climblevel * 0.9) - _root.climblevel;
				_root.swibonus = '+' + (Math.round(_root.swimlevel * 1.5) - _root.swimlevel);
			}
			if (_root.dt == 3) {
				_root.runbonus = Math.round(_root.runninglevel * 0.9) - _root.runninglevel;
				_root.clibonus = Math.round(_root.climblevel * 0.9) - _root.climblevel;
				_root.flybonus = '+' + (Math.round(_root.flyinglevel * 1.5) - _root.flyinglevel);
			}
		}
	}
	instance of movieClip 365	{
		onClipEvent (rollOver) {
			_alpha = 50;
		}
		onClipEvent (releaseOutside, rollOut) {
			_alpha = 100;
		}
		onClipEvent (release) {
			if (_root.playsounds == true) {
				_root.playsounds = false;
			} else {
				if (_root.playsounds == false) {
					_root.playsounds = true;
					_root.music.gotoAndStop(6);
				}
			}
		}
		onClipEvent (load) {
			if (_root.playsounds == true) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
		onClipEvent (enterFrame) {
			if (_root.playsounds == true) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'Energy is needed to complete races. To train it, just feed your duck some seed or skill seed';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'This is how many coins you have to spend on seed. Collect coins during training!';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			if (_root.clibonus == '') {
				_root.speech.data = 'Your skill in climbing up cliffs! Train this for speedier climbs!';
			} else {
				_root.speech.data = 'Your skill in climbing up cliffs! The ' + _root.clibonus + ' is your evolution type bonus';
			}
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			if (_root.flybonus == '') {
				_root.speech.data = 'Your skill in flying! Train it to fly further and faster!';
			} else {
				_root.speech.data = 'Your skill in flying! The ' + _root.flybonus + ' is your evolution type bonus';
			}
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			if (_root.runbonus == '') {
				_root.speech.data = 'Your skill in running! Train it for faster running (or hopping) in races!';
			} else {
				_root.speech.data = 'Your skill in running! The ' + _root.runbonus + ' is your evolution type bonus';
			}
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			if (_root.swibonus == '') {
				_root.speech.data = 'Your swimming level is how good you are at swimming. Train it to go faster in water!';
			} else {
				_root.speech.data = 'Your skill in swimming! The ' + _root.swibonus + ' is your evolution type bonus';
			}
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 83	{
		onClipEvent (release) {
			getURL('http://www.wixgames.co.uk', '_blank');
		}
		onClipEvent (rollOver) {
			_alpha = 50;
		}
		onClipEvent (releaseOutside, rollOut) {
			_alpha = 100;
		}
	}
	frame 255 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	button 2537 {
		on (release) {
			gotoAndStop(262);
		}
	}
	button 2538 {
		on (release) {
			gotoAndStop(265);
		}
	}
	button 2539 {
		on (release) {
			gotoAndStop(259);
		}
	}
	button 2540 {
		on (release) {
			gotoAndStop(256);
		}
	}
	button 2541 {
		on (release) {
			gotoAndStop(254);
		}
	}
	frame 256 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 256 {
		stop();
		coins = 0;
	}
	movieClip 2543	{
	}
	movieClip 2544	{
		frame 1 {
			stop();
		}
		frame 40 {
			_root.nextFrame();
		}
	}
	instance of movieClip 2544	{
		onClipEvent (keyPress '<Space>') {
			play();
		}
		onClipEvent (rollOver) {
			this.useHandCursor = false;
		}
	}
	instance of movieClip 411	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl > 1500) {
				_root.stalvl = 1500;
			}
			if (_root.runlvl > 1500) {
				_root.runlvl = 1500;
			}
			if (_root.flylvl > 1500) {
				_root.flylvl = 1500;
			}
			if (_root.swilvl > 1500) {
				_root.swilvl = 1500;
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.stalvl = _root.stalvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.seed = _root.seed;
				game.data.skill = _root.skill;
				game.data.money = _root.money;
				game.data.colour = _root.colour;
				game.data.hat = _root.hat;
				game.flush();
				delay = 100;
			}
		}
	}
	frame 257 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 257 {
		dist = 0;
	}
	instance of movieClip 1785	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			if (_x > 0) {
				_x = _x - 750;
			}
			_x = _x - _root.xspeed / 10;
		}
	}
	instance of movieClip 1786	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			if (_x > 0) {
				_x = _x - 750;
			}
			_x = _x - _root.xspeed / 2;
		}
	}
	instance of movieClip 416	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
			if (this.hitTest(_root.chick)) {
				play();
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	instance rock of movieClip 1794	{
		onClipEvent (load) {
			_x = 1000 + (20 + _root.flylvl / 10) * 50;
			where = Math.ceil(Math.random() * 3);
			if (where == 1) {
				gotoAndStop(1);
				_y = 125 + Math.round(Math.random() * 225);
			}
			if (where == 2) {
				gotoAndStop(2);
			}
			if (where == 3) {
				gotoAndStop(3);
			}
		}
		onClipEvent (enterFrame) {
			_root.warning2._y = _y;
			_x = _x - _root.xspeed;
			if (_x < -170) {
				_x = Math.random() * 1000 + 750 + _root.xspeed * 100;
				where = Math.ceil(Math.random() * 4);
				if (where == 1 or where == 4) {
					gotoAndStop(1);
					_y = 125 + Math.round(Math.random() * 225);
				}
				if (where == 2) {
					gotoAndStop(2);
					_y = 205;
				}
				if (where == 3) {
					gotoAndStop(3);
					_y = 205;
				}
			}
			if (_x > 1000 and _x < 640 + _root.xspeed * 50) {
				if (_currentframe == 1) {
					_root.warning2.play();
				} else {
					_root.warning.play();
				}
			}
			_root.bgrr._x = _x;
		}
	}
	instance warning of movieClip 441	{
		onClipEvent (enterFrame) {
			if (_root.rock.where == 2) {
				_y = 300;
			} else {
				_y = 100;
			}
		}
	}
	movieClip 2550	{
	}
	movieClip 2551	{
		frame 30 {
			stop();
		}
	}
	instance chick of movieClip 2551	{
		onClipEvent (load) {
			xspeed = 75;
			if (_root.xtrain == 1) {
				xspeed = 20 + _root.flylvl / 5;
			}
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (xspeed < 0 and _root.a3 < 1) {
				_root.a3 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a3 = 1;
				game.flush();
			}
			_root.speed = Math.round(_root.xspeed / 2) + 'MPH';
			if (_root.rock.hitTest(_x + 30, _y, true) or _root.rock.hitTest(_x + 30, _y + 15, true) or _root.rock.hitTest(_x + 30, _y - 15, true)) {
				_root.nextFrame();
			}
			if (_root.rock2.hitTest(_x + 30, _y, true) or _root.rock2.hitTest(_x + 30, _y + 15, true) or _root.rock2.hitTest(_x + 30, _y - 15, true)) {
				_root.nextFrame();
			}
			if (_x < -20) {
				_root.nextFrame();
			}
			if (_y < 25) {
				_y = 25;
				yspeed = 0;
			}
			if (_y > 430) {
				_root.nextFrame();
			}
			if (_rotation < -90) {
				_rotation = -90;
			}
			if (_rotation > 90) {
				_rotation = 90;
			}
			_root.dist = Number(_root.dist + Math.round(xspeed));
			xspeed *= 0.999;
			_y = _y + yspeed;
			speed = 20 - xspeed;
			if (speed < 0) {
				speed = 0;
			}
			yspeed += speed / 40;
			_root.xspeed = xspeed;
			if (Key.isDown(38)) {
				yspeed -= 0.5;
				xspeed -= 0.05;
			}
			if (Key.isDown(40)) {
				yspeed += 0.5;
				xspeed += 0.05;
			}
			angle = Math.atan(yspeed / xspeed) / 0.0174532925199433;
			if (xspeed < 0) {
				angle += 180;
			}
			_rotation = angle;
		}
	}
	instance of movieClip 438	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 2000;
				_y = 10 + Math.random() * 420;
			}
			if (this.hitTest(_root.chick)) {
				_root.chick.xspeed += 5;
				play();
				_x = _x + 5000;
				_y = 10 + Math.random() * 420;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	frame 258 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 258 {
		xp = Math.round(dist / 500);
		flylvl = Number(flylvl + _root.dist / 500);
		_root.money = Number(_root.coins + _root.money);
		flvl = Math.floor(flylvl / 10);
		tlvl = flvl + runninglevel + swimlevel + climblevel;
		kongregate.stats.submit('FlyingLevel', flvl);
		kongregate.stats.submit('TotalLevel', tlvl);
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	button 2554 {
		on (release) {
			gotoAndStop(254);
		}
	}
	button 2555 {
		on (release) {
			gotoAndStop(256);
		}
		on (keyPress '<Space>') {
			gotoAndStop(256);
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.flyinglevel * 1.33;
			_root.flyinglevel = Math.floor(_root.flylvl / 10);
		}
	}
	instance of movieClip 344	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > _root.maxi * 10) {
				_root.stalvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	frame 259 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 259 {
		stop();
		dist = 0;
		xp = 0;
		coins = 0;
		speed = 10;
	}
	instance of movieClip 1785	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			if (_x > 0) {
				_x = _x - 750;
			}
			_x = _x - _root.speed / 10;
		}
	}
	instance of movieClip 1786	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			if (_x > 0) {
				_x = _x - 750;
			}
			_x = _x - _root.speed / 2;
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.speed;
			_x = _x - (4 + xspeed);
			if (_x < -150) {
				_x = _x + 1140;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	instance of movieClip 176	{
		onClipEvent (enterFrame) {
			xspeed = _root.speed;
			_x = _x - (4 + xspeed);
			if (_x < -150) {
				_x = _x + 1140;
				_y = 10 + Math.random() * 420;
			}
		}
	}
	movieClip 2561	{
	}
	movieClip 2562	{
	}
	movieClip 2563	{
	}
	movieClip 2576	{
		frame 13 {
			gotoAndPlay(1);
		}
		frame 14 {
			if (_root.floor.hitTest(_x, _y + 20, true) or _root.ob1.hitTest(_x, _y + 20, true) or _root.ob2.hitTest(_x, _y + 20, true)) {
				gotoAndPlay(12);
			}
		}
		frame 15 {
			gotoAndPlay(14);
		}
	}
	instance runner of movieClip 2576	{
		onClipEvent (load) {
			yspeed = 0;
			_root.speed = 10;
			score = 0;
		}
		onClipEvent (enterFrame) {
			if (_x > 10) {
				score += _root.speed / 50;
				_root.score2 = Math.round(score);
				_root.speed2 = Math.round(_root.speed);
				_root.speed = Number(_root.speed + 0.005);
			}
			if (_x < 0) {
				_root.nextFrame();
			}
			_root.speedo = Math.round(_root.speed / 1.5) + 'MPH';
			_root.dist = Number(_root.dist + Math.round(_root.speed));
			while (_root.floor.hitTest(_x, _y + 20, true) or _root.ob1.hitTest(_x, _y + 20, true) or _root.ob2.hitTest(_x, _y + 20, true)) {
				_y = _y - 1;
				if (yspeed > 1) {
					yspeed = 0;
				}
			}
			_y = _y + yspeed;
			yspeed += 1;
			if (redo == 1 and Key.isDown(38)) {
				yspeed = -10;
				redo = 0;
			} else {
				redo = 0;
			}
			if (Key.isDown(38)) {
				if (_currentframe < 14) {
					yspeed = -10;
					gotoAndPlay(14);
					redo = 1;
				}
			}
		}
	}
	instance ob1 of movieClip 1841	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
			}
		}
	}
	instance ob2 of movieClip 1841	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
			}
		}
	}
	instance of movieClip 1844	{
		onClipEvent (keyPress '<Space>') {
			_root.nextFrame();
		}
		onClipEvent (rollOver) {
			this.useHandCursor = false;
		}
	}
	instance of movieClip 411	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl > 1500) {
				_root.stalvl = 1500;
			}
			if (_root.runlvl > 1500) {
				_root.runlvl = 1500;
			}
			if (_root.flylvl > 1500) {
				_root.flylvl = 1500;
			}
			if (_root.swilvl > 1500) {
				_root.swilvl = 1500;
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.stalvl = _root.stalvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.seed = _root.seed;
				game.data.skill = _root.skill;
				game.data.money = _root.money;
				game.data.colour = _root.colour;
				game.data.hat = _root.hat;
				game.flush();
				delay = 100;
			}
		}
	}
	frame 260 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	instance of movieClip 416	{
		onClipEvent (enterFrame) {
			xspeed = _root.speed;
			_x = _x - (4 + xspeed);
			if (_x < -150) {
				_x = _x + 1140;
				_y = 250 + Math.random() * 80;
			}
			if (this.hitTest(_root.runner)) {
				play();
				_x = _x + 940;
				_y = 250 + Math.random() * 80;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance ob1 of movieClip 1841	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
				where = Math.ceil(Math.random() * 8);
				if (where == 1) {
					gotoAndStop(1);
				}
				if (where == 2) {
					gotoAndStop(2);
				}
				if (where == 3) {
					gotoAndStop(3);
				}
				if (where == 4) {
					gotoAndStop(4);
				}
				if (where == 5) {
					gotoAndStop(5);
				}
				if (where == 6) {
					gotoAndStop(6);
				}
				if (where == 7) {
					gotoAndStop(7);
				}
				if (where == 8) {
					gotoAndStop(8);
				}
				if (where == 9) {
					gotoAndStop(9);
				}
				if (where == 10) {
					gotoAndStop(10);
				}
			}
		}
	}
	instance ob2 of movieClip 1841	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
				where = Math.ceil(Math.random() * 10);
				if (where == 1) {
					gotoAndStop(1);
				}
				if (where == 2) {
					gotoAndStop(2);
				}
				if (where == 3) {
					gotoAndStop(3);
				}
				if (where == 4) {
					gotoAndStop(4);
				}
				if (where == 5) {
					gotoAndStop(5);
				}
				if (where == 6) {
					gotoAndStop(6);
				}
				if (where == 7) {
					gotoAndStop(7);
				}
				if (where == 8) {
					gotoAndStop(8);
				}
				if (where == 9) {
					gotoAndStop(9);
				}
				if (where == 10) {
					gotoAndStop(10);
				}
			}
		}
	}
	frame 261 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 261 {
		xp = Math.round(dist / 250);
		runlvl = Number(runlvl + _root.dist / 250);
		_root.money = Number(_root.coins + _root.money);
		rlvl = Math.floor(runlvl / 10);
		tlvl = rlvl + flyinglevel + swimlevel + climblevel;
		kongregate.stats.submit('RunningLevel', rlvl);
		kongregate.stats.submit('TotalLevel', tlvl);
	}
	instance ob1 of movieClip 1841	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
				where = Math.ceil(Math.random() * 8);
				if (where == 1) {
					gotoAndStop(1);
				}
				if (where == 2) {
					gotoAndStop(2);
				}
				if (where == 3) {
					gotoAndStop(3);
				}
				if (where == 4) {
					gotoAndStop(4);
				}
				if (where == 5) {
					gotoAndStop(5);
				}
				if (where == 6) {
					gotoAndStop(6);
				}
				if (where == 7) {
					gotoAndStop(7);
				}
				if (where == 8) {
					gotoAndStop(8);
				}
				if (where == 9) {
					gotoAndStop(9);
				}
				if (where == 10) {
					gotoAndStop(10);
				}
			}
		}
	}
	instance ob2 of movieClip 1841	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
				where = Math.ceil(Math.random() * 10);
				if (where == 1) {
					gotoAndStop(1);
				}
				if (where == 2) {
					gotoAndStop(2);
				}
				if (where == 3) {
					gotoAndStop(3);
				}
				if (where == 4) {
					gotoAndStop(4);
				}
				if (where == 5) {
					gotoAndStop(5);
				}
				if (where == 6) {
					gotoAndStop(6);
				}
				if (where == 7) {
					gotoAndStop(7);
				}
				if (where == 8) {
					gotoAndStop(8);
				}
				if (where == 9) {
					gotoAndStop(9);
				}
				if (where == 10) {
					gotoAndStop(10);
				}
			}
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.runninglevel * 1.3333333;
			_root.runninglevel = Math.floor(_root.runlvl / 10);
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	button 2585 {
		on (release) {
			gotoAndStop(259);
		}
		on (keyPress '<Space>') {
			gotoAndStop(259);
		}
	}
	frame 262 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	instance of movieClip 1855	{
		onClipEvent (enterFrame) {
			_y = _root.swimmer._y;
		}
	}
	movieClip 2589	{
	}
	movieClip 2590	{
	}
	movieClip 2591	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
	}
	instance swimmer of movieClip 2591	{
		onClipEvent (load) {
			gotoAndStop(2);
		}
	}
	instance of movieClip 1863	{
		onClipEvent (enterFrame) {
			_x = _x - 7;
			if (_x < -750) {
				_x = _x + 1500;
			}
		}
	}
	instance of movieClip 1866	{
		onClipEvent (keyPress '<Space>') {
			_root.nextFrame();
		}
	}
	frame 263 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 263 {
		ypos = 200;
		xbase = -7;
		xspeed = xbase;
		dist = 0;
		bonus = 0;
		stop();
	}
	instance of movieClip 1855	{
		onClipEvent (enterFrame) {
			_y = _root.swimmer._y;
		}
	}
	instance coin of movieClip 416	{
		onClipEvent (enterFrame) {
			if (!_root.part1.hitTest(_x, _y, true) and !_root.part2.hitTest(_x, _y, true)) {
				_x = _x + int(_root.xspeed);
			}
			if (_x < -10) {
				_x = _x + (Math.random() * 500 + 750);
				_y = _root.swimmer._y + Math.random() * 400 - 200;
			}
			if (_root.part1.hitTest(_x, _y, true) or _root.part2.hitTest(_x, _y, true)) {
				_y = _root.swimmer._y + Math.random() * 400 - 200;
			}
			if (this.hitTest(_root.swimmer)) {
				play();
				_x = -20;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance of movieClip 1868	{
		onClipEvent (enterFrame) {
			if (_root.swimmer.yspeed < 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y - _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			if (_root.swimmer.yspeed > 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y + _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			_x = _x + _root.xspeed;
		}
	}
	instance camra of movieClip 1869	{
		onClipEvent (enterFrame) {
			if (_root.swimmer.dead !== 1) {
				_y = _y + (_root.swimmer._y - _y) / 10;
			}
			_root.num._y = _y;
		}
	}
	instance of movieClip 1871	{
		onClipEvent (load) {
			xspeed = Math.random() * (-_root.xspeed * 2);
			_alpha = (xspeed / _root.xspeed) * 2 * 100;
		}
		onClipEvent (enterFrame) {
			_alpha = -0.1;
			_x = _x - xspeed;
		}
	}
	instance part1 of movieClip 1905	{
		onClipEvent (load) {
			gotoAndStop(1);
		}
		onClipEvent (enterFrame) {
			if (_root.swimmer.yspeed < 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y - _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			if (_root.swimmer.yspeed > 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y + _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			_x = _x + _root.xspeed;
			if (_x < -500) {
				_x = _x + 2000;
				frame = Math.ceil(Math.random() * 30);
				if (frame == 1) {
					gotoAndStop(1);
				}
				if (frame == 2) {
					gotoAndStop(2);
				}
				if (frame == 3) {
					gotoAndStop(3);
				}
				if (frame == 4) {
					gotoAndStop(4);
				}
				if (frame == 5) {
					gotoAndStop(5);
				}
				if (frame == 6) {
					gotoAndStop(6);
				}
				if (frame == 7) {
					gotoAndStop(7);
				}
				if (frame == 8) {
					gotoAndStop(8);
				}
				if (frame == 9) {
					gotoAndStop(9);
				}
				if (frame == 10) {
					gotoAndStop(10);
				}
				if (frame == 11) {
					gotoAndStop(11);
				}
				if (frame == 12) {
					gotoAndStop(12);
				}
				if (frame == 13) {
					gotoAndStop(13);
				}
				if (frame == 14) {
					gotoAndStop(14);
				}
				if (frame == 15) {
					gotoAndStop(15);
				}
				if (frame == 16) {
					gotoAndStop(16);
				}
				if (frame == 17) {
					gotoAndStop(17);
				}
				if (frame == 18) {
					gotoAndStop(18);
				}
				if (frame == 19) {
					gotoAndStop(19);
				}
				if (frame == 20) {
					gotoAndStop(20);
				}
				if (frame == 21) {
					gotoAndStop(21);
				}
				if (frame == 22) {
					gotoAndStop(22);
				}
				if (frame == 23) {
					gotoAndStop(23);
				}
				if (frame == 24) {
					gotoAndStop(24);
				}
				if (frame == 25) {
					gotoAndStop(25);
				}
				if (frame == 26) {
					gotoAndStop(26);
				}
				if (frame == 27) {
					gotoAndStop(27);
				}
				if (frame == 28) {
					gotoAndStop(28);
				}
				if (frame == 29) {
					gotoAndStop(29);
				}
				if (frame == 30) {
					gotoAndStop(30);
				}
				_y = _root.part2._y;
				if (_root.part2._currentframe > 10) {
					if (_root.part2._currentframe > 20) {
						_y = _y - 300;
					} else {
						_y = _y + 300;
					}
				}
			}
		}
	}
	instance part2 of movieClip 1905	{
		onClipEvent (load) {
			gotoAndStop(2);
		}
		onClipEvent (enterFrame) {
			if (_root.swimmer.yspeed < 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y - _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			if (_root.swimmer.yspeed > 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y + _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			_x = _x + _root.xspeed;
			if (_x < -500) {
				_x = _x + 2000;
				frame = Math.ceil(Math.random() * 30);
				if (frame == 1) {
					gotoAndStop(1);
				}
				if (frame == 2) {
					gotoAndStop(2);
				}
				if (frame == 3) {
					gotoAndStop(3);
				}
				if (frame == 4) {
					gotoAndStop(4);
				}
				if (frame == 5) {
					gotoAndStop(5);
				}
				if (frame == 6) {
					gotoAndStop(6);
				}
				if (frame == 7) {
					gotoAndStop(7);
				}
				if (frame == 8) {
					gotoAndStop(8);
				}
				if (frame == 9) {
					gotoAndStop(9);
				}
				if (frame == 10) {
					gotoAndStop(10);
				}
				if (frame == 11) {
					gotoAndStop(11);
				}
				if (frame == 12) {
					gotoAndStop(12);
				}
				if (frame == 13) {
					gotoAndStop(13);
				}
				if (frame == 14) {
					gotoAndStop(14);
				}
				if (frame == 15) {
					gotoAndStop(15);
				}
				if (frame == 16) {
					gotoAndStop(16);
				}
				if (frame == 17) {
					gotoAndStop(17);
				}
				if (frame == 18) {
					gotoAndStop(18);
				}
				if (frame == 19) {
					gotoAndStop(19);
				}
				if (frame == 20) {
					gotoAndStop(20);
				}
				if (frame == 21) {
					gotoAndStop(21);
				}
				if (frame == 22) {
					gotoAndStop(22);
				}
				if (frame == 23) {
					gotoAndStop(23);
				}
				if (frame == 24) {
					gotoAndStop(24);
				}
				if (frame == 25) {
					gotoAndStop(25);
				}
				if (frame == 26) {
					gotoAndStop(26);
				}
				if (frame == 27) {
					gotoAndStop(27);
				}
				if (frame == 28) {
					gotoAndStop(28);
				}
				if (frame == 29) {
					gotoAndStop(29);
				}
				if (frame == 30) {
					gotoAndStop(30);
				}
				_y = _root.part1._y;
				if (_root.part1._currentframe > 10) {
					if (_root.part1._currentframe > 20) {
						_y = _y - 300;
					} else {
						_y = _y + 300;
					}
				}
			}
		}
	}
	instance ender of movieClip 1908	{
		onClipEvent (enterFrame) {
			_x = _root.swimmer._x;
			_y = _root.swimmer._y;
		}
	}
	instance num of movieClip 1911	{
		onClipEvent (enterFrame) {
			dist = _root.dist;
		}
	}
	instance swimmer of movieClip 2591	{
		onClipEvent (load) {
			yspeed = 0;
			thrust = 0.3;
			grav = 0;
			maxgrav = 0.3;
			go = 2;
		}
		onClipEvent (enterFrame) {
			_root.xspeed += (_root.xbase - _root.xspeed) / 250;
			_root.dist = Math.round(Number(_root.dist - _root.xspeed / 5));
			if (grav < maxgrav) {
				grav += 0.01;
			}
			if (dead == 1) {
				_root.ender.play();
				_root.bg.gotoAndStop(1);
			} else {
				_rotation = yspeed * 4;
				_y = _y + yspeed;
				_root.light._x = _x;
				_root.light._y = _y;
				_root.light._rotation = _rotation;
				if (go == 1) {
					yspeed -= thrust;
					gotoAndStop(2);
				}
				if (go == 2) {
					yspeed += grav;
					gotoAndStop(1);
				}
			}
		}
		onClipEvent (mouseDown) {
			go = 1;
		}
		onClipEvent (mouseUp) {
			go = 2;
		}
		onClipEvent (keyDown) {
			go = 1;
		}
		onClipEvent (keyUp) {
			go = 2;
		}
	}
	frame 264 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 264 {
		xp = Math.round(dist / 12);
		swilvl = Number(swilvl + _root.dist / 12);
		_root.money = Number(_root.coins + _root.money);
		slvl = Math.floor(swilvl / 10);
		tlvl = slvl + runninglevel + flyinglevel + climblevel;
		kongregate.stats.submit('SwimmingLevel', slvl);
		kongregate.stats.submit('TotalLevel', tlvl);
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.swimlevel * 1.33333333;
			_root.swimlevel = Math.floor(_root.swilvl / 10);
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	button 2595 {
		on (release) {
			gotoAndStop(262);
		}
		on (keyPress '<Space>') {
			gotoAndStop(262);
		}
	}
	instance of movieClip 344	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > _root.maxi * 10) {
				_root.stalvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	frame 265 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 265 {
		stop();
	}
	frame 265 {
		dist = 0;
		xspeed = -4;
		coins = 0;
	}
	instance of movieClip 1930	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = Math.random() * 200;
			}
		}
	}
	instance of movieClip 1930	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = Math.random() * 200;
			}
		}
	}
	movieClip 2602	{
	}
	movieClip 2603	{
	}
	movieClip 2604	{
	}
	movieClip 2605	{
	}
	movieClip 2606	{
	}
	movieClip 2607	{
	}
	instance chick of movieClip 2607	{
		onClipEvent (load) {
			stop();
		}
	}
	instance of movieClip 1942	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl > 1500) {
				_root.stalvl = 1500;
			}
			if (_root.runlvl > 1500) {
				_root.runlvl = 1500;
			}
			if (_root.flylvl > 1500) {
				_root.flylvl = 1500;
			}
			if (_root.swilvl > 1500) {
				_root.swilvl = 1500;
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.stalvl = _root.stalvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.seed = _root.seed;
				game.data.skill = _root.skill;
				game.data.money = _root.money;
				game.data.colour = _root.colour;
				game.data.hat = _root.hat;
				game.flush();
				delay = 100;
			}
		}
	}
	frame 266 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 266 {
		stop();
	}
	frame 266 {
		dist = 0;
		yspeed = 10;
		if (_root.xtrain == 1) {
			yspeed = 3 + climblevel / 5;
		}
	}
	instance of movieClip 1922	{
		onClipEvent (enterFrame) {
			_y = _y + _root.yspeed / 4;
		}
	}
	instance of movieClip 1926	{
		onClipEvent (enterFrame) {
			_y = _y + _root.yspeed / 3;
		}
	}
	instance of movieClip 1927	{
		onClipEvent (enterFrame) {
			_y = _y + _root.yspeed / 2;
		}
	}
	instance coin of movieClip 1953	{
		onClipEvent (enterFrame) {
			if (!_root.walls.hitTest(_x, _y, true)) {
				_y = _y + int(_root.yspeed);
			}
			if (_y > 500) {
				_y = _y - (Math.random() * 500 + 600);
				_x = Math.random() * 640;
			}
			if (_root.walls.hitTest(_x, _y, true)) {
				_x = Math.random() * 1000 - 200;
			}
			if (this.hitTest(_root.chick)) {
				play();
				_y = 501;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance cam of movieClip 1961	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 100;
			_root.shad._x = _x;
			_root.bg._x = _x;
			_root.scoreclip._x = _x;
			_root.energy._x = _x;
		}
	}
	instance chick of movieClip 2607	{
		onClipEvent (load) {
			targrot = 10;
			where = 2;
			xspeed = 0;
			yspeed = 0;
			_root.scoreclip.dist = 0;
			_root.dist = 0;
		}
		onClipEvent (enterFrame) {
			oldx = _x;
			if (_y > 500) {
				_root.nextFrame();
			}
			_root.dist = Number(_root.scoreclip.dist + _root.yspeed / 4);
			_root.scoreclip.dist = Math.round(_root.dist);
			_root.scoreclip.speed = Math.round(_root.yspeed) + 'MPH';
			_root.yspeed = Number(_root.yspeed + 0.002);
			_root.where = where;
			_y = _y + yspeed;
			_x = _x + xspeed;
			if (_y > 200) {
				yspeed -= 1;
			}
			if (Key.isDown(37)) {
				if (_root.walls.hitTest(_x - 22, _y, true) or _root.walls.hitTest(_x + 22, _y, true)) {
					where = 1;
				}
			}
			if (Key.isDown(39)) {
				if (_root.walls.hitTest(_x - 22, _y, true) or _root.walls.hitTest(_x + 22, _y, true)) {
					where = 2;
				}
			}
			if (_root.walls.hitTest(_x - 22, _y, true) or _root.walls.hitTest(_x + 22, _y, true)) {
				yspeed = 0;
				if (Key.isDown(38)) {
					if (_y > 100) {
						_y = _y - 5;
					}
				}
				if (Key.isDown(40)) {
					_y = _y + 5;
				}
			} else {
				yspeed += 1.5;
			}
			if (where == 1) {
				gotoAndStop(2);
				if (!_root.walls.hitTest(_x - 17, _y, true)) {
					_x = _x - 15;
				}
				while (_root.walls.hitTest(_x - 17, _y, true)) {
					_x = _x + 1;
				}
				if (!_root.walls.hitTest(_x - 25, _y - 20, true)) {
					_y = _y + yspeed;
				}
			}
			if (where == 2) {
				gotoAndStop(1);
				if (!_root.walls.hitTest(_x + 17, _y, true)) {
					_x = _x + 15;
				}
				while (_root.walls.hitTest(_x + 17, _y, true)) {
					_x = _x - 1;
				}
				if (!_root.walls.hitTest(_x + 25, _y - 20, true)) {
					_y = _y + yspeed;
				}
			}
			while (_root.walls.hitTest(_x, _y - 28, true)) {
				_y = _y + 1;
			}
			newx = _x;
			_rotation = _rotation + ((newx - oldx) * 7 - _rotation) / 4;
			if (_rotation > 90) {
				_rotation = 90;
			}
			if (_rotation < -90) {
				_rotation = -90;
			}
		}
	}
	instance of movieClip 1966	{
		onClipEvent (enterFrame) {
			_x = _root.cam._x;
		}
	}
	frame 267 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 267 {
		stop();
	}
	frame 267 {
		xp = Math.round(dist / 50);
		clilvl = Number(clilvl + _root.dist / 50);
		dist = Math.round(dist);
		_root.money = Number(_root.coins + _root.money);
		walls.part1._x = 0;
		walls.part2._x = 0;
		scoreclip._alpha = 0;
		clvl = Math.floor(clilvl / 10);
		tlvl = clvl + runninglevel + swimlevel + flyinglevel;
		kongregate.stats.submit('ClimbingLevel', clvl);
		kongregate.stats.submit('TotalLevel', tlvl);
	}
	instance of movieClip 1969	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > _root.maxi * 10) {
				_root.stalvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	instance of movieClip 1972	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 1972	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 1972	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 1972	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 1972	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	button 2614 {
		on (release) {
			gotoAndStop(254);
		}
	}
	button 2615 {
		on (release) {
			gotoAndStop(265);
		}
		on (keyPress '<Space>') {
			gotoAndStop(265);
		}
	}
	instance of movieClip 1979	{
		onClipEvent (enterFrame) {
			this._xscale = _root.climblevel * 1.3333333333;
			_root.climblevel = Math.floor(_root.clilvl / 10);
		}
	}
	frame 268 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	button 2621 {
		on (release) {
			if (_root.race >= 12) {
				gotoAndStop(269);
			}
		}
	}
	button 2622 {
		on (release) {
			if (_root.race >= 15) {
				gotoAndStop(276);
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 14) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 12) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 17) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 15) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	frame 269 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	button 2623 {
		on (release) {
			gotoAndStop(268);
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 12) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 12) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 13) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 13) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 14) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 14) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	button 2624 {
		on (release) {
			if (_root.race >= 12) {
				gotoAndStop(270);
			}
		}
	}
	button 2625 {
		on (release) {
			if (_root.race >= 13) {
				gotoAndStop(272);
			}
		}
	}
	button 2626 {
		on (release) {
			if (_root.race >= 14) {
				gotoAndStop(274);
			}
		}
	}
	frame 270 {
		if (music._currentframe !== 7) {
			stopAllSounds();
			music.gotoAndStop(7);
		}
	}
	frame 270 {
		enelvl = 1000;
		go = 0;
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			_y = _y + (_root.chick._y - _y) / 16;
			if (_x < -2483) {
				_x = -2483;
			}
			if (_x > -65) {
				_x = -65;
			}
			if (_y > 240) {
				_y = 240;
			}
			if (_y < -125) {
				_y = -125;
			}
			_root.energy._x = _x;
			_root.energy._y = _y - 210;
		}
	}
	instance chick2 of movieClip 2054	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick3 of movieClip 2172	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 2134	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance of movieClip 2136	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance of movieClip 2176	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance of movieClip 2178	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance chick of movieClip 2100	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	instance of movieClip 2174	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	frame 271 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 271 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 12) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 13;
				game.flush();
				_root.race = 13;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(14);
			}
			if (_root.first == 2) {
				gotoAndStop(12);
			}
			if (_root.first == 3) {
				gotoAndStop(11);
			}
			if (_root.first == 4) {
				gotoAndStop(13);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(14);
			}
			if (_root.second == 2) {
				gotoAndStop(12);
			}
			if (_root.second == 3) {
				gotoAndStop(11);
			}
			if (_root.second == 4) {
				gotoAndStop(13);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(14);
			}
			if (_root.third == 2) {
				gotoAndStop(12);
			}
			if (_root.third == 3) {
				gotoAndStop(11);
			}
			if (_root.third == 4) {
				gotoAndStop(13);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(14);
			}
			if (_root.forth == 2) {
				gotoAndStop(12);
			}
			if (_root.forth == 3) {
				gotoAndStop(11);
			}
			if (_root.forth == 4) {
				gotoAndStop(13);
			}
		}
	}
	frame 272 {
		if (music._currentframe !== 7) {
			stopAllSounds();
			music.gotoAndStop(7);
		}
	}
	frame 272 {
		enelvl = 1100;
		go = 0;
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			_y = _y + (_root.chick._y - _y) / 16;
			if (_x < -2088) {
				_x = -2088;
			}
			if (_x > -65) {
				_x = -65;
			}
			if (_y > 240) {
				_y = 240;
			}
			if (_y < -125) {
				_y = -125;
			}
			_root.energy._x = _x;
			_root.energy._y = _y - 210;
		}
	}
	instance of movieClip 2136	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance of movieClip 2176	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance of movieClip 2178	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance chick2 of movieClip 2054	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick3 of movieClip 2172	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 2134	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 2100	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	instance of movieClip 2174	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	frame 273 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 273 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 13) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 14;
				game.flush();
				_root.race = 14;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(14);
			}
			if (_root.first == 2) {
				gotoAndStop(12);
			}
			if (_root.first == 3) {
				gotoAndStop(11);
			}
			if (_root.first == 4) {
				gotoAndStop(13);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(14);
			}
			if (_root.second == 2) {
				gotoAndStop(12);
			}
			if (_root.second == 3) {
				gotoAndStop(11);
			}
			if (_root.second == 4) {
				gotoAndStop(13);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(14);
			}
			if (_root.third == 2) {
				gotoAndStop(12);
			}
			if (_root.third == 3) {
				gotoAndStop(11);
			}
			if (_root.third == 4) {
				gotoAndStop(13);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(14);
			}
			if (_root.forth == 2) {
				gotoAndStop(12);
			}
			if (_root.forth == 3) {
				gotoAndStop(11);
			}
			if (_root.forth == 4) {
				gotoAndStop(13);
			}
		}
	}
	frame 274 {
		if (music._currentframe !== 7) {
			stopAllSounds();
			music.gotoAndStop(7);
		}
	}
	frame 274 {
		enelvl = 1200;
		go = 0;
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			_y = _y + (_root.chick._y - _y) / 16;
			if (_x < -2483) {
				_x = -2483;
			}
			if (_x > 3980) {
				_x = 3980;
			}
			if (_y > 240) {
				_y = 240;
			}
			if (_y < -125) {
				_y = -125;
			}
			_root.energy._x = _x;
			_root.energy._y = _y - 210;
		}
	}
	instance of movieClip 2136	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance chick2 of movieClip 2054	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick3 of movieClip 2172	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 2134	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 2100	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	instance of movieClip 2174	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance of movieClip 2176	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance of movieClip 2178	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	frame 275 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 275 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 14) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 15;
				game.flush();
				_root.race = 15;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(14);
			}
			if (_root.first == 2) {
				gotoAndStop(12);
			}
			if (_root.first == 3) {
				gotoAndStop(11);
			}
			if (_root.first == 4) {
				gotoAndStop(13);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(14);
			}
			if (_root.second == 2) {
				gotoAndStop(12);
			}
			if (_root.second == 3) {
				gotoAndStop(11);
			}
			if (_root.second == 4) {
				gotoAndStop(13);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(14);
			}
			if (_root.third == 2) {
				gotoAndStop(12);
			}
			if (_root.third == 3) {
				gotoAndStop(11);
			}
			if (_root.third == 4) {
				gotoAndStop(13);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(14);
			}
			if (_root.forth == 2) {
				gotoAndStop(12);
			}
			if (_root.forth == 3) {
				gotoAndStop(11);
			}
			if (_root.forth == 4) {
				gotoAndStop(13);
			}
		}
	}
	frame 276 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 15) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 15) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 16) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 16) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	instance of movieClip 645	{
		onClipEvent (load) {
			if (_root.race > 17) {
				_visible = true;
				gotoAndStop(1);
			} else {
				if (_root.race < 17) {
					_visible = true;
					gotoAndStop(2);
				} else {
					_visible = false;
				}
			}
		}
	}
	button 2633 {
		on (release) {
			if (_root.race >= 15) {
				gotoAndStop(277);
			}
		}
	}
	button 2634 {
		on (release) {
			if (_root.race >= 16) {
				gotoAndStop(279);
			}
		}
	}
	button 2635 {
		on (release) {
			if (_root.race >= 17) {
				gotoAndStop(281);
			}
		}
	}
	frame 277 {
		if (music._currentframe !== 7) {
			stopAllSounds();
			music.gotoAndStop(7);
		}
	}
	frame 277 {
		enelvl = 1300;
		go = 0;
	}
	instance of movieClip 2202	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance of movieClip 2218	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance chick2 of movieClip 2054	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick3 of movieClip 2172	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 2134	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			if (_x < 444) {
				_x = 444;
			}
			if (_x > 2500) {
				_x = 2500;
			}
			if (_y > 155) {
				_y = 155;
			}
			if (_y < -450) {
				_y = -450;
			}
			_root.energy._x = _x;
			_root.energy._y = _y - 280;
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance chick of movieClip 2100	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	frame 278 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 278 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 15) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 16;
				game.flush();
				_root.race = 16;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(14);
			}
			if (_root.first == 2) {
				gotoAndStop(12);
			}
			if (_root.first == 3) {
				gotoAndStop(11);
			}
			if (_root.first == 4) {
				gotoAndStop(13);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(14);
			}
			if (_root.second == 2) {
				gotoAndStop(12);
			}
			if (_root.second == 3) {
				gotoAndStop(11);
			}
			if (_root.second == 4) {
				gotoAndStop(13);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(14);
			}
			if (_root.third == 2) {
				gotoAndStop(12);
			}
			if (_root.third == 3) {
				gotoAndStop(11);
			}
			if (_root.third == 4) {
				gotoAndStop(13);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(14);
			}
			if (_root.forth == 2) {
				gotoAndStop(12);
			}
			if (_root.forth == 3) {
				gotoAndStop(11);
			}
			if (_root.forth == 4) {
				gotoAndStop(13);
			}
		}
	}
	frame 279 {
		if (music._currentframe !== 7) {
			stopAllSounds();
			music.gotoAndStop(7);
		}
	}
	frame 279 {
		enelvl = 1350;
		go = 0;
	}
	instance of movieClip 2202	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance chick2 of movieClip 2054	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick3 of movieClip 2172	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 2134	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 2100	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	instance of movieClip 2218	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_y = _y + (_root.chick._y - _y) / 16;
			if (_x < -2356) {
				_x = -2356;
			}
			if (_x > 3125) {
				_x = 3125;
			}
			if (_y > 155) {
				_y = 155;
			}
			if (_y < -450) {
				_y = -450;
			}
			_root.energy._x = _x;
			_root.energy._y = _y - 280;
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	frame 280 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 280 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 16) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 17;
				game.flush();
				_root.race = 17;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(14);
			}
			if (_root.first == 2) {
				gotoAndStop(12);
			}
			if (_root.first == 3) {
				gotoAndStop(11);
			}
			if (_root.first == 4) {
				gotoAndStop(13);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(14);
			}
			if (_root.second == 2) {
				gotoAndStop(12);
			}
			if (_root.second == 3) {
				gotoAndStop(11);
			}
			if (_root.second == 4) {
				gotoAndStop(13);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(14);
			}
			if (_root.third == 2) {
				gotoAndStop(12);
			}
			if (_root.third == 3) {
				gotoAndStop(11);
			}
			if (_root.third == 4) {
				gotoAndStop(13);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(14);
			}
			if (_root.forth == 2) {
				gotoAndStop(12);
			}
			if (_root.forth == 3) {
				gotoAndStop(11);
			}
			if (_root.forth == 4) {
				gotoAndStop(13);
			}
		}
	}
	frame 281 {
		if (music._currentframe !== 7) {
			stopAllSounds();
			music.gotoAndStop(7);
		}
	}
	frame 281 {
		enelvl = 1400;
		go = 0;
	}
	instance of movieClip 2202	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	instance chick2 of movieClip 2054	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick3 of movieClip 2172	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl - 50 + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick4 of movieClip 2134	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl - 50 + Math.random() * 100;
			level2 = _root.enelvl + Math.random() * 100;
			level3 = _root.enelvl - 50 + Math.random() * 100;
			level4 = _root.enelvl - 50 + Math.random() * 100;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 2100	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			if (_root.dt == 1) {
				cb = 1.5;
				fb = 0.9;
			}
			if (_root.dt == 2) {
				rb = 1.25;
				fb = 0.9;
				cb = 0.9;
				sb = 1.25;
			}
			if (_root.dt == 3) {
				rb = 0.9;
				cb = 0.9;
				fb = 1.5;
			}
			if (_root.dt == 4) {
				rb = 0.9;
				cb = 0.9;
				sb = 1.5;
			}
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	instance of movieClip 2218	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 16;
			if (_root.chick._x < 3500) {
				_y = _y + (_root.chick._y - _y) / 16;
			}
			if (_x < -2356) {
				_x = -2356;
			}
			if (_x > 3125) {
				_x = 3125;
			}
			if (_y > 155) {
				_y = 155;
			}
			if (_y < -450) {
				_y = -450;
			}
			_root.energy._x = _x;
			_root.energy._y = _y - 280;
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	frame 282 {
		if (music._currentframe !== 6) {
			stopAllSounds();
			music.gotoAndStop(6);
		}
	}
	frame 282 {
		if (first == 1) {
			if (forth == 0) {
				_root.a4 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a4 = 1;
				game.flush();
			}
			if (_root.race > 17) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 18;
				game.flush();
				_root.race = 18;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	instance of movieClip 816	{
		onClipEvent (release) {
			if (_currentframe == 1) {
				_root.gotoAndStop(254);
			} else {
				_root.nextFrame();
			}
		}
		onClipEvent (enterFrame) {
			if (_root.race > 17) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance chick of movieClip 767	{
		onClipEvent (load) {
			if (_root.first == 1) {
				gotoAndStop(14);
			}
			if (_root.first == 2) {
				gotoAndStop(12);
			}
			if (_root.first == 3) {
				gotoAndStop(11);
			}
			if (_root.first == 4) {
				gotoAndStop(13);
			}
		}
	}
	instance chick2 of movieClip 767	{
		onClipEvent (load) {
			if (_root.second == 0) {
				gotoAndStop(5);
			}
			if (_root.second == 1) {
				gotoAndStop(14);
			}
			if (_root.second == 2) {
				gotoAndStop(12);
			}
			if (_root.second == 3) {
				gotoAndStop(11);
			}
			if (_root.second == 4) {
				gotoAndStop(13);
			}
		}
	}
	instance chick3 of movieClip 767	{
		onClipEvent (load) {
			if (_root.third == 0) {
				gotoAndStop(5);
			}
			if (_root.third == 1) {
				gotoAndStop(14);
			}
			if (_root.third == 2) {
				gotoAndStop(12);
			}
			if (_root.third == 3) {
				gotoAndStop(11);
			}
			if (_root.third == 4) {
				gotoAndStop(13);
			}
		}
	}
	instance chick4 of movieClip 767	{
		onClipEvent (load) {
			if (_root.forth == 0) {
				gotoAndStop(5);
			}
			if (_root.forth == 1) {
				gotoAndStop(14);
			}
			if (_root.forth == 2) {
				gotoAndStop(12);
			}
			if (_root.forth == 3) {
				gotoAndStop(11);
			}
			if (_root.forth == 4) {
				gotoAndStop(13);
			}
		}
	}
	frame 283 {
		if (music._currentframe !== 1) {
			stopAllSounds();
			music.gotoAndStop(1);
		}
	}
	button 2642 {
		on (release) {
			if (_root.dt == 1) {
				_root.gotoAndStop(167);
			}
			if (_root.dt == 2) {
				_root.gotoAndStop(196);
			}
			if (_root.dt == 3) {
				_root.gotoAndStop(225);
			}
			if (_root.dt == 4) {
				_root.gotoAndStop(254);
			}
		}
	}
	frame 284 {
		if (music._currentframe !== 1) {
			stopAllSounds();
			music.gotoAndStop(1);
		}
	}
	frame 284 {
		if (_root.a8 < 1) {
			_root.a8 = 1;
			game = SharedObject.getLocal('mydata');
			game.data.a8 = 1;
			game.flush();
		}
	}
	button 2645 {
		on (release) {
			nextFrame();
		}
	}
	frame 285 {
		if (music._currentframe !== 11) {
			stopAllSounds();
			music.gotoAndStop(11);
		}
	}
	frame 285 {
		kongregate.stats.submit('ThirdEvolution', 1);
	}
	movieClip 2649	{
	}
	frame 286 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 286 {
		stop();
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.runninglevel / 1.5;
			_root.runninglevel = Math.floor(_root.runlvl / 10);
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.climblevel / 1.5;
			_root.climblevel = Math.floor(_root.clilvl / 10);
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 332	{
		onClipEvent (enterFrame) {
			this._xscale = _root.staminalevel * 2;
			_root.staminalevel = Math.floor(_root.stalvl / 10);
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.flyinglevel / 1.5;
			_root.flyinglevel = Math.floor(_root.flylvl / 10);
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.swimlevel / 1.5;
			_root.swimlevel = Math.floor(_root.swilvl / 10);
		}
	}
	instance of movieClip 344	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > _root.maxi * 10) {
				_root.stalvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	movieClip 2657	{
	}
	instance of movieClip 2657	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x + _root.chick.qwe._x, _root.chick._y + _root.chick.qwe._y + 25, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
			}
		}
	}
	instance of movieClip 1727	{
		onClipEvent (load) {
			if (_root.race >= 18) {
				_visible = true;
			} else {
				_visible = false;
			}
		}
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'A portal back to Easter Island';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
		onClipEvent (release) {
			if (_root.dt == 1) {
				_root.gotoAndStop(167);
			}
			if (_root.dt == 2) {
				_root.gotoAndStop(196);
			}
			if (_root.dt == 3) {
				_root.gotoAndStop(225);
			}
			if (_root.dt == 4) {
				_root.gotoAndStop(254);
			}
		}
	}
	movieClip 2661	{
	}
	movieClip 2663	{
	}
	movieClip 2674	{
		frame 1 {
			stop();
		}
		instance of movieClip 2661	{
			onClipEvent (load) {
				num = 0;
			}
			onClipEvent (enterFrame) {
				if (_parent._parent._x < 530 or _parent._parent._currentframe == 2) {
					if (_parent._parent._x > 110 or _parent._parent._currentframe == 1) {
						num = Math.round(Math.random() * 40);
						if (num == 5) {
							_parent.play();
							num = 0;
						}
						if (_root.corn._x < 640) {
							_parent.play();
							num = 0;
						}
						if (_root.corn2._x > 0) {
							_parent.play();
							num = 0;
						}
					}
				}
			}
		}
		instance of movieClip 2663	{
			onClipEvent (load) {
				_rotation = 0;
			}
			onClipEvent (enterFrame) {
				if (_parent._parent._currentframe == 1) {
					if (_root.corn._x < 640 and _root.corn.drag == false or _root.corn2._x > 0 and _root.corn2.drag == false) {
					} else {
						rx = _root._xmouse;
						ry = _root._ymouse;
						cx = _parent._parent._x + _parent._x + _x;
						cy = _parent._parent._y + _parent._y + _y;
						angle = Math.atan2(ry - cy, rx - cx) / 0.0174532925199433;
						roto = angle;
						_rotation = roto;
					}
				}
				if (_parent._parent._currentframe == 2) {
					if (_root.corn._x < 640 and _root.corn.drag == false) {
					} else {
						rx = _root._xmouse;
						ry = _root._ymouse;
						cx = _parent._parent._x + _parent._x + _x;
						cy = _parent._parent._y + _parent._y + _y;
						angle = Math.atan2(ry - cy, rx - cx) / 0.0174532925199433;
						_rotation = -angle + 180;
					}
				}
			}
		}
		frame 12 {
			if (_root._currentframe > 0) {
				if (_parent._currentframe == 1) {
					_parent._x += 50;
				}
				if (_parent._currentframe == 2) {
					_parent._x -= 50;
				}
			} else {
				_x = _x + 50;
			}
			gotoAndStop(1);
		}
	}
	movieClip 2675	{
	}
	movieClip 2677	{
	}
	movieClip 2678	{
	}
	movieClip 2679	{
	}
	movieClip 2680	{
	}
	movieClip 2681	{
		instance of movieClip 2675	{
			onClipEvent (load) {
				if (_parent._parent.skill == 1) {
					gotoAndStop(2);
				} else {
					gotoAndStop(1);
				}
			}
		}
		frame 36 {
			if (_parent.skill == 1) {
				_root.stalvl = Number(_root.stalvl + 8);
			}
			_root.stalvl = Number(_root.stalvl + 2);
		}
		instance of movieClip 2679	{
			onClipEvent (load) {
				if (_parent._parent.skill == 1) {
					gotoAndStop(2);
				} else {
					gotoAndStop(1);
				}
			}
		}
		frame 43 {
			if (_parent.skill == 1) {
				_root.stalvl = Number(_root.stalvl + 8);
			}
			_root.stalvl = Number(_root.stalvl + 2);
		}
		instance of movieClip 2680	{
			onClipEvent (load) {
				if (_parent._parent.skill == 1) {
					gotoAndStop(2);
				} else {
					gotoAndStop(1);
				}
			}
		}
		frame 50 {
			if (_parent.skill == 1) {
				_root.stalvl = Number(_root.stalvl + 8);
			}
			_root.stalvl = Number(_root.stalvl + 2);
		}
		frame 60 {
			if (_root._xmouse > _root.chick._x) {
				_parent.gotoAndStop(1);
			}
			if (_root._xmouse < _root.chick._x) {
				_parent.gotoAndStop(2);
			}
			_root.corn._x = 700;
		}
	}
	movieClip 2682	{
		frame 1 {
			stop();
		}
		instance qwe of movieClip 2674	{
			onClipEvent (enterFrame) {
				if (_root.corn._x < 640) {
					if (_root.corn._x < _parent._x) {
						if (_currentframe == 1) {
							_parent.nextFrame();
						}
					}
				} else {
					if (_root.corn2._x > 0) {
						if (_root.corn2._x < _parent._x) {
							if (_currentframe == 1) {
								_parent.nextFrame();
							}
						}
					} else {
						if (_root._xmouse < _parent._x) {
							if (_currentframe == 1) {
								_parent.nextFrame();
							}
						}
					}
				}
			}
		}
		frame 2 {
			stop();
		}
		instance qwe of movieClip 2674	{
			onClipEvent (enterFrame) {
				if (_root.corn._x < 640) {
					if (_root.corn._x > _parent._x) {
						if (_currentframe == 1) {
							_parent.prevFrame();
						}
					}
				} else {
					if (_root.corn2._x > 0) {
						if (_root.corn2._x > _parent._x) {
							if (_currentframe == 1) {
								_parent.prevFrame();
							}
						}
					} else {
						if (_root._xmouse > _parent._x) {
							if (_currentframe == 1) {
								_parent.prevFrame();
							}
						}
					}
				}
			}
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
	}
	instance chick of movieClip 2682	{
		onClipEvent (load) {
			yspeed = 0;
			skill = 0;
		}
		onClipEvent (enterFrame) {
			_y = _y + yspeed;
			yspeed += 1;
		}
	}
	movieClip 2685	{
	}
	movieClip 2686	{
	}
	instance of movieClip 2686	{
		onClipEvent (release) {
			_root.nextFrame();
		}
	}
	instance speech of movieClip 375	{
		onClipEvent (load) {
			_visible = false;
			stop();
		}
		onClipEvent (enterFrame) {
			if (_x > 470) {
				gotoAndStop(2);
			}
			if (_x < 270) {
				gotoAndStop(1);
			}
			_x = _x + (_root.chick._x - _x) / 20;
			_y = _y + (_root.chick._y - 20 - _y) / 20;
		}
	}
	instance of movieClip 344	{
		onClipEvent (enterFrame) {
			_root.clibonus = '+75';
			_root.runbonus = '+75';
			_root.flybonus = '+75';
			_root.swibonus = '+75';
		}
	}
	instance of movieClip 365	{
		onClipEvent (rollOver) {
			_alpha = 50;
		}
		onClipEvent (releaseOutside, rollOut) {
			_alpha = 100;
		}
		onClipEvent (release) {
			if (_root.playsounds == true) {
				_root.playsounds = false;
			} else {
				if (_root.playsounds == false) {
					_root.playsounds = true;
					_root.music.gotoAndStop(8);
				}
			}
		}
		onClipEvent (load) {
			if (_root.playsounds == true) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
		onClipEvent (enterFrame) {
			if (_root.playsounds == true) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
	}
	button 2696 {
		on (release) {
			getURL('http://armorgames.com', '_blank');
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'Energy is needed to complete races. To train it, just feed your duck some seed or skill seed';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'This is how many coins you have to spend on seed. Collect coins during training!';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			if (_root.clibonus == '') {
				_root.speech.data = 'Your skill in climbing up cliffs! Train this for speedier climbs!';
			} else {
				_root.speech.data = 'Your skill in climbing up cliffs! The ' + _root.clibonus + ' is your evolution type bonus';
			}
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			if (_root.flybonus == '') {
				_root.speech.data = 'Your skill in flying! Train it to fly further and faster!';
			} else {
				_root.speech.data = 'Your skill in flying! The ' + _root.flybonus + ' is your evolution type bonus';
			}
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			if (_root.runbonus == '') {
				_root.speech.data = 'Your skill in running! Train it for faster running (or hopping) in races!';
			} else {
				_root.speech.data = 'Your skill in running! The ' + _root.runbonus + ' is your evolution type bonus';
			}
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			if (_root.swibonus == '') {
				_root.speech.data = 'Your swimming level is how good you are at swimming. Train it to go faster in water!';
			} else {
				_root.speech.data = 'Your skill in swimming! The ' + _root.swibonus + ' is your evolution type bonus';
			}
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 83	{
		onClipEvent (release) {
			getURL('http://www.wixgames.co.uk', '_blank');
		}
		onClipEvent (rollOver) {
			_alpha = 50;
		}
		onClipEvent (releaseOutside, rollOut) {
			_alpha = 100;
		}
	}
	movieClip 2697	{
	}
	frame 288 {
		if (music._currentframe !== 9) {
			stopAllSounds();
			music.gotoAndStop(9);
		}
	}
	frame 288 {
		enelvl = 1490;
		go = 0;
		stop();
	}
	movieClip 2707	{
		frame 1 {
			stop();
		}
		frame 11 {
			_root.nextFrame();
		}
		frame 22 {
			stop();
		}
	}
	movieClip 2710	{
	}
	movieClip 2714	{
	}
	movieClip 2738	{
		frame 44 {
			stop();
		}
	}
	movieClip 2739	{
		frame 100 {
			gotoAndPlay(1);
		}
		frame 145 {
			stop();
		}
	}
	instance of movieClip 2739	{
		onClipEvent (press) {
			gotoAndPlay(101);
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and _currentframe < 101) {
				_root.chick._x -= 5;
			}
		}
	}
	instance of movieClip 2739	{
		onClipEvent (press) {
			gotoAndPlay(101);
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and _currentframe < 101) {
				_root.chick._x -= 5;
			}
		}
	}
	instance of movieClip 2739	{
		onClipEvent (press) {
			gotoAndPlay(101);
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and _currentframe < 101) {
				_root.chick._x -= 5;
			}
		}
	}
	instance of movieClip 2739	{
		onClipEvent (press) {
			gotoAndPlay(101);
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and _currentframe < 101) {
				_root.chick._x -= 5;
			}
		}
	}
	instance of movieClip 2739	{
		onClipEvent (press) {
			gotoAndPlay(101);
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and _currentframe < 101) {
				_root.chick._x -= 5;
			}
		}
	}
	instance of movieClip 2739	{
		onClipEvent (press) {
			gotoAndPlay(101);
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and _currentframe < 101) {
				_root.chick._x -= 5;
			}
		}
	}
	movieClip 2741	{
		instance of movieClip 732	{
			onClipEvent (load) {
				chick1 = 0;
				chick2 = 0;
				chick3 = 0;
				chick4 = 0;
				idn = 1;
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.chick) && _root.chick._currentframe > 33) {
					_root.chick._x = _parent._x + _x - 17;
					_root.chick.mode = 4;
					_root.chick.gotoAndStop(32);
				}
				if (this.hitTest(_root.chick) && chick1 == 0) {
					chick1 = 1;
					_root.chick._x = _parent._x + _x - 17;
					_root.chick.mode = 4;
					_root.chick.gotoAndStop(32);
				}
				if (_root.chick.mode == 4) {
					if (!this.hitTest(_root.chick)) {
						_root.chick.mode = 0;
						_root.chick.play();
					}
				}
				if (this.hitTest(_root.chick2) && _root.chick2._currentframe > 33) {
					_root.chick2._x = _parent._x + _x - 17;
					_root.chick2.mode = 4;
					_root.chick2.gotoAndStop(32);
				}
				if (this.hitTest(_root.chick2) && chick2 == 0) {
					chick2 = 1;
					_root.chick2._x = _parent._x + _x - 17;
					_root.chick2.mode = 4;
					_root.chick2.gotoAndStop(32);
				}
				if (_root.chick2.mode == 4) {
					if (!this.hitTest(_root.chick2)) {
						_root.chick2.mode = 0;
						_root.chick2.play();
					}
				}
				if (this.hitTest(_root.chick3) && _root.chick3._currentframe > 33) {
					_root.chick3._x = _parent._x + _x - 17;
					_root.chick3.mode = 4;
					_root.chick3.gotoAndStop(32);
				}
				if (this.hitTest(_root.chick3) && chick3 == 0) {
					chick3 = 1;
					_root.chick3._x = _parent._x + _x - 14;
					_root.chick3.mode = 4;
					_root.chick3.gotoAndStop(32);
				}
				if (_root.chick3.mode == 4) {
					if (!this.hitTest(_root.chick3)) {
						_root.chick3.mode = 0;
						_root.chick3.play();
					}
				}
				if (this.hitTest(_root.chick4) && _root.chick4._currentframe > 33) {
					_root.chick4._x = _parent._x + _x - 17;
					_root.chick4.mode = 4;
					_root.chick4.gotoAndStop(32);
				}
				if (this.hitTest(_root.chick4) && chick4 == 0) {
					chick4 = 1;
					_root.chick4._x = _parent._x + _x - 17;
					_root.chick4.mode = 4;
					_root.chick4.gotoAndStop(32);
				}
				if (_root.chick4.mode == 4) {
					if (!this.hitTest(_root.chick4)) {
						_root.chick4.mode = 0;
						_root.chick4.play();
					}
				}
			}
		}
	}
	instance of movieClip 2741	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	movieClip 2744	{
	}
	movieClip 2746	{
	}
	movieClip 2758	{
	}
	movieClip 2759	{
	}
	movieClip 2773	{
	}
	movieClip 2775	{
	}
	movieClip 2778	{
	}
	movieClip 2779	{
	}
	movieClip 2781	{
	}
	movieClip 2784	{
	}
	movieClip 2785	{
	}
	movieClip 2788	{
		frame 8 {
			stop();
		}
	}
	movieClip 2789	{
		frame 1 {
			stop();
		}
		frame 2 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 3 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 4 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 5 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 6 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 7 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 8 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 9 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 10 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 11 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 12 {
			_x = _x + 50;
			gotoAndStop(1);
		}
		frame 23 {
			_x = _x + 70;
			mode = 2;
			stop();
		}
		frame 30 {
			mode = 1;
		}
		frame 31 {
			stop();
		}
		frame 32 {
			stop();
		}
		frame 65 {
			mode = 1;
			_x = _x + 70;
			_y = _y - 30;
			gotoAndStop(1);
		}
	}
	instance chick2 of movieClip 2789	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl;
			level2 = _root.enelvl;
			level3 = _root.enelvl;
			level4 = _root.enelvl;
			delay = (1750 - level) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	movieClip 2792	{
	}
	movieClip 2794	{
	}
	movieClip 2806	{
	}
	movieClip 2807	{
	}
	movieClip 2821	{
	}
	movieClip 2823	{
	}
	movieClip 2826	{
	}
	movieClip 2827	{
	}
	movieClip 2829	{
	}
	movieClip 2832	{
	}
	movieClip 2833	{
	}
	movieClip 2836	{
		frame 8 {
			stop();
		}
	}
	movieClip 2837	{
		frame 1 {
			stop();
		}
		frame 2 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 3 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 4 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 5 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 6 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 7 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 8 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 9 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 10 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 11 {
			if (_name == 'chick') {
				_x = _x - _root.runlvl / 150;
			} else {
				_x = _x - level / 150;
			}
		}
		frame 12 {
			_x = _x + 50;
			gotoAndStop(1);
		}
		frame 23 {
			_x = _x + 70;
			mode = 2;
			stop();
		}
		frame 30 {
			mode = 1;
		}
		frame 31 {
			stop();
		}
		frame 32 {
			stop();
		}
		frame 65 {
			mode = 1;
			_x = _x + 70;
			_y = _y - 30;
			gotoAndStop(1);
		}
	}
	instance chick of movieClip 2837	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	instance of movieClip 723	{
		onClipEvent (load) {
			_root.first = 0;
			_root.second = 0;
			_root.third = 0;
			_root.forth = 0;
			one = 0;
			two = 0;
			thr = 0;
			fou = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and one == 0) {
				one = 1;
				if (_root.first == 0) {
					_root.first = 1;
				} else {
					if (_root.second == 0) {
						_root.second = 1;
						_root.nextFrame();
					} else {
						if (_root.third == 0) {
							_root.third = 1;
						} else {
							if (_root.forth == 0) {
								_root.forth = 1;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick2) and two == 0) {
				two = 1;
				if (_root.first == 0) {
					_root.first = 2;
				} else {
					if (_root.second == 0) {
						_root.second = 2;
						_root.gotoAndStop(291);
					} else {
						if (_root.third == 0) {
							_root.third = 2;
						} else {
							if (_root.forth == 0) {
								_root.forth = 2;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick3) and thr == 0) {
				thr = 1;
				if (_root.first == 0) {
					_root.first = 3;
				} else {
					if (_root.second == 0) {
						_root.second = 3;
						_root.nextFrame();
					} else {
						if (_root.third == 0) {
							_root.third = 3;
						} else {
							if (_root.forth == 0) {
								_root.forth = 3;
								_root.nextFrame();
							}
						}
					}
				}
			}
			if (this.hitTest(_root.chick4) and fou == 0) {
				fou = 1;
				if (_root.first == 0) {
					_root.first = 4;
				} else {
					if (_root.second == 0) {
						_root.second = 4;
						_root.nextFrame();
					} else {
						if (_root.third == 0) {
							_root.third = 4;
						} else {
							if (_root.forth == 0) {
								_root.forth = 4;
								_root.nextFrame();
							}
						}
					}
				}
			}
		}
	}
	movieClip 2842	{
		frame 20 {
			gotoAndPlay(1);
		}
		frame 65 {
			stop();
		}
	}
	instance of movieClip 2842	{
		onClipEvent (press) {
			gotoAndPlay(21);
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and _currentframe < 21) {
				_root.chick._x -= 5;
			}
		}
	}
	instance of movieClip 2842	{
		onClipEvent (press) {
			gotoAndPlay(21);
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and _currentframe < 21) {
				_root.chick._x -= 5;
			}
		}
	}
	instance of movieClip 2842	{
		onClipEvent (press) {
			gotoAndPlay(21);
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and _currentframe < 21) {
				_root.chick._x -= 5;
			}
		}
	}
	instance of movieClip 2842	{
		onClipEvent (press) {
			gotoAndPlay(21);
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and _currentframe < 21) {
				_root.chick._x -= 5;
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x + 300 - _x) / 16;
			_y = _y + (_root.chick._y - _y) / 16;
			if (_x < -2470) {
				_x = -2470;
			}
			if (_x > 3000) {
				_x = 3000;
			}
			if (_y > 240) {
				_y = 240;
			}
			if (_y < -305) {
				_y = -305;
			}
			_root.energy._x = _x;
			_root.energy._y = _y - 210;
			_root.bg._x = _x;
			_root.bg._y = _y;
			_root.blacker._x = _x;
			_root.blacker._y = _y;
		}
	}
	instance of movieClip 720	{
		onClipEvent (load) {
			jump1 = 0;
			jump2 = 0;
			jump3 = 0;
			jump4 = 0;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick._currentframe > 1 and _root.chick._currentframe < 5) {
					if (jump1 == 0) {
						_root.chick._y -= 2;
						_root.chick.gotoAndPlay(13);
						jump1 = 1;
						_root.chick.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2._currentframe > 1 and _root.chick2._currentframe < 5) {
					if (jump2 == 0) {
						_root.chick2._y -= 2;
						_root.chick2.gotoAndPlay(13);
						jump2 = 1;
						_root.chick2.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3._currentframe > 1 and _root.chick3._currentframe < 5) {
					if (jump3 == 0) {
						_root.chick3._y -= 2;
						_root.chick3.gotoAndPlay(13);
						jump3 = 1;
						_root.chick3.mode = 0;
					}
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4._currentframe > 1 and _root.chick4._currentframe < 5) {
					if (jump4 == 0) {
						_root.chick4._y -= 2;
						_root.chick4.gotoAndPlay(13);
						jump4 = 1;
						_root.chick4.mode = 0;
					}
				}
			}
		}
	}
	instance of movieClip 725	{
		onClipEvent (load) {
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				if (_root.chick.mode !== 2 and _root.chick._currentframe < 13) {
					_root.chick.mode = 2;
					_root.chick.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick2)) {
				if (_root.chick2.mode !== 2 and _root.chick2._currentframe < 13) {
					_root.chick2.mode = 2;
					_root.chick2.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick3)) {
				if (_root.chick3.mode !== 2 and _root.chick3._currentframe < 13) {
					_root.chick3.mode = 2;
					_root.chick3.gotoAndPlay(13);
				}
			}
			if (this.hitTest(_root.chick4)) {
				if (_root.chick4.mode !== 2 and _root.chick4._currentframe < 13) {
					_root.chick4.mode = 2;
					_root.chick4.gotoAndPlay(13);
				}
			}
		}
	}
	movieClip 2844	{
	}
	instance of movieClip 2844	{
		onClipEvent (enterFrame) {
			_x = _root._xmouse;
			_y = _root._ymouse;
		}
	}
	movieClip 2846	{
	}
	instance of movieClip 2846	{
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				_root.chickx = _root.chick._x;
				_root.chicky = _root.chick._y;
				_root.chick2x = _root.chick2._x;
				_root.chick2y = _root.chick2._y;
				_root.blacker.play();
			}
		}
	}
	movieClip 2847	{
	}
	movieClip 2849	{
	}
	movieClip 2850	{
		frame 1 {
			stop();
		}
		frame 388 {
			_root.nextFrame();
		}
	}
	movieClip 2852	{
	}
	movieClip 2853	{
		instance of movieClip 2847	{
			onClipEvent (load) {
				level = 1 + _root.staminalevel;
				clevel = level;
			}
			onClipEvent (enterFrame) {
				if (_root.go == 1) {
					if (_root.first !== 1 and _root.second !== 1 and _root.third !== 1) {
						this._xscale = (clevel / level) * 100;
						clevel -= 0.01;
						if (clevel <= 0) {
							_root.gotoAndStop(31);
						}
					}
				}
			}
		}
		instance of movieClip 2849	{
			onClipEvent (release) {
				if (_root.dt == 1) {
					_root.gotoAndStop(167);
				}
				if (_root.dt == 2) {
					_root.gotoAndStop(196);
				}
				if (_root.dt == 3) {
					_root.gotoAndStop(225);
				}
				if (_root.dt == 4) {
					_root.gotoAndStop(254);
				}
			}
			onClipEvent (rollOver) {
				_alpha = 50;
			}
			onClipEvent (releaseOutside, rollOut) {
				_alpha = 100;
			}
		}
		instance of movieClip 2850	{
			onClipEvent (enterFrame) {
				if (_root.first > 0) {
					play();
				}
			}
		}
		instance of movieClip 2852	{
			onClipEvent (release) {
				_root.gotoAndPlay(287);
			}
			onClipEvent (rollOver) {
				_alpha = 50;
			}
			onClipEvent (releaseOutside, rollOut) {
				_alpha = 100;
			}
		}
	}
	frame 289 {
		if (music._currentframe !== 9) {
			stopAllSounds();
			music.gotoAndStop(9);
		}
	}
	frame 289 {
		enelvl = 1490;
		go = 1;
	}
	instance bg of movieClip 2710	{
	}
	instance of movieClip 2739	{
		onClipEvent (press) {
			gotoAndPlay(101);
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and _currentframe < 101) {
				_root.chick._x -= 5;
			}
		}
	}
	instance of movieClip 2739	{
		onClipEvent (press) {
			gotoAndPlay(101);
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and _currentframe < 101) {
				_root.chick._x -= 5;
			}
		}
	}
	instance of movieClip 2739	{
		onClipEvent (press) {
			gotoAndPlay(101);
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and _currentframe < 101) {
				_root.chick._x -= 5;
			}
		}
	}
	instance of movieClip 2739	{
		onClipEvent (press) {
			gotoAndPlay(101);
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and _currentframe < 101) {
				_root.chick._x -= 5;
			}
		}
	}
	instance of movieClip 2739	{
		onClipEvent (press) {
			gotoAndPlay(101);
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and _currentframe < 101) {
				_root.chick._x -= 5;
			}
		}
	}
	instance chick2 of movieClip 2789	{
		onClipEvent (load) {
			yspeed = 0;
			level = _root.enelvl;
			level2 = _root.enelvl;
			level3 = _root.enelvl;
			level4 = _root.enelvl;
			delay = (1750 - level) / 100;
			mode = 2;
			_x = _root.chick2x - 6500;
			_y = _root.chick2y;
			gotoAndStop(23);
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay2 = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0 and yspeed < 2) {
							play();
							delay = (1750 - level) / 100;
						}
					} else {
						_x = _x + level / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + level2) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + level3 / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + level4 / 250);
				}
			}
		}
	}
	instance chick of movieClip 2837	{
		onClipEvent (load) {
			rb = 1;
			fb = 1;
			sb = 1;
			cb = 1;
			yspeed = 0;
			delay = (1750 - _root.runlvl * rb) / 100;
			mode = 2;
			_x = _root.chickx - 6500;
			_y = _root.chicky;
			gotoAndStop(23);
		}
		onClipEvent (enterFrame) {
			if (_root.go == 1) {
				_root.delay = delay;
				if (mode == 1) {
					_y = _y + yspeed;
					yspeed += 1;
					if (_currentframe > 12) {
						gotoAndStop(1);
					}
					if (_currentframe == 1) {
						delay -= 1;
						if (delay <= 0) {
							play();
							delay = (1750 - _root.runlvl * rb) / 100;
						}
					} else {
						_x = _x + _root.runlvl * rb / 100;
					}
				}
				if (mode == 2) {
					_y = _y + 1;
					_x = _x + Number(20 + _root.flylvl * fb) / 200;
				}
				if (mode == 3) {
					gotoAndStop(31);
					_x = _x + (1 + _root.swilvl * sb / 200);
				}
				if (mode == 4) {
					_y = _y - (0.5 + _root.clilvl * cb / 250);
				}
			}
		}
	}
	movieClip 2856	{
	}
	instance of movieClip 2856	{
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 1) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
				}
			}
			if (_root.chick.mode == 2) {
				if (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick.mode = 0;
					_root.chick.yspeed = 0;
					_root.chick.play();
				}
			}
			if (_root.chick.mode == 3) {
				while (this.hitTest(_root.chick._x, _root.chick._y + 25, true)) {
					_root.chick._y -= 1;
					_root.chick.yspeed = 0;
					_root.chick.mode = 1;
					_root.chick.gotoAndStop(1);
				}
			}
			if (_root.chick2.mode == 1) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
				}
			}
			if (_root.chick2.mode == 2) {
				if (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2.mode = 0;
					_root.chick2.yspeed = 0;
					_root.chick2.play();
				}
			}
			if (_root.chick2.mode == 3) {
				while (this.hitTest(_root.chick2._x, _root.chick2._y + 25, true)) {
					_root.chick2._y -= 1;
					_root.chick2.yspeed = 0;
					_root.chick2.mode = 1;
					_root.chick2.gotoAndStop(1);
				}
			}
			if (_root.chick3.mode == 1) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
				}
			}
			if (_root.chick3.mode == 2) {
				if (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3.mode = 0;
					_root.chick3.yspeed = 0;
					_root.chick3.play();
				}
			}
			if (_root.chick3.mode == 3) {
				while (this.hitTest(_root.chick3._x, _root.chick3._y + 23, true)) {
					_root.chick3._y -= 1;
					_root.chick3.yspeed = 0;
					_root.chick3.mode = 1;
					_root.chick3.gotoAndStop(1);
				}
			}
			if (_root.chick4.mode == 1) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
				}
			}
			if (_root.chick4.mode == 2) {
				if (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4.mode = 0;
					_root.chick4.yspeed = 0;
					_root.chick4.play();
				}
			}
			if (_root.chick4.mode == 3) {
				while (this.hitTest(_root.chick4._x, _root.chick4._y + 30, true)) {
					_root.chick4._y -= 1;
					_root.chick4.yspeed = 0;
					_root.chick4.mode = 1;
					_root.chick4.gotoAndStop(1);
				}
			}
		}
	}
	movieClip 2859	{
		frame 100 {
			gotoAndPlay(1);
		}
		frame 145 {
			stop();
		}
	}
	instance of movieClip 2859	{
		onClipEvent (press) {
			gotoAndPlay(101);
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and _currentframe < 101) {
				_root.chick._x -= 5;
			}
		}
	}
	instance of movieClip 2859	{
		onClipEvent (press) {
			gotoAndPlay(101);
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and _currentframe < 101) {
				_root.chick._x -= 5;
			}
		}
	}
	instance of movieClip 2859	{
		onClipEvent (press) {
			gotoAndPlay(101);
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and _currentframe < 101) {
				_root.chick._x -= 5;
			}
		}
	}
	instance of movieClip 2859	{
		onClipEvent (press) {
			gotoAndPlay(101);
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and _currentframe < 101) {
				_root.chick._x -= 5;
			}
		}
	}
	instance of movieClip 2859	{
		onClipEvent (press) {
			gotoAndPlay(101);
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and _currentframe < 101) {
				_root.chick._x -= 5;
			}
		}
	}
	instance of movieClip 2859	{
		onClipEvent (press) {
			gotoAndPlay(101);
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and _currentframe < 101) {
				_root.chick._x -= 5;
			}
		}
	}
	instance of movieClip 2859	{
		onClipEvent (press) {
			gotoAndPlay(101);
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and _currentframe < 101) {
				_root.chick._x -= 5;
			}
		}
	}
	movieClip 2861	{
	}
	instance of movieClip 2861	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x, _root.chick._y, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
				_root.chick.mode = 3;
			}
			while (this.hitTest(_root.chick2._x, _root.chick2._y, true)) {
				_root.chick2._y -= 1;
				_root.chick2.yspeed = 0;
				_root.chick2.mode = 3;
			}
			while (this.hitTest(_root.chick3._x, _root.chick3._y, true)) {
				_root.chick3._y -= 1;
				_root.chick3.yspeed = 0;
				_root.chick3.mode = 3;
			}
			while (this.hitTest(_root.chick4._x, _root.chick4._y, true)) {
				_root.chick4._y -= 1;
				_root.chick4.yspeed = 0;
				_root.chick4.mode = 3;
			}
		}
	}
	instance of movieClip 2842	{
		onClipEvent (press) {
			gotoAndPlay(21);
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and _currentframe < 21) {
				_root.chick._x -= 5;
			}
		}
	}
	instance of movieClip 2842	{
		onClipEvent (press) {
			gotoAndPlay(21);
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and _currentframe < 21) {
				_root.chick._x -= 5;
			}
		}
	}
	instance of movieClip 2842	{
		onClipEvent (press) {
			gotoAndPlay(21);
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and _currentframe < 21) {
				_root.chick._x -= 5;
			}
		}
	}
	instance cam of movieClip 608	{
		onClipEvent (load) {
			_y = _root.chicky;
			_root.blacker._x = _x;
			_root.blacker._y = _y;
		}
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x + 300 - _x) / 16;
			_y = _y + (_root.chick._y - _y) / 16;
			if (_x < -2470) {
				_x = -2470;
			}
			if (_x > 3000) {
				_x = 3000;
			}
			if (_y > 240) {
				_y = 240;
			}
			if (_y < -305) {
				_y = -305;
			}
			_root.energy._x = _x;
			_root.energy._y = _y - 210;
			_root.bg._x = _x;
			_root.bg._y = _y;
			_root.blacker._x = _x;
			_root.blacker._y = _y;
		}
	}
	instance of movieClip 2844	{
		onClipEvent (enterFrame) {
			_x = _root._xmouse;
			_y = _root._ymouse;
		}
	}
	instance of movieClip 2846	{
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick)) {
				_root.chickx = _root.chick._x;
				_root.chicky = _root.chick._y;
				_root.chick2x = _root.chick2._x;
				_root.chick2y = _root.chick2._y;
				_root.nextFrame();
			}
		}
	}
	instance of movieClip 2842	{
		onClipEvent (press) {
			gotoAndPlay(21);
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.chick) and _currentframe < 21) {
				_root.chick._x -= 5;
			}
		}
	}
	frame 290 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 290 {
		if (first == 1) {
			if (_root.race > 16) {
				position = '1st';
				results = 'YOU HAVE ALREADY WON THIS RACE, AND HAVE JUST WON IT AGAIN. NICE!';
			} else {
				position = '1st';
				results = 'CONGRATULATIONS! YOU WON! NOW GO WIN ALL THE OTHER RACES!';
				game = SharedObject.getLocal('mydata');
				game.data.race = 17;
				game.flush();
				_root.race = 17;
			}
		} else {
			if (second == 1) {
				position = '2nd';
				results = 'SO CLOSE YET SO FAR. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
			} else {
				if (third == 1) {
					position = '3rd';
					results = 'AT LEAST YOU WERE NOT LAST. TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				} else {
					position = '4th';
					results = 'OH NO! TRAIN UP YOUR DUCK THEN COME BACK AND TRY AGAIN.';
				}
			}
		}
	}
	button 2862 {
		on (release) {
			if (_root.dt == 1) {
				_root.gotoAndStop(167);
			}
			if (_root.dt == 2) {
				_root.gotoAndStop(196);
			}
			if (_root.dt == 3) {
				_root.gotoAndStop(225);
			}
			if (_root.dt == 4) {
				_root.gotoAndStop(254);
			}
		}
	}
	frame 291 {
		if (music._currentframe !== 9) {
			stopAllSounds();
			music.gotoAndStop(9);
		}
	}
	frame 291 {
		game = SharedObject.getLocal('mydata');
		game.data.race = 19;
		game.flush();
		_root.race = 19;
		kongregate.stats.submit('GameComplete', 1);
		if (_root.dt == 1) {
			game = SharedObject.getLocal('mydata');
			game.data.strf = 1;
			game.flush();
			_root.strf = 1;
		}
		if (_root.dt == 2) {
			game = SharedObject.getLocal('mydata');
			game.data.athf = 1;
			game.flush();
			_root.athf = 1;
		}
		if (_root.dt == 3) {
			game = SharedObject.getLocal('mydata');
			game.data.flyf = 1;
			game.flush();
			_root.flyf = 1;
		}
		if (_root.dt == 4) {
			game = SharedObject.getLocal('mydata');
			game.data.swif = 1;
			game.flush();
			_root.swif = 1;
		}
		if (_root.strf == 1 and _root.athf == 1 and _root.flyf == 1 and _root.swif == 1) {
			kongregate.stats.submit('CompletedWithAllDuckTypes', 1);
		}
	}
	button 2869 {
		on (release) {
			nextFrame();
		}
	}
	frame 292 {
		if (_root.a9 < 1) {
			_root.a9 = 1;
			game = SharedObject.getLocal('mydata');
			game.data.a9 = 1;
			game.flush();
		}
		if (_root.strf == 1 and _root.athf == 1 and _root.flyf == 1 and _root.swif == 1) {
			_root.a10 = 1;
			game = SharedObject.getLocal('mydata');
			game.data.a10 = 1;
			game.flush();
		}
	}
	movieClip 2878	{
	}
	movieClip 2879	{
	}
	frame 297 {
		_root.money = Number(_root.money) + 500000;
	}
	frame 298 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 298 {
		stop();
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl - _root.staminalevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.flylvl - _root.flyinglevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.runninglevel / 1.5;
			_root.runninglevel = Math.floor(_root.runlvl / 10);
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.runlvl - _root.runninglevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.swilvl - _root.swimlevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.climblevel / 1.5;
			_root.climblevel = Math.floor(_root.clilvl / 10);
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 0) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 2) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 4) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 6) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 329	{
		onClipEvent (load) {
			stop();
		}
		onClipEvent (enterFrame) {
			if (_root.clilvl - _root.climblevel * 10 >= 8) {
				gotoAndStop(2);
			} else {
				gotoAndStop(1);
			}
		}
	}
	instance of movieClip 332	{
		onClipEvent (enterFrame) {
			this._xscale = _root.staminalevel * 2;
			_root.staminalevel = Math.floor(_root.stalvl / 10);
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.flyinglevel / 1.5;
			_root.flyinglevel = Math.floor(_root.flylvl / 10);
		}
	}
	instance of movieClip 331	{
		onClipEvent (enterFrame) {
			this._xscale = _root.swimlevel / 1.5;
			_root.swimlevel = Math.floor(_root.swilvl / 10);
		}
	}
	instance of movieClip 344	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > _root.maxi * 10) {
				_root.stalvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				if (game.data.money == NaN) {
					game.data.money = 10;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	instance of movieClip 2657	{
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.chick._x + _root.chick.qwe._x, _root.chick._y + _root.chick.qwe._y + 25, true)) {
				_root.chick._y -= 1;
				_root.chick.yspeed = 0;
			}
		}
	}
	instance of movieClip 344	{
		onClipEvent (enterFrame) {
			_root.clibonus = '+75';
			_root.runbonus = '+75';
			_root.flybonus = '+75';
			_root.swibonus = '+75';
		}
	}
	movieClip 2908	{
	}
	instance of movieClip 2908	{
		onClipEvent (load) {
			if (_root.strf == 1) {
				_visible = true;
			} else {
				_visible = false;
			}
		}
	}
	movieClip 2911	{
	}
	instance of movieClip 2911	{
		onClipEvent (load) {
			if (_root.strf == 1) {
				_visible = true;
			} else {
				_visible = false;
			}
		}
	}
	movieClip 2914	{
	}
	instance of movieClip 2914	{
		onClipEvent (load) {
			if (_root.strf == 1) {
				_visible = true;
			} else {
				_visible = false;
			}
		}
	}
	movieClip 2916	{
	}
	instance of movieClip 2916	{
		onClipEvent (load) {
			if (_root.athf == 1) {
				_visible = true;
			} else {
				_visible = false;
			}
		}
	}
	movieClip 2918	{
	}
	instance of movieClip 2918	{
		onClipEvent (load) {
			if (_root.athf == 1) {
				_visible = true;
			} else {
				_visible = false;
			}
		}
	}
	movieClip 2920	{
	}
	instance of movieClip 2920	{
		onClipEvent (load) {
			if (_root.flyf == 1) {
				_visible = true;
			} else {
				_visible = false;
			}
		}
	}
	movieClip 2922	{
	}
	instance of movieClip 2922	{
		onClipEvent (load) {
			if (_root.flyf == 1) {
				_visible = true;
			} else {
				_visible = false;
			}
		}
	}
	movieClip 2924	{
	}
	instance of movieClip 2924	{
		onClipEvent (load) {
			if (_root.swif == 1) {
				_visible = true;
			} else {
				_visible = false;
			}
		}
	}
	movieClip 2926	{
	}
	instance of movieClip 2926	{
		onClipEvent (load) {
			if (_root.swif == 1) {
				_visible = true;
			} else {
				_visible = false;
			}
		}
	}
	instance of movieClip 2908	{
		onClipEvent (load) {
			if (_root.athf == 1) {
				_visible = true;
			} else {
				_visible = false;
			}
		}
	}
	instance of movieClip 2908	{
		onClipEvent (load) {
			if (_root.flyf == 1) {
				_visible = true;
			} else {
				_visible = false;
			}
		}
	}
	instance of movieClip 2908	{
		onClipEvent (load) {
			if (_root.swif == 1) {
				_visible = true;
			} else {
				_visible = false;
			}
		}
	}
	button 2930 {
		on (release) {
			nextFrame();
		}
	}
	button 2934 {
		on (release) {
			gotoAndStop(301);
		}
	}
	instance of movieClip 365	{
		onClipEvent (rollOver) {
			_alpha = 50;
		}
		onClipEvent (releaseOutside, rollOut) {
			_alpha = 100;
		}
		onClipEvent (release) {
			if (_root.playsounds == true) {
				_root.playsounds = false;
			} else {
				if (_root.playsounds == false) {
					_root.playsounds = true;
					_root.music.gotoAndStop(8);
				}
			}
		}
		onClipEvent (load) {
			if (_root.playsounds == true) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
		onClipEvent (enterFrame) {
			if (_root.playsounds == true) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'Your climbing level is how good you are at climbing. Train it for speedier climbs up cliffs!';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'Your flying level is how good you are at climbing. Train it to fly further and faster!';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'Your running level is how good you are at running. Train it for faster running in races!';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'Your swimming level is how good you are at swimming. Train it to go faster in water!';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'Energy is needed to complete races. To train it, just feed your duck some seed or skill seed';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 393	{
		onClipEvent (rollOver) {
			_root.speech._visible = true;
			_root.speech.data = 'This is how many coins you have to spend on seed. Collect coins during training!';
		}
		onClipEvent (rollOut) {
			_root.speech._visible = false;
		}
	}
	instance of movieClip 83	{
		onClipEvent (release) {
			getURL('http://www.wixgames.co.uk', '_blank');
		}
		onClipEvent (rollOver) {
			_alpha = 50;
		}
		onClipEvent (releaseOutside, rollOut) {
			_alpha = 100;
		}
	}
	frame 299 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	movieClip 2938	{
	}
	instance of movieClip 2938	{
		onClipEvent (load) {
			if (_root.strf == 1) {
				_visible = true;
			} else {
				_visible = false;
			}
		}
	}
	movieClip 2941	{
	}
	instance of movieClip 2941	{
		onClipEvent (load) {
			if (_root.athf == 1) {
				_visible = true;
			} else {
				_visible = false;
			}
		}
	}
	movieClip 2943	{
	}
	instance of movieClip 2943	{
		onClipEvent (load) {
			if (_root.flyf == 1) {
				_visible = true;
			} else {
				_visible = false;
			}
		}
	}
	movieClip 2945	{
	}
	instance of movieClip 2945	{
		onClipEvent (load) {
			if (_root.swif == 1) {
				_visible = true;
			} else {
				_visible = false;
			}
		}
	}
	instance of movieClip 2938	{
		onClipEvent (load) {
			if (_root.strf == 1) {
				_visible = true;
			} else {
				_visible = false;
			}
		}
	}
	instance of movieClip 2941	{
		onClipEvent (load) {
			if (_root.athf == 1) {
				_visible = true;
			} else {
				_visible = false;
			}
		}
	}
	instance of movieClip 2943	{
		onClipEvent (load) {
			if (_root.flyf == 1) {
				_visible = true;
			} else {
				_visible = false;
			}
		}
	}
	instance of movieClip 2945	{
		onClipEvent (load) {
			if (_root.swif == 1) {
				_visible = true;
			} else {
				_visible = false;
			}
		}
	}
	button 2947 {
		on (release) {
			prevFrame();
		}
	}
	button 2950 {
		on (release) {
			nextFrame();
		}
	}
	frame 300 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	button 2955 {
		on (release) {
			game = SharedObject.getLocal('mydata');
			game.data.stalvl = 0;
			game.data.clilvl = 0;
			game.data.swilvl = 0;
			game.data.runlvl = 0;
			game.data.flylvl = 0;
			game.data.maxi = 50;
			game.data.race = 0;
			game.data.money = 5;
			game.flush();
			stalvl = 0;
			clilvl = 0;
			swilvl = 0;
			runlvl = 0;
			flylvl = 0;
			maxi = 50;
			race = 0;
			money = 5;
			gotoAndStop(5);
		}
	}
	frame 301 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	button 2958 {
		on (release) {
			gotoAndStop(298);
		}
	}
	button 2961 {
		on (release) {
			nextFrame();
		}
	}
	button 2964 {
		on (release) {
			gotoAndStop(356);
		}
	}
	button 2967 {
		on (release) {
			gotoAndStop(320);
		}
	}
	button 2970 {
		on (release) {
			gotoAndStop(338);
		}
	}
	button 2973 {
		on (release) {
			gotoAndStop(374);
		}
	}
	frame 302 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	movieClip 2976	{
	}
	instance of movieClip 2976	{
		onClipEvent (load) {
			if (_root.flyf == 1) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
		onClipEvent (release) {
			if (_root.flyf == 1) {
				_root.gotoAndStop(309);
			}
		}
	}
	movieClip 2979	{
	}
	instance of movieClip 2979	{
		onClipEvent (load) {
			if (_root.strf == 1) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
		onClipEvent (release) {
			if (_root.strf == 1) {
				_root.gotoAndStop(303);
			}
		}
	}
	movieClip 2982	{
	}
	instance of movieClip 2982	{
		onClipEvent (load) {
			if (_root.swif == 1) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
		onClipEvent (release) {
			if (_root.swif == 1) {
				_root.gotoAndStop(312);
			}
		}
	}
	movieClip 2985	{
	}
	instance of movieClip 2985	{
		onClipEvent (load) {
			if (_root.athf == 1) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
		onClipEvent (release) {
			if (_root.athf == 1) {
				_root.gotoAndStop(306);
			}
		}
	}
	movieClip 2988	{
	}
	instance of movieClip 2988	{
		onClipEvent (load) {
			if (_root.athf == 1 and _root.strf == 1 and _root.flyf == 1 and _root.swif == 1) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
		onClipEvent (release) {
			if (_root.athf == 1 and _root.strf == 1 and _root.flyf == 1 and _root.swif == 1) {
				_root.gotoAndStop(315);
			}
		}
	}
	frame 303 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 303 {
		stop();
		dist = 0;
		xp = 0;
		coins = 0;
		speed = 10;
	}
	movieClip 2992	{
	}
	movieClip 2994	{
	}
	instance of movieClip 2994	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			if (_x > 0) {
				_x = _x - 750;
			}
			_x = _x - _root.speed / 10;
		}
	}
	movieClip 2996	{
	}
	movieClip 2997	{
	}
	instance of movieClip 2997	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			if (_x > 0) {
				_x = _x - 750;
			}
			_x = _x - _root.speed / 2;
		}
	}
	movieClip 2999	{
	}
	movieClip 3000	{
	}
	movieClip 3001	{
	}
	movieClip 3009	{
		instance of movieClip 2999	{
			onClipEvent (load) {
				num = 0;
			}
			onClipEvent (enterFrame) {
				if (_parent._parent._x < 530 or _parent._parent._currentframe == 2) {
					if (_parent._parent._x > 110 or _parent._parent._currentframe == 1) {
						num = Math.round(Math.random() * 40);
						if (num == 5) {
							_parent.play();
							num = 0;
						}
						if (_root.corn._x < 640) {
							_parent.play();
							num = 0;
						}
						if (_root.corn2._x > 0) {
							_parent.play();
							num = 0;
						}
					}
				}
			}
		}
		instance of movieClip 3000	{
			onClipEvent (load) {
				_rotation = 0;
			}
			onClipEvent (enterFrame) {
				if (_parent._parent._currentframe == 1) {
					if (_root.corn._x < 640 and _root.corn.drag == false or _root.corn2._x > 0 and _root.corn2.drag == false) {
					} else {
						rx = _root._xmouse;
						ry = _root._ymouse;
						cx = _parent._parent._x + _parent._x + _x;
						cy = _parent._parent._y + _parent._y + _y;
						angle = Math.atan2(ry - cy, rx - cx) / 0.0174532925199433;
						roto = angle;
						_rotation = roto;
					}
				}
				if (_parent._parent._currentframe == 2) {
					if (_root.corn._x < 640 and _root.corn.drag == false) {
					} else {
						rx = _root._xmouse;
						ry = _root._ymouse;
						cx = _parent._parent._x + _parent._x + _x;
						cy = _parent._parent._y + _parent._y + _y;
						angle = Math.atan2(ry - cy, rx - cx) / 0.0174532925199433;
						_rotation = -angle + 180;
					}
				}
			}
		}
		frame 13 {
			gotoAndPlay(1);
		}
		frame 14 {
			if (_root.floor.hitTest(_x, _y + 20, true) or _root.ob1.hitTest(_x, _y + 20, true) or _root.ob2.hitTest(_x, _y + 20, true)) {
				gotoAndPlay(12);
			}
		}
		frame 15 {
			gotoAndPlay(14);
		}
	}
	instance runner of movieClip 3009	{
		onClipEvent (load) {
			yspeed = 0;
			_root.speed = 10;
			score = 0;
		}
		onClipEvent (enterFrame) {
			if (_x > 10) {
				score += _root.speed / 50;
				_root.score2 = Math.round(score);
				_root.speed2 = Math.round(_root.speed);
				_root.speed = Number(_root.speed + 0.005);
			}
			if (_x < 0) {
				_root.nextFrame();
			}
			while (_root.floor.hitTest(_x, _y + 20, true) or _root.ob1.hitTest(_x, _y + 20, true) or _root.ob2.hitTest(_x, _y + 20, true)) {
				_y = _y - 1;
				if (yspeed > 1) {
					yspeed = 0;
				}
			}
			_y = _y + yspeed;
			yspeed += 1;
			if (redo == 1 and Key.isDown(38)) {
				yspeed = -10;
				redo = 0;
			} else {
				redo = 0;
			}
			if (Key.isDown(38)) {
				if (_currentframe < 14) {
					yspeed = -10;
					gotoAndPlay(14);
					redo = 1;
				}
			}
		}
	}
	movieClip 3011	{
	}
	movieClip 3013	{
	}
	movieClip 3017	{
	}
	movieClip 3025	{
		instance of movieClip 3011	{
			onClipEvent (enterFrame) {
				while (this.hitTest(_root.runner)) {
					_root.runner._x -= 1;
					_root.runner._y += 1;
					_root.hit.play();
				}
			}
		}
		instance of movieClip 3013	{
			onClipEvent (enterFrame) {
				while (this.hitTest(_root.runner)) {
					_root.runner._x -= 1;
					_root.runner._y += 1;
					_root.hit.play();
				}
			}
		}
		instance of movieClip 3013	{
			onClipEvent (enterFrame) {
				while (this.hitTest(_root.runner)) {
					_root.runner._x -= 1;
					_root.runner._y += 1;
					_root.hit.play();
				}
			}
		}
		instance of movieClip 3017	{
			onClipEvent (enterFrame) {
				while (this.hitTest(_root.runner)) {
					_root.runner._x -= 1;
					_root.runner._y += 1;
					_root.hit.play();
				}
			}
		}
		instance of movieClip 3017	{
			onClipEvent (enterFrame) {
				while (this.hitTest(_root.runner)) {
					_root.runner._x -= 1;
					_root.runner._y += 1;
					_root.hit.play();
				}
			}
		}
		instance of movieClip 3013	{
			onClipEvent (enterFrame) {
				while (this.hitTest(_root.runner)) {
					_root.runner._x -= 1;
					_root.runner._y += 1;
					_root.hit.play();
				}
			}
		}
		instance of movieClip 3017	{
			onClipEvent (enterFrame) {
				while (this.hitTest(_root.runner)) {
					_root.runner._x -= 1;
					_root.runner._y += 1;
					_root.hit.play();
				}
			}
		}
	}
	instance ob1 of movieClip 3025	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
			}
		}
	}
	instance ob2 of movieClip 3025	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
			}
		}
	}
	movieClip 3027	{
	}
	instance of movieClip 3027	{
		onClipEvent (keyPress '<Space>') {
			_root.nextFrame();
		}
		onClipEvent (rollOver) {
			this.useHandCursor = false;
		}
	}
	movieClip 3028	{
	}
	instance of movieClip 3028	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl > 1500) {
				_root.stalvl = 1500;
			}
			if (_root.runlvl > 1500) {
				_root.runlvl = 1500;
			}
			if (_root.flylvl > 1500) {
				_root.flylvl = 1500;
			}
			if (_root.swilvl > 1500) {
				_root.swilvl = 1500;
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.stalvl = _root.stalvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.seed = _root.seed;
				game.data.skill = _root.skill;
				game.data.money = _root.money;
				game.data.colour = _root.colour;
				game.data.hat = _root.hat;
				game.flush();
				delay = 100;
			}
		}
	}
	movieClip 3030	{
	}
	button 3031 {
		on (release) {
			prevFrame();
		}
	}
	movieClip 3032	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
		instance of movieClip 3030	{
			onClipEvent (rollOver) {
				this.useHandCursor = false;
			}
			onClipEvent (keyDown) {
				prevFrame();
			}
			onClipEvent (mouseDown) {
				prevFrame();
			}
		}
	}
	frame 304 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	instance runner of movieClip 3009	{
		onClipEvent (load) {
			yspeed = 0;
			_root.speed = 10;
			score = 0;
		}
		onClipEvent (enterFrame) {
			if (_x > 10) {
				score += _root.speed / 50;
				_root.score2 = Math.round(score);
				_root.speed2 = Math.round(_root.speed);
				_root.speed = Number(_root.speed + 0.005);
			}
			if (_x < 0) {
				_root.nextFrame();
			}
			_root.speedo = Math.round(_root.speed / 1.5) + 'MPH';
			_root.dist = Number(_root.dist + Math.round(_root.speed));
			while (_root.floor.hitTest(_x, _y + 20, true) or _root.ob1.hitTest(_x, _y + 20, true) or _root.ob2.hitTest(_x, _y + 20, true)) {
				_y = _y - 1;
				if (yspeed > 1) {
					yspeed = 0;
				}
			}
			_y = _y + yspeed;
			yspeed += 1;
			if (redo == 1 and Key.isDown(38)) {
				yspeed = -10;
				redo = 0;
			} else {
				redo = 0;
			}
			if (Key.isDown(38)) {
				if (_currentframe < 14) {
					yspeed = -10;
					gotoAndPlay(14);
					redo = 1;
				}
			}
		}
	}
	instance ob1 of movieClip 3025	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
				where = Math.ceil(Math.random() * 8);
				if (where == 1) {
					gotoAndStop(1);
				}
				if (where == 2) {
					gotoAndStop(2);
				}
				if (where == 3) {
					gotoAndStop(3);
				}
				if (where == 4) {
					gotoAndStop(4);
				}
				if (where == 5) {
					gotoAndStop(5);
				}
				if (where == 6) {
					gotoAndStop(6);
				}
				if (where == 7) {
					gotoAndStop(7);
				}
				if (where == 8) {
					gotoAndStop(8);
				}
				if (where == 9) {
					gotoAndStop(9);
				}
				if (where == 10) {
					gotoAndStop(10);
				}
			}
		}
	}
	instance ob2 of movieClip 3025	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
				where = Math.ceil(Math.random() * 10);
				if (where == 1) {
					gotoAndStop(1);
				}
				if (where == 2) {
					gotoAndStop(2);
				}
				if (where == 3) {
					gotoAndStop(3);
				}
				if (where == 4) {
					gotoAndStop(4);
				}
				if (where == 5) {
					gotoAndStop(5);
				}
				if (where == 6) {
					gotoAndStop(6);
				}
				if (where == 7) {
					gotoAndStop(7);
				}
				if (where == 8) {
					gotoAndStop(8);
				}
				if (where == 9) {
					gotoAndStop(9);
				}
				if (where == 10) {
					gotoAndStop(10);
				}
			}
		}
	}
	movieClip 3033	{
		frame 1 {
			stop();
		}
	}
	instance of movieClip 3033	{
		onClipEvent (enterFrame) {
			xspeed = _root.speed;
			_x = _x - (4 + xspeed);
			if (_x < -150) {
				_x = _x + 1140;
				_y = 250 + Math.random() * 80;
			}
			if (this.hitTest(_root.runner)) {
				play();
				_x = _x + 940;
				_y = 250 + Math.random() * 80;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	frame 305 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 305 {
		xp = Math.round(dist / 250);
		_root.money = Number(_root.coins + _root.money);
		tscore = dist + coins * 10;
		if (tscore > runbest) {
			game = SharedObject.getLocal('mydata');
			game.data.runbest = tscore;
			game.flush();
			_root.runbest = tscore;
		}
	}
	button 3039 {
		on (release) {
			gotoAndStop(301);
		}
	}
	button 3042 {
		on (release) {
			gotoAndStop(303);
		}
		on (keyPress '<Space>') {
			gotoAndStop(303);
		}
	}
	frame 306 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 306 {
		stop();
		dist = 0;
		xp = 0;
		coins = 0;
		speed = 10;
	}
	instance runner of movieClip 2304	{
		onClipEvent (load) {
			yspeed = 0;
			_root.speed = 10;
			score = 0;
		}
		onClipEvent (enterFrame) {
			if (_x > 10) {
				score += _root.speed / 50;
				_root.score2 = Math.round(score);
				_root.speed2 = Math.round(_root.speed);
				_root.speed = Number(_root.speed + 0.005);
			}
			if (_x < 0) {
				_root.nextFrame();
			}
			while (_root.floor.hitTest(_x, _y + 20, true) or _root.ob1.hitTest(_x, _y + 20, true) or _root.ob2.hitTest(_x, _y + 20, true)) {
				_y = _y - 1;
				if (yspeed > 1) {
					yspeed = 0;
				}
			}
			_y = _y + yspeed;
			yspeed += 1;
			if (redo == 1 and Key.isDown(38)) {
				yspeed = -10;
				redo = 0;
			} else {
				redo = 0;
			}
			if (Key.isDown(38)) {
				if (_currentframe < 14) {
					yspeed = -10;
					gotoAndPlay(14);
					redo = 1;
				}
			}
		}
	}
	instance ob1 of movieClip 3025	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
			}
		}
	}
	instance ob2 of movieClip 3025	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
			}
		}
	}
	instance of movieClip 3027	{
		onClipEvent (keyPress '<Space>') {
			_root.nextFrame();
		}
		onClipEvent (rollOver) {
			this.useHandCursor = false;
		}
	}
	frame 307 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	instance of movieClip 3033	{
		onClipEvent (enterFrame) {
			xspeed = _root.speed;
			_x = _x - (4 + xspeed);
			if (_x < -150) {
				_x = _x + 1140;
				_y = 250 + Math.random() * 80;
			}
			if (this.hitTest(_root.runner)) {
				play();
				_x = _x + 940;
				_y = 250 + Math.random() * 80;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance ob1 of movieClip 3025	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
				where = Math.ceil(Math.random() * 8);
				if (where == 1) {
					gotoAndStop(1);
				}
				if (where == 2) {
					gotoAndStop(2);
				}
				if (where == 3) {
					gotoAndStop(3);
				}
				if (where == 4) {
					gotoAndStop(4);
				}
				if (where == 5) {
					gotoAndStop(5);
				}
				if (where == 6) {
					gotoAndStop(6);
				}
				if (where == 7) {
					gotoAndStop(7);
				}
				if (where == 8) {
					gotoAndStop(8);
				}
				if (where == 9) {
					gotoAndStop(9);
				}
				if (where == 10) {
					gotoAndStop(10);
				}
			}
		}
	}
	instance ob2 of movieClip 3025	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
				where = Math.ceil(Math.random() * 10);
				if (where == 1) {
					gotoAndStop(1);
				}
				if (where == 2) {
					gotoAndStop(2);
				}
				if (where == 3) {
					gotoAndStop(3);
				}
				if (where == 4) {
					gotoAndStop(4);
				}
				if (where == 5) {
					gotoAndStop(5);
				}
				if (where == 6) {
					gotoAndStop(6);
				}
				if (where == 7) {
					gotoAndStop(7);
				}
				if (where == 8) {
					gotoAndStop(8);
				}
				if (where == 9) {
					gotoAndStop(9);
				}
				if (where == 10) {
					gotoAndStop(10);
				}
			}
		}
	}
	frame 308 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 308 {
		xp = Math.round(dist / 250);
		_root.money = Number(_root.coins + _root.money);
		tscore = dist + coins * 10;
		if (tscore > runbest) {
			game = SharedObject.getLocal('mydata');
			game.data.runbest = tscore;
			game.flush();
			_root.runbest = tscore;
		}
	}
	instance ob1 of movieClip 3025	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
				where = Math.ceil(Math.random() * 8);
				if (where == 1) {
					gotoAndStop(1);
				}
				if (where == 2) {
					gotoAndStop(2);
				}
				if (where == 3) {
					gotoAndStop(3);
				}
				if (where == 4) {
					gotoAndStop(4);
				}
				if (where == 5) {
					gotoAndStop(5);
				}
				if (where == 6) {
					gotoAndStop(6);
				}
				if (where == 7) {
					gotoAndStop(7);
				}
				if (where == 8) {
					gotoAndStop(8);
				}
				if (where == 9) {
					gotoAndStop(9);
				}
				if (where == 10) {
					gotoAndStop(10);
				}
			}
		}
	}
	instance ob2 of movieClip 3025	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
				where = Math.ceil(Math.random() * 10);
				if (where == 1) {
					gotoAndStop(1);
				}
				if (where == 2) {
					gotoAndStop(2);
				}
				if (where == 3) {
					gotoAndStop(3);
				}
				if (where == 4) {
					gotoAndStop(4);
				}
				if (where == 5) {
					gotoAndStop(5);
				}
				if (where == 6) {
					gotoAndStop(6);
				}
				if (where == 7) {
					gotoAndStop(7);
				}
				if (where == 8) {
					gotoAndStop(8);
				}
				if (where == 9) {
					gotoAndStop(9);
				}
				if (where == 10) {
					gotoAndStop(10);
				}
			}
		}
	}
	button 3052 {
		on (release) {
			gotoAndStop(306);
		}
		on (keyPress '<Space>') {
			gotoAndStop(306);
		}
	}
	frame 309 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 309 {
		stop();
		dist = 0;
		xp = 0;
		coins = 0;
		speed = 10;
	}
	instance runner of movieClip 2431	{
		onClipEvent (load) {
			yspeed = 0;
			_root.speed = 10;
			score = 0;
		}
		onClipEvent (enterFrame) {
			if (_x > 10) {
				score += _root.speed / 50;
				_root.score2 = Math.round(score);
				_root.speed2 = Math.round(_root.speed);
				_root.speed = Number(_root.speed + 0.005);
			}
			if (_x < 0) {
				_root.nextFrame();
			}
			_root.speedo = Math.round(_root.speed / 1.5) + 'MPH';
			_root.dist = Number(_root.dist + Math.round(_root.speed));
			while (_root.floor.hitTest(_x, _y + 20, true) or _root.ob1.hitTest(_x, _y + 20, true) or _root.ob2.hitTest(_x, _y + 20, true)) {
				_y = _y - 1;
				if (yspeed > 1) {
					yspeed = 0;
				}
			}
			_y = _y + yspeed;
			yspeed += 1;
			if (redo == 1 and Key.isDown(38)) {
				yspeed = -10;
				redo = 0;
			} else {
				redo = 0;
			}
			if (Key.isDown(38)) {
				if (_currentframe < 14) {
					yspeed = -10;
					gotoAndPlay(14);
					redo = 1;
				}
			}
		}
	}
	instance ob1 of movieClip 3025	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
			}
		}
	}
	instance ob2 of movieClip 3025	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
			}
		}
	}
	instance of movieClip 3027	{
		onClipEvent (keyPress '<Space>') {
			_root.nextFrame();
		}
		onClipEvent (rollOver) {
			this.useHandCursor = false;
		}
	}
	frame 310 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	instance of movieClip 3033	{
		onClipEvent (enterFrame) {
			xspeed = _root.speed;
			_x = _x - (4 + xspeed);
			if (_x < -150) {
				_x = _x + 1140;
				_y = 250 + Math.random() * 80;
			}
			if (this.hitTest(_root.runner)) {
				play();
				_x = _x + 940;
				_y = 250 + Math.random() * 80;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance ob1 of movieClip 3025	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
				where = Math.ceil(Math.random() * 8);
				if (where == 1) {
					gotoAndStop(1);
				}
				if (where == 2) {
					gotoAndStop(2);
				}
				if (where == 3) {
					gotoAndStop(3);
				}
				if (where == 4) {
					gotoAndStop(4);
				}
				if (where == 5) {
					gotoAndStop(5);
				}
				if (where == 6) {
					gotoAndStop(6);
				}
				if (where == 7) {
					gotoAndStop(7);
				}
				if (where == 8) {
					gotoAndStop(8);
				}
				if (where == 9) {
					gotoAndStop(9);
				}
				if (where == 10) {
					gotoAndStop(10);
				}
			}
		}
	}
	instance ob2 of movieClip 3025	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
				where = Math.ceil(Math.random() * 10);
				if (where == 1) {
					gotoAndStop(1);
				}
				if (where == 2) {
					gotoAndStop(2);
				}
				if (where == 3) {
					gotoAndStop(3);
				}
				if (where == 4) {
					gotoAndStop(4);
				}
				if (where == 5) {
					gotoAndStop(5);
				}
				if (where == 6) {
					gotoAndStop(6);
				}
				if (where == 7) {
					gotoAndStop(7);
				}
				if (where == 8) {
					gotoAndStop(8);
				}
				if (where == 9) {
					gotoAndStop(9);
				}
				if (where == 10) {
					gotoAndStop(10);
				}
			}
		}
	}
	frame 311 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 311 {
		xp = Math.round(dist / 250);
		_root.money = Number(_root.coins + _root.money);
		tscore = dist + coins * 10;
		if (tscore > runbest) {
			game = SharedObject.getLocal('mydata');
			game.data.runbest = tscore;
			game.flush();
			_root.runbest = tscore;
		}
	}
	instance ob1 of movieClip 3025	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
				where = Math.ceil(Math.random() * 8);
				if (where == 1) {
					gotoAndStop(1);
				}
				if (where == 2) {
					gotoAndStop(2);
				}
				if (where == 3) {
					gotoAndStop(3);
				}
				if (where == 4) {
					gotoAndStop(4);
				}
				if (where == 5) {
					gotoAndStop(5);
				}
				if (where == 6) {
					gotoAndStop(6);
				}
				if (where == 7) {
					gotoAndStop(7);
				}
				if (where == 8) {
					gotoAndStop(8);
				}
				if (where == 9) {
					gotoAndStop(9);
				}
				if (where == 10) {
					gotoAndStop(10);
				}
			}
		}
	}
	instance ob2 of movieClip 3025	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
				where = Math.ceil(Math.random() * 10);
				if (where == 1) {
					gotoAndStop(1);
				}
				if (where == 2) {
					gotoAndStop(2);
				}
				if (where == 3) {
					gotoAndStop(3);
				}
				if (where == 4) {
					gotoAndStop(4);
				}
				if (where == 5) {
					gotoAndStop(5);
				}
				if (where == 6) {
					gotoAndStop(6);
				}
				if (where == 7) {
					gotoAndStop(7);
				}
				if (where == 8) {
					gotoAndStop(8);
				}
				if (where == 9) {
					gotoAndStop(9);
				}
				if (where == 10) {
					gotoAndStop(10);
				}
			}
		}
	}
	button 3059 {
		on (release) {
			gotoAndStop(309);
		}
		on (keyPress '<Space>') {
			gotoAndStop(309);
		}
	}
	frame 312 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 312 {
		stop();
		dist = 0;
		xp = 0;
		coins = 0;
		speed = 10;
	}
	instance runner of movieClip 2576	{
		onClipEvent (load) {
			yspeed = 0;
			_root.speed = 10;
			score = 0;
		}
		onClipEvent (enterFrame) {
			if (_x > 10) {
				score += _root.speed / 50;
				_root.score2 = Math.round(score);
				_root.speed2 = Math.round(_root.speed);
				_root.speed = Number(_root.speed + 0.005);
			}
			if (_x < 0) {
				_root.nextFrame();
			}
			_root.speedo = Math.round(_root.speed / 1.5) + 'MPH';
			_root.dist = Number(_root.dist + Math.round(_root.speed));
			while (_root.floor.hitTest(_x, _y + 20, true) or _root.ob1.hitTest(_x, _y + 20, true) or _root.ob2.hitTest(_x, _y + 20, true)) {
				_y = _y - 1;
				if (yspeed > 1) {
					yspeed = 0;
				}
			}
			_y = _y + yspeed;
			yspeed += 1;
			if (redo == 1 and Key.isDown(38)) {
				yspeed = -10;
				redo = 0;
			} else {
				redo = 0;
			}
			if (Key.isDown(38)) {
				if (_currentframe < 14) {
					yspeed = -10;
					gotoAndPlay(14);
					redo = 1;
				}
			}
		}
	}
	instance ob1 of movieClip 3025	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
			}
		}
	}
	instance ob2 of movieClip 3025	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
			}
		}
	}
	instance of movieClip 3027	{
		onClipEvent (keyPress '<Space>') {
			_root.nextFrame();
		}
		onClipEvent (rollOver) {
			this.useHandCursor = false;
		}
	}
	frame 313 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	instance of movieClip 3033	{
		onClipEvent (enterFrame) {
			xspeed = _root.speed;
			_x = _x - (4 + xspeed);
			if (_x < -150) {
				_x = _x + 1140;
				_y = 250 + Math.random() * 80;
			}
			if (this.hitTest(_root.runner)) {
				play();
				_x = _x + 940;
				_y = 250 + Math.random() * 80;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance ob1 of movieClip 3025	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
				where = Math.ceil(Math.random() * 8);
				if (where == 1) {
					gotoAndStop(1);
				}
				if (where == 2) {
					gotoAndStop(2);
				}
				if (where == 3) {
					gotoAndStop(3);
				}
				if (where == 4) {
					gotoAndStop(4);
				}
				if (where == 5) {
					gotoAndStop(5);
				}
				if (where == 6) {
					gotoAndStop(6);
				}
				if (where == 7) {
					gotoAndStop(7);
				}
				if (where == 8) {
					gotoAndStop(8);
				}
				if (where == 9) {
					gotoAndStop(9);
				}
				if (where == 10) {
					gotoAndStop(10);
				}
			}
		}
	}
	instance ob2 of movieClip 3025	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
				where = Math.ceil(Math.random() * 10);
				if (where == 1) {
					gotoAndStop(1);
				}
				if (where == 2) {
					gotoAndStop(2);
				}
				if (where == 3) {
					gotoAndStop(3);
				}
				if (where == 4) {
					gotoAndStop(4);
				}
				if (where == 5) {
					gotoAndStop(5);
				}
				if (where == 6) {
					gotoAndStop(6);
				}
				if (where == 7) {
					gotoAndStop(7);
				}
				if (where == 8) {
					gotoAndStop(8);
				}
				if (where == 9) {
					gotoAndStop(9);
				}
				if (where == 10) {
					gotoAndStop(10);
				}
			}
		}
	}
	frame 314 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 314 {
		xp = Math.round(dist / 250);
		_root.money = Number(_root.coins + _root.money);
		tscore = dist + coins * 10;
		if (tscore > runbest) {
			game = SharedObject.getLocal('mydata');
			game.data.runbest = tscore;
			game.flush();
			_root.runbest = tscore;
		}
	}
	instance ob1 of movieClip 3025	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
				where = Math.ceil(Math.random() * 8);
				if (where == 1) {
					gotoAndStop(1);
				}
				if (where == 2) {
					gotoAndStop(2);
				}
				if (where == 3) {
					gotoAndStop(3);
				}
				if (where == 4) {
					gotoAndStop(4);
				}
				if (where == 5) {
					gotoAndStop(5);
				}
				if (where == 6) {
					gotoAndStop(6);
				}
				if (where == 7) {
					gotoAndStop(7);
				}
				if (where == 8) {
					gotoAndStop(8);
				}
				if (where == 9) {
					gotoAndStop(9);
				}
				if (where == 10) {
					gotoAndStop(10);
				}
			}
		}
	}
	instance ob2 of movieClip 3025	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
				where = Math.ceil(Math.random() * 10);
				if (where == 1) {
					gotoAndStop(1);
				}
				if (where == 2) {
					gotoAndStop(2);
				}
				if (where == 3) {
					gotoAndStop(3);
				}
				if (where == 4) {
					gotoAndStop(4);
				}
				if (where == 5) {
					gotoAndStop(5);
				}
				if (where == 6) {
					gotoAndStop(6);
				}
				if (where == 7) {
					gotoAndStop(7);
				}
				if (where == 8) {
					gotoAndStop(8);
				}
				if (where == 9) {
					gotoAndStop(9);
				}
				if (where == 10) {
					gotoAndStop(10);
				}
			}
		}
	}
	button 3066 {
		on (release) {
			gotoAndStop(312);
		}
		on (keyPress '<Space>') {
			gotoAndStop(312);
		}
	}
	frame 315 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 315 {
		stop();
		dist = 0;
		xp = 0;
		coins = 0;
		speed = 10;
	}
	movieClip 3072	{
	}
	movieClip 3074	{
	}
	movieClip 3075	{
	}
	movieClip 3089	{
		frame 13 {
			gotoAndPlay(1);
		}
		frame 14 {
			if (_root.floor.hitTest(_x, _y + 20, true) or _root.ob1.hitTest(_x, _y + 20, true) or _root.ob2.hitTest(_x, _y + 20, true)) {
				gotoAndPlay(12);
			}
		}
		frame 15 {
			gotoAndPlay(14);
		}
	}
	instance runner of movieClip 3089	{
		onClipEvent (load) {
			yspeed = 0;
			_root.speed = 10;
			score = 0;
		}
		onClipEvent (enterFrame) {
			if (_x > 10) {
				score += _root.speed / 50;
				_root.score2 = Math.round(score);
				_root.speed2 = Math.round(_root.speed);
				_root.speed = Number(_root.speed + 0.005);
			}
			if (_x < 0) {
				_root.nextFrame();
			}
			while (_root.floor.hitTest(_x, _y + 20, true) or _root.ob1.hitTest(_x, _y + 20, true) or _root.ob2.hitTest(_x, _y + 20, true)) {
				_y = _y - 1;
				if (yspeed > 1) {
					yspeed = 0;
				}
			}
			_y = _y + yspeed;
			yspeed += 1;
			if (redo == 1 and Key.isDown(38)) {
				yspeed = -10;
				redo = 0;
			} else {
				redo = 0;
			}
			if (Key.isDown(38)) {
				if (_currentframe < 14) {
					yspeed = -10;
					gotoAndPlay(14);
					redo = 1;
				}
			}
		}
	}
	instance ob1 of movieClip 3025	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
			}
		}
	}
	instance ob2 of movieClip 3025	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
			}
		}
	}
	instance of movieClip 3027	{
		onClipEvent (keyPress '<Space>') {
			_root.nextFrame();
		}
		onClipEvent (rollOver) {
			this.useHandCursor = false;
		}
	}
	frame 316 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	instance of movieClip 3033	{
		onClipEvent (enterFrame) {
			xspeed = _root.speed;
			_x = _x - (4 + xspeed);
			if (_x < -150) {
				_x = _x + 1140;
				_y = 250 + Math.random() * 80;
			}
			if (this.hitTest(_root.runner)) {
				play();
				_x = _x + 940;
				_y = 250 + Math.random() * 80;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance ob1 of movieClip 3025	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
				where = Math.ceil(Math.random() * 8);
				if (where == 1) {
					gotoAndStop(1);
				}
				if (where == 2) {
					gotoAndStop(2);
				}
				if (where == 3) {
					gotoAndStop(3);
				}
				if (where == 4) {
					gotoAndStop(4);
				}
				if (where == 5) {
					gotoAndStop(5);
				}
				if (where == 6) {
					gotoAndStop(6);
				}
				if (where == 7) {
					gotoAndStop(7);
				}
				if (where == 8) {
					gotoAndStop(8);
				}
				if (where == 9) {
					gotoAndStop(9);
				}
				if (where == 10) {
					gotoAndStop(10);
				}
			}
		}
	}
	instance ob2 of movieClip 3025	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
				where = Math.ceil(Math.random() * 10);
				if (where == 1) {
					gotoAndStop(1);
				}
				if (where == 2) {
					gotoAndStop(2);
				}
				if (where == 3) {
					gotoAndStop(3);
				}
				if (where == 4) {
					gotoAndStop(4);
				}
				if (where == 5) {
					gotoAndStop(5);
				}
				if (where == 6) {
					gotoAndStop(6);
				}
				if (where == 7) {
					gotoAndStop(7);
				}
				if (where == 8) {
					gotoAndStop(8);
				}
				if (where == 9) {
					gotoAndStop(9);
				}
				if (where == 10) {
					gotoAndStop(10);
				}
			}
		}
	}
	frame 317 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 317 {
		xp = Math.round(dist / 250);
		_root.money = Number(_root.coins + _root.money);
		tscore = dist + coins * 10;
		if (tscore > runbest) {
			game = SharedObject.getLocal('mydata');
			game.data.runbest = tscore;
			game.flush();
			_root.runbest = tscore;
		}
	}
	instance ob1 of movieClip 3025	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
				where = Math.ceil(Math.random() * 8);
				if (where == 1) {
					gotoAndStop(1);
				}
				if (where == 2) {
					gotoAndStop(2);
				}
				if (where == 3) {
					gotoAndStop(3);
				}
				if (where == 4) {
					gotoAndStop(4);
				}
				if (where == 5) {
					gotoAndStop(5);
				}
				if (where == 6) {
					gotoAndStop(6);
				}
				if (where == 7) {
					gotoAndStop(7);
				}
				if (where == 8) {
					gotoAndStop(8);
				}
				if (where == 9) {
					gotoAndStop(9);
				}
				if (where == 10) {
					gotoAndStop(10);
				}
			}
		}
	}
	instance ob2 of movieClip 3025	{
		onClipEvent (load) {
			gotoAndStop(6);
		}
		onClipEvent (enterFrame) {
			_x = _x - (4 + _root.speed);
			if (_x < -500) {
				_x = _x + 3000;
				where = Math.ceil(Math.random() * 10);
				if (where == 1) {
					gotoAndStop(1);
				}
				if (where == 2) {
					gotoAndStop(2);
				}
				if (where == 3) {
					gotoAndStop(3);
				}
				if (where == 4) {
					gotoAndStop(4);
				}
				if (where == 5) {
					gotoAndStop(5);
				}
				if (where == 6) {
					gotoAndStop(6);
				}
				if (where == 7) {
					gotoAndStop(7);
				}
				if (where == 8) {
					gotoAndStop(8);
				}
				if (where == 9) {
					gotoAndStop(9);
				}
				if (where == 10) {
					gotoAndStop(10);
				}
			}
		}
	}
	button 3092 {
		on (release) {
			gotoAndStop(315);
		}
		on (keyPress '<Space>') {
			gotoAndStop(315);
		}
	}
	frame 318 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 318 {
		var o = {'n': [13, 9, 13, 8, 5, 3, 15, 10, 5, 7, 4, 10, 10, 7, 7, 3], 'f': function (i, s) {
			if (s.length == 16) {
				return s;
			}
			return this.f(i + 1, s + this.n[i].toString(16));
		}};
		var boardID = o.f(0, 'd9d853fa574aa773');
		mochi.as2.MochiScores.showLeaderboard({'boardID': boardID, 'score': tscore});
	}
	frame 319 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 319 {
		gotoAndStop(302);
	}
	frame 320 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	instance of movieClip 2976	{
		onClipEvent (load) {
			if (_root.flyf == 1) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
		onClipEvent (release) {
			if (_root.flyf == 1) {
				_root.gotoAndStop(327);
			}
		}
	}
	instance of movieClip 2979	{
		onClipEvent (load) {
			if (_root.strf == 1) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
		onClipEvent (release) {
			if (_root.strf == 1) {
				_root.gotoAndStop(321);
			}
		}
	}
	instance of movieClip 2982	{
		onClipEvent (load) {
			if (_root.swif == 1) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
		onClipEvent (release) {
			if (_root.swif == 1) {
				_root.gotoAndStop(330);
			}
		}
	}
	instance of movieClip 2985	{
		onClipEvent (load) {
			if (_root.athf == 1) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
		onClipEvent (release) {
			if (_root.athf == 1) {
				_root.gotoAndStop(324);
			}
		}
	}
	instance of movieClip 2988	{
		onClipEvent (load) {
			if (_root.athf == 1 and _root.strf == 1 and _root.flyf == 1 and _root.swif == 1) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
		onClipEvent (release) {
			if (_root.athf == 1 and _root.strf == 1 and _root.flyf == 1 and _root.swif == 1) {
				_root.gotoAndStop(333);
			}
		}
	}
	frame 321 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	instance of movieClip 1855	{
		onClipEvent (enterFrame) {
			_y = _root.swimmer._y;
		}
	}
	instance swimmer of movieClip 1861	{
		onClipEvent (load) {
			gotoAndStop(2);
		}
	}
	instance of movieClip 1863	{
		onClipEvent (enterFrame) {
			_x = _x - 7;
			if (_x < -750) {
				_x = _x + 1500;
			}
		}
	}
	movieClip 3098	{
	}
	instance of movieClip 3098	{
		onClipEvent (keyPress '<Space>') {
			_root.nextFrame();
		}
	}
	frame 322 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 322 {
		ypos = 200;
		xbase = -7;
		xspeed = xbase;
		dist = 0;
		bonus = 0;
		stop();
	}
	instance of movieClip 1855	{
		onClipEvent (enterFrame) {
			_y = _root.swimmer._y;
		}
	}
	instance coin of movieClip 416	{
		onClipEvent (enterFrame) {
			if (!_root.part1.hitTest(_x, _y, true) and !_root.part2.hitTest(_x, _y, true)) {
				_x = _x + int(_root.xspeed);
			}
			if (_x < -10) {
				_x = _x + (Math.random() * 500 + 750);
				_y = _root.swimmer._y + Math.random() * 400 - 200;
			}
			if (_root.part1.hitTest(_x, _y, true) or _root.part2.hitTest(_x, _y, true)) {
				_y = _root.swimmer._y + Math.random() * 400 - 200;
			}
			if (this.hitTest(_root.swimmer)) {
				play();
				_x = -20;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance of movieClip 1868	{
		onClipEvent (enterFrame) {
			if (_root.swimmer.yspeed < 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y - _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			if (_root.swimmer.yspeed > 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y + _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			_x = _x + _root.xspeed;
		}
	}
	instance camra of movieClip 1869	{
		onClipEvent (enterFrame) {
			if (_root.swimmer.dead !== 1) {
				_y = _y + (_root.swimmer._y - _y) / 10;
			}
			_root.num._y = _y;
		}
	}
	instance of movieClip 1871	{
		onClipEvent (load) {
			xspeed = Math.random() * (-_root.xspeed * 2);
			_alpha = (xspeed / _root.xspeed) * 2 * 100;
		}
		onClipEvent (enterFrame) {
			_alpha = -0.1;
			_x = _x - xspeed;
		}
	}
	instance swimmer of movieClip 1861	{
		onClipEvent (load) {
			yspeed = 0;
			thrust = 0.3;
			grav = 0;
			maxgrav = 0.3;
			go = 2;
		}
		onClipEvent (enterFrame) {
			_root.xspeed += (_root.xbase - _root.xspeed) / 250;
			_root.dist = Math.round(Number(_root.dist - _root.xspeed / 5));
			if (grav < maxgrav) {
				grav += 0.01;
			}
			if (dead == 1) {
				_root.ender.play();
				_root.bg.gotoAndStop(1);
			} else {
				_rotation = yspeed * 4;
				_y = _y + yspeed;
				_root.light._x = _x;
				_root.light._y = _y;
				_root.light._rotation = _rotation;
				if (go == 1) {
					yspeed -= thrust;
					gotoAndStop(2);
				}
				if (go == 2) {
					yspeed += grav;
					gotoAndStop(1);
				}
			}
		}
		onClipEvent (mouseDown) {
			go = 1;
		}
		onClipEvent (mouseUp) {
			go = 2;
		}
		onClipEvent (keyDown) {
			go = 1;
		}
		onClipEvent (keyUp) {
			go = 2;
		}
	}
	instance part1 of movieClip 1905	{
		onClipEvent (load) {
			gotoAndStop(1);
		}
		onClipEvent (enterFrame) {
			if (_root.swimmer.yspeed < 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y - _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			if (_root.swimmer.yspeed > 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y + _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			_x = _x + _root.xspeed;
			if (_x < -500) {
				_x = _x + 2000;
				frame = Math.ceil(Math.random() * 30);
				if (frame == 1) {
					gotoAndStop(1);
				}
				if (frame == 2) {
					gotoAndStop(2);
				}
				if (frame == 3) {
					gotoAndStop(3);
				}
				if (frame == 4) {
					gotoAndStop(4);
				}
				if (frame == 5) {
					gotoAndStop(5);
				}
				if (frame == 6) {
					gotoAndStop(6);
				}
				if (frame == 7) {
					gotoAndStop(7);
				}
				if (frame == 8) {
					gotoAndStop(8);
				}
				if (frame == 9) {
					gotoAndStop(9);
				}
				if (frame == 10) {
					gotoAndStop(10);
				}
				if (frame == 11) {
					gotoAndStop(11);
				}
				if (frame == 12) {
					gotoAndStop(12);
				}
				if (frame == 13) {
					gotoAndStop(13);
				}
				if (frame == 14) {
					gotoAndStop(14);
				}
				if (frame == 15) {
					gotoAndStop(15);
				}
				if (frame == 16) {
					gotoAndStop(16);
				}
				if (frame == 17) {
					gotoAndStop(17);
				}
				if (frame == 18) {
					gotoAndStop(18);
				}
				if (frame == 19) {
					gotoAndStop(19);
				}
				if (frame == 20) {
					gotoAndStop(20);
				}
				if (frame == 21) {
					gotoAndStop(21);
				}
				if (frame == 22) {
					gotoAndStop(22);
				}
				if (frame == 23) {
					gotoAndStop(23);
				}
				if (frame == 24) {
					gotoAndStop(24);
				}
				if (frame == 25) {
					gotoAndStop(25);
				}
				if (frame == 26) {
					gotoAndStop(26);
				}
				if (frame == 27) {
					gotoAndStop(27);
				}
				if (frame == 28) {
					gotoAndStop(28);
				}
				if (frame == 29) {
					gotoAndStop(29);
				}
				if (frame == 30) {
					gotoAndStop(30);
				}
				_y = _root.part2._y;
				if (_root.part2._currentframe > 10) {
					if (_root.part2._currentframe > 20) {
						_y = _y - 300;
					} else {
						_y = _y + 300;
					}
				}
			}
		}
	}
	instance part2 of movieClip 1905	{
		onClipEvent (load) {
			gotoAndStop(2);
		}
		onClipEvent (enterFrame) {
			if (_root.swimmer.yspeed < 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y - _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			if (_root.swimmer.yspeed > 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y + _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			_x = _x + _root.xspeed;
			if (_x < -500) {
				_x = _x + 2000;
				frame = Math.ceil(Math.random() * 30);
				if (frame == 1) {
					gotoAndStop(1);
				}
				if (frame == 2) {
					gotoAndStop(2);
				}
				if (frame == 3) {
					gotoAndStop(3);
				}
				if (frame == 4) {
					gotoAndStop(4);
				}
				if (frame == 5) {
					gotoAndStop(5);
				}
				if (frame == 6) {
					gotoAndStop(6);
				}
				if (frame == 7) {
					gotoAndStop(7);
				}
				if (frame == 8) {
					gotoAndStop(8);
				}
				if (frame == 9) {
					gotoAndStop(9);
				}
				if (frame == 10) {
					gotoAndStop(10);
				}
				if (frame == 11) {
					gotoAndStop(11);
				}
				if (frame == 12) {
					gotoAndStop(12);
				}
				if (frame == 13) {
					gotoAndStop(13);
				}
				if (frame == 14) {
					gotoAndStop(14);
				}
				if (frame == 15) {
					gotoAndStop(15);
				}
				if (frame == 16) {
					gotoAndStop(16);
				}
				if (frame == 17) {
					gotoAndStop(17);
				}
				if (frame == 18) {
					gotoAndStop(18);
				}
				if (frame == 19) {
					gotoAndStop(19);
				}
				if (frame == 20) {
					gotoAndStop(20);
				}
				if (frame == 21) {
					gotoAndStop(21);
				}
				if (frame == 22) {
					gotoAndStop(22);
				}
				if (frame == 23) {
					gotoAndStop(23);
				}
				if (frame == 24) {
					gotoAndStop(24);
				}
				if (frame == 25) {
					gotoAndStop(25);
				}
				if (frame == 26) {
					gotoAndStop(26);
				}
				if (frame == 27) {
					gotoAndStop(27);
				}
				if (frame == 28) {
					gotoAndStop(28);
				}
				if (frame == 29) {
					gotoAndStop(29);
				}
				if (frame == 30) {
					gotoAndStop(30);
				}
				_y = _root.part1._y;
				if (_root.part1._currentframe > 10) {
					if (_root.part1._currentframe > 20) {
						_y = _y - 300;
					} else {
						_y = _y + 300;
					}
				}
			}
		}
	}
	instance ender of movieClip 1908	{
		onClipEvent (enterFrame) {
			_x = _root.swimmer._x;
			_y = _root.swimmer._y;
		}
	}
	instance num of movieClip 1911	{
		onClipEvent (enterFrame) {
			dist = _root.dist;
		}
	}
	frame 323 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 323 {
		xp = Math.round(dist / 25);
		_root.money = Number(_root.coins + _root.money);
	}
	frame 323 {
		tscore = dist + coins * 10;
		if (tscore > swimbest) {
			game = SharedObject.getLocal('mydata');
			game.data.swimbest = tscore;
			game.flush();
			_root.swimbest = tscore;
		}
	}
	button 3100 {
		on (release) {
			gotoAndStop(321);
		}
		on (keyPress '<Space>') {
			gotoAndStop(321);
		}
	}
	frame 324 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	instance of movieClip 1855	{
		onClipEvent (enterFrame) {
			_y = _root.swimmer._y;
		}
	}
	instance swimmer of movieClip 2319	{
		onClipEvent (load) {
			gotoAndStop(2);
		}
	}
	instance of movieClip 1863	{
		onClipEvent (enterFrame) {
			_x = _x - 7;
			if (_x < -750) {
				_x = _x + 1500;
			}
		}
	}
	instance of movieClip 3098	{
		onClipEvent (keyPress '<Space>') {
			_root.nextFrame();
		}
	}
	frame 325 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 325 {
		ypos = 200;
		xbase = -7;
		xspeed = xbase;
		dist = 0;
		bonus = 0;
		stop();
	}
	instance of movieClip 1855	{
		onClipEvent (enterFrame) {
			_y = _root.swimmer._y;
		}
	}
	instance coin of movieClip 416	{
		onClipEvent (enterFrame) {
			if (!_root.part1.hitTest(_x, _y, true) and !_root.part2.hitTest(_x, _y, true)) {
				_x = _x + int(_root.xspeed);
			}
			if (_x < -10) {
				_x = _x + (Math.random() * 500 + 750);
				_y = _root.swimmer._y + Math.random() * 400 - 200;
			}
			if (_root.part1.hitTest(_x, _y, true) or _root.part2.hitTest(_x, _y, true)) {
				_y = _root.swimmer._y + Math.random() * 400 - 200;
			}
			if (this.hitTest(_root.swimmer)) {
				play();
				_x = -20;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance of movieClip 1868	{
		onClipEvent (enterFrame) {
			if (_root.swimmer.yspeed < 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y - _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			if (_root.swimmer.yspeed > 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y + _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			_x = _x + _root.xspeed;
		}
	}
	instance camra of movieClip 1869	{
		onClipEvent (enterFrame) {
			if (_root.swimmer.dead !== 1) {
				_y = _y + (_root.swimmer._y - _y) / 10;
			}
			_root.num._y = _y;
		}
	}
	instance of movieClip 1871	{
		onClipEvent (load) {
			xspeed = Math.random() * (-_root.xspeed * 2);
			_alpha = (xspeed / _root.xspeed) * 2 * 100;
		}
		onClipEvent (enterFrame) {
			_alpha = -0.1;
			_x = _x - xspeed;
		}
	}
	instance swimmer of movieClip 2319	{
		onClipEvent (load) {
			yspeed = 0;
			thrust = 0.3;
			grav = 0;
			maxgrav = 0.3;
			go = 2;
		}
		onClipEvent (enterFrame) {
			_root.xspeed += (_root.xbase - _root.xspeed) / 250;
			_root.dist = Math.round(Number(_root.dist - _root.xspeed / 5));
			if (grav < maxgrav) {
				grav += 0.01;
			}
			if (dead == 1) {
				_root.ender.play();
				_root.bg.gotoAndStop(1);
			} else {
				_rotation = yspeed * 4;
				_y = _y + yspeed;
				_root.light._x = _x;
				_root.light._y = _y;
				_root.light._rotation = _rotation;
				if (go == 1) {
					yspeed -= thrust;
					gotoAndStop(2);
				}
				if (go == 2) {
					yspeed += grav;
					gotoAndStop(1);
				}
			}
		}
		onClipEvent (mouseDown) {
			go = 1;
		}
		onClipEvent (mouseUp) {
			go = 2;
		}
		onClipEvent (keyDown) {
			go = 1;
		}
		onClipEvent (keyUp) {
			go = 2;
		}
	}
	instance part1 of movieClip 1905	{
		onClipEvent (load) {
			gotoAndStop(1);
		}
		onClipEvent (enterFrame) {
			if (_root.swimmer.yspeed < 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y - _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			if (_root.swimmer.yspeed > 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y + _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			_x = _x + _root.xspeed;
			if (_x < -500) {
				_x = _x + 2000;
				frame = Math.ceil(Math.random() * 30);
				if (frame == 1) {
					gotoAndStop(1);
				}
				if (frame == 2) {
					gotoAndStop(2);
				}
				if (frame == 3) {
					gotoAndStop(3);
				}
				if (frame == 4) {
					gotoAndStop(4);
				}
				if (frame == 5) {
					gotoAndStop(5);
				}
				if (frame == 6) {
					gotoAndStop(6);
				}
				if (frame == 7) {
					gotoAndStop(7);
				}
				if (frame == 8) {
					gotoAndStop(8);
				}
				if (frame == 9) {
					gotoAndStop(9);
				}
				if (frame == 10) {
					gotoAndStop(10);
				}
				if (frame == 11) {
					gotoAndStop(11);
				}
				if (frame == 12) {
					gotoAndStop(12);
				}
				if (frame == 13) {
					gotoAndStop(13);
				}
				if (frame == 14) {
					gotoAndStop(14);
				}
				if (frame == 15) {
					gotoAndStop(15);
				}
				if (frame == 16) {
					gotoAndStop(16);
				}
				if (frame == 17) {
					gotoAndStop(17);
				}
				if (frame == 18) {
					gotoAndStop(18);
				}
				if (frame == 19) {
					gotoAndStop(19);
				}
				if (frame == 20) {
					gotoAndStop(20);
				}
				if (frame == 21) {
					gotoAndStop(21);
				}
				if (frame == 22) {
					gotoAndStop(22);
				}
				if (frame == 23) {
					gotoAndStop(23);
				}
				if (frame == 24) {
					gotoAndStop(24);
				}
				if (frame == 25) {
					gotoAndStop(25);
				}
				if (frame == 26) {
					gotoAndStop(26);
				}
				if (frame == 27) {
					gotoAndStop(27);
				}
				if (frame == 28) {
					gotoAndStop(28);
				}
				if (frame == 29) {
					gotoAndStop(29);
				}
				if (frame == 30) {
					gotoAndStop(30);
				}
				_y = _root.part2._y;
				if (_root.part2._currentframe > 10) {
					if (_root.part2._currentframe > 20) {
						_y = _y - 300;
					} else {
						_y = _y + 300;
					}
				}
			}
		}
	}
	instance part2 of movieClip 1905	{
		onClipEvent (load) {
			gotoAndStop(2);
		}
		onClipEvent (enterFrame) {
			if (_root.swimmer.yspeed < 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y - _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			if (_root.swimmer.yspeed > 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y + _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			_x = _x + _root.xspeed;
			if (_x < -500) {
				_x = _x + 2000;
				frame = Math.ceil(Math.random() * 30);
				if (frame == 1) {
					gotoAndStop(1);
				}
				if (frame == 2) {
					gotoAndStop(2);
				}
				if (frame == 3) {
					gotoAndStop(3);
				}
				if (frame == 4) {
					gotoAndStop(4);
				}
				if (frame == 5) {
					gotoAndStop(5);
				}
				if (frame == 6) {
					gotoAndStop(6);
				}
				if (frame == 7) {
					gotoAndStop(7);
				}
				if (frame == 8) {
					gotoAndStop(8);
				}
				if (frame == 9) {
					gotoAndStop(9);
				}
				if (frame == 10) {
					gotoAndStop(10);
				}
				if (frame == 11) {
					gotoAndStop(11);
				}
				if (frame == 12) {
					gotoAndStop(12);
				}
				if (frame == 13) {
					gotoAndStop(13);
				}
				if (frame == 14) {
					gotoAndStop(14);
				}
				if (frame == 15) {
					gotoAndStop(15);
				}
				if (frame == 16) {
					gotoAndStop(16);
				}
				if (frame == 17) {
					gotoAndStop(17);
				}
				if (frame == 18) {
					gotoAndStop(18);
				}
				if (frame == 19) {
					gotoAndStop(19);
				}
				if (frame == 20) {
					gotoAndStop(20);
				}
				if (frame == 21) {
					gotoAndStop(21);
				}
				if (frame == 22) {
					gotoAndStop(22);
				}
				if (frame == 23) {
					gotoAndStop(23);
				}
				if (frame == 24) {
					gotoAndStop(24);
				}
				if (frame == 25) {
					gotoAndStop(25);
				}
				if (frame == 26) {
					gotoAndStop(26);
				}
				if (frame == 27) {
					gotoAndStop(27);
				}
				if (frame == 28) {
					gotoAndStop(28);
				}
				if (frame == 29) {
					gotoAndStop(29);
				}
				if (frame == 30) {
					gotoAndStop(30);
				}
				_y = _root.part1._y;
				if (_root.part1._currentframe > 10) {
					if (_root.part1._currentframe > 20) {
						_y = _y - 300;
					} else {
						_y = _y + 300;
					}
				}
			}
		}
	}
	instance ender of movieClip 1908	{
		onClipEvent (enterFrame) {
			_x = _root.swimmer._x;
			_y = _root.swimmer._y;
		}
	}
	instance num of movieClip 1911	{
		onClipEvent (enterFrame) {
			dist = _root.dist;
		}
	}
	frame 326 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 326 {
		xp = Math.round(dist / 25);
		_root.money = Number(_root.coins + _root.money);
	}
	frame 326 {
		tscore = dist + coins * 10;
		if (tscore > swimbest) {
			game = SharedObject.getLocal('mydata');
			game.data.swimbest = tscore;
			game.flush();
			_root.swimbest = tscore;
		}
	}
	button 3105 {
		on (release) {
			gotoAndStop(324);
		}
		on (keyPress '<Space>') {
			gotoAndStop(324);
		}
	}
	frame 327 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	instance of movieClip 1855	{
		onClipEvent (enterFrame) {
			_y = _root.swimmer._y;
		}
	}
	instance swimmer of movieClip 2451	{
		onClipEvent (load) {
			gotoAndStop(2);
		}
	}
	instance of movieClip 1863	{
		onClipEvent (enterFrame) {
			_x = _x - 7;
			if (_x < -750) {
				_x = _x + 1500;
			}
		}
	}
	instance of movieClip 3098	{
		onClipEvent (keyPress '<Space>') {
			_root.nextFrame();
		}
	}
	frame 328 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 328 {
		ypos = 200;
		xbase = -7;
		xspeed = xbase;
		dist = 0;
		bonus = 0;
		stop();
	}
	instance of movieClip 1855	{
		onClipEvent (enterFrame) {
			_y = _root.swimmer._y;
		}
	}
	instance coin of movieClip 416	{
		onClipEvent (enterFrame) {
			if (!_root.part1.hitTest(_x, _y, true) and !_root.part2.hitTest(_x, _y, true)) {
				_x = _x + int(_root.xspeed);
			}
			if (_x < -10) {
				_x = _x + (Math.random() * 500 + 750);
				_y = _root.swimmer._y + Math.random() * 400 - 200;
			}
			if (_root.part1.hitTest(_x, _y, true) or _root.part2.hitTest(_x, _y, true)) {
				_y = _root.swimmer._y + Math.random() * 400 - 200;
			}
			if (this.hitTest(_root.swimmer)) {
				play();
				_x = -20;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance of movieClip 1868	{
		onClipEvent (enterFrame) {
			if (_root.swimmer.yspeed < 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y - _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			if (_root.swimmer.yspeed > 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y + _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			_x = _x + _root.xspeed;
		}
	}
	instance camra of movieClip 1869	{
		onClipEvent (enterFrame) {
			if (_root.swimmer.dead !== 1) {
				_y = _y + (_root.swimmer._y - _y) / 10;
			}
			_root.num._y = _y;
		}
	}
	instance of movieClip 1871	{
		onClipEvent (load) {
			xspeed = Math.random() * (-_root.xspeed * 2);
			_alpha = (xspeed / _root.xspeed) * 2 * 100;
		}
		onClipEvent (enterFrame) {
			_alpha = -0.1;
			_x = _x - xspeed;
		}
	}
	instance swimmer of movieClip 2451	{
		onClipEvent (load) {
			yspeed = 0;
			thrust = 0.3;
			grav = 0;
			maxgrav = 0.3;
			go = 2;
		}
		onClipEvent (enterFrame) {
			_root.xspeed += (_root.xbase - _root.xspeed) / 250;
			_root.dist = Math.round(Number(_root.dist - _root.xspeed / 5));
			if (grav < maxgrav) {
				grav += 0.01;
			}
			if (dead == 1) {
				_root.ender.play();
				_root.bg.gotoAndStop(1);
			} else {
				_rotation = yspeed * 4;
				_y = _y + yspeed;
				_root.light._x = _x;
				_root.light._y = _y;
				_root.light._rotation = _rotation;
				if (go == 1) {
					yspeed -= thrust;
					gotoAndStop(2);
				}
				if (go == 2) {
					yspeed += grav;
					gotoAndStop(1);
				}
			}
		}
		onClipEvent (mouseDown) {
			go = 1;
		}
		onClipEvent (mouseUp) {
			go = 2;
		}
		onClipEvent (keyDown) {
			go = 1;
		}
		onClipEvent (keyUp) {
			go = 2;
		}
	}
	instance part1 of movieClip 1905	{
		onClipEvent (load) {
			gotoAndStop(1);
		}
		onClipEvent (enterFrame) {
			if (_root.swimmer.yspeed < 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y - _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			if (_root.swimmer.yspeed > 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y + _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			_x = _x + _root.xspeed;
			if (_x < -500) {
				_x = _x + 2000;
				frame = Math.ceil(Math.random() * 30);
				if (frame == 1) {
					gotoAndStop(1);
				}
				if (frame == 2) {
					gotoAndStop(2);
				}
				if (frame == 3) {
					gotoAndStop(3);
				}
				if (frame == 4) {
					gotoAndStop(4);
				}
				if (frame == 5) {
					gotoAndStop(5);
				}
				if (frame == 6) {
					gotoAndStop(6);
				}
				if (frame == 7) {
					gotoAndStop(7);
				}
				if (frame == 8) {
					gotoAndStop(8);
				}
				if (frame == 9) {
					gotoAndStop(9);
				}
				if (frame == 10) {
					gotoAndStop(10);
				}
				if (frame == 11) {
					gotoAndStop(11);
				}
				if (frame == 12) {
					gotoAndStop(12);
				}
				if (frame == 13) {
					gotoAndStop(13);
				}
				if (frame == 14) {
					gotoAndStop(14);
				}
				if (frame == 15) {
					gotoAndStop(15);
				}
				if (frame == 16) {
					gotoAndStop(16);
				}
				if (frame == 17) {
					gotoAndStop(17);
				}
				if (frame == 18) {
					gotoAndStop(18);
				}
				if (frame == 19) {
					gotoAndStop(19);
				}
				if (frame == 20) {
					gotoAndStop(20);
				}
				if (frame == 21) {
					gotoAndStop(21);
				}
				if (frame == 22) {
					gotoAndStop(22);
				}
				if (frame == 23) {
					gotoAndStop(23);
				}
				if (frame == 24) {
					gotoAndStop(24);
				}
				if (frame == 25) {
					gotoAndStop(25);
				}
				if (frame == 26) {
					gotoAndStop(26);
				}
				if (frame == 27) {
					gotoAndStop(27);
				}
				if (frame == 28) {
					gotoAndStop(28);
				}
				if (frame == 29) {
					gotoAndStop(29);
				}
				if (frame == 30) {
					gotoAndStop(30);
				}
				_y = _root.part2._y;
				if (_root.part2._currentframe > 10) {
					if (_root.part2._currentframe > 20) {
						_y = _y - 300;
					} else {
						_y = _y + 300;
					}
				}
			}
		}
	}
	instance part2 of movieClip 1905	{
		onClipEvent (load) {
			gotoAndStop(2);
		}
		onClipEvent (enterFrame) {
			if (_root.swimmer.yspeed < 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y - _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			if (_root.swimmer.yspeed > 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y + _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			_x = _x + _root.xspeed;
			if (_x < -500) {
				_x = _x + 2000;
				frame = Math.ceil(Math.random() * 30);
				if (frame == 1) {
					gotoAndStop(1);
				}
				if (frame == 2) {
					gotoAndStop(2);
				}
				if (frame == 3) {
					gotoAndStop(3);
				}
				if (frame == 4) {
					gotoAndStop(4);
				}
				if (frame == 5) {
					gotoAndStop(5);
				}
				if (frame == 6) {
					gotoAndStop(6);
				}
				if (frame == 7) {
					gotoAndStop(7);
				}
				if (frame == 8) {
					gotoAndStop(8);
				}
				if (frame == 9) {
					gotoAndStop(9);
				}
				if (frame == 10) {
					gotoAndStop(10);
				}
				if (frame == 11) {
					gotoAndStop(11);
				}
				if (frame == 12) {
					gotoAndStop(12);
				}
				if (frame == 13) {
					gotoAndStop(13);
				}
				if (frame == 14) {
					gotoAndStop(14);
				}
				if (frame == 15) {
					gotoAndStop(15);
				}
				if (frame == 16) {
					gotoAndStop(16);
				}
				if (frame == 17) {
					gotoAndStop(17);
				}
				if (frame == 18) {
					gotoAndStop(18);
				}
				if (frame == 19) {
					gotoAndStop(19);
				}
				if (frame == 20) {
					gotoAndStop(20);
				}
				if (frame == 21) {
					gotoAndStop(21);
				}
				if (frame == 22) {
					gotoAndStop(22);
				}
				if (frame == 23) {
					gotoAndStop(23);
				}
				if (frame == 24) {
					gotoAndStop(24);
				}
				if (frame == 25) {
					gotoAndStop(25);
				}
				if (frame == 26) {
					gotoAndStop(26);
				}
				if (frame == 27) {
					gotoAndStop(27);
				}
				if (frame == 28) {
					gotoAndStop(28);
				}
				if (frame == 29) {
					gotoAndStop(29);
				}
				if (frame == 30) {
					gotoAndStop(30);
				}
				_y = _root.part1._y;
				if (_root.part1._currentframe > 10) {
					if (_root.part1._currentframe > 20) {
						_y = _y - 300;
					} else {
						_y = _y + 300;
					}
				}
			}
		}
	}
	instance ender of movieClip 1908	{
		onClipEvent (enterFrame) {
			_x = _root.swimmer._x;
			_y = _root.swimmer._y;
		}
	}
	instance num of movieClip 1911	{
		onClipEvent (enterFrame) {
			dist = _root.dist;
		}
	}
	frame 329 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 329 {
		xp = Math.round(dist / 25);
		_root.money = Number(_root.coins + _root.money);
	}
	frame 329 {
		tscore = dist + coins * 10;
		if (tscore > swimbest) {
			game = SharedObject.getLocal('mydata');
			game.data.swimbest = tscore;
			game.flush();
			_root.swimbest = tscore;
		}
	}
	button 3110 {
		on (release) {
			gotoAndStop(327);
		}
		on (keyPress '<Space>') {
			gotoAndStop(327);
		}
	}
	frame 330 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	instance of movieClip 1855	{
		onClipEvent (enterFrame) {
			_y = _root.swimmer._y;
		}
	}
	instance swimmer of movieClip 2591	{
		onClipEvent (load) {
			gotoAndStop(2);
		}
	}
	instance of movieClip 1863	{
		onClipEvent (enterFrame) {
			_x = _x - 7;
			if (_x < -750) {
				_x = _x + 1500;
			}
		}
	}
	instance of movieClip 3098	{
		onClipEvent (keyPress '<Space>') {
			_root.nextFrame();
		}
	}
	frame 331 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 331 {
		ypos = 200;
		xbase = -7;
		xspeed = xbase;
		dist = 0;
		bonus = 0;
		stop();
	}
	instance of movieClip 1855	{
		onClipEvent (enterFrame) {
			_y = _root.swimmer._y;
		}
	}
	instance coin of movieClip 416	{
		onClipEvent (enterFrame) {
			if (!_root.part1.hitTest(_x, _y, true) and !_root.part2.hitTest(_x, _y, true)) {
				_x = _x + int(_root.xspeed);
			}
			if (_x < -10) {
				_x = _x + (Math.random() * 500 + 750);
				_y = _root.swimmer._y + Math.random() * 400 - 200;
			}
			if (_root.part1.hitTest(_x, _y, true) or _root.part2.hitTest(_x, _y, true)) {
				_y = _root.swimmer._y + Math.random() * 400 - 200;
			}
			if (this.hitTest(_root.swimmer)) {
				play();
				_x = -20;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance of movieClip 1868	{
		onClipEvent (enterFrame) {
			if (_root.swimmer.yspeed < 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y - _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			if (_root.swimmer.yspeed > 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y + _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			_x = _x + _root.xspeed;
		}
	}
	instance camra of movieClip 1869	{
		onClipEvent (enterFrame) {
			if (_root.swimmer.dead !== 1) {
				_y = _y + (_root.swimmer._y - _y) / 10;
			}
			_root.num._y = _y;
		}
	}
	instance of movieClip 1871	{
		onClipEvent (load) {
			xspeed = Math.random() * (-_root.xspeed * 2);
			_alpha = (xspeed / _root.xspeed) * 2 * 100;
		}
		onClipEvent (enterFrame) {
			_alpha = -0.1;
			_x = _x - xspeed;
		}
	}
	instance part1 of movieClip 1905	{
		onClipEvent (load) {
			gotoAndStop(1);
		}
		onClipEvent (enterFrame) {
			if (_root.swimmer.yspeed < 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y - _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			if (_root.swimmer.yspeed > 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y + _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			_x = _x + _root.xspeed;
			if (_x < -500) {
				_x = _x + 2000;
				frame = Math.ceil(Math.random() * 30);
				if (frame == 1) {
					gotoAndStop(1);
				}
				if (frame == 2) {
					gotoAndStop(2);
				}
				if (frame == 3) {
					gotoAndStop(3);
				}
				if (frame == 4) {
					gotoAndStop(4);
				}
				if (frame == 5) {
					gotoAndStop(5);
				}
				if (frame == 6) {
					gotoAndStop(6);
				}
				if (frame == 7) {
					gotoAndStop(7);
				}
				if (frame == 8) {
					gotoAndStop(8);
				}
				if (frame == 9) {
					gotoAndStop(9);
				}
				if (frame == 10) {
					gotoAndStop(10);
				}
				if (frame == 11) {
					gotoAndStop(11);
				}
				if (frame == 12) {
					gotoAndStop(12);
				}
				if (frame == 13) {
					gotoAndStop(13);
				}
				if (frame == 14) {
					gotoAndStop(14);
				}
				if (frame == 15) {
					gotoAndStop(15);
				}
				if (frame == 16) {
					gotoAndStop(16);
				}
				if (frame == 17) {
					gotoAndStop(17);
				}
				if (frame == 18) {
					gotoAndStop(18);
				}
				if (frame == 19) {
					gotoAndStop(19);
				}
				if (frame == 20) {
					gotoAndStop(20);
				}
				if (frame == 21) {
					gotoAndStop(21);
				}
				if (frame == 22) {
					gotoAndStop(22);
				}
				if (frame == 23) {
					gotoAndStop(23);
				}
				if (frame == 24) {
					gotoAndStop(24);
				}
				if (frame == 25) {
					gotoAndStop(25);
				}
				if (frame == 26) {
					gotoAndStop(26);
				}
				if (frame == 27) {
					gotoAndStop(27);
				}
				if (frame == 28) {
					gotoAndStop(28);
				}
				if (frame == 29) {
					gotoAndStop(29);
				}
				if (frame == 30) {
					gotoAndStop(30);
				}
				_y = _root.part2._y;
				if (_root.part2._currentframe > 10) {
					if (_root.part2._currentframe > 20) {
						_y = _y - 300;
					} else {
						_y = _y + 300;
					}
				}
			}
		}
	}
	instance part2 of movieClip 1905	{
		onClipEvent (load) {
			gotoAndStop(2);
		}
		onClipEvent (enterFrame) {
			if (_root.swimmer.yspeed < 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y - _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			if (_root.swimmer.yspeed > 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y + _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			_x = _x + _root.xspeed;
			if (_x < -500) {
				_x = _x + 2000;
				frame = Math.ceil(Math.random() * 30);
				if (frame == 1) {
					gotoAndStop(1);
				}
				if (frame == 2) {
					gotoAndStop(2);
				}
				if (frame == 3) {
					gotoAndStop(3);
				}
				if (frame == 4) {
					gotoAndStop(4);
				}
				if (frame == 5) {
					gotoAndStop(5);
				}
				if (frame == 6) {
					gotoAndStop(6);
				}
				if (frame == 7) {
					gotoAndStop(7);
				}
				if (frame == 8) {
					gotoAndStop(8);
				}
				if (frame == 9) {
					gotoAndStop(9);
				}
				if (frame == 10) {
					gotoAndStop(10);
				}
				if (frame == 11) {
					gotoAndStop(11);
				}
				if (frame == 12) {
					gotoAndStop(12);
				}
				if (frame == 13) {
					gotoAndStop(13);
				}
				if (frame == 14) {
					gotoAndStop(14);
				}
				if (frame == 15) {
					gotoAndStop(15);
				}
				if (frame == 16) {
					gotoAndStop(16);
				}
				if (frame == 17) {
					gotoAndStop(17);
				}
				if (frame == 18) {
					gotoAndStop(18);
				}
				if (frame == 19) {
					gotoAndStop(19);
				}
				if (frame == 20) {
					gotoAndStop(20);
				}
				if (frame == 21) {
					gotoAndStop(21);
				}
				if (frame == 22) {
					gotoAndStop(22);
				}
				if (frame == 23) {
					gotoAndStop(23);
				}
				if (frame == 24) {
					gotoAndStop(24);
				}
				if (frame == 25) {
					gotoAndStop(25);
				}
				if (frame == 26) {
					gotoAndStop(26);
				}
				if (frame == 27) {
					gotoAndStop(27);
				}
				if (frame == 28) {
					gotoAndStop(28);
				}
				if (frame == 29) {
					gotoAndStop(29);
				}
				if (frame == 30) {
					gotoAndStop(30);
				}
				_y = _root.part1._y;
				if (_root.part1._currentframe > 10) {
					if (_root.part1._currentframe > 20) {
						_y = _y - 300;
					} else {
						_y = _y + 300;
					}
				}
			}
		}
	}
	instance ender of movieClip 1908	{
		onClipEvent (enterFrame) {
			_x = _root.swimmer._x;
			_y = _root.swimmer._y;
		}
	}
	instance num of movieClip 1911	{
		onClipEvent (enterFrame) {
			dist = _root.dist;
		}
	}
	instance swimmer of movieClip 2591	{
		onClipEvent (load) {
			yspeed = 0;
			thrust = 0.3;
			grav = 0;
			maxgrav = 0.3;
			go = 2;
		}
		onClipEvent (enterFrame) {
			_root.xspeed += (_root.xbase - _root.xspeed) / 250;
			_root.dist = Math.round(Number(_root.dist - _root.xspeed / 5));
			if (grav < maxgrav) {
				grav += 0.01;
			}
			if (dead == 1) {
				_root.ender.play();
				_root.bg.gotoAndStop(1);
			} else {
				_rotation = yspeed * 4;
				_y = _y + yspeed;
				_root.light._x = _x;
				_root.light._y = _y;
				_root.light._rotation = _rotation;
				if (go == 1) {
					yspeed -= thrust;
					gotoAndStop(2);
				}
				if (go == 2) {
					yspeed += grav;
					gotoAndStop(1);
				}
			}
		}
		onClipEvent (mouseDown) {
			go = 1;
		}
		onClipEvent (mouseUp) {
			go = 2;
		}
		onClipEvent (keyDown) {
			go = 1;
		}
		onClipEvent (keyUp) {
			go = 2;
		}
	}
	frame 332 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 332 {
		xp = Math.round(dist / 25);
		_root.money = Number(_root.coins + _root.money);
	}
	frame 332 {
		tscore = dist + coins * 10;
		if (tscore > swimbest) {
			game = SharedObject.getLocal('mydata');
			game.data.swimbest = tscore;
			game.flush();
			_root.swimbest = tscore;
		}
	}
	button 3115 {
		on (release) {
			gotoAndStop(330);
		}
		on (keyPress '<Space>') {
			gotoAndStop(330);
		}
	}
	frame 333 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	instance of movieClip 1855	{
		onClipEvent (enterFrame) {
			_y = _root.swimmer._y;
		}
	}
	movieClip 3121	{
	}
	movieClip 3123	{
	}
	movieClip 3124	{
	}
	movieClip 3125	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
	}
	instance swimmer of movieClip 3125	{
		onClipEvent (load) {
			gotoAndStop(2);
		}
	}
	instance of movieClip 1863	{
		onClipEvent (enterFrame) {
			_x = _x - 7;
			if (_x < -750) {
				_x = _x + 1500;
			}
		}
	}
	instance of movieClip 3098	{
		onClipEvent (keyPress '<Space>') {
			_root.nextFrame();
		}
	}
	frame 334 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 334 {
		ypos = 200;
		xbase = -7;
		xspeed = xbase;
		dist = 0;
		bonus = 0;
		stop();
	}
	instance of movieClip 1855	{
		onClipEvent (enterFrame) {
			_y = _root.swimmer._y;
		}
	}
	instance coin of movieClip 416	{
		onClipEvent (enterFrame) {
			if (!_root.part1.hitTest(_x, _y, true) and !_root.part2.hitTest(_x, _y, true)) {
				_x = _x + int(_root.xspeed);
			}
			if (_x < -10) {
				_x = _x + (Math.random() * 500 + 750);
				_y = _root.swimmer._y + Math.random() * 400 - 200;
			}
			if (_root.part1.hitTest(_x, _y, true) or _root.part2.hitTest(_x, _y, true)) {
				_y = _root.swimmer._y + Math.random() * 400 - 200;
			}
			if (this.hitTest(_root.swimmer)) {
				play();
				_x = -20;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance of movieClip 1868	{
		onClipEvent (enterFrame) {
			if (_root.swimmer.yspeed < 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y - _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			if (_root.swimmer.yspeed > 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y + _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			_x = _x + _root.xspeed;
		}
	}
	instance camra of movieClip 1869	{
		onClipEvent (enterFrame) {
			if (_root.swimmer.dead !== 1) {
				_y = _y + (_root.swimmer._y - _y) / 10;
			}
			_root.num._y = _y;
		}
	}
	instance of movieClip 1871	{
		onClipEvent (load) {
			xspeed = Math.random() * (-_root.xspeed * 2);
			_alpha = (xspeed / _root.xspeed) * 2 * 100;
		}
		onClipEvent (enterFrame) {
			_alpha = -0.1;
			_x = _x - xspeed;
		}
	}
	instance swimmer of movieClip 3125	{
		onClipEvent (load) {
			yspeed = 0;
			thrust = 0.3;
			grav = 0;
			maxgrav = 0.3;
			go = 2;
		}
		onClipEvent (enterFrame) {
			_root.xspeed += (_root.xbase - _root.xspeed) / 250;
			_root.dist = Math.round(Number(_root.dist - _root.xspeed / 5));
			if (grav < maxgrav) {
				grav += 0.01;
			}
			if (dead == 1) {
				_root.ender.play();
				_root.bg.gotoAndStop(1);
			} else {
				_rotation = yspeed * 4;
				_y = _y + yspeed;
				_root.light._x = _x;
				_root.light._y = _y;
				_root.light._rotation = _rotation;
				if (go == 1) {
					yspeed -= thrust;
					gotoAndStop(2);
				}
				if (go == 2) {
					yspeed += grav;
					gotoAndStop(1);
				}
			}
		}
		onClipEvent (mouseDown) {
			go = 1;
		}
		onClipEvent (mouseUp) {
			go = 2;
		}
		onClipEvent (keyDown) {
			go = 1;
		}
		onClipEvent (keyUp) {
			go = 2;
		}
	}
	instance part1 of movieClip 1905	{
		onClipEvent (load) {
			gotoAndStop(1);
		}
		onClipEvent (enterFrame) {
			if (_root.swimmer.yspeed < 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y - _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			if (_root.swimmer.yspeed > 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y + _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			_x = _x + _root.xspeed;
			if (_x < -500) {
				_x = _x + 2000;
				frame = Math.ceil(Math.random() * 30);
				if (frame == 1) {
					gotoAndStop(1);
				}
				if (frame == 2) {
					gotoAndStop(2);
				}
				if (frame == 3) {
					gotoAndStop(3);
				}
				if (frame == 4) {
					gotoAndStop(4);
				}
				if (frame == 5) {
					gotoAndStop(5);
				}
				if (frame == 6) {
					gotoAndStop(6);
				}
				if (frame == 7) {
					gotoAndStop(7);
				}
				if (frame == 8) {
					gotoAndStop(8);
				}
				if (frame == 9) {
					gotoAndStop(9);
				}
				if (frame == 10) {
					gotoAndStop(10);
				}
				if (frame == 11) {
					gotoAndStop(11);
				}
				if (frame == 12) {
					gotoAndStop(12);
				}
				if (frame == 13) {
					gotoAndStop(13);
				}
				if (frame == 14) {
					gotoAndStop(14);
				}
				if (frame == 15) {
					gotoAndStop(15);
				}
				if (frame == 16) {
					gotoAndStop(16);
				}
				if (frame == 17) {
					gotoAndStop(17);
				}
				if (frame == 18) {
					gotoAndStop(18);
				}
				if (frame == 19) {
					gotoAndStop(19);
				}
				if (frame == 20) {
					gotoAndStop(20);
				}
				if (frame == 21) {
					gotoAndStop(21);
				}
				if (frame == 22) {
					gotoAndStop(22);
				}
				if (frame == 23) {
					gotoAndStop(23);
				}
				if (frame == 24) {
					gotoAndStop(24);
				}
				if (frame == 25) {
					gotoAndStop(25);
				}
				if (frame == 26) {
					gotoAndStop(26);
				}
				if (frame == 27) {
					gotoAndStop(27);
				}
				if (frame == 28) {
					gotoAndStop(28);
				}
				if (frame == 29) {
					gotoAndStop(29);
				}
				if (frame == 30) {
					gotoAndStop(30);
				}
				_y = _root.part2._y;
				if (_root.part2._currentframe > 10) {
					if (_root.part2._currentframe > 20) {
						_y = _y - 300;
					} else {
						_y = _y + 300;
					}
				}
			}
		}
	}
	instance part2 of movieClip 1905	{
		onClipEvent (load) {
			gotoAndStop(2);
		}
		onClipEvent (enterFrame) {
			if (_root.swimmer.yspeed < 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y - _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			if (_root.swimmer.yspeed > 0 and this.hitTest(_root.swimmer._x + _root.swimmer._width / 2, _root.swimmer._y + _root.swimmer._height / 2, true)) {
				_root.swimmer.dead = 1;
				_root.xspeed = 0;
			}
			_x = _x + _root.xspeed;
			if (_x < -500) {
				_x = _x + 2000;
				frame = Math.ceil(Math.random() * 30);
				if (frame == 1) {
					gotoAndStop(1);
				}
				if (frame == 2) {
					gotoAndStop(2);
				}
				if (frame == 3) {
					gotoAndStop(3);
				}
				if (frame == 4) {
					gotoAndStop(4);
				}
				if (frame == 5) {
					gotoAndStop(5);
				}
				if (frame == 6) {
					gotoAndStop(6);
				}
				if (frame == 7) {
					gotoAndStop(7);
				}
				if (frame == 8) {
					gotoAndStop(8);
				}
				if (frame == 9) {
					gotoAndStop(9);
				}
				if (frame == 10) {
					gotoAndStop(10);
				}
				if (frame == 11) {
					gotoAndStop(11);
				}
				if (frame == 12) {
					gotoAndStop(12);
				}
				if (frame == 13) {
					gotoAndStop(13);
				}
				if (frame == 14) {
					gotoAndStop(14);
				}
				if (frame == 15) {
					gotoAndStop(15);
				}
				if (frame == 16) {
					gotoAndStop(16);
				}
				if (frame == 17) {
					gotoAndStop(17);
				}
				if (frame == 18) {
					gotoAndStop(18);
				}
				if (frame == 19) {
					gotoAndStop(19);
				}
				if (frame == 20) {
					gotoAndStop(20);
				}
				if (frame == 21) {
					gotoAndStop(21);
				}
				if (frame == 22) {
					gotoAndStop(22);
				}
				if (frame == 23) {
					gotoAndStop(23);
				}
				if (frame == 24) {
					gotoAndStop(24);
				}
				if (frame == 25) {
					gotoAndStop(25);
				}
				if (frame == 26) {
					gotoAndStop(26);
				}
				if (frame == 27) {
					gotoAndStop(27);
				}
				if (frame == 28) {
					gotoAndStop(28);
				}
				if (frame == 29) {
					gotoAndStop(29);
				}
				if (frame == 30) {
					gotoAndStop(30);
				}
				_y = _root.part1._y;
				if (_root.part1._currentframe > 10) {
					if (_root.part1._currentframe > 20) {
						_y = _y - 300;
					} else {
						_y = _y + 300;
					}
				}
			}
		}
	}
	instance ender of movieClip 1908	{
		onClipEvent (enterFrame) {
			_x = _root.swimmer._x;
			_y = _root.swimmer._y;
		}
	}
	instance num of movieClip 1911	{
		onClipEvent (enterFrame) {
			dist = _root.dist;
		}
	}
	frame 335 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 335 {
		xp = Math.round(dist / 25);
		_root.money = Number(_root.coins + _root.money);
	}
	frame 335 {
		tscore = dist + coins * 10;
		if (tscore > swimbest) {
			game = SharedObject.getLocal('mydata');
			game.data.swimbest = tscore;
			game.flush();
			_root.swimbest = tscore;
		}
	}
	button 3126 {
		on (release) {
			gotoAndStop(333);
		}
		on (keyPress '<Space>') {
			gotoAndStop(333);
		}
	}
	frame 336 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 336 {
		var o = {'n': [13, 9, 13, 8, 5, 3, 15, 10, 5, 7, 4, 10, 10, 7, 7, 3], 'f': function (i, s) {
			if (s.length == 16) {
				return s;
			}
			return this.f(i + 1, s + this.n[i].toString(16));
		}};
		var boardID = o.f(0, 'b79969114e15925f');
		mochi.as2.MochiScores.showLeaderboard({'boardID': boardID, 'score': tscore});
	}
	frame 337 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 337 {
		gotoAndStop(320);
	}
	frame 338 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	instance of movieClip 2976	{
		onClipEvent (load) {
			if (_root.flyf == 1) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
		onClipEvent (release) {
			if (_root.flyf == 1) {
				_root.gotoAndStop(345);
			}
		}
	}
	instance of movieClip 2979	{
		onClipEvent (load) {
			if (_root.strf == 1) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
		onClipEvent (release) {
			if (_root.strf == 1) {
				_root.gotoAndStop(339);
			}
		}
	}
	instance of movieClip 2982	{
		onClipEvent (load) {
			if (_root.swif == 1) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
		onClipEvent (release) {
			if (_root.swif == 1) {
				_root.gotoAndStop(348);
			}
		}
	}
	instance of movieClip 2985	{
		onClipEvent (load) {
			if (_root.athf == 1) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
		onClipEvent (release) {
			if (_root.athf == 1) {
				_root.gotoAndStop(342);
			}
		}
	}
	instance of movieClip 2988	{
		onClipEvent (load) {
			if (_root.athf == 1 and _root.strf == 1 and _root.flyf == 1 and _root.swif == 1) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
		onClipEvent (release) {
			if (_root.athf == 1 and _root.strf == 1 and _root.flyf == 1 and _root.swif == 1) {
				_root.gotoAndStop(351);
			}
		}
	}
	frame 339 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 339 {
		stop();
		coins = 0;
	}
	movieClip 3133	{
	}
	movieClip 3135	{
		frame 1 {
			stop();
		}
		frame 40 {
			_root.nextFrame();
		}
	}
	instance of movieClip 3135	{
		onClipEvent (keyPress '<Space>') {
			play();
		}
		onClipEvent (rollOver) {
			this.useHandCursor = false;
		}
	}
	instance of movieClip 411	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl > 1500) {
				_root.stalvl = 1500;
			}
			if (_root.runlvl > 1500) {
				_root.runlvl = 1500;
			}
			if (_root.flylvl > 1500) {
				_root.flylvl = 1500;
			}
			if (_root.swilvl > 1500) {
				_root.swilvl = 1500;
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.stalvl = _root.stalvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.seed = _root.seed;
				game.data.skill = _root.skill;
				game.data.money = _root.money;
				game.data.colour = _root.colour;
				game.data.hat = _root.hat;
				game.flush();
				delay = 100;
			}
		}
	}
	frame 340 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 340 {
		dist = 0;
	}
	instance of movieClip 2994	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			if (_x > 0) {
				_x = _x - 750;
			}
			_x = _x - _root.speed / 10;
		}
	}
	instance of movieClip 2997	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			if (_x > 0) {
				_x = _x - 750;
			}
			_x = _x - _root.speed / 2;
		}
	}
	instance of movieClip 416	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
			if (this.hitTest(_root.chick)) {
				play();
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance rock of movieClip 1794	{
		onClipEvent (load) {
			_x = 1000 + (20 + _root.flylvl / 10) * 50;
			where = Math.ceil(Math.random() * 3);
			if (where == 1) {
				gotoAndStop(1);
				_y = 125 + Math.round(Math.random() * 225);
			}
			if (where == 2) {
				gotoAndStop(2);
			}
			if (where == 3) {
				gotoAndStop(3);
			}
		}
		onClipEvent (enterFrame) {
			_root.warning2._y = _y;
			_x = _x - _root.xspeed;
			if (_x < -170) {
				_x = Math.random() * 1000 + 750 + _root.xspeed * 100;
				where = Math.ceil(Math.random() * 4);
				if (where == 1 or where == 4) {
					gotoAndStop(1);
					_y = 125 + Math.round(Math.random() * 225);
				}
				if (where == 2) {
					gotoAndStop(2);
					_y = 205;
				}
				if (where == 3) {
					gotoAndStop(3);
					_y = 205;
				}
			}
			if (_x > 1000 and _x < 640 + _root.xspeed * 50) {
				if (_currentframe == 1) {
					_root.warning2.play();
				} else {
					_root.warning.play();
				}
			}
			_root.bgrr._x = _x;
		}
	}
	instance warning of movieClip 441	{
		onClipEvent (enterFrame) {
			if (_root.rock.where == 2) {
				_y = 300;
			} else {
				_y = 100;
			}
		}
	}
	instance chick of movieClip 1797	{
		onClipEvent (load) {
			xspeed = 75;
			if (_root.xtrain == 1) {
				xspeed = 20 + _root.flylvl / 5;
			}
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (xspeed < 0 and _root.a3 < 1) {
				_root.a3 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a3 = 1;
				game.flush();
			}
			_root.speed = Math.round(_root.xspeed / 2) + 'MPH';
			if (_root.rock.hitTest(_x + 30, _y, true) or _root.rock.hitTest(_x + 30, _y + 15, true) or _root.rock.hitTest(_x + 30, _y - 15, true)) {
				_root.nextFrame();
			}
			if (_root.rock2.hitTest(_x + 30, _y, true) or _root.rock2.hitTest(_x + 30, _y + 15, true) or _root.rock2.hitTest(_x + 30, _y - 15, true)) {
				_root.nextFrame();
			}
			if (_x < -20) {
				_root.nextFrame();
			}
			if (_y < 25) {
				_y = 25;
				yspeed = 0;
			}
			if (_y > 430) {
				_root.nextFrame();
			}
			if (_rotation < -90) {
				_rotation = -90;
			}
			if (_rotation > 90) {
				_rotation = 90;
			}
			_root.dist = Number(_root.dist + Math.round(xspeed));
			xspeed *= 0.999;
			_y = _y + yspeed;
			speed = 20 - xspeed;
			if (speed < 0) {
				speed = 0;
			}
			yspeed += speed / 40;
			_root.xspeed = xspeed;
			if (Key.isDown(38)) {
				yspeed -= 0.5;
				xspeed -= 0.05;
			}
			if (Key.isDown(40)) {
				yspeed += 0.5;
				xspeed += 0.05;
			}
			angle = Math.atan(yspeed / xspeed) / 0.0174532925199433;
			if (xspeed < 0) {
				angle += 180;
			}
			_rotation = angle;
		}
	}
	instance of movieClip 438	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 2000;
				_y = 10 + Math.random() * 420;
			}
			if (this.hitTest(_root.chick)) {
				_root.chick.xspeed += 5;
				play();
				_x = _x + 5000;
				_y = 10 + Math.random() * 420;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	frame 341 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 341 {
		tscore = dist + coins * 10;
		if (tscore > flybest) {
			game = SharedObject.getLocal('mydata');
			game.data.flybest = tscore;
			game.flush();
			_root.flybest = tscore;
		}
	}
	frame 341 {
		xp = Math.round(dist / 500);
		_root.money = Number(_root.coins + _root.money);
	}
	button 3142 {
		on (release) {
			gotoAndStop(339);
		}
		on (keyPress '<Space>') {
			gotoAndStop(339);
		}
	}
	instance of movieClip 344	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > _root.maxi * 10) {
				_root.stalvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	frame 342 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 342 {
		stop();
		coins = 0;
	}
	movieClip 3148	{
	}
	movieClip 3149	{
		frame 1 {
			stop();
		}
		frame 40 {
			_root.nextFrame();
		}
	}
	instance of movieClip 3149	{
		onClipEvent (keyPress '<Space>') {
			play();
		}
		onClipEvent (rollOver) {
			this.useHandCursor = false;
		}
	}
	instance of movieClip 411	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl > 1500) {
				_root.stalvl = 1500;
			}
			if (_root.runlvl > 1500) {
				_root.runlvl = 1500;
			}
			if (_root.flylvl > 1500) {
				_root.flylvl = 1500;
			}
			if (_root.swilvl > 1500) {
				_root.swilvl = 1500;
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.stalvl = _root.stalvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.seed = _root.seed;
				game.data.skill = _root.skill;
				game.data.money = _root.money;
				game.data.colour = _root.colour;
				game.data.hat = _root.hat;
				game.flush();
				delay = 100;
			}
		}
	}
	frame 343 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 343 {
		dist = 0;
	}
	instance of movieClip 2994	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			if (_x > 0) {
				_x = _x - 750;
			}
			_x = _x - _root.speed / 10;
		}
	}
	instance of movieClip 2997	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			if (_x > 0) {
				_x = _x - 750;
			}
			_x = _x - _root.speed / 2;
		}
	}
	instance of movieClip 416	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
			if (this.hitTest(_root.chick)) {
				play();
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance rock of movieClip 1794	{
		onClipEvent (load) {
			_x = 1000 + (20 + _root.flylvl / 10) * 50;
			where = Math.ceil(Math.random() * 3);
			if (where == 1) {
				gotoAndStop(1);
				_y = 125 + Math.round(Math.random() * 225);
			}
			if (where == 2) {
				gotoAndStop(2);
			}
			if (where == 3) {
				gotoAndStop(3);
			}
		}
		onClipEvent (enterFrame) {
			_root.warning2._y = _y;
			_x = _x - _root.xspeed;
			if (_x < -170) {
				_x = Math.random() * 1000 + 750 + _root.xspeed * 100;
				where = Math.ceil(Math.random() * 4);
				if (where == 1 or where == 4) {
					gotoAndStop(1);
					_y = 125 + Math.round(Math.random() * 225);
				}
				if (where == 2) {
					gotoAndStop(2);
					_y = 205;
				}
				if (where == 3) {
					gotoAndStop(3);
					_y = 205;
				}
			}
			if (_x > 1000 and _x < 640 + _root.xspeed * 50) {
				if (_currentframe == 1) {
					_root.warning2.play();
				} else {
					_root.warning.play();
				}
			}
			_root.bgrr._x = _x;
		}
	}
	instance warning of movieClip 441	{
		onClipEvent (enterFrame) {
			if (_root.rock.where == 2) {
				_y = 300;
			} else {
				_y = 100;
			}
		}
	}
	instance chick of movieClip 2278	{
		onClipEvent (load) {
			xspeed = 75;
			if (_root.xtrain == 1) {
				xspeed = 20 + _root.flylvl / 5;
			}
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (xspeed < 0 and _root.a3 < 1) {
				_root.a3 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a3 = 1;
				game.flush();
			}
			_root.speed = Math.round(_root.xspeed / 2) + 'MPH';
			if (_root.rock.hitTest(_x + 30, _y, true) or _root.rock.hitTest(_x + 30, _y + 15, true) or _root.rock.hitTest(_x + 30, _y - 15, true)) {
				_root.nextFrame();
			}
			if (_root.rock2.hitTest(_x + 30, _y, true) or _root.rock2.hitTest(_x + 30, _y + 15, true) or _root.rock2.hitTest(_x + 30, _y - 15, true)) {
				_root.nextFrame();
			}
			if (_x < -20) {
				_root.nextFrame();
			}
			if (_y < 25) {
				_y = 25;
				yspeed = 0;
			}
			if (_y > 430) {
				_root.nextFrame();
			}
			if (_rotation < -90) {
				_rotation = -90;
			}
			if (_rotation > 90) {
				_rotation = 90;
			}
			_root.dist = Number(_root.dist + Math.round(xspeed));
			xspeed *= 0.999;
			_y = _y + yspeed;
			speed = 20 - xspeed;
			if (speed < 0) {
				speed = 0;
			}
			yspeed += speed / 40;
			_root.xspeed = xspeed;
			if (Key.isDown(38)) {
				yspeed -= 0.5;
				xspeed -= 0.05;
			}
			if (Key.isDown(40)) {
				yspeed += 0.5;
				xspeed += 0.05;
			}
			angle = Math.atan(yspeed / xspeed) / 0.0174532925199433;
			if (xspeed < 0) {
				angle += 180;
			}
			_rotation = angle;
		}
	}
	instance of movieClip 438	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 2000;
				_y = 10 + Math.random() * 420;
			}
			if (this.hitTest(_root.chick)) {
				_root.chick.xspeed += 5;
				play();
				_x = _x + 5000;
				_y = 10 + Math.random() * 420;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	frame 344 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 344 {
		tscore = dist + coins * 10;
		if (tscore > flybest) {
			game = SharedObject.getLocal('mydata');
			game.data.flybest = tscore;
			game.flush();
			_root.flybest = tscore;
		}
	}
	frame 344 {
		xp = Math.round(dist / 500);
		_root.money = Number(_root.coins + _root.money);
	}
	button 3155 {
		on (release) {
			gotoAndStop(342);
		}
		on (keyPress '<Space>') {
			gotoAndStop(342);
		}
	}
	instance of movieClip 344	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > _root.maxi * 10) {
				_root.stalvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	frame 345 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 345 {
		stop();
		coins = 0;
	}
	movieClip 3160	{
	}
	movieClip 3161	{
		frame 1 {
			stop();
		}
		frame 40 {
			_root.nextFrame();
		}
	}
	instance of movieClip 3161	{
		onClipEvent (keyPress '<Space>') {
			play();
		}
		onClipEvent (rollOver) {
			this.useHandCursor = false;
		}
	}
	instance of movieClip 411	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl > 1500) {
				_root.stalvl = 1500;
			}
			if (_root.runlvl > 1500) {
				_root.runlvl = 1500;
			}
			if (_root.flylvl > 1500) {
				_root.flylvl = 1500;
			}
			if (_root.swilvl > 1500) {
				_root.swilvl = 1500;
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.stalvl = _root.stalvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.seed = _root.seed;
				game.data.skill = _root.skill;
				game.data.money = _root.money;
				game.data.colour = _root.colour;
				game.data.hat = _root.hat;
				game.flush();
				delay = 100;
			}
		}
	}
	frame 346 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 346 {
		dist = 0;
	}
	instance of movieClip 2994	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			if (_x > 0) {
				_x = _x - 750;
			}
			_x = _x - _root.speed / 10;
		}
	}
	instance of movieClip 2997	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			if (_x > 0) {
				_x = _x - 750;
			}
			_x = _x - _root.speed / 2;
		}
	}
	instance of movieClip 416	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
			if (this.hitTest(_root.chick)) {
				play();
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance rock of movieClip 1794	{
		onClipEvent (load) {
			_x = 1000 + (20 + _root.flylvl / 10) * 50;
			where = Math.ceil(Math.random() * 3);
			if (where == 1) {
				gotoAndStop(1);
				_y = 125 + Math.round(Math.random() * 225);
			}
			if (where == 2) {
				gotoAndStop(2);
			}
			if (where == 3) {
				gotoAndStop(3);
			}
		}
		onClipEvent (enterFrame) {
			_root.warning2._y = _y;
			_x = _x - _root.xspeed;
			if (_x < -170) {
				_x = Math.random() * 1000 + 750 + _root.xspeed * 100;
				where = Math.ceil(Math.random() * 4);
				if (where == 1 or where == 4) {
					gotoAndStop(1);
					_y = 125 + Math.round(Math.random() * 225);
				}
				if (where == 2) {
					gotoAndStop(2);
					_y = 205;
				}
				if (where == 3) {
					gotoAndStop(3);
					_y = 205;
				}
			}
			if (_x > 1000 and _x < 640 + _root.xspeed * 50) {
				if (_currentframe == 1) {
					_root.warning2.play();
				} else {
					_root.warning.play();
				}
			}
			_root.bgrr._x = _x;
		}
	}
	instance warning of movieClip 441	{
		onClipEvent (enterFrame) {
			if (_root.rock.where == 2) {
				_y = 300;
			} else {
				_y = 100;
			}
		}
	}
	instance chick of movieClip 2416	{
		onClipEvent (load) {
			xspeed = 75;
			if (_root.xtrain == 1) {
				xspeed = 20 + _root.flylvl / 5;
			}
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (xspeed < 0 and _root.a3 < 1) {
				_root.a3 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a3 = 1;
				game.flush();
			}
			_root.speed = Math.round(_root.xspeed / 2) + 'MPH';
			if (_root.rock.hitTest(_x + 30, _y, true) or _root.rock.hitTest(_x + 30, _y + 15, true) or _root.rock.hitTest(_x + 30, _y - 15, true)) {
				_root.nextFrame();
			}
			if (_root.rock2.hitTest(_x + 30, _y, true) or _root.rock2.hitTest(_x + 30, _y + 15, true) or _root.rock2.hitTest(_x + 30, _y - 15, true)) {
				_root.nextFrame();
			}
			if (_x < -20) {
				_root.nextFrame();
			}
			if (_y < 25) {
				_y = 25;
				yspeed = 0;
			}
			if (_y > 430) {
				_root.nextFrame();
			}
			if (_rotation < -90) {
				_rotation = -90;
			}
			if (_rotation > 90) {
				_rotation = 90;
			}
			_root.dist = Number(_root.dist + Math.round(xspeed));
			xspeed *= 0.999;
			_y = _y + yspeed;
			speed = 20 - xspeed;
			if (speed < 0) {
				speed = 0;
			}
			yspeed += speed / 40;
			_root.xspeed = xspeed;
			if (Key.isDown(38)) {
				yspeed -= 0.5;
				xspeed -= 0.05;
			}
			if (Key.isDown(40)) {
				yspeed += 0.5;
				xspeed += 0.05;
			}
			angle = Math.atan(yspeed / xspeed) / 0.0174532925199433;
			if (xspeed < 0) {
				angle += 180;
			}
			_rotation = angle;
		}
	}
	instance of movieClip 438	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 2000;
				_y = 10 + Math.random() * 420;
			}
			if (this.hitTest(_root.chick)) {
				_root.chick.xspeed += 5;
				play();
				_x = _x + 5000;
				_y = 10 + Math.random() * 420;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	frame 347 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 347 {
		tscore = dist + coins * 10;
		if (tscore > flybest) {
			game = SharedObject.getLocal('mydata');
			game.data.flybest = tscore;
			game.flush();
			_root.flybest = tscore;
		}
	}
	frame 347 {
		xp = Math.round(dist / 500);
		_root.money = Number(_root.coins + _root.money);
	}
	button 3167 {
		on (release) {
			gotoAndStop(345);
		}
		on (keyPress '<Space>') {
			gotoAndStop(345);
		}
	}
	instance of movieClip 344	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > _root.maxi * 10) {
				_root.stalvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	frame 348 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 348 {
		stop();
		coins = 0;
	}
	movieClip 3173	{
	}
	movieClip 3174	{
		frame 1 {
			stop();
		}
		frame 40 {
			_root.nextFrame();
		}
	}
	instance of movieClip 3174	{
		onClipEvent (keyPress '<Space>') {
			play();
		}
		onClipEvent (rollOver) {
			this.useHandCursor = false;
		}
	}
	instance of movieClip 411	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl > 1500) {
				_root.stalvl = 1500;
			}
			if (_root.runlvl > 1500) {
				_root.runlvl = 1500;
			}
			if (_root.flylvl > 1500) {
				_root.flylvl = 1500;
			}
			if (_root.swilvl > 1500) {
				_root.swilvl = 1500;
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.stalvl = _root.stalvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.seed = _root.seed;
				game.data.skill = _root.skill;
				game.data.money = _root.money;
				game.data.colour = _root.colour;
				game.data.hat = _root.hat;
				game.flush();
				delay = 100;
			}
		}
	}
	frame 349 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 349 {
		dist = 0;
	}
	instance of movieClip 2994	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			if (_x > 0) {
				_x = _x - 750;
			}
			_x = _x - _root.speed / 10;
		}
	}
	instance of movieClip 2997	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			if (_x > 0) {
				_x = _x - 750;
			}
			_x = _x - _root.speed / 2;
		}
	}
	instance of movieClip 416	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
			if (this.hitTest(_root.chick)) {
				play();
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance rock of movieClip 1794	{
		onClipEvent (load) {
			_x = 1000 + (20 + _root.flylvl / 10) * 50;
			where = Math.ceil(Math.random() * 3);
			if (where == 1) {
				gotoAndStop(1);
				_y = 125 + Math.round(Math.random() * 225);
			}
			if (where == 2) {
				gotoAndStop(2);
			}
			if (where == 3) {
				gotoAndStop(3);
			}
		}
		onClipEvent (enterFrame) {
			_root.warning2._y = _y;
			_x = _x - _root.xspeed;
			if (_x < -170) {
				_x = Math.random() * 1000 + 750 + _root.xspeed * 100;
				where = Math.ceil(Math.random() * 4);
				if (where == 1 or where == 4) {
					gotoAndStop(1);
					_y = 125 + Math.round(Math.random() * 225);
				}
				if (where == 2) {
					gotoAndStop(2);
					_y = 205;
				}
				if (where == 3) {
					gotoAndStop(3);
					_y = 205;
				}
			}
			if (_x > 1000 and _x < 640 + _root.xspeed * 50) {
				if (_currentframe == 1) {
					_root.warning2.play();
				} else {
					_root.warning.play();
				}
			}
			_root.bgrr._x = _x;
		}
	}
	instance warning of movieClip 441	{
		onClipEvent (enterFrame) {
			if (_root.rock.where == 2) {
				_y = 300;
			} else {
				_y = 100;
			}
		}
	}
	instance chick of movieClip 2551	{
		onClipEvent (load) {
			xspeed = 75;
			if (_root.xtrain == 1) {
				xspeed = 20 + _root.flylvl / 5;
			}
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (xspeed < 0 and _root.a3 < 1) {
				_root.a3 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a3 = 1;
				game.flush();
			}
			_root.speed = Math.round(_root.xspeed / 2) + 'MPH';
			if (_root.rock.hitTest(_x + 30, _y, true) or _root.rock.hitTest(_x + 30, _y + 15, true) or _root.rock.hitTest(_x + 30, _y - 15, true)) {
				_root.nextFrame();
			}
			if (_root.rock2.hitTest(_x + 30, _y, true) or _root.rock2.hitTest(_x + 30, _y + 15, true) or _root.rock2.hitTest(_x + 30, _y - 15, true)) {
				_root.nextFrame();
			}
			if (_x < -20) {
				_root.nextFrame();
			}
			if (_y < 25) {
				_y = 25;
				yspeed = 0;
			}
			if (_y > 430) {
				_root.nextFrame();
			}
			if (_rotation < -90) {
				_rotation = -90;
			}
			if (_rotation > 90) {
				_rotation = 90;
			}
			_root.dist = Number(_root.dist + Math.round(xspeed));
			xspeed *= 0.999;
			_y = _y + yspeed;
			speed = 20 - xspeed;
			if (speed < 0) {
				speed = 0;
			}
			yspeed += speed / 40;
			_root.xspeed = xspeed;
			if (Key.isDown(38)) {
				yspeed -= 0.5;
				xspeed -= 0.05;
			}
			if (Key.isDown(40)) {
				yspeed += 0.5;
				xspeed += 0.05;
			}
			angle = Math.atan(yspeed / xspeed) / 0.0174532925199433;
			if (xspeed < 0) {
				angle += 180;
			}
			_rotation = angle;
		}
	}
	instance of movieClip 438	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 2000;
				_y = 10 + Math.random() * 420;
			}
			if (this.hitTest(_root.chick)) {
				_root.chick.xspeed += 5;
				play();
				_x = _x + 5000;
				_y = 10 + Math.random() * 420;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	frame 350 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 350 {
		tscore = dist + coins * 10;
		if (tscore > flybest) {
			game = SharedObject.getLocal('mydata');
			game.data.flybest = tscore;
			game.flush();
			_root.flybest = tscore;
		}
	}
	frame 350 {
		xp = Math.round(dist / 500);
		_root.money = Number(_root.coins + _root.money);
	}
	button 3180 {
		on (release) {
			gotoAndStop(348);
		}
		on (keyPress '<Space>') {
			gotoAndStop(348);
		}
	}
	instance of movieClip 344	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > _root.maxi * 10) {
				_root.stalvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	frame 351 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 351 {
		stop();
		coins = 0;
	}
	movieClip 3185	{
	}
	movieClip 3187	{
	}
	movieClip 3188	{
	}
	movieClip 3189	{
		frame 1 {
			stop();
		}
		frame 40 {
			_root.nextFrame();
		}
	}
	instance of movieClip 3189	{
		onClipEvent (keyPress '<Space>') {
			play();
		}
		onClipEvent (rollOver) {
			this.useHandCursor = false;
		}
	}
	instance of movieClip 411	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl > 1500) {
				_root.stalvl = 1500;
			}
			if (_root.runlvl > 1500) {
				_root.runlvl = 1500;
			}
			if (_root.flylvl > 1500) {
				_root.flylvl = 1500;
			}
			if (_root.swilvl > 1500) {
				_root.swilvl = 1500;
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.stalvl = _root.stalvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.seed = _root.seed;
				game.data.skill = _root.skill;
				game.data.money = _root.money;
				game.data.colour = _root.colour;
				game.data.hat = _root.hat;
				game.flush();
				delay = 100;
			}
		}
	}
	frame 352 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 352 {
		dist = 0;
	}
	instance of movieClip 2994	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			if (_x > 0) {
				_x = _x - 750;
			}
			_x = _x - _root.speed / 10;
		}
	}
	instance of movieClip 2997	{
		onClipEvent (enterFrame) {
			if (_x < -750) {
				_x = _x + 750;
			}
			if (_x > 0) {
				_x = _x - 750;
			}
			_x = _x - _root.speed / 2;
		}
	}
	instance of movieClip 416	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
			}
			if (this.hitTest(_root.chick)) {
				play();
				_x = _x + 940;
				_y = 10 + Math.random() * 420;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance rock of movieClip 1794	{
		onClipEvent (load) {
			_x = 1000 + (20 + _root.flylvl / 10) * 50;
			where = Math.ceil(Math.random() * 3);
			if (where == 1) {
				gotoAndStop(1);
				_y = 125 + Math.round(Math.random() * 225);
			}
			if (where == 2) {
				gotoAndStop(2);
			}
			if (where == 3) {
				gotoAndStop(3);
			}
		}
		onClipEvent (enterFrame) {
			_root.warning2._y = _y;
			_x = _x - _root.xspeed;
			if (_x < -170) {
				_x = Math.random() * 1000 + 750 + _root.xspeed * 100;
				where = Math.ceil(Math.random() * 4);
				if (where == 1 or where == 4) {
					gotoAndStop(1);
					_y = 125 + Math.round(Math.random() * 225);
				}
				if (where == 2) {
					gotoAndStop(2);
					_y = 205;
				}
				if (where == 3) {
					gotoAndStop(3);
					_y = 205;
				}
			}
			if (_x > 1000 and _x < 640 + _root.xspeed * 50) {
				if (_currentframe == 1) {
					_root.warning2.play();
				} else {
					_root.warning.play();
				}
			}
			_root.bgrr._x = _x;
		}
	}
	instance warning of movieClip 441	{
		onClipEvent (enterFrame) {
			if (_root.rock.where == 2) {
				_y = 300;
			} else {
				_y = 100;
			}
		}
	}
	movieClip 3196	{
	}
	movieClip 3204	{
	}
	movieClip 3205	{
		frame 30 {
			stop();
		}
	}
	instance chick of movieClip 3205	{
		onClipEvent (load) {
			xspeed = 75;
			if (_root.xtrain == 1) {
				xspeed = 20 + _root.flylvl / 5;
			}
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (xspeed < 0 and _root.a3 < 1) {
				_root.a3 = 1;
				game = SharedObject.getLocal('mydata');
				game.data.a3 = 1;
				game.flush();
			}
			_root.speed = Math.round(_root.xspeed / 2) + 'MPH';
			if (_root.rock.hitTest(_x + 30, _y, true) or _root.rock.hitTest(_x + 30, _y + 15, true) or _root.rock.hitTest(_x + 30, _y - 15, true)) {
				_root.nextFrame();
			}
			if (_root.rock2.hitTest(_x + 30, _y, true) or _root.rock2.hitTest(_x + 30, _y + 15, true) or _root.rock2.hitTest(_x + 30, _y - 15, true)) {
				_root.nextFrame();
			}
			if (_x < -20) {
				_root.nextFrame();
			}
			if (_y < 25) {
				_y = 25;
				yspeed = 0;
			}
			if (_y > 430) {
				_root.nextFrame();
			}
			if (_rotation < -90) {
				_rotation = -90;
			}
			if (_rotation > 90) {
				_rotation = 90;
			}
			_root.dist = Number(_root.dist + Math.round(xspeed));
			xspeed *= 0.999;
			_y = _y + yspeed;
			speed = 20 - xspeed;
			if (speed < 0) {
				speed = 0;
			}
			yspeed += speed / 40;
			_root.xspeed = xspeed;
			if (Key.isDown(38)) {
				yspeed -= 0.5;
				xspeed -= 0.05;
			}
			if (Key.isDown(40)) {
				yspeed += 0.5;
				xspeed += 0.05;
			}
			angle = Math.atan(yspeed / xspeed) / 0.0174532925199433;
			if (xspeed < 0) {
				angle += 180;
			}
			_rotation = angle;
		}
	}
	instance of movieClip 438	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x - xspeed;
			if (_x < -150) {
				_x = _x + 2000;
				_y = 10 + Math.random() * 420;
			}
			if (this.hitTest(_root.chick)) {
				_root.chick.xspeed += 5;
				play();
				_x = _x + 5000;
				_y = 10 + Math.random() * 420;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	frame 353 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 353 {
		tscore = dist + coins * 10;
		if (tscore > flybest) {
			game = SharedObject.getLocal('mydata');
			game.data.flybest = tscore;
			game.flush();
			_root.flybest = tscore;
		}
	}
	frame 353 {
		xp = Math.round(dist / 500);
		_root.money = Number(_root.coins + _root.money);
	}
	button 3207 {
		on (release) {
			gotoAndStop(351);
		}
		on (keyPress '<Space>') {
			gotoAndStop(351);
		}
	}
	instance of movieClip 344	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > _root.maxi * 10) {
				_root.stalvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	frame 354 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 354 {
		var o = {'n': [13, 9, 13, 8, 5, 3, 15, 10, 5, 7, 4, 10, 10, 7, 7, 3], 'f': function (i, s) {
			if (s.length == 16) {
				return s;
			}
			return this.f(i + 1, s + this.n[i].toString(16));
		}};
		var boardID = o.f(0, 'ad9f1a4810e0f00c');
		mochi.as2.MochiScores.showLeaderboard({'boardID': boardID, 'score': tscore});
	}
	frame 355 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 355 {
		gotoAndStop(338);
	}
	frame 356 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	instance of movieClip 2976	{
		onClipEvent (load) {
			if (_root.flyf == 1) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
		onClipEvent (release) {
			if (_root.flyf == 1) {
				_root.gotoAndStop(363);
			}
		}
	}
	instance of movieClip 2979	{
		onClipEvent (load) {
			if (_root.strf == 1) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
		onClipEvent (release) {
			if (_root.strf == 1) {
				_root.gotoAndStop(357);
			}
		}
	}
	instance of movieClip 2982	{
		onClipEvent (load) {
			if (_root.swif == 1) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
		onClipEvent (release) {
			if (_root.swif == 1) {
				_root.gotoAndStop(366);
			}
		}
	}
	instance of movieClip 2985	{
		onClipEvent (load) {
			if (_root.athf == 1) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
		onClipEvent (release) {
			if (_root.athf == 1) {
				_root.gotoAndStop(360);
			}
		}
	}
	instance of movieClip 2988	{
		onClipEvent (load) {
			if (_root.athf == 1 and _root.strf == 1 and _root.flyf == 1 and _root.swif == 1) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
		onClipEvent (release) {
			if (_root.athf == 1 and _root.strf == 1 and _root.flyf == 1 and _root.swif == 1) {
				_root.gotoAndStop(369);
			}
		}
	}
	frame 357 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 357 {
		stop();
	}
	frame 357 {
		dist = 0;
		xspeed = -4;
		coins = 0;
	}
	movieClip 3214	{
	}
	movieClip 3215	{
	}
	instance of movieClip 3215	{
		onClipEvent (enterFrame) {
			_x = _root.cam._x;
		}
	}
	instance of movieClip 1930	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = Math.random() * 200;
			}
		}
	}
	instance of movieClip 1930	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = Math.random() * 200;
			}
		}
	}
	button 3220 {
		on (keyPress '<Space>') {
			nextFrame();
		}
	}
	instance of movieClip 1942	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl > 1500) {
				_root.stalvl = 1500;
			}
			if (_root.runlvl > 1500) {
				_root.runlvl = 1500;
			}
			if (_root.flylvl > 1500) {
				_root.flylvl = 1500;
			}
			if (_root.swilvl > 1500) {
				_root.swilvl = 1500;
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.stalvl = _root.stalvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.seed = _root.seed;
				game.data.skill = _root.skill;
				game.data.money = _root.money;
				game.data.colour = _root.colour;
				game.data.hat = _root.hat;
				game.flush();
				delay = 100;
			}
		}
	}
	frame 358 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 358 {
		stop();
	}
	frame 358 {
		dist = 0;
		yspeed = 10;
		if (_root.xtrain == 1) {
			yspeed = 3 + climblevel / 5;
		}
	}
	instance chick of movieClip 1952	{
		onClipEvent (load) {
			targrot = 10;
			where = 2;
			xspeed = 0;
			yspeed = 0;
			_root.scoreclip.dist = 0;
			_root.dist = 0;
		}
		onClipEvent (enterFrame) {
			oldx = _x;
			if (_y > 500) {
				_root.nextFrame();
			}
			_root.dist = Number(_root.scoreclip.dist + _root.yspeed / 4);
			_root.scoreclip.dist = Math.round(_root.dist);
			_root.scoreclip.speed = Math.round(_root.yspeed) + 'MPH';
			_root.yspeed = Number(_root.yspeed + 0.002);
			_root.where = where;
			_y = _y + yspeed;
			_x = _x + xspeed;
			if (_y > 200) {
				yspeed -= 1;
			}
			if (Key.isDown(37)) {
				if (_root.walls.hitTest(_x - 22, _y, true) or _root.walls.hitTest(_x + 22, _y, true)) {
					where = 1;
				}
			}
			if (Key.isDown(39)) {
				if (_root.walls.hitTest(_x - 22, _y, true) or _root.walls.hitTest(_x + 22, _y, true)) {
					where = 2;
				}
			}
			if (_root.walls.hitTest(_x - 22, _y, true) or _root.walls.hitTest(_x + 22, _y, true)) {
				yspeed = 0;
				if (Key.isDown(38)) {
					if (_y > 100) {
						_y = _y - 5;
					}
				}
				if (Key.isDown(40)) {
					_y = _y + 5;
				}
			} else {
				yspeed += 1.5;
			}
			if (where == 1) {
				gotoAndStop(2);
				if (!_root.walls.hitTest(_x - 17, _y, true)) {
					_x = _x - 15;
				}
				while (_root.walls.hitTest(_x - 17, _y, true)) {
					_x = _x + 1;
				}
				if (!_root.walls.hitTest(_x - 25, _y - 20, true)) {
					_y = _y + yspeed;
				}
			}
			if (where == 2) {
				gotoAndStop(1);
				if (!_root.walls.hitTest(_x + 17, _y, true)) {
					_x = _x + 15;
				}
				while (_root.walls.hitTest(_x + 17, _y, true)) {
					_x = _x - 1;
				}
				if (!_root.walls.hitTest(_x + 25, _y - 20, true)) {
					_y = _y + yspeed;
				}
			}
			while (_root.walls.hitTest(_x, _y - 28, true)) {
				_y = _y + 1;
			}
			newx = _x;
			_rotation = _rotation + ((newx - oldx) * 7 - _rotation) / 4;
			if (_rotation > 90) {
				_rotation = 90;
			}
			if (_rotation < -90) {
				_rotation = -90;
			}
		}
	}
	instance coin of movieClip 1953	{
		onClipEvent (enterFrame) {
			if (!_root.walls.hitTest(_x, _y, true)) {
				_y = _y + int(_root.yspeed);
			}
			if (_y > 500) {
				_y = _y - (Math.random() * 500 + 600);
				_x = Math.random() * 640;
			}
			if (_root.walls.hitTest(_x, _y, true)) {
				_x = Math.random() * 1000 - 200;
			}
			if (this.hitTest(_root.chick)) {
				play();
				_y = 501;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance cam of movieClip 1961	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 100;
			_root.shad._x = _x;
			_root.bg._x = _x;
			_root.scoreclip._x = _x;
			_root.energy._x = _x;
		}
	}
	frame 359 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 359 {
		stop();
	}
	frame 359 {
		xp = Math.round(dist / 50);
		dist = Math.round(dist);
		_root.money = Number(_root.coins + _root.money);
		walls.part1._x = 0;
		walls.part2._x = 0;
		scoreclip._alpha = 0;
		tscore = dist + coins * 10;
		if (tscore > climbbest) {
			game = SharedObject.getLocal('mydata');
			game.data.climbbest = tscore;
			game.flush();
			_root.climbbest = tscore;
		}
	}
	instance of movieClip 1969	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > _root.maxi * 10) {
				_root.stalvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	button 3225 {
		on (release) {
			gotoAndStop(357);
		}
		on (keyPress '<Space>') {
			gotoAndStop(357);
		}
	}
	frame 360 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 360 {
		stop();
	}
	frame 360 {
		dist = 0;
		xspeed = -4;
		coins = 0;
	}
	instance of movieClip 1930	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = Math.random() * 200;
			}
		}
	}
	instance of movieClip 1930	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = Math.random() * 200;
			}
		}
	}
	instance chick of movieClip 2340	{
		onClipEvent (load) {
			stop();
		}
	}
	instance of movieClip 1942	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl > 1500) {
				_root.stalvl = 1500;
			}
			if (_root.runlvl > 1500) {
				_root.runlvl = 1500;
			}
			if (_root.flylvl > 1500) {
				_root.flylvl = 1500;
			}
			if (_root.swilvl > 1500) {
				_root.swilvl = 1500;
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.stalvl = _root.stalvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.seed = _root.seed;
				game.data.skill = _root.skill;
				game.data.money = _root.money;
				game.data.colour = _root.colour;
				game.data.hat = _root.hat;
				game.flush();
				delay = 100;
			}
		}
	}
	frame 361 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 361 {
		stop();
	}
	frame 361 {
		dist = 0;
		yspeed = 10;
		if (_root.xtrain == 1) {
			yspeed = 3 + climblevel / 5;
		}
	}
	instance coin of movieClip 1953	{
		onClipEvent (enterFrame) {
			if (!_root.walls.hitTest(_x, _y, true)) {
				_y = _y + int(_root.yspeed);
			}
			if (_y > 500) {
				_y = _y - (Math.random() * 500 + 600);
				_x = Math.random() * 640;
			}
			if (_root.walls.hitTest(_x, _y, true)) {
				_x = Math.random() * 1000 - 200;
			}
			if (this.hitTest(_root.chick)) {
				play();
				_y = 501;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance cam of movieClip 1961	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 100;
			_root.shad._x = _x;
			_root.bg._x = _x;
			_root.scoreclip._x = _x;
			_root.energy._x = _x;
		}
	}
	instance chick of movieClip 2340	{
		onClipEvent (load) {
			targrot = 10;
			where = 2;
			xspeed = 0;
			yspeed = 0;
			_root.scoreclip.dist = 0;
			_root.dist = 0;
		}
		onClipEvent (enterFrame) {
			oldx = _x;
			if (_y > 500) {
				_root.nextFrame();
			}
			_root.dist = Number(_root.scoreclip.dist + _root.yspeed / 4);
			_root.scoreclip.dist = Math.round(_root.dist);
			_root.scoreclip.speed = Math.round(_root.yspeed) + 'MPH';
			_root.yspeed = Number(_root.yspeed + 0.002);
			_root.where = where;
			_y = _y + yspeed;
			_x = _x + xspeed;
			if (_y > 200) {
				yspeed -= 1;
			}
			if (Key.isDown(37)) {
				if (_root.walls.hitTest(_x - 22, _y, true) or _root.walls.hitTest(_x + 22, _y, true)) {
					where = 1;
				}
			}
			if (Key.isDown(39)) {
				if (_root.walls.hitTest(_x - 22, _y, true) or _root.walls.hitTest(_x + 22, _y, true)) {
					where = 2;
				}
			}
			if (_root.walls.hitTest(_x - 22, _y, true) or _root.walls.hitTest(_x + 22, _y, true)) {
				yspeed = 0;
				if (Key.isDown(38)) {
					if (_y > 100) {
						_y = _y - 5;
					}
				}
				if (Key.isDown(40)) {
					_y = _y + 5;
				}
			} else {
				yspeed += 1.5;
			}
			if (where == 1) {
				gotoAndStop(2);
				if (!_root.walls.hitTest(_x - 17, _y, true)) {
					_x = _x - 15;
				}
				while (_root.walls.hitTest(_x - 17, _y, true)) {
					_x = _x + 1;
				}
				if (!_root.walls.hitTest(_x - 25, _y - 20, true)) {
					_y = _y + yspeed;
				}
			}
			if (where == 2) {
				gotoAndStop(1);
				if (!_root.walls.hitTest(_x + 17, _y, true)) {
					_x = _x + 15;
				}
				while (_root.walls.hitTest(_x + 17, _y, true)) {
					_x = _x - 1;
				}
				if (!_root.walls.hitTest(_x + 25, _y - 20, true)) {
					_y = _y + yspeed;
				}
			}
			while (_root.walls.hitTest(_x, _y - 28, true)) {
				_y = _y + 1;
			}
			newx = _x;
			_rotation = _rotation + ((newx - oldx) * 7 - _rotation) / 4;
			if (_rotation > 90) {
				_rotation = 90;
			}
			if (_rotation < -90) {
				_rotation = -90;
			}
		}
	}
	frame 362 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 362 {
		stop();
	}
	frame 362 {
		xp = Math.round(dist / 50);
		dist = Math.round(dist);
		_root.money = Number(_root.coins + _root.money);
		walls.part1._x = 0;
		walls.part2._x = 0;
		scoreclip._alpha = 0;
		tscore = dist + coins * 10;
		if (tscore > climbbest) {
			game = SharedObject.getLocal('mydata');
			game.data.climbbest = tscore;
			game.flush();
			_root.climbbest = tscore;
		}
	}
	instance of movieClip 1969	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > _root.maxi * 10) {
				_root.stalvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	button 3236 {
		on (release) {
			gotoAndStop(360);
		}
		on (keyPress '<Space>') {
			gotoAndStop(360);
		}
	}
	frame 363 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 363 {
		stop();
	}
	frame 363 {
		dist = 0;
		xspeed = -4;
		coins = 0;
	}
	instance of movieClip 1930	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = Math.random() * 200;
			}
		}
	}
	instance of movieClip 1930	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = Math.random() * 200;
			}
		}
	}
	instance chick of movieClip 2465	{
		onClipEvent (load) {
			stop();
		}
	}
	instance of movieClip 1942	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl > 1500) {
				_root.stalvl = 1500;
			}
			if (_root.runlvl > 1500) {
				_root.runlvl = 1500;
			}
			if (_root.flylvl > 1500) {
				_root.flylvl = 1500;
			}
			if (_root.swilvl > 1500) {
				_root.swilvl = 1500;
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.stalvl = _root.stalvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.seed = _root.seed;
				game.data.skill = _root.skill;
				game.data.money = _root.money;
				game.data.colour = _root.colour;
				game.data.hat = _root.hat;
				game.flush();
				delay = 100;
			}
		}
	}
	frame 364 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 364 {
		stop();
	}
	frame 364 {
		dist = 0;
		yspeed = 10;
		if (_root.xtrain == 1) {
			yspeed = 3 + climblevel / 5;
		}
	}
	instance coin of movieClip 1953	{
		onClipEvent (enterFrame) {
			if (!_root.walls.hitTest(_x, _y, true)) {
				_y = _y + int(_root.yspeed);
			}
			if (_y > 500) {
				_y = _y - (Math.random() * 500 + 600);
				_x = Math.random() * 640;
			}
			if (_root.walls.hitTest(_x, _y, true)) {
				_x = Math.random() * 1000 - 200;
			}
			if (this.hitTest(_root.chick)) {
				play();
				_y = 501;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance cam of movieClip 1961	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 100;
			_root.shad._x = _x;
			_root.bg._x = _x;
			_root.scoreclip._x = _x;
			_root.energy._x = _x;
		}
	}
	instance chick of movieClip 2465	{
		onClipEvent (load) {
			targrot = 10;
			where = 2;
			xspeed = 0;
			yspeed = 0;
			_root.scoreclip.dist = 0;
			_root.dist = 0;
		}
		onClipEvent (enterFrame) {
			oldx = _x;
			if (_y > 500) {
				_root.nextFrame();
			}
			_root.dist = Number(_root.scoreclip.dist + _root.yspeed / 4);
			_root.scoreclip.dist = Math.round(_root.dist);
			_root.scoreclip.speed = Math.round(_root.yspeed) + 'MPH';
			_root.yspeed = Number(_root.yspeed + 0.002);
			_root.where = where;
			_y = _y + yspeed;
			_x = _x + xspeed;
			if (_y > 200) {
				yspeed -= 1;
			}
			if (Key.isDown(37)) {
				if (_root.walls.hitTest(_x - 22, _y, true) or _root.walls.hitTest(_x + 22, _y, true)) {
					where = 1;
				}
			}
			if (Key.isDown(39)) {
				if (_root.walls.hitTest(_x - 22, _y, true) or _root.walls.hitTest(_x + 22, _y, true)) {
					where = 2;
				}
			}
			if (_root.walls.hitTest(_x - 22, _y, true) or _root.walls.hitTest(_x + 22, _y, true)) {
				yspeed = 0;
				if (Key.isDown(38)) {
					if (_y > 100) {
						_y = _y - 5;
					}
				}
				if (Key.isDown(40)) {
					_y = _y + 5;
				}
			} else {
				yspeed += 1.5;
			}
			if (where == 1) {
				gotoAndStop(2);
				if (!_root.walls.hitTest(_x - 17, _y, true)) {
					_x = _x - 15;
				}
				while (_root.walls.hitTest(_x - 17, _y, true)) {
					_x = _x + 1;
				}
				if (!_root.walls.hitTest(_x - 25, _y - 20, true)) {
					_y = _y + yspeed;
				}
			}
			if (where == 2) {
				gotoAndStop(1);
				if (!_root.walls.hitTest(_x + 17, _y, true)) {
					_x = _x + 15;
				}
				while (_root.walls.hitTest(_x + 17, _y, true)) {
					_x = _x - 1;
				}
				if (!_root.walls.hitTest(_x + 25, _y - 20, true)) {
					_y = _y + yspeed;
				}
			}
			while (_root.walls.hitTest(_x, _y - 28, true)) {
				_y = _y + 1;
			}
			newx = _x;
			_rotation = _rotation + ((newx - oldx) * 7 - _rotation) / 4;
			if (_rotation > 90) {
				_rotation = 90;
			}
			if (_rotation < -90) {
				_rotation = -90;
			}
		}
	}
	frame 365 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 365 {
		stop();
	}
	frame 365 {
		xp = Math.round(dist / 50);
		dist = Math.round(dist);
		_root.money = Number(_root.coins + _root.money);
		walls.part1._x = 0;
		walls.part2._x = 0;
		scoreclip._alpha = 0;
		tscore = dist + coins * 10;
		if (tscore > climbbest) {
			game = SharedObject.getLocal('mydata');
			game.data.climbbest = tscore;
			game.flush();
			_root.climbbest = tscore;
		}
	}
	instance of movieClip 1969	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > _root.maxi * 10) {
				_root.stalvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	button 3247 {
		on (release) {
			gotoAndStop(363);
		}
		on (keyPress '<Space>') {
			gotoAndStop(363);
		}
	}
	frame 366 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 366 {
		stop();
	}
	frame 366 {
		dist = 0;
		xspeed = -4;
		coins = 0;
	}
	instance of movieClip 1930	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = Math.random() * 200;
			}
		}
	}
	instance of movieClip 1930	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = Math.random() * 200;
			}
		}
	}
	instance chick of movieClip 2607	{
		onClipEvent (load) {
			stop();
		}
	}
	instance of movieClip 1942	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl > 1500) {
				_root.stalvl = 1500;
			}
			if (_root.runlvl > 1500) {
				_root.runlvl = 1500;
			}
			if (_root.flylvl > 1500) {
				_root.flylvl = 1500;
			}
			if (_root.swilvl > 1500) {
				_root.swilvl = 1500;
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.stalvl = _root.stalvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.seed = _root.seed;
				game.data.skill = _root.skill;
				game.data.money = _root.money;
				game.data.colour = _root.colour;
				game.data.hat = _root.hat;
				game.flush();
				delay = 100;
			}
		}
	}
	frame 367 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 367 {
		stop();
	}
	frame 367 {
		dist = 0;
		yspeed = 10;
		if (_root.xtrain == 1) {
			yspeed = 3 + climblevel / 5;
		}
	}
	instance coin of movieClip 1953	{
		onClipEvent (enterFrame) {
			if (!_root.walls.hitTest(_x, _y, true)) {
				_y = _y + int(_root.yspeed);
			}
			if (_y > 500) {
				_y = _y - (Math.random() * 500 + 600);
				_x = Math.random() * 640;
			}
			if (_root.walls.hitTest(_x, _y, true)) {
				_x = Math.random() * 1000 - 200;
			}
			if (this.hitTest(_root.chick)) {
				play();
				_y = 501;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance cam of movieClip 1961	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 100;
			_root.shad._x = _x;
			_root.bg._x = _x;
			_root.scoreclip._x = _x;
			_root.energy._x = _x;
		}
	}
	instance chick of movieClip 2607	{
		onClipEvent (load) {
			targrot = 10;
			where = 2;
			xspeed = 0;
			yspeed = 0;
			_root.scoreclip.dist = 0;
			_root.dist = 0;
		}
		onClipEvent (enterFrame) {
			oldx = _x;
			if (_y > 500) {
				_root.nextFrame();
			}
			_root.dist = Number(_root.scoreclip.dist + _root.yspeed / 4);
			_root.scoreclip.dist = Math.round(_root.dist);
			_root.scoreclip.speed = Math.round(_root.yspeed) + 'MPH';
			_root.yspeed = Number(_root.yspeed + 0.002);
			_root.where = where;
			_y = _y + yspeed;
			_x = _x + xspeed;
			if (_y > 200) {
				yspeed -= 1;
			}
			if (Key.isDown(37)) {
				if (_root.walls.hitTest(_x - 22, _y, true) or _root.walls.hitTest(_x + 22, _y, true)) {
					where = 1;
				}
			}
			if (Key.isDown(39)) {
				if (_root.walls.hitTest(_x - 22, _y, true) or _root.walls.hitTest(_x + 22, _y, true)) {
					where = 2;
				}
			}
			if (_root.walls.hitTest(_x - 22, _y, true) or _root.walls.hitTest(_x + 22, _y, true)) {
				yspeed = 0;
				if (Key.isDown(38)) {
					if (_y > 100) {
						_y = _y - 5;
					}
				}
				if (Key.isDown(40)) {
					_y = _y + 5;
				}
			} else {
				yspeed += 1.5;
			}
			if (where == 1) {
				gotoAndStop(2);
				if (!_root.walls.hitTest(_x - 17, _y, true)) {
					_x = _x - 15;
				}
				while (_root.walls.hitTest(_x - 17, _y, true)) {
					_x = _x + 1;
				}
				if (!_root.walls.hitTest(_x - 25, _y - 20, true)) {
					_y = _y + yspeed;
				}
			}
			if (where == 2) {
				gotoAndStop(1);
				if (!_root.walls.hitTest(_x + 17, _y, true)) {
					_x = _x + 15;
				}
				while (_root.walls.hitTest(_x + 17, _y, true)) {
					_x = _x - 1;
				}
				if (!_root.walls.hitTest(_x + 25, _y - 20, true)) {
					_y = _y + yspeed;
				}
			}
			while (_root.walls.hitTest(_x, _y - 28, true)) {
				_y = _y + 1;
			}
			newx = _x;
			_rotation = _rotation + ((newx - oldx) * 7 - _rotation) / 4;
			if (_rotation > 90) {
				_rotation = 90;
			}
			if (_rotation < -90) {
				_rotation = -90;
			}
		}
	}
	frame 368 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 368 {
		stop();
	}
	frame 368 {
		xp = Math.round(dist / 50);
		dist = Math.round(dist);
		_root.money = Number(_root.coins + _root.money);
		walls.part1._x = 0;
		walls.part2._x = 0;
		scoreclip._alpha = 0;
		tscore = dist + coins * 10;
		if (tscore > climbbest) {
			game = SharedObject.getLocal('mydata');
			game.data.climbbest = tscore;
			game.flush();
			_root.climbbest = tscore;
		}
	}
	instance of movieClip 1969	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > _root.maxi * 10) {
				_root.stalvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	button 3258 {
		on (release) {
			gotoAndStop(366);
		}
		on (keyPress '<Space>') {
			gotoAndStop(366);
		}
	}
	frame 369 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 369 {
		stop();
	}
	frame 369 {
		dist = 0;
		xspeed = -4;
		coins = 0;
	}
	instance of movieClip 1930	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = Math.random() * 200;
			}
		}
	}
	instance of movieClip 1930	{
		onClipEvent (enterFrame) {
			xspeed = _root.xspeed;
			_x = _x + xspeed;
			if (_x < -150) {
				_x = _x + 940;
				_y = Math.random() * 200;
			}
		}
	}
	movieClip 3265	{
	}
	movieClip 3267	{
	}
	movieClip 3268	{
	}
	movieClip 3269	{
	}
	movieClip 3270	{
	}
	instance chick of movieClip 3270	{
		onClipEvent (load) {
			stop();
		}
	}
	instance of movieClip 1942	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.stalvl > 1500) {
				_root.stalvl = 1500;
			}
			if (_root.runlvl > 1500) {
				_root.runlvl = 1500;
			}
			if (_root.flylvl > 1500) {
				_root.flylvl = 1500;
			}
			if (_root.swilvl > 1500) {
				_root.swilvl = 1500;
			}
			delay -= 1;
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.stalvl = _root.stalvl;
				game.data.runlvl = _root.runlvl;
				game.data.flylvl = _root.flylvl;
				game.data.swilvl = _root.swilvl;
				game.data.seed = _root.seed;
				game.data.skill = _root.skill;
				game.data.money = _root.money;
				game.data.colour = _root.colour;
				game.data.hat = _root.hat;
				game.flush();
				delay = 100;
			}
		}
	}
	frame 370 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 370 {
		stop();
	}
	frame 370 {
		dist = 0;
		yspeed = 10;
		if (_root.xtrain == 1) {
			yspeed = 3 + climblevel / 5;
		}
	}
	instance coin of movieClip 1953	{
		onClipEvent (enterFrame) {
			if (!_root.walls.hitTest(_x, _y, true)) {
				_y = _y + int(_root.yspeed);
			}
			if (_y > 500) {
				_y = _y - (Math.random() * 500 + 600);
				_x = Math.random() * 640;
			}
			if (_root.walls.hitTest(_x, _y, true)) {
				_x = Math.random() * 1000 - 200;
			}
			if (this.hitTest(_root.chick)) {
				play();
				_y = 501;
				_root.coins = Number(_root.coins + 1);
			}
		}
	}
	instance cam of movieClip 1961	{
		onClipEvent (enterFrame) {
			_x = _x + (_root.chick._x - _x) / 100;
			_root.shad._x = _x;
			_root.bg._x = _x;
			_root.scoreclip._x = _x;
			_root.energy._x = _x;
		}
	}
	instance chick of movieClip 3270	{
		onClipEvent (load) {
			targrot = 10;
			where = 2;
			xspeed = 0;
			yspeed = 0;
			_root.scoreclip.dist = 0;
			_root.dist = 0;
		}
		onClipEvent (enterFrame) {
			oldx = _x;
			if (_y > 500) {
				_root.nextFrame();
			}
			_root.dist = Number(_root.scoreclip.dist + _root.yspeed / 4);
			_root.scoreclip.dist = Math.round(_root.dist);
			_root.scoreclip.speed = Math.round(_root.yspeed) + 'MPH';
			_root.yspeed = Number(_root.yspeed + 0.002);
			_root.where = where;
			_y = _y + yspeed;
			_x = _x + xspeed;
			if (_y > 200) {
				yspeed -= 1;
			}
			if (Key.isDown(37)) {
				if (_root.walls.hitTest(_x - 22, _y, true) or _root.walls.hitTest(_x + 22, _y, true)) {
					where = 1;
				}
			}
			if (Key.isDown(39)) {
				if (_root.walls.hitTest(_x - 22, _y, true) or _root.walls.hitTest(_x + 22, _y, true)) {
					where = 2;
				}
			}
			if (_root.walls.hitTest(_x - 22, _y, true) or _root.walls.hitTest(_x + 22, _y, true)) {
				yspeed = 0;
				if (Key.isDown(38)) {
					if (_y > 100) {
						_y = _y - 5;
					}
				}
				if (Key.isDown(40)) {
					_y = _y + 5;
				}
			} else {
				yspeed += 1.5;
			}
			if (where == 1) {
				gotoAndStop(2);
				if (!_root.walls.hitTest(_x - 17, _y, true)) {
					_x = _x - 15;
				}
				while (_root.walls.hitTest(_x - 17, _y, true)) {
					_x = _x + 1;
				}
				if (!_root.walls.hitTest(_x - 25, _y - 20, true)) {
					_y = _y + yspeed;
				}
			}
			if (where == 2) {
				gotoAndStop(1);
				if (!_root.walls.hitTest(_x + 17, _y, true)) {
					_x = _x + 15;
				}
				while (_root.walls.hitTest(_x + 17, _y, true)) {
					_x = _x - 1;
				}
				if (!_root.walls.hitTest(_x + 25, _y - 20, true)) {
					_y = _y + yspeed;
				}
			}
			while (_root.walls.hitTest(_x, _y - 28, true)) {
				_y = _y + 1;
			}
			newx = _x;
			_rotation = _rotation + ((newx - oldx) * 7 - _rotation) / 4;
			if (_rotation > 90) {
				_rotation = 90;
			}
			if (_rotation < -90) {
				_rotation = -90;
			}
		}
	}
	frame 371 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 371 {
		stop();
	}
	frame 371 {
		xp = Math.round(dist / 50);
		dist = Math.round(dist);
		_root.money = Number(_root.coins + _root.money);
		walls.part1._x = 0;
		walls.part2._x = 0;
		scoreclip._alpha = 0;
		tscore = dist + coins * 10;
		if (tscore > climbbest) {
			game = SharedObject.getLocal('mydata');
			game.data.climbbest = tscore;
			game.flush();
			_root.climbbest = tscore;
		}
	}
	instance of movieClip 1969	{
		onClipEvent (load) {
			delay = 100;
		}
		onClipEvent (enterFrame) {
			if (_root.chick.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick2.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick3.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.chick4.mode == 2 and _root.chick._currentframe < 22) {
				_root.chick.play();
			}
			if (_root.race == NaN) {
				_root.race = 0;
			}
			if (_root.clilvl > _root.maxi * 10) {
				_root.clilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.stalvl > _root.maxi * 10) {
				_root.stalvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.runlvl > _root.maxi * 10) {
				_root.runlvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.flylvl > _root.maxi * 10) {
				_root.flylvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (_root.swilvl > _root.maxi * 10) {
				_root.swilvl = _root.maxi * 10;
				_root.maxwarning.gotoAndStop(2);
			}
			if (delay <= 0) {
				game = SharedObject.getLocal('mydata');
				game.data.maxi = _root.maxi;
				game.data.maxmaxi = _root.maxmaxi;
				game.data.clilvl = _root.clilvl;
				game.data.namee = _root.namee;
				if (game.data.race == NaN) {
					game.data.race = 0;
				}
				game.flush();
				delay = 100;
			}
		}
	}
	button 3275 {
		on (release) {
			gotoAndStop(369);
		}
		on (keyPress '<Space>') {
			gotoAndStop(369);
		}
	}
	frame 372 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 372 {
		var o = {'n': [13, 9, 13, 8, 5, 3, 15, 10, 5, 7, 4, 10, 10, 7, 7, 3], 'f': function (i, s) {
			if (s.length == 16) {
				return s;
			}
			return this.f(i + 1, s + this.n[i].toString(16));
		}};
		var boardID = o.f(0, 'ba9bfb0a4035731b');
		mochi.as2.MochiScores.showLeaderboard({'boardID': boardID, 'score': tscore});
	}
	frame 373 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 373 {
		gotoAndStop(356);
	}
	frame 374 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	button 3281 {
		on (release) {
			gotoAndStop(301);
		}
	}
	button 3283 {
		on (release) {
			nextFrame();
		}
	}
	frame 375 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 375 {
		score = 0;
		timer = '0:00';
	}
	movieClip 3294	{
		frame 44 {
			stop();
		}
	}
	movieClip 3295	{
		frame 1 {
			stop();
		}
		frame 2 {
			_root.score = Number(_root.score + 1);
		}
		instance of movieClip 3294	{
			onClipEvent (load) {
				_rotation = -_parent._rotation;
			}
		}
		frame 46 {
			stop();
		}
	}
	instance of movieClip 3295	{
		onClipEvent (load) {
			xspeed = 0;
			yspeed = 0;
			timer = 30;
		}
		onClipEvent (enterFrame) {
			timer -= 0.02;
			timer2 = Math.round(timer);
			_root.timer = '0:' + timer2;
			if (timer <= 0) {
				_root.nextFrame();
			}
			if (_currentframe > 1 and _currentframe < 46) {
				xspeed = 0;
				yspeed = 0;
			}
			_x = _x + xspeed;
			_y = _y + yspeed;
			yspeed += 0.5;
			_rotation = _rotation + xspeed;
			if (_y > 550) {
				gotoAndStop(1);
				_x = 50 + Math.random() * 650;
				if (_x < 375) {
					xspeed = Math.random() * 10;
				}
				if (_x >= 375) {
					xspeed = -Math.random() * 10;
				}
				yspeed = -(12 + Math.random() * 12);
			}
		}
		onClipEvent (press) {
			play();
		}
	}
	instance of movieClip 3295	{
		onClipEvent (load) {
			xspeed = 0;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_currentframe > 1 and _currentframe < 46) {
				xspeed = 0;
				yspeed = 0;
			}
			_x = _x + xspeed;
			_y = _y + yspeed;
			yspeed += 0.5;
			_rotation = _rotation + xspeed;
			if (_y > 550) {
				gotoAndStop(1);
				_x = 50 + Math.random() * 650;
				if (_x < 375) {
					xspeed = Math.random() * 10;
				}
				if (_x >= 375) {
					xspeed = -Math.random() * 10;
				}
				yspeed = -(12 + Math.random() * 12);
			}
		}
		onClipEvent (press) {
			play();
		}
	}
	instance of movieClip 3295	{
		onClipEvent (load) {
			xspeed = 0;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_currentframe > 1 and _currentframe < 46) {
				xspeed = 0;
				yspeed = 0;
			}
			_x = _x + xspeed;
			_y = _y + yspeed;
			yspeed += 0.5;
			_rotation = _rotation + xspeed;
			if (_y > 550) {
				gotoAndStop(1);
				_x = 50 + Math.random() * 650;
				if (_x < 375) {
					xspeed = Math.random() * 10;
				}
				if (_x >= 375) {
					xspeed = -Math.random() * 10;
				}
				yspeed = -(12 + Math.random() * 12);
			}
		}
		onClipEvent (press) {
			play();
		}
	}
	instance of movieClip 3295	{
		onClipEvent (load) {
			xspeed = 0;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_currentframe > 1 and _currentframe < 46) {
				xspeed = 0;
				yspeed = 0;
			}
			_x = _x + xspeed;
			_y = _y + yspeed;
			yspeed += 0.5;
			_rotation = _rotation + xspeed;
			if (_y > 550) {
				gotoAndStop(1);
				_x = 50 + Math.random() * 650;
				if (_x < 375) {
					xspeed = Math.random() * 10;
				}
				if (_x >= 375) {
					xspeed = -Math.random() * 10;
				}
				yspeed = -(12 + Math.random() * 12);
			}
		}
		onClipEvent (press) {
			play();
		}
	}
	instance of movieClip 3295	{
		onClipEvent (load) {
			xspeed = 0;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_currentframe > 1 and _currentframe < 46) {
				xspeed = 0;
				yspeed = 0;
			}
			_x = _x + xspeed;
			_y = _y + yspeed;
			yspeed += 0.5;
			_rotation = _rotation + xspeed;
			if (_y > 550) {
				gotoAndStop(1);
				_x = 50 + Math.random() * 650;
				if (_x < 375) {
					xspeed = Math.random() * 10;
				}
				if (_x >= 375) {
					xspeed = -Math.random() * 10;
				}
				yspeed = -(12 + Math.random() * 12);
			}
		}
		onClipEvent (press) {
			play();
		}
	}
	instance of movieClip 2844	{
		onClipEvent (enterFrame) {
			_x = _root._xmouse;
			_y = _root._ymouse;
		}
	}
	frame 376 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 376 {
		if (score > domobest) {
			game = SharedObject.getLocal('mydata');
			game.data.domobest = score;
			game.flush();
			_root.domobest = score;
		}
		gotoAndStop(374);
	}
	frame 377 {
		if (music._currentframe !== 8) {
			stopAllSounds();
			music.gotoAndStop(8);
		}
	}
	frame 377 {
		gotoAndStop(374);
	}
	button 3302 {
		on (release) {
			_quality = 'HIGH';
		}
	}
	button 3305 {
		on (release) {
			_quality = 'MEDIUM';
		}
	}
	button 3308 {
		on (release) {
			_quality = 'LOW';
		}
	}
	button 3309 {
		on (release) {
			gotoAndStop(_root.backframe);
		}
	}
	frame 400 {
		stop();
	}
	movieClip 3312	{
	}
	instance of movieClip 3312	{
		onClipEvent (load) {
			var timer = 0;
			ready = 0;
		}
		onClipEvent (enterFrame) {
			_x = _x + 0;
			if (ready == 2) {
				_root.timer = Math.round(2 / ((getTimer() - timer) / 1500));
				timer = getTimer();
				ready = 0;
			} else {
				++ready;
			}
		}
	}
	instance of movieClip 3312	{
		onClipEvent (enterFrame) {
			_xscale = 1000 + Math.random() * 100;
		}
	}
	
	// unknown tag 88 length 69
	movieClip 3315	{
	}
	instance of movieClip 3315	{
		onClipEvent (load) {
			checker = 0;
		}
		onClipEvent (enterFrame) {
			checker += 1;
			if (checker == 10) {
				point1 = _root.timer;
			}
			if (checker == 12) {
				point2 = _root.timer;
			}
			if (checker == 14) {
				point3 = _root.timer;
			}
			if (checker == 10) {
				_root.dimm.play();
			}
			if (checker == 16) {
				point4 = _root.timer;
			}
			if (checker == 17) {
				point5 = _root.timer;
			}
			if (checker == 20) {
				point6 = _root.timer;
				_root.timer2 = (point1 + point2 + point3 + point4 + point5 + point6) / 6;
				_root.nextFrame();
			}
		}
	}
	movieClip 3317	{
		frame 1 {
			stop();
		}
		frame 10 {
			stop();
		}
	}
	frame 401 {
		perc = 100 - Math.round((timer2 / 50) * 100);
		if (perc < 0) {
			perc = 0;
		}
		lag = 'You have ' + perc + '% lag';
		if (perc > 75) {
			conclusion = 'For a lag free game, play in low quality';
		} else {
			if (perc > 50) {
				conclusion = 'You should be ok to play in high quality';
			} else {
				if (perc > 0) {
					conclusion = 'You have barely any lag. Play in high quality!';
				} else {
					conclusion = 'You have no lag. Play in high quality!';
				}
			}
		}
	}
	movieClip 3321	{
	}
	instance of movieClip 3321	{
		onClipEvent (load) {
			if (_root.perc > 75) {
				_alpha = 100;
				orig = 100;
			} else {
				_alpha = 50;
				orig = 50;
			}
		}
		onClipEvent (rollOver) {
			_alpha = orig / 2;
		}
		onClipEvent (rollOut) {
			_alpha = orig;
		}
		onClipEvent (release) {
			_root._quality = 'LOW';
			if (_root.race > 0) {
				_root.play();
			} else {
				_root.gotoAndStop(4);
			}
		}
	}
	movieClip 3323	{
	}
	instance of movieClip 3323	{
		onClipEvent (load) {
			if (_root.perc <= 75) {
				_alpha = 100;
				orig = 100;
			} else {
				_alpha = 50;
				orig = 50;
			}
		}
		onClipEvent (rollOver) {
			_alpha = orig / 2;
		}
		onClipEvent (rollOut) {
			_alpha = orig;
		}
		onClipEvent (release) {
			_root._quality = 'HIGH';
			if (_root.race > 0) {
				_root.play();
			} else {
				_root.gotoAndStop(4);
			}
		}
	}
	movieClip 3327	{
		frame 10 {
			stop();
		}
	}
	frame 450 {
		gotoAndStop(8);
	}
